Trace number 4100061

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.66 1773.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran13x13.opb
MD5SUMecb100828df8b78be2412f9a59b2e86c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.039993
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables5239
Total number of constraints195
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints195
Minimum length of a constraint31
Maximum length of a constraint390
Number of terms in the objective function 5239
Biggest coefficient in the objective function 2907
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 528350
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 528350
Number of bits of the biggest sum of numbers20
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4100061-1466209805.opb
0.07/0.12	c reading problem ... 
0.07/0.12	c  objective function found
0.52/0.35	c ... done. Wall clock time 0.223s.
0.52/0.35	c declared #vars     5239
0.52/0.35	c #constraints  221
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21
0.52/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 200
0.52/0.35	c 221 constraints processed.
0.52/0.35	c objective function length is 5239 literals
1.70/0.97	c cleaning 2490 clauses out of 5000 with flag 27020/5000
2.26/1.46	c cleaning 4236 clauses out of 8510 with flag 63696/11000
2.87/2.10	c cleaning 5625 clauses out of 11274 with flag 106770/18000
3.68/2.88	c cleaning 6805 clauses out of 13649 with flag 159492/26000
4.69/3.81	c cleaning 7890 clauses out of 15844 with flag 227193/35000
5.59/4.79	c cleaning 8909 clauses out of 17954 with flag 292973/45000
7.02/6.12	c cleaning 9992 clauses out of 20045 with flag 391656/56000
8.32/7.40	c cleaning 11008 clauses out of 22053 with flag 482467/68000
9.52/8.63	c cleaning 11992 clauses out of 24045 with flag 576861/81000
11.23/10.30	c cleaning 12961 clauses out of 26053 with flag 690196/95000
13.02/12.04	c cleaning 14028 clauses out of 28092 with flag 811288/110000
14.81/13.86	c cleaning 14954 clauses out of 30064 with flag 937558/126000
16.72/15.75	c cleaning 16031 clauses out of 32110 with flag 1083950/143000
18.87/17.78	c cleaning 16997 clauses out of 34079 with flag 1239114/161000
21.16/20.07	c cleaning 17997 clauses out of 36082 with flag 1367679/180000
23.66/22.56	c cleaning 19033 clauses out of 38090 with flag 1546239/200005
26.41/25.12	c cleaning 19988 clauses out of 40052 with flag 1738632/221000
29.21/27.91	c cleaning 21001 clauses out of 42065 with flag 1927065/243001
32.38/30.96	c cleaning 22000 clauses out of 44063 with flag 2155201/266000
35.87/34.45	c cleaning 22995 clauses out of 46064 with flag 2386308/290001
39.26/37.69	c cleaning 23980 clauses out of 48068 with flag 2615448/315000
43.36/41.72	c cleaning 25022 clauses out of 50088 with flag 2938460/341000
47.58/45.71	c cleaning 26008 clauses out of 52066 with flag 3196013/368000
51.09/49.28	c cleaning 26972 clauses out of 54058 with flag 3430917/396000
55.55/53.45	c cleaning 28002 clauses out of 56091 with flag 3744526/425005
60.78/58.49	c cleaning 29005 clauses out of 58086 with flag 4140594/455002
65.53/63.20	c cleaning 30033 clauses out of 60079 with flag 4527782/486000
70.03/67.64	c cleaning 30962 clauses out of 62046 with flag 4780810/518000
75.12/72.61	c cleaning 32044 clauses out of 64089 with flag 5075005/551005
81.85/79.24	c cleaning 33001 clauses out of 66040 with flag 5563972/585000
87.14/84.58	c cleaning 33979 clauses out of 68039 with flag 5967737/620000
93.03/90.32	c cleaning 34972 clauses out of 70060 with flag 6369478/656000
99.00/96.28	c cleaning 36025 clauses out of 72088 with flag 6780115/693000
105.69/102.86	c cleaning 36995 clauses out of 74063 with flag 7311053/731000
112.82/109.80	c cleaning 37977 clauses out of 76068 with flag 7900571/770000
119.52/116.41	c cleaning 38949 clauses out of 78092 with flag 8325703/810001
125.63/122.41	c cleaning 40032 clauses out of 80142 with flag 8734869/851000
132.86/129.54	c cleaning 40953 clauses out of 82119 with flag 9307647/893009
140.26/136.84	c cleaning 42079 clauses out of 84161 with flag 9865772/936004
149.15/145.62	c cleaning 43011 clauses out of 86078 with flag 10513986/980000
156.36/152.73	c cleaning 43974 clauses out of 88067 with flag 11037751/1025000
163.72/160.00	c cleaning 45037 clauses out of 90093 with flag 11539382/1071000
173.01/169.17	c cleaning 46010 clauses out of 92056 with flag 12112670/1118000
181.41/177.41	c cleaning 46946 clauses out of 94046 with flag 12699554/1166000
190.81/186.71	c cleaning 48039 clauses out of 96104 with flag 13459607/1215004
199.98/195.72	c cleaning 48979 clauses out of 98061 with flag 14187112/1265000
211.04/206.73	c cleaning 50009 clauses out of 100082 with flag 15048166/1316000
222.23/217.78	c cleaning 51001 clauses out of 102074 with flag 15922722/1368001
234.87/230.22	c cleaning 52029 clauses out of 104074 with flag 16840245/1421002
245.87/241.16	c cleaning 53008 clauses out of 106044 with flag 17665554/1475001
256.93/252.01	c cleaning 53989 clauses out of 108036 with flag 18522625/1530001
267.55/262.54	c cleaning 55024 clauses out of 110047 with flag 19320992/1586001
280.30/275.19	c cleaning 55905 clauses out of 112025 with flag 20255814/1643003
292.19/286.85	c cleaning 57022 clauses out of 114118 with flag 21069870/1701001
303.47/297.95	c cleaning 58021 clauses out of 116095 with flag 21744535/1760000
317.41/311.64	c cleaning 59005 clauses out of 118075 with flag 22696788/1820001
332.24/326.28	c cleaning 59999 clauses out of 120069 with flag 23683428/1881000
346.05/339.81	c cleaning 60978 clauses out of 122070 with flag 24691724/1943000
359.13/352.75	c cleaning 62025 clauses out of 124093 with flag 25663772/2006001
373.86/367.29	c cleaning 63008 clauses out of 126067 with flag 26689318/2070000
387.33/380.58	c cleaning 64006 clauses out of 128059 with flag 27679252/2135000
401.86/394.81	c cleaning 64989 clauses out of 130054 with flag 28754276/2201001
418.57/411.40	c cleaning 65986 clauses out of 132065 with flag 29929011/2268001
435.73/428.29	c cleaning 67016 clauses out of 134078 with flag 30970017/2336000
452.04/444.23	c cleaning 68007 clauses out of 136062 with flag 32132609/2405000
469.39/461.36	c cleaning 68974 clauses out of 138055 with flag 33382120/2475000
485.42/477.14	c cleaning 69983 clauses out of 140081 with flag 34535616/2546000
503.83/495.28	c cleaning 70983 clauses out of 142098 with flag 35802955/2618000
523.44/514.53	c cleaning 72013 clauses out of 144117 with flag 37150731/2691002
544.56/535.45	c cleaning 72994 clauses out of 146102 with flag 38542294/2765000
565.06/555.63	c cleaning 74028 clauses out of 148108 with flag 40007342/2840000
583.09/573.30	c cleaning 75008 clauses out of 150081 with flag 41148181/2916001
604.96/594.91	c cleaning 76006 clauses out of 152072 with flag 42554380/2993000
624.49/614.19	c cleaning 77010 clauses out of 154066 with flag 43800468/3071000
644.64/634.07	c cleaning 78013 clauses out of 156059 with flag 45105749/3150003
667.00/656.25	c cleaning 78958 clauses out of 158043 with flag 46479386/3230000
691.32/680.39	c cleaning 79995 clauses out of 160090 with flag 48063221/3311005
716.23/704.94	c cleaning 81035 clauses out of 162093 with flag 49644442/3393003
734.85/723.27	c cleaning 82014 clauses out of 164055 with flag 50815922/3476000
756.65/744.83	c cleaning 82984 clauses out of 166041 with flag 52311498/3560000
778.93/766.76	c cleaning 83989 clauses out of 168057 with flag 53735080/3645000
797.65/785.17	c cleaning 85003 clauses out of 170068 with flag 55056143/3731000
819.29/806.47	c cleaning 85988 clauses out of 172065 with flag 56502717/3818000
845.05/831.96	c cleaning 87020 clauses out of 174078 with flag 58281544/3906001
868.34/854.81	c cleaning 87983 clauses out of 176057 with flag 59719987/3995000
892.58/878.79	c cleaning 88977 clauses out of 178074 with flag 61308957/4085000
916.23/902.06	c cleaning 89992 clauses out of 180099 with flag 62927593/4176002
941.64/927.16	c cleaning 91002 clauses out of 182105 with flag 64721224/4268000
966.66/951.77	c cleaning 92011 clauses out of 184107 with flag 66545980/4361004
994.94/979.65	c cleaning 93015 clauses out of 186092 with flag 68532123/4455000
1021.08/1005.33	c cleaning 94007 clauses out of 188079 with flag 70162912/4550002
1049.65/1033.54	c cleaning 95023 clauses out of 190070 with flag 72061885/4646000
1076.36/1059.87	c cleaning 95941 clauses out of 192048 with flag 73923717/4743001
1103.48/1086.66	c cleaning 97028 clauses out of 194106 with flag 75704038/4841000
1133.30/1116.00	c cleaning 98028 clauses out of 196078 with flag 77641767/4940000
1157.47/1139.76	c cleaning 98978 clauses out of 198050 with flag 79200252/5040000
1186.58/1168.44	c cleaning 100006 clauses out of 200072 with flag 81046425/5141000
1215.31/1196.82	c cleaning 101013 clauses out of 202067 with flag 82955479/5243001
1242.38/1223.36	c cleaning 101990 clauses out of 204053 with flag 84781802/5346000
1269.38/1250.06	c cleaning 102980 clauses out of 206063 with flag 86668525/5450000
1297.45/1277.62	c cleaning 103996 clauses out of 208083 with flag 88539715/5555000
1332.51/1312.35	c cleaning 104990 clauses out of 210087 with flag 90728777/5661000
1363.12/1342.68	c cleaning 106027 clauses out of 212098 with flag 92606550/5768001
1395.55/1374.77	c cleaning 106986 clauses out of 214070 with flag 94569330/5876000
1429.19/1407.98	c cleaning 108009 clauses out of 216084 with flag 96798221/5985000
1465.00/1443.26	c cleaning 109014 clauses out of 218076 with flag 99064665/6095001
1502.45/1480.35	c cleaning 110009 clauses out of 220061 with flag 101310576/6206000
1536.74/1514.11	c cleaning 111005 clauses out of 222052 with flag 103362488/6318000
1574.95/1551.87	c cleaning 111995 clauses out of 224047 with flag 105892682/6431000
1617.03/1593.42	c cleaning 112982 clauses out of 226052 with flag 108603641/6545000
1652.02/1627.92	c cleaning 114009 clauses out of 228070 with flag 110972921/6660000
1694.34/1669.75	c cleaning 114977 clauses out of 230065 with flag 113754247/6776004
1732.04/1706.82	c cleaning 116009 clauses out of 232084 with flag 116020429/6893000
1769.53/1743.80	c cleaning 117038 clauses out of 234075 with flag 118508826/7011000
1800.06/1773.90	c starts		: 37605
1800.06/1773.90	c conflicts		: 7124405
1800.06/1773.90	c decisions		: 98806965
1800.06/1773.90	c propagations		: 354961940
1800.06/1773.90	c inspects		: 18333982533
1800.06/1773.90	c shortcuts		: 0
1800.06/1773.90	c learnt literals	: 0
1800.06/1773.90	c learnt binary clauses	: 0
1800.06/1773.90	c learnt ternary clauses	: 0
1800.06/1773.90	c learnt constraints	: 7124405
1800.06/1773.90	c ignored constraints	: 0
1800.06/1773.90	c root simplifications	: 0
1800.06/1773.90	c removed literals (reason simplification)	: 0
1800.06/1773.90	c reason swapping (by a shorter reason)	: 0
1800.06/1773.90	c Calls to reduceDB	: 114
1800.06/1773.90	c Number of update (reduction) of LBD	: 4716334
1800.06/1773.90	c Imported unit clauses	: 0
1800.06/1773.90	c number of reductions to clauses (during analyze)	: 0
1800.06/1773.90	c number of learned constraints concerned by reduction	: 0
1800.06/1773.90	c number of learning phase by resolution	: 0
1800.06/1773.90	c number of learning phase by cutting planes	: 0
1800.06/1773.90	c speed (assignments/second)	: 200146.2295455404
1800.06/1773.90	c non guided choices	33479
1800.06/1773.90	c timeout
1800.06/1773.93	c learnt constraints type 
1800.06/1773.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 230443
1800.06/1773.93	s UNKNOWN
1800.06/1773.93	c Total wall clock time (in seconds): 1773.808

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-4100061-1466209805/watcher-4100061-1466209805 -o /tmp/evaluation-result-4100061-1466209805/solver-4100061-1466209805 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100061-1466209805.opb 

