Trace number 4100621

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.64 1796.24

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-gfrd-pnc.opb
MD5SUM79ac545a8fcf117e4e23dd9b4f8255c5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables27888
Total number of constraints874
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 constraints874
Minimum length of a constraint11
Maximum length of a constraint246
Number of terms in the objective function 27836
Biggest coefficient in the objective function 8308
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 546265
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 546265
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.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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4100621-1466215150.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.04/0.55	c ... done. Wall clock time 0.43s.
1.04/0.55	c declared #vars     27888
1.04/0.55	c #constraints  1422
1.04/0.55	c constraints type 
1.04/0.55	c org.sat4j.specs.Constr$1 => 16
1.04/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1406
1.04/0.55	c 1422 constraints processed.
1.04/0.55	c objective function length is 27836 literals
1.97/1.04	c cleaning 2492 clauses out of 5000 with flag 10309/5000
2.40/1.49	c cleaning 4250 clauses out of 8510 with flag 23048/11002
3.13/2.14	c cleaning 5623 clauses out of 11258 with flag 37851/18000
3.64/2.62	c cleaning 6806 clauses out of 13637 with flag 55404/26002
4.05/3.01	c cleaning 7911 clauses out of 15829 with flag 79353/35000
4.56/3.52	c cleaning 8944 clauses out of 17918 with flag 100367/45000
5.47/4.46	c cleaning 9971 clauses out of 19975 with flag 123897/56001
6.67/5.68	c cleaning 10984 clauses out of 22004 with flag 148635/68001
7.96/6.91	c cleaning 12000 clauses out of 24019 with flag 177987/81000
8.76/7.80	c cleaning 12990 clauses out of 26019 with flag 210066/95000
9.74/8.69	c cleaning 14003 clauses out of 28029 with flag 246474/110000
10.64/9.57	c cleaning 14996 clauses out of 30026 with flag 283286/126000
11.64/10.40	c cleaning 16004 clauses out of 32028 with flag 321547/143000
13.21/11.65	c cleaning 17010 clauses out of 34026 with flag 363328/161002
14.92/13.34	c cleaning 18002 clauses out of 36014 with flag 410616/180000
16.21/14.65	c cleaning 18997 clauses out of 38012 with flag 456810/200000
17.25/15.61	c cleaning 19982 clauses out of 39986 with flag 503880/221000
18.95/17.33	c cleaning 20993 clauses out of 42004 with flag 555533/243000
20.45/18.84	c cleaning 21997 clauses out of 44005 with flag 613735/266001
21.75/20.16	c cleaning 23003 clauses out of 46010 with flag 668474/290003
22.75/21.18	c cleaning 23991 clauses out of 47997 with flag 725003/315001
25.05/23.44	c cleaning 24989 clauses out of 50005 with flag 782704/341000
27.06/25.45	c cleaning 26003 clauses out of 52016 with flag 861571/368001
29.95/28.32	c cleaning 27003 clauses out of 54013 with flag 919981/396001
34.35/32.70	c cleaning 28004 clauses out of 56009 with flag 977991/425000
38.65/36.93	c cleaning 28994 clauses out of 58004 with flag 1041551/455000
42.46/40.75	c cleaning 29996 clauses out of 60010 with flag 1121759/486000
45.26/43.59	c cleaning 30995 clauses out of 62015 with flag 1199946/518001
47.76/46.06	c cleaning 31994 clauses out of 63998 with flag 1278765/551003
50.16/48.43	c cleaning 33001 clauses out of 66003 with flag 1372491/585002
52.36/50.63	c cleaning 33987 clauses out of 67987 with flag 1450620/620000
55.05/53.36	c cleaning 34987 clauses out of 69994 with flag 1543236/656000
58.63/56.85	c cleaning 35994 clauses out of 72007 with flag 1635806/693000
62.93/61.12	c cleaning 36997 clauses out of 74015 with flag 1715089/731002
67.23/65.47	c cleaning 37993 clauses out of 76016 with flag 1796225/770000
73.63/71.89	c cleaning 39005 clauses out of 78020 with flag 1882087/810000
78.33/76.52	c cleaning 40002 clauses out of 80016 with flag 1996580/851004
85.33/83.59	c cleaning 40993 clauses out of 82010 with flag 2122629/893000
92.72/90.99	c cleaning 41998 clauses out of 84018 with flag 2248666/936001
95.72/93.94	c cleaning 42991 clauses out of 86018 with flag 2361721/980001
98.16/96.22	c cleaning 43991 clauses out of 88005 with flag 2460582/1025000
102.07/100.17	c cleaning 45002 clauses out of 90015 with flag 2589717/1071001
112.46/110.54	c cleaning 46001 clauses out of 92013 with flag 2726306/1118001
121.87/119.96	c cleaning 46998 clauses out of 94011 with flag 2862925/1166000
132.44/130.45	c cleaning 48003 clauses out of 96013 with flag 3001648/1215000
143.44/141.43	c cleaning 49000 clauses out of 98013 with flag 3145380/1265003
157.44/155.40	c cleaning 50003 clauses out of 100011 with flag 3292374/1316001
170.48/168.32	c cleaning 51000 clauses out of 102008 with flag 3440528/1368001
183.28/181.12	c cleaning 52002 clauses out of 104009 with flag 3594363/1421002
187.37/185.21	c cleaning 53004 clauses out of 106008 with flag 3730823/1475003
196.48/194.31	c cleaning 53988 clauses out of 107997 with flag 3850875/1530000
209.88/207.73	c cleaning 54993 clauses out of 110010 with flag 3969432/1586001
216.61/214.32	c cleaning 56001 clauses out of 112018 with flag 4110076/1643002
222.01/219.79	c cleaning 56972 clauses out of 114014 with flag 4248048/1701001
230.81/228.58	c cleaning 58013 clauses out of 116042 with flag 4381304/1760001
250.11/247.81	c cleaning 59009 clauses out of 118028 with flag 4525634/1820000
272.31/270.02	c cleaning 60006 clauses out of 120019 with flag 4676479/1881000
282.71/280.43	c cleaning 60997 clauses out of 122015 with flag 4830405/1943002
288.11/285.85	c cleaning 61996 clauses out of 124016 with flag 4972062/2006001
300.49/298.06	c cleaning 63003 clauses out of 126021 with flag 5138491/2070002
314.29/311.86	c cleaning 63998 clauses out of 128016 with flag 5285020/2135000
325.39/322.92	c cleaning 64998 clauses out of 130019 with flag 5447555/2201001
340.20/337.76	c cleaning 65999 clauses out of 132020 with flag 5619175/2268000
356.01/353.53	c cleaning 66999 clauses out of 134021 with flag 5806539/2336000
372.02/369.54	c cleaning 68003 clauses out of 136022 with flag 6009021/2405000
389.75/387.16	c cleaning 69006 clauses out of 138021 with flag 6222770/2475002
398.55/395.90	c cleaning 69998 clauses out of 140014 with flag 6430257/2546001
404.74/402.15	c cleaning 70997 clauses out of 142013 with flag 6610820/2618001
426.81/424.00	c cleaning 72004 clauses out of 144017 with flag 6764127/2691002
449.30/446.54	c cleaning 72991 clauses out of 146013 with flag 6922008/2765002
462.21/459.45	c cleaning 74004 clauses out of 148019 with flag 7104358/2840001
483.31/480.51	c cleaning 75002 clauses out of 150016 with flag 7297359/2916002
502.14/499.28	c cleaning 76001 clauses out of 152012 with flag 7509688/2993000
523.04/520.17	c cleaning 76995 clauses out of 154012 with flag 7721646/3071001
540.03/537.12	c cleaning 78003 clauses out of 156017 with flag 7922961/3150001
551.13/548.24	c cleaning 78996 clauses out of 158013 with flag 8159913/3230000
567.89/564.91	c cleaning 79997 clauses out of 160018 with flag 8419917/3311001
583.39/580.46	c cleaning 81001 clauses out of 162020 with flag 8701266/3393000
591.18/588.13	c cleaning 82009 clauses out of 164018 with flag 8933317/3476001
605.18/602.18	c cleaning 82997 clauses out of 166010 with flag 9131518/3560002
621.17/618.19	c cleaning 83995 clauses out of 168010 with flag 9332198/3645000
645.88/642.81	c cleaning 85004 clauses out of 170017 with flag 9613316/3731002
674.68/671.68	c cleaning 85999 clauses out of 172012 with flag 9841852/3818001
732.80/729.69	c cleaning 87002 clauses out of 174013 with flag 10081834/3906001
798.82/795.69	c cleaning 88000 clauses out of 176010 with flag 10322361/3995000
857.73/854.52	c cleaning 88998 clauses out of 178011 with flag 10516772/4085001
927.64/924.49	c cleaning 90002 clauses out of 180013 with flag 10712210/4176001
1005.38/1002.12	c cleaning 91004 clauses out of 182011 with flag 10908695/4268001
1077.18/1073.73	c cleaning 92001 clauses out of 184007 with flag 11107525/4361001
1152.77/1149.39	c cleaning 92996 clauses out of 186006 with flag 11309091/4455001
1179.78/1176.33	c cleaning 93997 clauses out of 188009 with flag 11539258/4550000
1228.29/1224.88	c cleaning 94992 clauses out of 190012 with flag 11810722/4646000
1322.34/1318.79	c cleaning 95998 clauses out of 192020 with flag 12120508/4743000
1412.55/1408.96	c cleaning 97003 clauses out of 194022 with flag 12385881/4841000
1494.67/1491.09	c cleaning 98002 clauses out of 196019 with flag 12599109/4940000
1604.40/1600.76	c cleaning 99002 clauses out of 198019 with flag 12816030/5040002
1692.39/1688.68	c cleaning 100003 clauses out of 200013 with flag 13037465/5141001
1704.48/1700.75	c cleaning 100970 clauses out of 202009 with flag 13306673/5243001
1788.96/1785.13	c cleaning 102008 clauses out of 204038 with flag 13683658/5346000
1800.06/1796.20	c starts		: 3300
1800.06/1796.20	c conflicts		: 5373039
1800.06/1796.20	c decisions		: 10221160
1800.06/1796.20	c propagations		: 63568595
1800.06/1796.20	c inspects		: 34477911171
1800.06/1796.20	c shortcuts		: 0
1800.06/1796.20	c learnt literals	: 139
1800.06/1796.20	c learnt binary clauses	: 155
1800.06/1796.20	c learnt ternary clauses	: 232
1800.06/1796.20	c learnt constraints	: 5372901
1800.06/1796.20	c ignored constraints	: 0
1800.06/1796.20	c root simplifications	: 0
1800.06/1796.20	c removed literals (reason simplification)	: 0
1800.06/1796.20	c reason swapping (by a shorter reason)	: 0
1800.06/1796.20	c Calls to reduceDB	: 99
1800.06/1796.20	c Number of update (reduction) of LBD	: 303550
1800.06/1796.20	c Imported unit clauses	: 0
1800.06/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.20	c number of learned constraints concerned by reduction	: 0
1800.06/1796.20	c number of learning phase by resolution	: 0
1800.06/1796.20	c number of learning phase by cutting planes	: 0
1800.06/1796.20	c speed (assignments/second)	: 35402.62253632511
1800.06/1796.20	c non guided choices	3791237
1800.06/1796.20	c timeout
1800.06/1796.23	c learnt constraints type 
1800.06/1796.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 155
1800.06/1796.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 128915
1800.06/1796.23	s UNKNOWN
1800.06/1796.23	c Total wall clock time (in seconds): 1796.108

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

