Trace number 4116913

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.72 1797.64

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-9.opb
MD5SUMf6b5cd4e814bf7344858f51262a058f8
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 variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4116913-1466966806.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.53/0.39	c ... done. Wall clock time 0.295s.
0.53/0.39	c declared #vars     4128
0.53/0.39	c #constraints  10048
0.53/0.39	c constraints type 
0.53/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.53/0.40	c org.sat4j.specs.Constr$1 => 936
0.53/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.53/0.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.53/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.53/0.40	c 10048 constraints processed.
1.76/1.07	c cleaning 2485 clauses out of 4997 with flag 16134/5000
2.54/1.70	c cleaning 4236 clauses out of 8512 with flag 38972/11000
3.15/2.40	c cleaning 5638 clauses out of 11276 with flag 66995/18000
4.05/3.25	c cleaning 6817 clauses out of 13638 with flag 101690/26000
5.07/4.22	c cleaning 7888 clauses out of 15822 with flag 141205/35001
6.17/5.33	c cleaning 8946 clauses out of 17934 with flag 188876/45001
7.36/6.55	c cleaning 9984 clauses out of 19988 with flag 243214/56001
8.76/7.91	c cleaning 10995 clauses out of 22003 with flag 303999/68000
10.26/9.44	c cleaning 11991 clauses out of 24009 with flag 371956/81001
11.98/11.17	c cleaning 12979 clauses out of 26018 with flag 444423/95001
13.87/13.01	c cleaning 14013 clauses out of 28038 with flag 524561/110000
15.87/15.02	c cleaning 14998 clauses out of 30025 with flag 611785/126000
18.07/17.25	c cleaning 15987 clauses out of 32027 with flag 706258/143000
20.48/19.65	c cleaning 17004 clauses out of 34040 with flag 804070/161000
23.08/22.26	c cleaning 18011 clauses out of 36037 with flag 911478/180001
25.98/25.14	c cleaning 18969 clauses out of 38025 with flag 1025363/200000
29.08/28.22	c cleaning 20021 clauses out of 40056 with flag 1147148/221000
32.28/31.47	c cleaning 20999 clauses out of 42035 with flag 1273161/243000
35.68/34.87	c cleaning 22012 clauses out of 44036 with flag 1408001/266000
39.39/38.54	c cleaning 22969 clauses out of 46024 with flag 1545446/290000
43.28/42.43	c cleaning 23987 clauses out of 48055 with flag 1695702/315000
47.48/46.64	c cleaning 25008 clauses out of 50068 with flag 1849096/341000
51.88/51.03	c cleaning 26002 clauses out of 52060 with flag 2008510/368000
56.58/55.70	c cleaning 27003 clauses out of 54059 with flag 2177231/396001
61.20/60.35	c cleaning 28018 clauses out of 56055 with flag 2349987/425000
65.92/65.04	c cleaning 28977 clauses out of 58037 with flag 2530113/455000
70.61/69.78	c cleaning 30015 clauses out of 60060 with flag 2716663/486000
75.72/74.87	c cleaning 30972 clauses out of 62045 with flag 2906761/518000
81.01/80.18	c cleaning 32023 clauses out of 64073 with flag 3106570/551000
86.72/85.81	c cleaning 33011 clauses out of 66051 with flag 3311171/585001
92.61/91.78	c cleaning 33980 clauses out of 68040 with flag 3521499/620001
98.71/97.84	c cleaning 35018 clauses out of 70061 with flag 3741331/656002
105.11/104.23	c cleaning 35997 clauses out of 72041 with flag 3968703/693000
111.71/110.85	c cleaning 36991 clauses out of 74045 with flag 4197749/731001
118.72/117.87	c cleaning 38005 clauses out of 76055 with flag 4433769/770002
126.11/125.23	c cleaning 39009 clauses out of 78048 with flag 4675500/810000
133.81/132.93	c cleaning 40018 clauses out of 80040 with flag 4925609/851001
141.91/141.06	c cleaning 40968 clauses out of 82021 with flag 5183768/893000
150.27/149.30	c cleaning 42002 clauses out of 84053 with flag 5449541/936000
158.47/157.55	c cleaning 42988 clauses out of 86051 with flag 5715752/980000
166.98/166.01	c cleaning 43983 clauses out of 88063 with flag 5991537/1025000
175.68/174.71	c cleaning 45021 clauses out of 90081 with flag 6273391/1071001
184.88/183.98	c cleaning 46013 clauses out of 92059 with flag 6563430/1118000
194.48/193.60	c cleaning 46981 clauses out of 94048 with flag 6857398/1166002
204.49/203.60	c cleaning 48024 clauses out of 96065 with flag 7159900/1215000
214.68/213.72	c cleaning 49020 clauses out of 98041 with flag 7466530/1265000
225.39/224.45	c cleaning 49965 clauses out of 100021 with flag 7780452/1316000
236.29/235.35	c cleaning 50992 clauses out of 102057 with flag 8104466/1368001
247.89/246.96	c cleaning 52026 clauses out of 104064 with flag 8426834/1421000
259.42/258.45	c cleaning 53001 clauses out of 106041 with flag 8757976/1475003
271.32/270.38	c cleaning 54006 clauses out of 108038 with flag 9096126/1530001
283.62/282.65	c cleaning 54998 clauses out of 110031 with flag 9443959/1586000
296.33/295.34	c cleaning 55990 clauses out of 112033 with flag 9792540/1643000
309.43/308.43	c cleaning 57005 clauses out of 114043 with flag 10151045/1701000
322.94/321.94	c cleaning 58004 clauses out of 116038 with flag 10517524/1760000
336.65/335.69	c cleaning 58983 clauses out of 118036 with flag 10889325/1820002
351.04/350.06	c cleaning 59988 clauses out of 120052 with flag 11266060/1881001
365.70/364.68	c cleaning 60996 clauses out of 122063 with flag 11650720/1943000
380.80/379.71	c cleaning 62023 clauses out of 124068 with flag 12042326/2006001
396.01/394.92	c cleaning 63000 clauses out of 126044 with flag 12432315/2070000
411.51/410.45	c cleaning 64004 clauses out of 128044 with flag 12833849/2135000
427.53/426.45	c cleaning 65003 clauses out of 130040 with flag 13241011/2201000
444.04/442.95	c cleaning 66002 clauses out of 132038 with flag 13654972/2268001
461.23/460.12	c cleaning 67010 clauses out of 134035 with flag 14067608/2336000
478.93/477.84	c cleaning 68010 clauses out of 136026 with flag 14489763/2405001
496.92/495.70	c cleaning 68982 clauses out of 138015 with flag 14918999/2475000
515.82/514.62	c cleaning 69968 clauses out of 140033 with flag 15352280/2546000
535.12/533.98	c cleaning 71013 clauses out of 142066 with flag 15785708/2618001
555.03/553.89	c cleaning 71997 clauses out of 144053 with flag 16232238/2691001
575.03/573.86	c cleaning 73023 clauses out of 146055 with flag 16682746/2765000
595.34/594.18	c cleaning 73960 clauses out of 148034 with flag 17142569/2840002
616.53/615.30	c cleaning 75033 clauses out of 150073 with flag 17604145/2916001
637.82/636.56	c cleaning 75988 clauses out of 152040 with flag 18073565/2993001
659.72/658.48	c cleaning 77010 clauses out of 154051 with flag 18548004/3071000
682.02/680.71	c cleaning 78003 clauses out of 156041 with flag 19027261/3150000
705.13/703.82	c cleaning 78982 clauses out of 158038 with flag 19513123/3230000
728.43/727.14	c cleaning 80004 clauses out of 160056 with flag 20000196/3311000
752.37/750.95	c cleaning 81011 clauses out of 162053 with flag 20497863/3393001
777.37/775.92	c cleaning 82011 clauses out of 164042 with flag 21004757/3476001
802.78/801.39	c cleaning 82987 clauses out of 166030 with flag 21511625/3560000
828.69/827.25	c cleaning 84013 clauses out of 168046 with flag 22024722/3645003
854.68/853.20	c cleaning 84972 clauses out of 170030 with flag 22545113/3731000
881.38/879.97	c cleaning 85984 clauses out of 172059 with flag 23069710/3818001
908.99/907.41	c cleaning 87032 clauses out of 174076 with flag 23603066/3906002
936.71/935.15	c cleaning 88005 clauses out of 176042 with flag 24141894/3995000
965.00/963.46	c cleaning 89015 clauses out of 178038 with flag 24682341/4085001
994.40/992.81	c cleaning 90003 clauses out of 180023 with flag 25233045/4176001
1024.11/1022.50	c cleaning 90989 clauses out of 182021 with flag 25790299/4268002
1054.50/1052.87	c cleaning 91985 clauses out of 184030 with flag 26350131/4361000
1085.30/1083.61	c cleaning 93017 clauses out of 186046 with flag 26918709/4455001
1117.10/1115.42	c cleaning 93996 clauses out of 188028 with flag 27494188/4550000
1149.11/1147.46	c cleaning 95000 clauses out of 190033 with flag 28067449/4646001
1182.42/1180.63	c cleaning 96006 clauses out of 192032 with flag 28652774/4743000
1216.42/1214.62	c cleaning 96974 clauses out of 194027 with flag 29246418/4841001
1250.92/1249.11	c cleaning 98008 clauses out of 196052 with flag 29847067/4940000
1285.42/1283.65	c cleaning 98970 clauses out of 198044 with flag 30449684/5040000
1320.90/1318.94	c cleaning 100022 clauses out of 200075 with flag 31058944/5141001
1356.79/1354.82	c cleaning 100993 clauses out of 202053 with flag 31676389/5243001
1393.09/1391.12	c cleaning 102012 clauses out of 204060 with flag 32298574/5346001
1431.10/1429.15	c cleaning 102995 clauses out of 206047 with flag 32919108/5450000
1470.07/1467.97	c cleaning 104002 clauses out of 208052 with flag 33548010/5555000
1509.67/1507.55	c cleaning 105009 clauses out of 210052 with flag 34182342/5661002
1549.99/1547.88	c cleaning 106013 clauses out of 212043 with flag 34832209/5768002
1591.00/1588.81	c cleaning 106998 clauses out of 214028 with flag 35481603/5876000
1633.09/1630.87	c cleaning 107996 clauses out of 216032 with flag 36137450/5985002
1675.30/1673.10	c cleaning 108958 clauses out of 218034 with flag 36794724/6095000
1719.01/1716.75	c cleaning 110022 clauses out of 220077 with flag 37459235/6206001
1763.22/1760.86	c cleaning 111012 clauses out of 222054 with flag 38133403/6318000
1800.02/1797.60	c starts		: 56497
1800.02/1797.60	c conflicts		: 6416164
1800.02/1797.60	c decisions		: 53150420
1800.02/1797.60	c propagations		: 824390888
1800.02/1797.60	c inspects		: 24953929873
1800.02/1797.60	c shortcuts		: 0
1800.02/1797.60	c learnt literals	: 3
1800.02/1797.60	c learnt binary clauses	: 77
1800.02/1797.60	c learnt ternary clauses	: 835
1800.02/1797.60	c learnt constraints	: 6416161
1800.02/1797.60	c ignored constraints	: 0
1800.02/1797.60	c root simplifications	: 0
1800.02/1797.60	c removed literals (reason simplification)	: 0
1800.02/1797.60	c reason swapping (by a shorter reason)	: 0
1800.02/1797.60	c Calls to reduceDB	: 108
1800.02/1797.60	c Number of update (reduction) of LBD	: 1369893
1800.02/1797.60	c Imported unit clauses	: 0
1800.02/1797.60	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.60	c number of learned constraints concerned by reduction	: 0
1800.02/1797.60	c number of learning phase by resolution	: 0
1800.02/1797.60	c number of learning phase by cutting planes	: 0
1800.02/1797.60	c speed (assignments/second)	: 458708.9947796514
1800.02/1797.60	c non guided choices	13936
1800.02/1797.60	c timeout
1800.02/1797.63	c learnt constraints type 
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77
1800.02/1797.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209129
1800.02/1797.63	s UNKNOWN
1800.02/1797.63	c Total wall clock time (in seconds): 1797.53

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

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

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