pid=27261
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.15 2.20 2.11 4/195 27264
/proc/meminfo: memFree=26988020/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/27264/stat : 27264 (java) D 27261 27264 25977 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 23029141 2560000 46 33554432000 1073741824 1073778376 140737189914544 140737189911672 272877317415 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/27264/statm: 625 46 37 9 0 29 0

[startup+0.100058 s]
/proc/loadavg: 2.15 2.20 2.11 4/195 27264
/proc/meminfo: memFree=26988020/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 4288 0 1 0 6 1 0 0 20 0 18 0 23029141 9787879424 5398 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2389619 5399 2088 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.15 2.20 2.11 4/195 27264
/proc/meminfo: memFree=26988020/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 5032 0 1 0 25 1 0 0 20 0 18 0 23029141 9787879424 6877 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2389619 6877 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300218 s]
/proc/loadavg: 2.15 2.20 2.11 4/195 27264
/proc/meminfo: memFree=26988020/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 10129 0 1 0 50 2 0 0 20 0 18 0 23029141 9787879424 12191 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2389619 12191 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.15 2.20 2.11 4/195 27264
/proc/meminfo: memFree=26988020/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 11399 0 1 0 142 2 0 0 20 0 19 0 23029141 9856040960 14704 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 14704 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.15 2.20 2.11 4/214 27283
/proc/meminfo: memFree=26925936/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 11420 0 1 0 234 2 0 0 20 0 19 0 23029141 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 20345 2263 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2427 0 1 0 144 2 0 0 20 0 19 0 23029143 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710403501776 139710270395335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23029145 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 48 0 0 0 20 0 19 0 23029148 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3706 0 0 0 39 0 0 0 20 0 19 0 23029148 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 20345 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.15 2.20 2.11 4/214 27283
/proc/meminfo: memFree=26898816/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=3.99 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 11439 0 1 0 396 3 0 0 20 0 19 0 23029141 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 29561 2263 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2446 0 1 0 303 2 0 0 20 0 19 0 23029143 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710403501776 139710270393958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23029145 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3706 0 0 0 41 0 0 0 20 0 19 0 23029148 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 29561 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.22 2.21 2.12 4/214 27283
/proc/meminfo: memFree=26808700/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 11521 0 1 0 717 5 0 0 20 0 19 0 23029141 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 46820 2277 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2474 0 1 0 621 3 0 0 20 0 19 0 23029143 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710403501760 139710270463134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23029144 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23029145 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3706 0 0 0 41 0 0 0 20 0 19 0 23029148 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 46820 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3709 0 0 0 44 0 0 0 20 0 19 0 23029148 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 95 0 0 0 31 27 0 0 20 0 19 0 23029148 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 159956 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1686.84
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.22 2.19 3/213 27389
/proc/meminfo: memFree=27886016/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=1747.74 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 24580 0 1 0 174564 210 0 0 20 0 19 0 23029141 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 177084 2286 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=1706.29 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2768 0 1 0 170599 30 0 0 20 0 19 0 23029143 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710403509568 139710270385350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=4.38 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 1710 0 0 0 413 25 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 1097 0 0 0 391 26 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1150 0 0 0 403 20 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=4.17 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 1275 0 0 0 396 21 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 1534 0 0 0 403 22 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 1345 0 0 0 393 21 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 1174 0 0 0 394 24 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=4.23 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 1743 0 0 0 402 21 0 0 20 0 19 0 23029144 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=6.47 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 1703 0 0 0 641 6 0 0 20 0 19 0 23029145 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3709 0 0 0 44 0 0 0 20 0 19 0 23029148 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 99 0 0 0 32 28 0 0 20 0 19 0 23029148 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 177084 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1747.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.9 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 27390
/proc/meminfo: memFree=27840588/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 25226 0 1 0 179791 215 0 0 20 0 19 0 23029141 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 188399 2286 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=1757.39 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2776 0 1 0 175707 32 0 0 20 0 19 0 23029143 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710403509568 139710270384844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 2093 0 0 0 429 25 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 1176 0 0 0 404 27 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=4.39 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1181 0 0 0 418 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 1285 0 0 0 404 22 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 1541 0 0 0 414 22 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 1396 0 0 0 406 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 1178 0 0 0 401 24 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 1756 0 0 0 413 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 1761 0 0 0 663 6 0 0 20 0 19 0 23029145 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3709 0 0 0 44 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 101 0 0 0 33 29 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 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 27264 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1773.9 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 27390
/proc/meminfo: memFree=27840588/32872528 swapFree=1244176/1391344
[pid=27264] ppid=27261 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/27264/stat : 27264 (java) S 27261 27264 25977 0 -1 4202496 25226 0 1 0 179791 215 0 0 20 0 19 0 23029141 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 140733874578720 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27264/statm: 2406260 188399 2286 9 0 2396937 0
[pid=27264/tid=27266] ppid=27261 vsize=9625040 CPUtime=1757.39 cores=0,2,4,6
/proc/27264/task/27266/stat : 27266 (java) R 27261 27264 25977 0 -1 4202560 2776 0 1 0 175707 32 0 0 20 0 19 0 23029143 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710403509568 139710270384844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27267] ppid=27261 vsize=9625040 CPUtime=4.54 cores=0,2,4,6
/proc/27264/task/27267/stat : 27267 (java) S 27261 27264 25977 0 -1 4202560 2093 0 0 0 429 25 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710392572968 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27268] ppid=27261 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/27264/task/27268/stat : 27268 (java) S 27261 27264 25977 0 -1 4202560 1176 0 0 0 404 27 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710391520168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27269] ppid=27261 vsize=9625040 CPUtime=4.39 cores=0,2,4,6
/proc/27264/task/27269/stat : 27269 (java) S 27261 27264 25977 0 -1 4202560 1181 0 0 0 418 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710390467368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27270] ppid=27261 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/27264/task/27270/stat : 27270 (java) S 27261 27264 25977 0 -1 4202560 1285 0 0 0 404 22 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710389414568 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27271] ppid=27261 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/27264/task/27271/stat : 27271 (java) S 27261 27264 25977 0 -1 4202560 1541 0 0 0 414 22 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710388361768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27272] ppid=27261 vsize=9625040 CPUtime=4.27 cores=0,2,4,6
/proc/27264/task/27272/stat : 27272 (java) S 27261 27264 25977 0 -1 4202560 1396 0 0 0 406 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710242175400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27264/tid=27273] ppid=27261 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/27264/task/27273/stat : 27273 (java) S 27261 27264 25977 0 -1 4202560 1178 0 0 0 401 24 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710241122600 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27264/tid=27274] ppid=27261 vsize=9625040 CPUtime=4.34 cores=0,2,4,6
/proc/27264/task/27274/stat : 27274 (java) S 27261 27264 25977 0 -1 4202560 1756 0 0 0 413 21 0 0 20 0 19 0 23029144 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710240069800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27275] ppid=27261 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/27264/task/27275/stat : 27275 (java) S 27261 27264 25977 0 -1 4202560 1761 0 0 0 663 6 0 0 20 0 19 0 23029145 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710227659752 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27276] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27276/stat : 27276 (java) S 27261 27264 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710226605816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27277] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27277/stat : 27277 (java) S 27261 27264 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23029146 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710225552904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27278] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27278/stat : 27278 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710224501392 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27279] ppid=27261 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27264/task/27279/stat : 27279 (java) S 27261 27264 25977 0 -1 4202560 4015 0 0 0 49 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710223448504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27280] ppid=27261 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/27264/task/27280/stat : 27280 (java) S 27261 27264 25977 0 -1 4202560 3709 0 0 0 44 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710222395704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27281] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27281/stat : 27281 (java) S 27261 27264 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710221343096 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27264/tid=27282] ppid=27261 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27264/task/27282/stat : 27282 (java) S 27261 27264 25977 0 -1 4202560 101 0 0 0 33 29 0 0 20 0 19 0 23029148 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710220290504 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27264/tid=27283] ppid=27261 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27264/task/27283/stat : 27283 (java) S 27261 27264 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23029181 9856040960 188399 33554432000 1073741824 1073778376 140733874587584 139710219237032 272889853865 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

