Trace number 4116457

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.64 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size80-round23-4.opb
MD5SUMa5c6e946be43647eb79fff224be4b296
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9456
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)368
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4116457-1466968604.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
0.71/0.41	c ... done. Wall clock time 0.305s.
0.71/0.41	c declared #vars     4288
0.71/0.41	c #constraints  10720
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.71/0.41	c org.sat4j.specs.Constr$1 => 856
0.71/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.71/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 456
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.71/0.41	c 10720 constraints processed.
1.69/1.08	c cleaning 2487 clauses out of 4998 with flag 16260/5000
2.46/1.74	c cleaning 4239 clauses out of 8512 with flag 38921/11001
3.16/2.46	c cleaning 5626 clauses out of 11272 with flag 65333/18000
4.08/3.37	c cleaning 6803 clauses out of 13646 with flag 98652/26000
5.09/4.36	c cleaning 7915 clauses out of 15844 with flag 138325/35001
6.19/5.43	c cleaning 8958 clauses out of 17928 with flag 184811/45000
7.49/6.71	c cleaning 9970 clauses out of 19970 with flag 235478/56000
8.88/8.17	c cleaning 10977 clauses out of 22003 with flag 292187/68003
10.49/9.73	c cleaning 11970 clauses out of 24025 with flag 354833/81002
12.19/11.45	c cleaning 12995 clauses out of 26054 with flag 426600/95001
14.10/13.36	c cleaning 13987 clauses out of 28058 with flag 503473/110000
16.21/15.43	c cleaning 14987 clauses out of 30071 with flag 587062/126000
18.51/17.73	c cleaning 16040 clauses out of 32084 with flag 676586/143000
21.10/20.32	c cleaning 16981 clauses out of 34045 with flag 771543/161001
23.70/22.92	c cleaning 18008 clauses out of 36064 with flag 873669/180001
26.50/25.78	c cleaning 19020 clauses out of 38055 with flag 982934/200000
29.60/28.80	c cleaning 19981 clauses out of 40035 with flag 1101559/221000
32.70/31.99	c cleaning 20985 clauses out of 42055 with flag 1223469/243001
36.20/35.40	c cleaning 21999 clauses out of 44070 with flag 1352710/266001
39.90/39.16	c cleaning 23026 clauses out of 46072 with flag 1488652/290002
43.81/43.02	c cleaning 23996 clauses out of 48044 with flag 1635040/315000
47.80/47.10	c cleaning 24998 clauses out of 50049 with flag 1782589/341001
52.20/51.45	c cleaning 26008 clauses out of 52050 with flag 1940461/368000
56.84/56.00	c cleaning 26982 clauses out of 54042 with flag 2102531/396000
61.14/60.34	c cleaning 28007 clauses out of 56061 with flag 2269874/425001
65.94/65.14	c cleaning 29015 clauses out of 58053 with flag 2446816/455000
70.64/69.89	c cleaning 29987 clauses out of 60038 with flag 2628958/486000
75.76/74.93	c cleaning 30996 clauses out of 62051 with flag 2816435/518000
80.95/80.12	c cleaning 32021 clauses out of 64055 with flag 3016233/551000
86.45/85.62	c cleaning 32996 clauses out of 66034 with flag 3220902/585000
92.15/91.39	c cleaning 34011 clauses out of 68038 with flag 3427786/620000
98.35/97.55	c cleaning 35011 clauses out of 70027 with flag 3643711/656000
104.85/104.00	c cleaning 35987 clauses out of 72016 with flag 3868408/693000
111.65/110.81	c cleaning 36995 clauses out of 74029 with flag 4098414/731000
118.56/117.71	c cleaning 37995 clauses out of 76036 with flag 4332533/770002
125.95/125.14	c cleaning 38950 clauses out of 78039 with flag 4575273/810000
133.55/132.78	c cleaning 40022 clauses out of 80090 with flag 4826772/851001
141.45/140.62	c cleaning 41012 clauses out of 82067 with flag 5081210/893000
149.51/148.68	c cleaning 41979 clauses out of 84056 with flag 5342937/936001
157.50/156.61	c cleaning 42983 clauses out of 86076 with flag 5614130/980000
165.70/164.88	c cleaning 44028 clauses out of 88093 with flag 5888423/1025000
174.41/173.60	c cleaning 45016 clauses out of 90067 with flag 6166272/1071002
183.62/182.74	c cleaning 45999 clauses out of 92049 with flag 6457565/1118000
192.91/192.05	c cleaning 46994 clauses out of 94050 with flag 6751948/1166000
202.41/201.58	c cleaning 47978 clauses out of 96057 with flag 7053465/1215001
212.41/211.58	c cleaning 49029 clauses out of 98078 with flag 7362490/1265000
222.82/222.00	c cleaning 49951 clauses out of 100051 with flag 7678936/1316002
233.52/232.68	c cleaning 51039 clauses out of 102098 with flag 7999504/1368000
244.93/244.03	c cleaning 52022 clauses out of 104059 with flag 8325628/1421000
256.26/255.38	c cleaning 53019 clauses out of 106037 with flag 8662233/1475000
267.65/266.74	c cleaning 53984 clauses out of 108018 with flag 9003128/1530000
279.55/278.62	c cleaning 54999 clauses out of 110034 with flag 9353028/1586000
291.75/290.85	c cleaning 55969 clauses out of 112037 with flag 9708203/1643002
304.45/303.50	c cleaning 57026 clauses out of 114066 with flag 10066625/1701000
317.26/316.37	c cleaning 57999 clauses out of 116041 with flag 10429242/1760001
330.76/329.84	c cleaning 58994 clauses out of 118043 with flag 10805093/1820002
344.77/343.83	c cleaning 59990 clauses out of 120047 with flag 11185645/1881000
359.27/358.34	c cleaning 61024 clauses out of 122059 with flag 11571409/1943002
373.73/372.71	c cleaning 61940 clauses out of 124033 with flag 11963028/2006000
388.74/387.76	c cleaning 63026 clauses out of 126093 with flag 12362014/2070000
404.04/403.00	c cleaning 64014 clauses out of 128069 with flag 12763291/2135002
419.76/418.71	c cleaning 65003 clauses out of 130054 with flag 13175823/2201001
435.86/434.80	c cleaning 66006 clauses out of 132050 with flag 13591358/2268000
452.47/451.40	c cleaning 67013 clauses out of 134045 with flag 14009476/2336001
469.57/468.57	c cleaning 67988 clauses out of 136031 with flag 14437723/2405000
487.27/486.28	c cleaning 68990 clauses out of 138043 with flag 14865457/2475000
505.03/503.91	c cleaning 69997 clauses out of 140053 with flag 15302791/2546000
523.12/522.07	c cleaning 71009 clauses out of 142056 with flag 15746352/2618000
541.72/540.61	c cleaning 71974 clauses out of 144047 with flag 16196501/2691000
560.42/559.36	c cleaning 73019 clauses out of 146074 with flag 16653689/2765001
579.72/578.64	c cleaning 73996 clauses out of 148054 with flag 17111576/2840000
599.92/598.81	c cleaning 75006 clauses out of 150058 with flag 17578690/2916000
620.81/619.74	c cleaning 76001 clauses out of 152052 with flag 18049266/2993000
641.13/640.09	c cleaning 77013 clauses out of 154051 with flag 18521787/3071000
662.64/661.53	c cleaning 78001 clauses out of 156038 with flag 19008481/3150000
683.93/682.80	c cleaning 78981 clauses out of 158038 with flag 19500684/3230001
705.63/704.55	c cleaning 80015 clauses out of 160056 with flag 20002108/3311000
728.33/727.22	c cleaning 80966 clauses out of 162042 with flag 20504913/3393001
751.12/750.07	c cleaning 82023 clauses out of 164076 with flag 21015393/3476001
775.01/773.88	c cleaning 82991 clauses out of 166052 with flag 21538980/3560000
799.41/798.29	c cleaning 84023 clauses out of 168061 with flag 22065721/3645000
824.10/822.92	c cleaning 84985 clauses out of 170038 with flag 22598048/3731000
849.50/848.35	c cleaning 86014 clauses out of 172054 with flag 23134161/3818001
875.29/874.19	c cleaning 86998 clauses out of 174039 with flag 23671420/3906000
902.28/901.15	c cleaning 87990 clauses out of 176041 with flag 24219381/3995000
928.53/927.35	c cleaning 88993 clauses out of 178051 with flag 24779213/4085000
956.12/954.95	c cleaning 90006 clauses out of 180058 with flag 25332165/4176000
983.72/982.52	c cleaning 91013 clauses out of 182052 with flag 25901441/4268000
1012.12/1011.00	c cleaning 91979 clauses out of 184039 with flag 26469931/4361000
1041.23/1040.06	c cleaning 93022 clauses out of 186060 with flag 27043576/4455000
1070.89/1069.68	c cleaning 94001 clauses out of 188038 with flag 27627073/4550000
1101.00/1099.76	c cleaning 94951 clauses out of 190037 with flag 28214150/4646000
1131.80/1130.58	c cleaning 96018 clauses out of 192086 with flag 28807241/4743000
1164.21/1162.91	c cleaning 97018 clauses out of 194069 with flag 29407595/4841001
1196.84/1195.49	c cleaning 97973 clauses out of 196051 with flag 30012078/4940001
1229.55/1228.14	c cleaning 98993 clauses out of 198078 with flag 30625368/5040001
1263.64/1262.25	c cleaning 99992 clauses out of 200084 with flag 31241480/5141000
1298.05/1296.60	c cleaning 101022 clauses out of 202092 with flag 31865667/5243000
1333.49/1331.96	c cleaning 102022 clauses out of 204070 with flag 32492876/5346000
1368.79/1367.25	c cleaning 103010 clauses out of 206049 with flag 33130476/5450001
1406.00/1404.48	c cleaning 103999 clauses out of 208039 with flag 33775541/5555001
1442.90/1441.36	c cleaning 105005 clauses out of 210040 with flag 34422002/5661001
1481.04/1479.30	c cleaning 105980 clauses out of 212035 with flag 35084085/5768001
1519.74/1518.00	c cleaning 107011 clauses out of 214055 with flag 35742190/5876001
1558.95/1557.23	c cleaning 108005 clauses out of 216043 with flag 36403956/5985000
1598.76/1597.09	c cleaning 109003 clauses out of 218038 with flag 37075591/6095000
1640.36/1638.52	c cleaning 109997 clauses out of 220035 with flag 37755914/6206000
1681.46/1679.68	c cleaning 111011 clauses out of 222038 with flag 38442761/6318000
1723.58/1721.70	c cleaning 111984 clauses out of 224027 with flag 39133445/6431000
1766.66/1764.73	c cleaning 113009 clauses out of 226043 with flag 39827449/6545000
1800.06/1798.10	c starts		: 51836
1800.06/1798.10	c conflicts		: 6637185
1800.06/1798.10	c decisions		: 67183929
1800.06/1798.10	c propagations		: 922851436
1800.06/1798.10	c inspects		: 24753693358
1800.06/1798.10	c shortcuts		: 0
1800.06/1798.10	c learnt literals	: 2
1800.06/1798.10	c learnt binary clauses	: 34
1800.06/1798.10	c learnt ternary clauses	: 552
1800.06/1798.10	c learnt constraints	: 6637183
1800.06/1798.10	c ignored constraints	: 0
1800.06/1798.10	c root simplifications	: 0
1800.06/1798.10	c removed literals (reason simplification)	: 0
1800.06/1798.10	c reason swapping (by a shorter reason)	: 0
1800.06/1798.10	c Calls to reduceDB	: 110
1800.06/1798.10	c Number of update (reduction) of LBD	: 1368347
1800.06/1798.10	c Imported unit clauses	: 0
1800.06/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.06/1798.10	c number of learned constraints concerned by reduction	: 0
1800.06/1798.10	c number of learning phase by resolution	: 0
1800.06/1798.10	c number of learning phase by cutting planes	: 0
1800.06/1798.10	c speed (assignments/second)	: 513354.33214532654
1800.06/1798.10	c non guided choices	22226
1800.06/1798.10	c timeout
1800.06/1798.13	c learnt constraints type 
1800.06/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
1800.06/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205185
1800.06/1798.13	s UNKNOWN
1800.06/1798.13	c Total wall clock time (in seconds): 1798.028

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-4116457-1466968604/watcher-4116457-1466968604 -o /tmp/evaluation-result-4116457-1466968604/solver-4116457-1466968604 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116457-1466968604.opb 