[startup+0 s]
/proc/loadavg: 2.25 2.24 2.19 4/193 25164
/proc/meminfo: memFree=30358780/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29717819 98570240 978 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 24065 978 744 9 0 16771 0
[pid=25164/tid=25165] ppid=25161 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 29717819 98570240 978 33554432000 1073741824 1073778376 140734784600928 140104514960936 248790205824 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.24 2.19 4/193 25164
/proc/meminfo: memFree=30358780/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 4547 0 1 0 10 0 0 0 20 0 18 0 29717819 9787879424 5666 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2389619 5666 2157 9 0 2380296 0
[pid=25164/tid=25165] ppid=25161 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 29717819 9787879424 5666 33554432000 1073741824 1073778376 140734784600928 140104514964384 248793589005 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.25 2.24 2.19 4/193 25164
/proc/meminfo: memFree=30358780/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 5045 0 1 0 28 0 0 0 20 0 18 0 29717819 9787879424 6555 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2389619 6555 2217 9 0 2380296 0
[pid=25164/tid=25165] ppid=25161 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2444 0 1 0 18 0 0 0 20 0 18 0 29717819 9787879424 6555 33554432000 1073741824 1073778376 140734784600928 140104514964384 140104454779754 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.300273 s]
/proc/loadavg: 2.25 2.24 2.19 4/193 25164
/proc/meminfo: memFree=30358780/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9558476 CPUtime=0.53 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 5951 0 1 0 52 1 0 0 20 0 18 0 29717819 9787879424 9098 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2389619 9098 2233 9 0 2380296 0
[pid=25164/tid=25165] ppid=25161 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2448 0 1 0 28 0 0 0 20 0 18 0 29717819 9787879424 9098 33554432000 1073741824 1073778376 140734784600928 140104514964384 140104454779888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700224 s]
/proc/loadavg: 2.25 2.24 2.19 4/193 25164
/proc/meminfo: memFree=30358780/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 9447 0 1 0 142 2 0 0 20 0 19 0 29717819 9856040960 15846 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 15846 2264 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2474 0 1 0 66 2 0 0 20 0 19 0 29717819 9856040960 15846 33554432000 1073741824 1073778376 140734784600928 140104514965672 140104455356375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.25 2.24 2.19 5/213 25184
/proc/meminfo: memFree=30248292/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 9884 0 1 0 229 2 0 0 20 0 19 0 29717819 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 16378 2270 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2476 0 1 0 146 2 0 0 20 0 19 0 29717819 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104514966040 140104455380016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2516 0 0 0 33 0 0 0 20 0 19 0 29717823 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3615 0 0 0 47 0 0 0 20 0 19 0 29717823 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 16378 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.31 2.25 2.19 4/213 25184
/proc/meminfo: memFree=30234396/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=3.95 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 9892 0 1 0 393 2 0 0 20 0 19 0 29717819 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 17407 2270 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2479 0 1 0 306 2 0 0 20 0 19 0 29717819 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104514957008 140104455277765 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2520 0 0 0 35 0 0 0 20 0 19 0 29717823 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3616 0 0 0 48 0 0 0 20 0 19 0 29717823 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 17407 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.31 2.25 2.19 3/213 25184
/proc/meminfo: memFree=30224976/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=7.16 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 9970 0 1 0 714 2 0 0 20 0 19 0 29717819 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 18901 2271 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2483 0 1 0 626 2 0 0 20 0 19 0 29717819 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104514965928 140104455264137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717820 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2593 0 0 0 37 0 0 0 20 0 19 0 29717823 9856040960 18901 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.49 cores=0,2,4,6

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

