Trace number 4116161

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.03 1797.63

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round21-4.opb
MD5SUM835bd396412aff89c50fb613bfcfc19a
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 benchmark78.4871
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 constraints7936
Number of constraints which are clauses6656
Number of constraints which are cardinality constraints (but not clauses)448
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116161-1466952864.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.40	c ... done. Wall clock time 0.285s.
0.70/0.40	c declared #vars     3968
0.70/0.40	c #constraints  9216
0.70/0.40	c constraints type 
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5958
0.70/0.40	c org.sat4j.specs.Constr$1 => 936
0.70/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.70/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.70/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1658
0.70/0.40	c 9216 constraints processed.
1.60/1.09	c cleaning 2497 clauses out of 4999 with flag 16143/5001
2.39/1.74	c cleaning 4237 clauses out of 8501 with flag 37477/11000
3.19/2.55	c cleaning 5628 clauses out of 11264 with flag 65227/18000
4.11/3.49	c cleaning 6816 clauses out of 13637 with flag 99884/26001
5.22/4.52	c cleaning 7908 clauses out of 15820 with flag 140264/35000
6.42/5.73	c cleaning 8937 clauses out of 17915 with flag 186948/45003
7.72/7.09	c cleaning 9985 clauses out of 19975 with flag 240873/56000
9.32/8.62	c cleaning 10984 clauses out of 21990 with flag 300936/68000
11.03/10.34	c cleaning 11997 clauses out of 24007 with flag 369166/81001
12.83/12.19	c cleaning 12999 clauses out of 26009 with flag 443283/95000
14.83/14.15	c cleaning 13994 clauses out of 28011 with flag 523559/110001
17.03/16.38	c cleaning 14994 clauses out of 30016 with flag 612469/126000
19.54/18.85	c cleaning 15973 clauses out of 32022 with flag 707447/143000
22.23/21.50	c cleaning 16998 clauses out of 34051 with flag 810114/161002
24.94/24.25	c cleaning 18022 clauses out of 36051 with flag 919087/180000
27.93/27.24	c cleaning 18992 clauses out of 38030 with flag 1033900/200001
31.13/30.50	c cleaning 19998 clauses out of 40037 with flag 1156133/221000
34.53/33.89	c cleaning 20976 clauses out of 42039 with flag 1286664/243000
38.24/37.56	c cleaning 22002 clauses out of 44063 with flag 1421600/266000
42.23/41.50	c cleaning 23011 clauses out of 46062 with flag 1562943/290001
46.43/45.77	c cleaning 24004 clauses out of 48050 with flag 1711201/315000
51.14/50.43	c cleaning 25024 clauses out of 50047 with flag 1870686/341001
55.94/55.28	c cleaning 26005 clauses out of 52022 with flag 2034670/368000
60.99/60.24	c cleaning 26993 clauses out of 54017 with flag 2206863/396000
65.80/65.02	c cleaning 28002 clauses out of 56024 with flag 2384271/425000
70.80/70.02	c cleaning 29004 clauses out of 58022 with flag 2567843/455000
76.09/75.31	c cleaning 29960 clauses out of 60018 with flag 2756907/486000
81.70/80.99	c cleaning 31019 clauses out of 62058 with flag 2953764/518000
87.51/86.76	c cleaning 32002 clauses out of 64039 with flag 3161428/551000
93.91/93.12	c cleaning 33006 clauses out of 66038 with flag 3371864/585001
100.31/99.55	c cleaning 34008 clauses out of 68033 with flag 3588642/620002
107.20/106.42	c cleaning 34961 clauses out of 70024 with flag 3812533/656001
114.30/113.52	c cleaning 36013 clauses out of 72062 with flag 4042227/693000
121.61/120.85	c cleaning 37003 clauses out of 74049 with flag 4280133/731000
129.21/128.44	c cleaning 38016 clauses out of 76046 with flag 4526080/770000
137.32/136.58	c cleaning 39001 clauses out of 78031 with flag 4779954/810001
145.81/145.04	c cleaning 39999 clauses out of 80029 with flag 5041031/851000
154.27/153.42	c cleaning 41006 clauses out of 82030 with flag 5306705/893000
162.77/161.93	c cleaning 41989 clauses out of 84024 with flag 5583926/936000
171.78/170.91	c cleaning 43011 clauses out of 86036 with flag 5866735/980001
181.08/180.29	c cleaning 43986 clauses out of 88024 with flag 6152620/1025000
190.88/190.04	c cleaning 45011 clauses out of 90040 with flag 6445806/1071002
201.09/200.25	c cleaning 45998 clauses out of 92029 with flag 6747352/1118002
211.48/210.68	c cleaning 46993 clauses out of 94029 with flag 7054536/1166000
222.58/221.71	c cleaning 48013 clauses out of 96038 with flag 7367169/1215002
234.20/233.34	c cleaning 49003 clauses out of 98023 with flag 7687760/1265000
245.79/244.91	c cleaning 49997 clauses out of 100020 with flag 8015346/1316000
257.61/256.71	c cleaning 50995 clauses out of 102023 with flag 8351552/1368000
269.71/268.85	c cleaning 52004 clauses out of 104028 with flag 8692838/1421000
282.33/281.45	c cleaning 52986 clauses out of 106025 with flag 9041766/1475001
295.23/294.35	c cleaning 53994 clauses out of 108039 with flag 9397329/1530001
308.43/307.53	c cleaning 55010 clauses out of 110045 with flag 9755647/1586001
322.44/321.58	c cleaning 55996 clauses out of 112034 with flag 10128018/1643000
336.64/335.72	c cleaning 56998 clauses out of 114038 with flag 10500061/1701000
351.44/350.58	c cleaning 58004 clauses out of 116040 with flag 10883239/1760000
366.69/365.71	c cleaning 58993 clauses out of 118037 with flag 11276022/1820001
381.69/380.71	c cleaning 60003 clauses out of 120043 with flag 11669628/1881000
397.19/396.20	c cleaning 60993 clauses out of 122040 with flag 12071800/1943000
413.69/412.74	c cleaning 62024 clauses out of 124047 with flag 12478656/2006000
430.19/429.26	c cleaning 63008 clauses out of 126023 with flag 12893708/2070000
447.39/446.45	c cleaning 63992 clauses out of 128015 with flag 13313228/2135000
465.23/464.22	c cleaning 64973 clauses out of 130023 with flag 13739217/2201000
483.18/482.19	c cleaning 65977 clauses out of 132050 with flag 14172104/2268000
501.89/500.89	c cleaning 67034 clauses out of 134074 with flag 14610615/2336001
521.40/520.31	c cleaning 67989 clauses out of 136039 with flag 15052443/2405000
541.30/540.26	c cleaning 69004 clauses out of 138050 with flag 15508007/2475000
561.69/560.65	c cleaning 69986 clauses out of 140046 with flag 15967209/2546000
582.50/581.44	c cleaning 70997 clauses out of 142061 with flag 16436490/2618001
604.11/603.09	c cleaning 72004 clauses out of 144064 with flag 16911139/2691001
625.40/624.26	c cleaning 73003 clauses out of 146059 with flag 17387732/2765000
647.41/646.24	c cleaning 74023 clauses out of 148056 with flag 17871330/2840000
669.61/668.42	c cleaning 75017 clauses out of 150033 with flag 18364992/2916000
692.52/691.30	c cleaning 75968 clauses out of 152016 with flag 18867771/2993000
716.02/714.88	c cleaning 77005 clauses out of 154048 with flag 19374456/3071000
740.62/739.37	c cleaning 78016 clauses out of 156043 with flag 19890960/3150000
765.32/764.01	c cleaning 79006 clauses out of 158027 with flag 20411527/3230000
791.13/789.82	c cleaning 79990 clauses out of 160021 with flag 20938117/3311000
817.43/816.20	c cleaning 80985 clauses out of 162032 with flag 21473267/3393001
844.74/843.42	c cleaning 81995 clauses out of 164046 with flag 22008071/3476000
872.28/870.87	c cleaning 82990 clauses out of 166051 with flag 22553245/3560000
900.38/898.90	c cleaning 84005 clauses out of 168063 with flag 23103252/3645002
929.58/928.10	c cleaning 85005 clauses out of 170056 with flag 23657720/3731000
958.89/957.46	c cleaning 86006 clauses out of 172051 with flag 24214539/3818000
988.49/987.00	c cleaning 86997 clauses out of 174046 with flag 24785978/3906001
1019.51/1017.90	c cleaning 88010 clauses out of 176049 with flag 25365822/3995001
1050.41/1048.84	c cleaning 89007 clauses out of 178038 with flag 25957845/4085000
1081.62/1080.03	c cleaning 89994 clauses out of 180031 with flag 26553880/4176000
1114.32/1112.74	c cleaning 91011 clauses out of 182037 with flag 27152979/4268000
1147.63/1145.95	c cleaning 92001 clauses out of 184026 with flag 27757555/4361000
1181.64/1179.91	c cleaning 92993 clauses out of 186026 with flag 28364979/4455001
1215.94/1214.20	c cleaning 93987 clauses out of 188032 with flag 28977770/4550000
1252.27/1250.42	c cleaning 94976 clauses out of 190050 with flag 29596166/4646005
1289.07/1287.26	c cleaning 96003 clauses out of 192069 with flag 30225714/4743000
1325.77/1323.94	c cleaning 97023 clauses out of 194067 with flag 30860665/4841001
1362.98/1361.14	c cleaning 97997 clauses out of 196043 with flag 31505627/4940000
1401.20/1399.25	c cleaning 98967 clauses out of 198046 with flag 32153620/5040000
1440.40/1438.43	c cleaning 100027 clauses out of 200079 with flag 32808745/5141000
1480.11/1478.13	c cleaning 100994 clauses out of 202052 with flag 33472226/5243000
1520.27/1518.18	c cleaning 102011 clauses out of 204059 with flag 34144030/5346001
1562.17/1560.00	c cleaning 102992 clauses out of 206047 with flag 34820384/5450000
1603.57/1601.44	c cleaning 104012 clauses out of 208055 with flag 35501930/5555000
1647.60/1645.32	c cleaning 105001 clauses out of 210043 with flag 36188880/5661000
1692.11/1689.87	c cleaning 105997 clauses out of 212042 with flag 36885609/5768000
1736.62/1734.37	c cleaning 106998 clauses out of 214045 with flag 37580831/5876000
1783.03/1780.67	c cleaning 108005 clauses out of 216047 with flag 38288007/5985000
1800.03/1797.60	c starts		: 57936
1800.03/1797.60	c conflicts		: 6034186
1800.03/1797.60	c decisions		: 49274394
1800.03/1797.60	c propagations		: 790089729
1800.03/1797.60	c inspects		: 25035882288
1800.03/1797.60	c shortcuts		: 0
1800.03/1797.60	c learnt literals	: 2
1800.03/1797.60	c learnt binary clauses	: 72
1800.03/1797.60	c learnt ternary clauses	: 894
1800.03/1797.60	c learnt constraints	: 6034184
1800.03/1797.60	c ignored constraints	: 0
1800.03/1797.60	c root simplifications	: 0
1800.03/1797.60	c removed literals (reason simplification)	: 0
1800.03/1797.60	c reason swapping (by a shorter reason)	: 0
1800.03/1797.60	c Calls to reduceDB	: 105
1800.03/1797.60	c Number of update (reduction) of LBD	: 1287693
1800.03/1797.60	c Imported unit clauses	: 0
1800.03/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.60	c number of learned constraints concerned by reduction	: 0
1800.03/1797.60	c number of learning phase by resolution	: 0
1800.03/1797.60	c number of learning phase by cutting planes	: 0
1800.03/1797.60	c speed (assignments/second)	: 439624.30801811494
1800.03/1797.60	c non guided choices	8891
1800.03/1797.60	c timeout
1800.03/1797.63	c learnt constraints type 
1800.03/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 72
1800.03/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157156
1800.03/1797.63	s UNKNOWN
1800.03/1797.63	c Total wall clock time (in seconds): 1797.513

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-4116161-1466952864/watcher-4116161-1466952864 -o /tmp/evaluation-result-4116161-1466952864/solver-4116161-1466952864 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116161-1466952864.opb 