pid=25360
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.29 2.30 2.23 4/193 25363
/proc/meminfo: memFree=30352164/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29897621 98570240 976 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 24065 976 743 9 0 16771 0
[pid=25363/tid=25364] ppid=25360 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29897621 98570240 976 33554432000 1073741824 1073778376 140736119419056 140074465500712 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.29 2.30 2.23 4/193 25363
/proc/meminfo: memFree=30352164/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 29897621 9787879424 6125 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2389619 6125 2157 9 0 2380296 0
[pid=25363/tid=25364] ppid=25360 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 29897621 9787879424 6125 33554432000 1073741824 1073778376 140736119419056 140074465504160 248793589005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.29 2.30 2.23 4/193 25363
/proc/meminfo: memFree=30352164/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 4955 0 1 0 27 1 0 0 20 0 18 0 29897621 9787879424 7012 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2389619 7012 2217 9 0 2380296 0
[pid=25363/tid=25364] ppid=25360 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2393 0 1 0 16 2 0 0 20 0 18 0 29897621 9787879424 7012 33554432000 1073741824 1073778376 140736119419056 140074465505304 140074335462716 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 2.29 2.30 2.23 4/193 25363
/proc/meminfo: memFree=30352164/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 5863 0 1 0 51 1 0 0 20 0 18 0 29897621 9787879424 9023 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2389619 9023 2233 9 0 2380296 0
[pid=25363/tid=25364] ppid=25360 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2396 0 1 0 26 2 0 0 20 0 18 0 29897621 9787879424 9023 33554432000 1073741824 1073778376 140736119419056 140074465505304 140074335845706 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700307 s]
/proc/loadavg: 2.29 2.30 2.23 4/193 25363
/proc/meminfo: memFree=30352164/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=1.38 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 9423 0 1 0 136 2 0 0 20 0 19 0 29897621 9856040960 16513 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 16513 2263 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2442 0 1 0 66 2 0 0 20 0 19 0 29897621 9856040960 16513 33554432000 1073741824 1073778376 140736119419056 140074465491536 140074335979633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.29 2.30 2.23 3/213 25383
/proc/meminfo: memFree=30252628/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=2.23 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 9799 0 1 0 221 2 0 0 20 0 19 0 29897621 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 17032 2269 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2444 0 1 0 146 2 0 0 20 0 19 0 29897621 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074465505512 140074336012574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 37 0 0 0 20 0 19 0 29897625 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 2665 0 0 0 35 0 0 0 20 0 19 0 29897625 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 17032 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.29 2.30 2.23 3/213 25383
/proc/meminfo: memFree=30246608/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=3.87 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 9811 0 1 0 385 2 0 0 20 0 19 0 29897621 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 18057 2270 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2447 0 1 0 306 2 0 0 20 0 19 0 29897621 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074465496784 140074335984363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 2674 0 0 0 37 0 0 0 20 0 19 0 29897625 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 18057 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.26 2.29 2.23 4/213 25383
/proc/meminfo: memFree=30229636/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=7.09 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 9888 0 1 0 707 2 0 0 20 0 19 0 29897621 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 20064 2271 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2452 0 1 0 626 2 0 0 20 0 19 0 29897621 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074465496768 140074335947741 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29897622 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 20064 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6

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