Child status: 143
Real time (s): 1773.94
CPU time (s): 1800.66
CPU user time (s): 1798.02
CPU system time (s): 2.6426
CPU usage (%): 101.506
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.02
system time used= 2.6426
maximum resident set size= 800692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46919
involuntary context switches= 56903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0823 second user time and 12.6551 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 02:30:05
IDJOB=4100061
IDBENCH=1568
IDSOLVER=2546
FILE ID=node119/4100061-1466209805
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran13x13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100061-1466209805/watcher-4100061-1466209805 -o /tmp/evaluation-result-4100061-1466209805/solver-4100061-1466209805 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100061-1466209805.opb

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

MD5SUM BENCH= ecb100828df8b78be2412f9a59b2e86c
RANDOM SEED=1660567812

node119.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
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.456
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.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
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.456
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:        26988556 kB
Buffers:           40384 kB
Cached:            76968 kB
SwapCached:          944 kB
Active:          3713060 kB
Inactive:          70840 kB
Active(anon):    3666220 kB
Inactive(anon):     2836 kB
Active(file):      46840 kB
Inactive(file):    68004 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       5140656 kB
Mapped:            15412 kB
Shmem:                 0 kB
Slab:             567724 kB
SReclaimable:      11772 kB
SUnreclaim:       555952 kB
KernelStack:        1768 kB
PageTables:        13804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5270880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3858432 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= 71712 MiB
End job on node119 at 2016-06-18 02:59:39