pid=28078
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.22 2.23 2.19 3/194 28081
/proc/meminfo: memFree=27908348/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28081/stat : 28081 (java) D 28078 28081 25977 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 23563590 9515008 175 33554432000 1073741824 1073778376 140737267904320 140737267887048 272886481808 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/28081/statm: 2323 175 133 9 0 71 0

[startup+0.100026 s]
/proc/loadavg: 2.22 2.23 2.19 3/194 28081
/proc/meminfo: memFree=27908348/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 4420 0 1 0 7 1 0 0 20 0 18 0 23563590 9787879424 5032 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2389619 5032 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200213 s]
/proc/loadavg: 2.22 2.23 2.19 3/194 28081
/proc/meminfo: memFree=27908348/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 5080 0 1 0 25 1 0 0 20 0 18 0 23563590 9787879424 6528 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2389619 6528 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.22 2.23 2.19 3/194 28081
/proc/meminfo: memFree=27908348/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 5368 0 1 0 45 2 0 0 20 0 18 0 23563590 9787879424 10306 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2389619 10306 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700169 s]
/proc/loadavg: 2.22 2.23 2.19 3/194 28081
/proc/meminfo: memFree=27908348/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 11678 0 1 0 138 4 0 0 20 0 19 0 23563590 9856040960 27795 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 27795 2265 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.22 2.23 2.19 3/213 28100
/proc/meminfo: memFree=27803036/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 14044 0 1 0 248 5 0 0 20 0 19 0 23563590 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 28869 2272 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2509 0 1 0 142 3 0 0 20 0 19 0 23563592 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466499116768 140466439559949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 6292 0 0 0 48 0 0 0 20 0 19 0 23563597 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3968 0 0 0 55 1 0 0 20 0 19 0 23563597 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 28869 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.20 2.22 2.19 3/213 28100
/proc/meminfo: memFree=27798560/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=4.15 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 14058 0 1 0 410 5 0 0 20 0 19 0 23563590 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 32969 2272 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2519 0 1 0 302 3 0 0 20 0 19 0 23563592 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466499125720 140466439528323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 6292 0 0 0 49 0 0 0 20 0 19 0 23563597 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3972 0 0 0 57 2 0 0 20 0 19 0 23563597 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 32969 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.20 2.22 2.19 3/213 28100
/proc/meminfo: memFree=27769404/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=7.36 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 14068 0 1 0 730 6 0 0 20 0 19 0 23563590 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 37011 2273 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2528 0 1 0 622 4 0 0 20 0 19 0 23563592 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466499116736 140466439650400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23563593 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 6292 0 0 0 49 0 0 0 20 0 19 0 23563597 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3972 0 0 0 57 2 0 0 20 0 19 0 23563597 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 37011 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625040


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