pid=21629
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.27 2.22 2.18 4/196 21632
/proc/meminfo: memFree=30176828/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/21632/stat : 21632 (java) D 21629 21632 19710 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 28324710 2560000 47 33554432000 1073741824 1073778376 140735177871440 140735177868568 273896533287 0 0 4096 0 18446744072100764964 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.27 2.22 2.18 4/196 21632
/proc/meminfo: memFree=30176828/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 4393 0 1 0 8 1 0 0 20 0 18 0 28324710 9787879424 6028 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200238 s]
/proc/loadavg: 2.27 2.22 2.18 4/196 21632
/proc/meminfo: memFree=30176828/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 4690 0 1 0 24 1 0 0 20 0 18 0 28324710 9787879424 6774 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2389619 6774 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.27 2.22 2.18 4/196 21632
/proc/meminfo: memFree=30176828/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 5748 0 1 0 47 2 0 0 20 0 18 0 28324710 9787879424 8960 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2389619 8969 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700292 s]
/proc/loadavg: 2.27 2.22 2.18 4/196 21632
/proc/meminfo: memFree=30176828/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 8974 0 1 0 127 3 0 0 20 0 19 0 28324710 9856040960 14710 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 14710 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.27 2.22 2.18 5/215 21651
/proc/meminfo: memFree=30125272/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 9072 0 1 0 213 3 0 0 20 0 19 0 28324710 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 14742 2269 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2429 0 1 0 145 2 0 0 20 0 19 0 28324711 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968198210072 139968035482784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 34 0 0 0 20 0 19 0 28324716 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2526 0 0 0 32 0 0 0 20 0 19 0 28324716 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 14742 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.27 2.22 2.18 4/215 21651
/proc/meminfo: memFree=30123100/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=3.8 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 9076 0 1 0 377 3 0 0 20 0 19 0 28324710 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 15767 2270 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2432 0 1 0 304 2 0 0 20 0 19 0 28324711 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968198201040 139968035537067 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2527 0 0 0 35 0 0 0 20 0 19 0 28324716 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 15767 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.25 2.22 2.18 3/215 21651
/proc/meminfo: memFree=30115044/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=7.02 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 9081 0 1 0 699 3 0 0 20 0 19 0 28324710 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 17272 2271 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2436 0 1 0 624 2 0 0 20 0 19 0 28324711 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968198201024 139968035511126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28324712 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2527 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 17272 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1664.61
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.25 2.19 3/215 21783
/proc/meminfo: memFree=29784944/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=1724.62 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 11389 0 1 0 172407 55 0 0 20 0 19 0 28324710 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 100964 2285 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=1717.4 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2496 0 1 0 171711 29 0 0 20 0 19 0 28324711 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968198201120 139968035482663 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 227 0 0 0 18 3 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 272 0 0 0 15 4 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 184 0 0 0 17 3 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 495 0 0 0 18 4 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 156 0 0 0 18 4 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 88 0 0 0 15 2 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 217 0 0 0 20 3 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 184 0 0 0 17 3 0 0 20 0 19 0 28324712 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 66 0 0 0 2 0 0 0 20 0 19 0 28324713 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2800 0 0 0 40 0 0 0 20 0 19 0 28324716 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 100 0 0 0 34 35 0 0 20 0 19 0 28324716 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 100964 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.62
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.23 2.18 3/215 21784
/proc/meminfo: memFree=29770340/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=1784.73 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 11436 0 1 0 178416 57 0 0 20 0 19 0 28324710 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 102377 2285 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=1777.21 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2497 0 1 0 177691 30 0 0 20 0 19 0 28324711 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968198201120 139968035424570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 252 0 0 0 19 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 273 0 0 0 16 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 188 0 0 0 20 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 496 0 0 0 19 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 159 0 0 0 19 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 89 0 0 0 16 2 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 221 0 0 0 23 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 185 0 0 0 18 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2800 0 0 0 40 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 104 0 0 0 35 36 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.73
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.16 2.22 2.18 3/215 21784
/proc/meminfo: memFree=29770484/32872528 swapFree=1491540/1663236
[pid=21632] ppid=21629 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/21632/stat : 21632 (java) S 21629 21632 19710 0 -1 4202496 11436 0 1 0 179946 57 0 0 20 0 19 0 28324710 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 140735177862576 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21632/statm: 2406260 102377 2285 9 0 2396937 0
[pid=21632/tid=21634] ppid=21629 vsize=9625040 CPUtime=1792.47 cores=0,2,4,6
/proc/21632/task/21634/stat : 21634 (java) R 21629 21632 19710 0 -1 4202560 2497 0 1 0 179217 30 0 0 20 0 19 0 28324711 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968198201120 139968035568578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21632/tid=21635] ppid=21629 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/21632/task/21635/stat : 21635 (java) S 21629 21632 19710 0 -1 4202560 252 0 0 0 19 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968159702056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21636] ppid=21629 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/21632/task/21636/stat : 21636 (java) S 21629 21632 19710 0 -1 4202560 273 0 0 0 16 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968158649256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21637] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21637/stat : 21637 (java) S 21629 21632 19710 0 -1 4202560 188 0 0 0 20 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968157596456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21638] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21638/stat : 21638 (java) S 21629 21632 19710 0 -1 4202560 496 0 0 0 19 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968156543656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21639] ppid=21629 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/21632/task/21639/stat : 21639 (java) S 21629 21632 19710 0 -1 4202560 159 0 0 0 19 4 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968155490856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21640] ppid=21629 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/21632/task/21640/stat : 21640 (java) S 21629 21632 19710 0 -1 4202560 89 0 0 0 16 2 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968154438056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21641] ppid=21629 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/21632/task/21641/stat : 21641 (java) S 21629 21632 19710 0 -1 4202560 221 0 0 0 23 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968153385256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21632/tid=21642] ppid=21629 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/21632/task/21642/stat : 21642 (java) S 21629 21632 19710 0 -1 4202560 185 0 0 0 18 3 0 0 20 0 19 0 28324712 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968034891944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21643] ppid=21629 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/21632/task/21643/stat : 21643 (java) S 21629 21632 19710 0 -1 4202560 68 0 0 0 2 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968022481896 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21644] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21644/stat : 21644 (java) S 21629 21632 19710 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968021427960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21645] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21645/stat : 21645 (java) S 21629 21632 19710 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28324713 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968020375048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21646] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21646/stat : 21646 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139968019323536 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21647] ppid=21629 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/21632/task/21647/stat : 21647 (java) S 21629 21632 19710 0 -1 4202560 2841 0 0 0 36 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967279917496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21632/tid=21648] ppid=21629 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/21632/task/21648/stat : 21648 (java) S 21629 21632 19710 0 -1 4202560 2800 0 0 0 40 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967278864696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21649] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21649/stat : 21649 (java) S 21629 21632 19710 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967277812088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21650] ppid=21629 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/21632/task/21650/stat : 21650 (java) S 21629 21632 19710 0 -1 4202560 104 0 0 0 36 36 0 0 20 0 19 0 28324716 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967276759496 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21632/tid=21651] ppid=21629 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/21632/task/21651/stat : 21651 (java) S 21629 21632 19710 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28324751 9856040960 102377 33554432000 1073741824 1073778376 140735177871440 139967275706024 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 21632 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21632 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=988120
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=63838
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.63
CPU time (s): 1800.03
CPU user time (s): 1799.46
CPU system time (s): 0.57
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.99
system time used= 1.06384
maximum resident set size= 414188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11469
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= 38415
involuntary context switches= 4010

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90695 second user time and 7.63884 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-26 16:54:24
IDJOB=4116161
IDBENCH=109435
IDSOLVER=2546
FILE ID=node134/4116161-1466952864
RUNJOBID= node134-1466945036-19726
PBS_JOBID= 19976362
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size160-round21-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116161-1466952864/watcher-4116161-1466952864 -o /tmp/evaluation-result-4116161-1466952864/solver-4116161-1466952864 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466945036-19726 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116161-1466952864.opb

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

MD5SUM BENCH= 835bd396412aff89c50fb613bfcfc19a
RANDOM SEED=2127359603

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30176728 kB
Buffers:           14524 kB
Cached:           108944 kB
SwapCached:         1316 kB
Active:           229420 kB
Inactive:         102184 kB
Active(anon):     208144 kB
Inactive(anon):     2484 kB
Active(file):      21276 kB
Inactive(file):    99700 kB
Unevictable:     1663236 kB
Mlocked:         1491540 kB
SwapTotal:      67108856 kB
SwapFree:       67099124 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       1873724 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             564836 kB
SReclaimable:       8692 kB
SUnreclaim:       556144 kB
KernelStack:        1584 kB
PageTables:         8016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2360112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 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= 71692 MiB
End job on node134 at 2016-06-26 17:24:22