[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2720 0 0 0 40 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3616 0 0 0 49 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 96 0 0 0 39 32 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.6
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.30 2.23 3/213 25250
/proc/meminfo: memFree=29543868/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=1724.61 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 11378 0 1 0 172409 52 0 0 20 0 19 0 29717819 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 101499 2285 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=1721.82 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2540 0 1 0 172152 30 0 0 20 0 19 0 29717819 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104514957088 140104455309353 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 299 0 0 0 17 3 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 48 0 0 0 15 2 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 70 0 0 0 15 4 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 196 0 0 0 19 5 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 47 0 0 0 13 3 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 71 0 0 0 17 5 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 148 0 0 0 13 2 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 191 0 0 0 15 4 0 0 20 0 19 0 29717820 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 69 0 0 0 2 0 0 0 20 0 19 0 29717821 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2720 0 0 0 40 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3616 0 0 0 49 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0.74 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 100 0 0 0 41 33 0 0 20 0 19 0 29717823 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 101499 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.61
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.29 2.23 3/213 25251
/proc/meminfo: memFree=29523272/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=1784.72 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 11404 0 1 0 178418 54 0 0 20 0 19 0 29717819 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 104055 2285 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=1781.79 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2541 0 1 0 178148 31 0 0 20 0 19 0 29717819 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104514957088 140104455309565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 303 0 0 0 19 3 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 48 0 0 0 16 2 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 73 0 0 0 16 4 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 198 0 0 0 20 5 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 72 0 0 0 18 5 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 150 0 0 0 14 2 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 195 0 0 0 18 4 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2720 0 0 0 40 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3616 0 0 0 49 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 104 0 0 0 42 34 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.29 2.30 2.23 3/213 25251
/proc/meminfo: memFree=29523276/32872528 swapFree=1392268/1580316
[pid=25164] ppid=25161 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/25164/stat : 25164 (java) S 25161 25164 23975 0 -1 4202496 11404 0 1 0 179948 54 0 0 20 0 19 0 29717819 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140734784592064 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25164/statm: 2406260 104055 2285 9 0 2396937 0
[pid=25164/tid=25165] ppid=25161 vsize=9625040 CPUtime=1797.09 cores=0,2,4,6
/proc/25164/task/25165/stat : 25165 (java) R 25161 25164 23975 0 -1 4202560 2541 0 1 0 179678 31 0 0 20 0 19 0 29717819 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104514957088 140104455300506 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25167] ppid=25161 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25164/task/25167/stat : 25167 (java) S 25161 25164 23975 0 -1 4202560 303 0 0 0 19 3 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104453696040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25168] ppid=25161 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/25164/task/25168/stat : 25168 (java) S 25161 25164 23975 0 -1 4202560 48 0 0 0 16 2 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104452643240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25169] ppid=25161 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/25164/task/25169/stat : 25169 (java) S 25161 25164 23975 0 -1 4202560 73 0 0 0 16 4 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104451590440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25170] ppid=25161 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/25164/task/25170/stat : 25170 (java) S 25161 25164 23975 0 -1 4202560 198 0 0 0 20 5 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104355756200 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25171] ppid=25161 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/25164/task/25171/stat : 25171 (java) S 25161 25164 23975 0 -1 4202560 50 0 0 0 16 3 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104354704424 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25172] ppid=25161 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/25164/task/25172/stat : 25172 (java) S 25161 25164 23975 0 -1 4202560 72 0 0 0 18 5 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104353651624 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25173] ppid=25161 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/25164/task/25173/stat : 25173 (java) S 25161 25164 23975 0 -1 4202560 150 0 0 0 14 2 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104352598824 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25174] ppid=25161 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/25164/task/25174/stat : 25174 (java) S 25161 25164 23975 0 -1 4202560 195 0 0 0 18 4 0 0 20 0 19 0 29717820 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104351546024 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25175] ppid=25161 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/25164/task/25175/stat : 25175 (java) S 25161 25164 23975 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104339134952 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25164/tid=25176] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25176/stat : 25176 (java) S 25161 25164 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104338081016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25177] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25177/stat : 25177 (java) S 25161 25164 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29717821 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104337028104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25178] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25178/stat : 25178 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104335976592 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25164/tid=25179] ppid=25161 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/25164/task/25179/stat : 25179 (java) S 25161 25164 23975 0 -1 4202560 2720 0 0 0 40 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104334924728 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25180] ppid=25161 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/25164/task/25180/stat : 25180 (java) S 25161 25164 23975 0 -1 4202560 3616 0 0 0 49 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104333871928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25181] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25181/stat : 25181 (java) S 25161 25164 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104332819320 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25164/tid=25182] ppid=25161 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/25164/task/25182/stat : 25182 (java) S 25161 25164 23975 0 -1 4202560 104 0 0 0 42 35 0 0 20 0 19 0 29717823 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104331766728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25164/tid=25184] ppid=25161 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/25164/task/25184/stat : 25184 (java) S 25161 25164 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717860 9856040960 104055 33554432000 1073741824 1073778376 140734784600928 140104330712232 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 25164 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.64
CPU time (s): 1800.72
CPU user time (s): 1799.63
CPU system time (s): 1.09083
CPU usage (%): 100.171
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.09083
maximum resident set size= 416344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11442
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38394
involuntary context switches= 4480

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

The end

Launcher Data

Begin job on node139 at 2016-06-26 20:46:46
IDJOB=4116913
IDBENCH=109529
IDSOLVER=2546
FILE ID=node139/4116913-1466966806
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-size160-round22-9.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116913-1466966806/watcher-4116913-1466966806 -o /tmp/evaluation-result-4116913-1466966806/solver-4116913-1466966806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23991 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116913-1466966806.opb

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

MD5SUM BENCH= f6b5cd4e814bf7344858f51262a058f8
RANDOM SEED=1452899439

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:        30359696 kB
Buffers:           37108 kB
Cached:           177636 kB
SwapCached:         2156 kB
Active:            52620 kB
Inactive:         175272 kB
Active(anon):      14528 kB
Inactive(anon):     1120 kB
Active(file):      38092 kB
Inactive(file):   174152 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:       1588104 kB
Mapped:            13420 kB
Shmem:                 0 kB
Slab:             568356 kB
SReclaimable:      12160 kB
SUnreclaim:       556196 kB
KernelStack:        1408 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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:16:44