[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 13112 0 0 0 92 3 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3981 0 0 0 64 2 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 98 0 0 0 29 25 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.16 2.17 3/213 28232
/proc/meminfo: memFree=29793824/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=1726.09 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 23617 0 1 0 172539 70 0 0 20 0 19 0 23563590 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 137491 2295 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=1721.27 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2557 0 1 0 172096 31 0 0 20 0 19 0 23563592 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466499116736 140466439559616 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 270 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 453 0 0 0 33 6 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 384 0 0 0 28 5 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 157 0 0 0 31 6 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 315 0 0 0 27 5 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 326 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 239 0 0 0 21 4 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 353 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 110 0 0 0 19 0 0 0 20 0 19 0 23563594 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 13112 0 0 0 92 3 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3981 0 0 0 64 2 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 100 0 0 0 30 26 0 0 20 0 19 0 23563597 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 137491 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.19 2.18 3/213 28233
/proc/meminfo: memFree=29796648/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=1786.15 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 23624 0 1 0 178545 70 0 0 20 0 19 0 23563590 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 135919 2295 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=1781.25 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2558 0 1 0 178093 32 0 0 20 0 19 0 23563592 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466499124432 140466439651335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 270 0 0 0 31 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 453 0 0 0 34 6 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 384 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 157 0 0 0 32 6 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 315 0 0 0 28 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 326 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 239 0 0 0 22 4 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 353 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 112 0 0 0 20 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 13112 0 0 0 92 3 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3981 0 0 0 64 2 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 104 0 0 0 31 28 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.15
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.30 2.20 2.18 3/213 28233
/proc/meminfo: memFree=29789456/32872528 swapFree=1244176/1391344
[pid=28081] ppid=28078 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/28081/stat : 28081 (java) S 28078 28081 25977 0 -1 4202496 23624 0 1 0 179936 70 0 0 20 0 19 0 23563590 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140735349381664 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/28081/statm: 2406260 135919 2295 9 0 2396937 0
[pid=28081/tid=28083] ppid=28078 vsize=9625040 CPUtime=1795.15 cores=0,2,4,6
/proc/28081/task/28083/stat : 28083 (java) R 28078 28081 25977 0 -1 4202560 2558 0 1 0 179483 32 0 0 20 0 19 0 23563592 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466499116736 140466439521039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28084] ppid=28078 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/28081/task/28084/stat : 28084 (java) S 28078 28081 25977 0 -1 4202560 270 0 0 0 31 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466437856168 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28085] ppid=28078 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/28081/task/28085/stat : 28085 (java) S 28078 28081 25977 0 -1 4202560 453 0 0 0 34 6 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466436803624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28086] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28086/stat : 28086 (java) S 28078 28081 25977 0 -1 4202560 384 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466340969128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28087] ppid=28078 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/28081/task/28087/stat : 28087 (java) S 28078 28081 25977 0 -1 4202560 157 0 0 0 32 6 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466339916584 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28088] ppid=28078 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/28081/task/28088/stat : 28088 (java) S 28078 28081 25977 0 -1 4202560 315 0 0 0 28 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466338863528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28089] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28089/stat : 28089 (java) S 28078 28081 25977 0 -1 4202560 326 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466337810984 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28081/tid=28090] ppid=28078 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/28081/task/28090/stat : 28090 (java) S 28078 28081 25977 0 -1 4202560 239 0 0 0 22 4 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466336757928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28091] ppid=28078 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/28081/task/28091/stat : 28091 (java) S 28078 28081 25977 0 -1 4202560 353 0 0 0 30 5 0 0 20 0 19 0 23563593 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466335705384 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28081/tid=28092] ppid=28078 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/28081/task/28092/stat : 28092 (java) S 28078 28081 25977 0 -1 4202560 112 0 0 0 20 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466323295080 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28093] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28093/stat : 28093 (java) S 28078 28081 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466322241400 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28094] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28094/stat : 28094 (java) S 28078 28081 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23563594 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466321188232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28095] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28095/stat : 28095 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466320136976 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28096] ppid=28078 vsize=9625040 CPUtime=0.95 cores=0,2,4,6
/proc/28081/task/28096/stat : 28096 (java) S 28078 28081 25977 0 -1 4202560 13112 0 0 0 92 3 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466319083832 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28097] ppid=28078 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/28081/task/28097/stat : 28097 (java) S 28078 28081 25977 0 -1 4202560 3981 0 0 0 64 2 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466318031288 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28098] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28098/stat : 28098 (java) S 28078 28081 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466316978424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28081/tid=28099] ppid=28078 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/28081/task/28099/stat : 28099 (java) S 28078 28081 25977 0 -1 4202560 104 0 0 0 31 28 0 0 20 0 19 0 23563597 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466315926088 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28081/tid=28100] ppid=28078 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/28081/task/28100/stat : 28100 (java) S 28078 28081 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23563652 9856040960 135919 33554432000 1073741824 1073778376 140735349390528 140466314872360 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 28081 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.24
CPU time (s): 1800.64
CPU user time (s): 1799.44
CPU system time (s): 1.20182
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.20182
maximum resident set size= 583860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23661
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38506
involuntary context switches= 9633

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8862 second user time and 17.3644 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 03:59:10
IDJOB=4100621
IDBENCH=1640
IDSOLVER=2546
FILE ID=node119/4100621-1466215150
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-gfrd-pnc.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100621-1466215150/watcher-4100621-1466215150 -o /tmp/evaluation-result-4100621-1466215150/solver-4100621-1466215150 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100621-1466215150.opb

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

MD5SUM BENCH= 79ac545a8fcf117e4e23dd9b4f8255c5
RANDOM SEED=755841040

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:        27908992 kB
Buffers:           93500 kB
Cached:            87896 kB
SwapCached:          956 kB
Active:          2711976 kB
Inactive:         123904 kB
Active(anon):    2655248 kB
Inactive(anon):     1732 kB
Active(file):      56728 kB
Inactive(file):   122172 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       4044816 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             597724 kB
SReclaimable:      41524 kB
SUnreclaim:       556200 kB
KernelStack:        1624 kB
PageTables:        12364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4489164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2764800 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= 71736 MiB
End job on node119 at 2016-06-18 04:29:06