[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 3037 0 0 0 42 0 0 0 20 0 19 0 29897625 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 100 0 0 0 37 30 0 0 20 0 19 0 29897625 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 81106 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.21 2.22 3/213 25428
/proc/meminfo: memFree=29638432/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=1784.26 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 11979 0 1 0 178377 49 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 84466 2285 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=1781.74 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2508 0 1 0 178141 33 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074465496864 140074335948485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 130 0 0 0 10 1 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 246 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 206 0 0 0 13 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 235 0 0 0 16 4 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 273 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 218 0 0 0 13 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 230 0 0 0 14 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 3037 0 0 0 42 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 104 0 0 0 39 31 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.26
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.33 2.23 2.22 3/213 25428
/proc/meminfo: memFree=29638564/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 11979 0 1 0 179957 49 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 84466 2285 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=1797.54 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2508 0 1 0 179721 33 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074465496864 140074335979568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 130 0 0 0 10 1 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 246 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 206 0 0 0 13 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 235 0 0 0 16 4 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 273 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 218 0 0 0 13 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 230 0 0 0 14 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 3037 0 0 0 42 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 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 25363 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.33 2.23 2.22 3/213 25428
/proc/meminfo: memFree=29638564/32872528 swapFree=1392268/1580316
[pid=25363] ppid=25360 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/25363/stat : 25363 (java) S 25360 25363 23975 0 -1 4202496 11979 0 1 0 179957 49 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140736119410192 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25363/statm: 2406260 84466 2285 9 0 2396937 0
[pid=25363/tid=25364] ppid=25360 vsize=9625040 CPUtime=1797.54 cores=0,2,4,6
/proc/25363/task/25364/stat : 25364 (java) R 25360 25363 23975 0 -1 4202560 2508 0 1 0 179721 33 0 0 20 0 19 0 29897621 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074465496864 140074335979568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25366] ppid=25360 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/25363/task/25366/stat : 25366 (java) S 25360 25363 23975 0 -1 4202560 130 0 0 0 10 1 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074454567592 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25367] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25367/stat : 25367 (java) S 25360 25363 23975 0 -1 4202560 246 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074307762984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25368] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25368/stat : 25368 (java) S 25360 25363 23975 0 -1 4202560 206 0 0 0 13 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074306710440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25369] ppid=25360 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25363/task/25369/stat : 25369 (java) S 25360 25363 23975 0 -1 4202560 235 0 0 0 16 4 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074305657896 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25370] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25370/stat : 25370 (java) S 25360 25363 23975 0 -1 4202560 56 0 0 0 14 2 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074304604328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25371] ppid=25360 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25363/task/25371/stat : 25371 (java) S 25360 25363 23975 0 -1 4202560 273 0 0 0 12 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074303551784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25372] ppid=25360 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25363/task/25372/stat : 25372 (java) S 25360 25363 23975 0 -1 4202560 218 0 0 0 13 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074302499240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25373] ppid=25360 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25363/task/25373/stat : 25373 (java) S 25360 25363 23975 0 -1 4202560 230 0 0 0 14 3 0 0 20 0 19 0 29897622 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074301446696 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25374] ppid=25360 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25363/task/25374/stat : 25374 (java) S 25360 25363 23975 0 -1 4202560 60 0 0 0 1 1 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074289248872 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25363/tid=25375] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25375/stat : 25375 (java) S 25360 25363 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074288195192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25376] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25376/stat : 25376 (java) S 25360 25363 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29897623 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074287142536 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25377] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25377/stat : 25377 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074286091280 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25378] ppid=25360 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/25363/task/25378/stat : 25378 (java) S 25360 25363 23975 0 -1 4202560 3418 0 0 0 39 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074285037624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25363/tid=25379] ppid=25360 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/25363/task/25379/stat : 25379 (java) S 25360 25363 23975 0 -1 4202560 3037 0 0 0 42 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074283985080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25380] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25380/stat : 25380 (java) S 25360 25363 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074282932728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25363/tid=25381] ppid=25360 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25363/task/25381/stat : 25381 (java) S 25360 25363 23975 0 -1 4202560 104 0 0 0 39 32 0 0 20 0 19 0 29897625 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074281880392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25363/tid=25383] ppid=25360 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25363/task/25383/stat : 25383 (java) S 25360 25363 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29897662 9856040960 84466 33554432000 1073741824 1073778376 140736119419056 140074280826152 248793577385 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

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

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1733 second user time and 13.142 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 21:16:44
IDJOB=4116457
IDBENCH=109472
IDSOLVER=2546
FILE ID=node139/4116457-1466968604
RUNJOBID= node139-1466956013-23991
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size80-round23-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116457-1466968604/watcher-4116457-1466968604 -o /tmp/evaluation-result-4116457-1466968604/solver-4116457-1466968604 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116457-1466968604.opb

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

MD5SUM BENCH= a5c6e946be43647eb79fff224be4b296
RANDOM SEED=1703299642

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30352692 kB
Buffers:           38836 kB
Cached:           178184 kB
SwapCached:         2156 kB
Active:            59608 kB
Inactive:         177128 kB
Active(anon):      20964 kB
Inactive(anon):     1120 kB
Active(file):      38644 kB
Inactive(file):   176008 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2420 kB
Writeback:             0 kB
AnonPages:       1589188 kB
Mapped:            14640 kB
Shmem:                 0 kB
Slab:             568200 kB
SReclaimable:      12220 kB
SUnreclaim:       555980 kB
KernelStack:        1592 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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= 71676 MiB
End job on node139 at 2016-06-26 21:46:42