Trace number 4432471

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07? (TO) 3600.22 3600.5

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_5_ic.opb
MD5SUMee8f5ca8a7564b2d122e7dc0e93c6e43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.164679
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4432471-1721148745.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.51/0.41	c ... done. Wall clock time 0.276s.
0.71/0.41	c declared #vars     15725
0.71/0.41	c #constraints  33139
0.71/0.41	c constraints type 
0.71/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
0.71/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.71/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
0.71/0.41	c org.sat4j.specs.Constr$1 => 3
0.71/0.41	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
0.71/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
0.71/0.41	c 33139 constraints processed.
0.71/0.42	c objective function length is 1825 literals
3.92/2.36	c cleaning 2494 clauses out of 5000 with flag 15422/5000
6.43/4.56	c cleaning 4253 clauses out of 8506 with flag 39515/11000
9.13/7.29	c cleaning 5622 clauses out of 11253 with flag 75474/18000
12.04/10.16	c cleaning 6809 clauses out of 13631 with flag 131480/26000
15.65/13.78	c cleaning 7905 clauses out of 15822 with flag 202853/35000
19.78/17.81	c cleaning 8957 clauses out of 17924 with flag 267747/45007
24.27/22.32	c cleaning 9976 clauses out of 19965 with flag 338122/56005
29.18/27.27	c cleaning 10990 clauses out of 21986 with flag 403615/68002
34.67/32.78	c cleaning 11994 clauses out of 23997 with flag 461963/81003
40.90/38.81	c cleaning 12996 clauses out of 26001 with flag 529193/95001
45.86/43.89	c cleaning 13998 clauses out of 28004 with flag 580390/110000
51.35/49.39	c cleaning 15000 clauses out of 30009 with flag 656470/126003
57.51/55.46	c cleaning 15992 clauses out of 32007 with flag 742101/143001
63.88/61.75	c cleaning 16998 clauses out of 34018 with flag 830753/161004
70.82/68.69	c cleaning 17995 clauses out of 36017 with flag 946328/180001
78.77/76.55	c cleaning 19006 clauses out of 38021 with flag 1081323/200000
87.01/84.74	c cleaning 20002 clauses out of 40016 with flag 1210197/221001
96.23/93.97	c cleaning 21001 clauses out of 42014 with flag 1364737/243001
106.86/104.59	c cleaning 22001 clauses out of 44013 with flag 1536652/266001
118.50/116.12	c cleaning 23003 clauses out of 46012 with flag 1698981/290001
131.22/128.89	c cleaning 23997 clauses out of 48008 with flag 1900700/315000
144.65/142.27	c cleaning 24998 clauses out of 50011 with flag 2102504/341000
156.48/153.82	c cleaning 25996 clauses out of 52013 with flag 2318474/368000
169.60/167.00	c cleaning 27002 clauses out of 54018 with flag 2534530/396001
184.46/181.84	c cleaning 27999 clauses out of 56015 with flag 2735507/425000
200.31/197.67	c cleaning 28999 clauses out of 58016 with flag 2934836/455000
217.50/214.88	c cleaning 30002 clauses out of 60017 with flag 3162294/486000
236.25/233.60	c cleaning 31001 clauses out of 62015 with flag 3398234/518000
253.98/251.39	c cleaning 32002 clauses out of 64017 with flag 3637344/551003
272.73/270.16	c cleaning 32999 clauses out of 66013 with flag 3869100/585001
291.87/289.35	c cleaning 34001 clauses out of 68015 with flag 4118912/620002
310.88/308.38	c cleaning 34998 clauses out of 70013 with flag 4343594/656001
329.37/326.80	c cleaning 36004 clauses out of 72015 with flag 4632359/693001
352.40/349.96	c cleaning 36999 clauses out of 74010 with flag 4937322/731000
373.59/371.12	c cleaning 38001 clauses out of 76012 with flag 5254363/770001
399.41/397.07	c cleaning 38999 clauses out of 78011 with flag 5565786/810001
426.83/424.43	c cleaning 40000 clauses out of 80012 with flag 5894509/851001
448.07/445.77	c cleaning 40985 clauses out of 82012 with flag 6125963/893001
465.85/463.41	c cleaning 42005 clauses out of 84026 with flag 6342300/936000
490.48/487.63	c cleaning 43004 clauses out of 86024 with flag 6609154/980003
513.73/510.98	c cleaning 44006 clauses out of 88018 with flag 6941358/1025001
537.45/534.68	c cleaning 44993 clauses out of 90011 with flag 7306976/1071000
562.79/560.10	c cleaning 45997 clauses out of 92018 with flag 7663894/1118000
585.20/582.34	c cleaning 47002 clauses out of 94021 with flag 7938585/1166000
605.64/602.89	c cleaning 48000 clauses out of 96019 with flag 8190037/1215000
625.13/622.29	c cleaning 49004 clauses out of 98020 with flag 8483963/1265001
645.46/642.52	c cleaning 50000 clauses out of 100015 with flag 8845931/1316000
665.58/662.65	c cleaning 51002 clauses out of 102017 with flag 9188844/1368002
686.91/683.63	c cleaning 51997 clauses out of 104014 with flag 9471412/1421001
709.21/705.80	c cleaning 52993 clauses out of 106016 with flag 9746016/1475000
731.95/728.59	c cleaning 53996 clauses out of 108024 with flag 10044687/1530001
755.43/751.91	c cleaning 55006 clauses out of 110028 with flag 10357914/1586001
779.40/775.84	c cleaning 56000 clauses out of 112022 with flag 10676316/1643001
804.44/800.65	c cleaning 56995 clauses out of 114022 with flag 11013158/1701001
829.47/825.37	c cleaning 58002 clauses out of 116027 with flag 11373991/1760001
855.41/851.33	c cleaning 58999 clauses out of 118025 with flag 11775513/1820001
884.56/880.52	c cleaning 60003 clauses out of 120026 with flag 12144393/1881001
912.84/908.77	c cleaning 60997 clauses out of 122023 with flag 12552712/1943001
942.44/938.37	c cleaning 61998 clauses out of 124025 with flag 12940982/2006000
973.51/969.48	c cleaning 62999 clauses out of 126028 with flag 13358796/2070001
1007.46/1003.30	c cleaning 63997 clauses out of 128029 with flag 13774933/2135001
1039.71/1035.33	c cleaning 65016 clauses out of 130031 with flag 14181043/2201000
1075.19/1070.91	c cleaning 66004 clauses out of 132015 with flag 14530744/2268000
1107.14/1102.84	c cleaning 66995 clauses out of 134011 with flag 14965285/2336000
1138.52/1134.25	c cleaning 68003 clauses out of 136016 with flag 15398261/2405000
1172.17/1167.95	c cleaning 68991 clauses out of 138013 with flag 15843945/2475000
1210.25/1206.17	c cleaning 70013 clauses out of 140026 with flag 16219611/2546004
1247.53/1243.35	c cleaning 70993 clauses out of 142009 with flag 16657918/2618000
1288.52/1284.42	c cleaning 72001 clauses out of 144016 with flag 17148259/2691000
1327.77/1323.68	c cleaning 73001 clauses out of 146017 with flag 17726412/2765002
1377.86/1373.90	c cleaning 74001 clauses out of 148014 with flag 18342376/2840000
1430.45/1426.82	c cleaning 74997 clauses out of 150013 with flag 18963829/2916000
1483.84/1480.18	c cleaning 76000 clauses out of 152016 with flag 19577721/2993000
1542.00/1538.77	c cleaning 77001 clauses out of 154017 with flag 20182230/3071001
1596.27/1593.20	c cleaning 77999 clauses out of 156015 with flag 20720041/3150000
1650.15/1647.22	c cleaning 79001 clauses out of 158016 with flag 21294218/3230000
1704.35/1701.44	c cleaning 80006 clauses out of 160015 with flag 21901856/3311000
1753.89/1750.92	c cleaning 81001 clauses out of 162011 with flag 22481000/3393002
1798.36/1795.46	c cleaning 81998 clauses out of 164008 with flag 22945647/3476000
1845.39/1842.70	c cleaning 82997 clauses out of 166012 with flag 23526058/3560002
1892.40/1890.09	c cleaning 84000 clauses out of 168014 with flag 24029786/3645001
1936.16/1934.06	c cleaning 84997 clauses out of 170013 with flag 24575294/3731000
1982.45/1980.62	c cleaning 86005 clauses out of 172019 with flag 25100989/3818003
2030.44/2028.98	c cleaning 87004 clauses out of 174011 with flag 25603342/3906000
2091.13/2090.03	c cleaning 87991 clauses out of 176009 with flag 26264465/3995002
2157.41/2156.72	c cleaning 89002 clauses out of 178016 with flag 26987467/4085000
2224.77/2224.01	c cleaning 90000 clauses out of 180014 with flag 27743291/4176000
2283.68/2283.06	c cleaning 91002 clauses out of 182014 with flag 28395629/4268000
2326.71/2326.07	c cleaning 92000 clauses out of 184012 with flag 28979652/4361000
2376.60/2375.98	c cleaning 93002 clauses out of 186012 with flag 29563934/4455000
2435.77/2435.24	c cleaning 93992 clauses out of 188012 with flag 30122705/4550002
2497.87/2497.65	c cleaning 95004 clauses out of 190020 with flag 30782249/4646002
2553.71/2553.47	c cleaning 95997 clauses out of 192015 with flag 31527678/4743001
2612.92/2612.91	c cleaning 96999 clauses out of 194019 with flag 32289207/4841002
2673.65/2673.50	c cleaning 98000 clauses out of 196019 with flag 33011168/4940001
2733.26/2733.18	c cleaning 99001 clauses out of 198019 with flag 33827890/5040001
2800.98/2800.86	c cleaning 99996 clauses out of 200019 with flag 34535264/5141002
2863.18/2863.06	c cleaning 100999 clauses out of 202023 with flag 35283530/5243002
2933.64/2933.59	c cleaning 102006 clauses out of 204024 with flag 35940879/5346002
2987.85/2987.32	c cleaning 103005 clauses out of 206017 with flag 36567835/5450001
3068.78/3068.55	c cleaning 103999 clauses out of 208012 with flag 37299536/5555001
3124.26/3123.99	c cleaning 104993 clauses out of 210012 with flag 38004199/5661000
3183.97/3184.04	c cleaning 106011 clauses out of 212021 with flag 38663121/5768002
3242.20/3242.17	c cleaning 106998 clauses out of 214010 with flag 39326025/5876002
3331.16/3331.42	c cleaning 108000 clauses out of 216013 with flag 40092103/5985003
3410.89/3411.23	c cleaning 108998 clauses out of 218011 with flag 40903157/6095001
3474.79/3475.11	c cleaning 110000 clauses out of 220013 with flag 41593015/6206001
3575.45/3575.78	c cleaning 111002 clauses out of 222012 with flag 42462200/6318000
3600.09/3600.41	c starts		: 12177
3600.09/3600.41	c timeout
3600.09/3600.41	c conflicts		: 6366042
3600.09/3600.41	c decisions		: 9063025
3600.09/3600.41	c propagations		: 3760360908
3600.09/3600.41	c inspects		: 32534241936
3600.09/3600.41	c shortcuts		: 0
3600.09/3600.41	c learnt literals	: 0
3600.09/3600.41	c learnt binary clauses	: 0
3600.09/3600.41	c learnt ternary clauses	: 0
3600.09/3600.41	c learnt constraints	: 6366042
3600.09/3600.41	c ignored constraints	: 0
3600.09/3600.41	c root simplifications	: 0
3600.09/3600.41	c removed literals (reason simplification)	: 0
3600.09/3600.41	c reason swapping (by a shorter reason)	: 0
3600.09/3600.41	c Calls to reduceDB	: 108
3600.09/3600.41	c Number of update (reduction) of LBD	: 1839009
3600.09/3600.41	c Imported unit clauses	: 0
3600.09/3600.41	c No decision after first conflict	: false
3600.09/3600.41	c number of reductions to clauses (during analyze)	: 0
3600.09/3600.41	c number of learned constraints concerned by reduction	: 0
3600.09/3600.41	c number of learning phase by resolution	: 0
3600.09/3600.41	c number of learning phase by cutting planes	: 0
3600.09/3600.41	c number of rounding to 1 operations	: 0
3600.09/3600.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3600.41	c number of reductions of the coefficients by power 2 	: 0
3600.09/3600.41	c number of right shift for reduction by power 2 	: 0
3600.09/3600.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3600.41	c number of ending skipping 	: 0
3600.09/3600.41	c number of internal skipping 	: 0
3600.09/3600.41	c number of derivation steps 	: 0
3600.09/3600.41	c number of skipped derivation steps 	: 0
3600.09/3600.41	c number of remaining unassigned 	: 0
3600.09/3600.41	c number of remaining assigned 	: 0
3600.09/3600.41	c number of falsified literals weakened from reason	: 0
3600.09/3600.41	c number of falsified literals weakened from conflict	: 0
3600.09/3600.41	c time for arithmetic operations	: 0
3600.09/3600.42	c minimum degree of deleted constraints	: null
3600.09/3600.42	c maximum degree of deleted constraints	: null
3600.09/3600.42	c number of deleted constraints	: 0
3600.09/3600.42	c speed (assignments/second)	: 1044549.3391081739
3600.09/3600.42	c non guided choices	: 13
3600.09/3600.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 159052
3600.09/3600.47	s UNKNOWN
3600.09/3600.47	c Total wall clock time (in seconds): 3600.342

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61728 MiB free)
  memory of node 1: 64473 MiB (63275 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432471-1721148745/watcher-4432471-1721148745 -o /tmp/evaluation-result-4432471-1721148745/solver-4432471-1721148745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863558 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432471-1721148745.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=863587, runsolver pid=863584

[startup+0.100864 s]*
/proc/loadavg: 2.08 3.48 3.87 5/283 863640
/proc/meminfo: memFree=127903772/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=18975048 memory=63504 CPUtime=0.13 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 7215 0 0 0 11 2 0 0 20 0 18 0 167038027 19430449152 15876 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4743762 15876 5713 1 0 549335 0
[pid=863587/tid=863589] ppid=863584 vsize=18975048 memory=4026531959 CPUtime=0.08 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 1078198336 5737 0 0 0 7 1 0 0 20 0 18 0 167038028 19430449152 15876 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=18975048 memory=215671375136 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167038030 19430449152 15876 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=18975048 memory=31567 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167038031 19430449152 15876 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63504 KiB

[startup+0.207248 s]*
/proc/loadavg: 2.08 3.48 3.87 10/303 863662
/proc/meminfo: memFree=127835592/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=18975048 memory=75624 CPUtime=0.32 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 7670 0 0 0 30 2 0 0 20 0 18 0 167038027 19430449152 18906 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4743762 18906 5810 1 0 549605 0
[pid=863587/tid=863589] ppid=863584 vsize=18975048 memory=3472328300254199927 CPUtime=0.17 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 5929 0 0 0 16 1 0 0 20 0 18 0 167038028 19430449152 18906 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=18975048 memory=1609 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167038030 19430449152 18906 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=18975048 memory=15815582234707235 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167038031 19430449152 18906 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75624 KiB

[startup+0.306334 s]*
/proc/loadavg: 2.08 3.48 3.87 11/326 863690
/proc/meminfo: memFree=127718380/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=18975048 memory=113292 CPUtime=0.51 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 9387 0 0 0 48 3 0 0 20 0 18 0 167038027 19430449152 28323 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4743762 28323 5810 1 0 550759 0
[pid=863587/tid=863589] ppid=863584 vsize=18975048 memory=7311146985107750967 CPUtime=0.26 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 5945 0 0 0 24 2 0 0 20 0 18 0 167038028 19430449152 28323 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=18975048 memory=1602 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167038030 19430449152 28323 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=18975048 memory=14126732374443270 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167038031 19430449152 28323 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 113292 KiB

[startup+0.705132 s]
/proc/loadavg: 2.08 3.48 3.87 14/329 863693
/proc/meminfo: memFree=127436676/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19041612 memory=163716 CPUtime=1.27 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 11798 0 0 0 123 4 0 0 20 0 19 0 167038027 19498610688 40929 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4760403 40929 5864 1 0 552180 0
[pid=863587/tid=863589] ppid=863584 vsize=19041612 memory=2236 CPUtime=0.64 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 6065 0 0 0 61 3 0 0 20 0 19 0 167038028 19498610688 40929 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19041612 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167038030 19498610688 40929 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19041612 memory=1888 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167038031 19498610688 40929 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 167038071 19498610688 40929 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 163716 KiB

[startup+1.50113 s]
/proc/loadavg: 2.08 3.48 3.87 12/330 863694
/proc/meminfo: memFree=127165520/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=195288 CPUtime=2.84 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 22977 0 0 0 278 6 0 0 20 0 20 0 167038027 19566772224 48822 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 48822 5896 1 0 556298 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=12292 CPUtime=1.4 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 6231 0 0 0 137 3 0 0 20 0 20 0 167038028 19566772224 48822 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 48822 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 48822 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=280537332049168 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 48822 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195288 KiB

[startup+3.10571 s]
/proc/loadavg: 2.08 3.48 3.87 9/333 863699
/proc/meminfo: memFree=125911460/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=196716 CPUtime=4.88 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 24993 0 0 0 481 7 0 0 20 0 20 0 167038027 19566772224 49179 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 49179 5896 1 0 556489 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=-8887120943081956028 CPUtime=2.98 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 7527 0 0 0 295 3 0 0 20 0 20 0 167038028 19566772224 49179 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 49179 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 49179 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 49179 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 4.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 196716 KiB

[startup+6.30026 s]
/proc/loadavg: 2.47 3.54 3.88 5/334 863700
/proc/meminfo: memFree=125859980/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=190808 CPUtime=8.24 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 29717 0 0 0 817 7 0 0 20 0 20 0 167038027 19566772224 47702 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 47702 5928 1 0 556494 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=0 CPUtime=6.16 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 8126 0 0 0 613 3 0 0 20 0 20 0 167038028 19566772224 47702 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 47702 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 47702 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=26360 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 47702 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 8.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190808 KiB

[startup+12.7003 s]
/proc/loadavg: 2.59 3.55 3.88 5/334 863701
/proc/meminfo: memFree=125801216/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=209556 CPUtime=14.66 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 33072 0 0 0 1457 9 0 0 20 0 20 0 167038027 19566772224 52389 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 52389 5944 1 0 556494 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=-8527394823334109884 CPUtime=12.51 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 9195 0 0 0 1248 3 0 0 20 0 20 0 167038028 19566772224 52389 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 52389 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 52389 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=280537331789888 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 52389 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 209556 KiB

[startup+25.5003 s]
/proc/loadavg: 2.91 3.57 3.89 5/334 863703
/proc/meminfo: memFree=125802928/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=267004 CPUtime=27.49 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 37338 0 0 0 2738 11 0 0 20 0 20 0 167038027 19566772224 66751 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 66751 5944 1 0 556494 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=0 CPUtime=25.2 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 10186 0 0 0 2517 3 0 0 20 0 20 0 167038028 19566772224 66751 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 66751 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=5436 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 66751 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 66751 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 27.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 267004 KiB

[startup+51.1071 s]
/proc/loadavg: 3.46 3.65 3.91 6/334 863706
/proc/meminfo: memFree=125572140/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=398344 CPUtime=53.16 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 48266 0 0 0 5301 15 0 0 20 0 20 0 167038027 19566772224 99586 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 99586 5944 1 0 556494 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=398324 CPUtime=50.5 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 12300 0 0 0 5046 4 0 0 20 0 20 0 167038028 19566772224 99586 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=-8887120943081956028 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 99586 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0

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

/proc/meminfo: memFree=110026124/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118104 CPUtime=3222.33 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 197347 0 0 0 322010 223 0 0 20 0 20 0 167038027 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279526 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5118104 CPUtime=3190.04 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 62323 0 0 0 318956 48 0 0 20 0 20 0 167038028 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=5436 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=5118104 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1108 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118104 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3222.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.15 4.16 5/330 865470
/proc/meminfo: memFree=109850040/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118104 CPUtime=3282.19 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 197859 0 0 0 327994 225 0 0 20 0 20 0 167038027 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279526 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5436 CPUtime=3249.2 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 62581 0 0 0 324872 48 0 0 20 0 20 0 167038028 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=5118104 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=-8887120943081956028 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118104 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3282.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118104 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.15 4.16 5/330 865481
/proc/meminfo: memFree=109847572/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118104 CPUtime=3342.03 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 198082 0 0 0 333976 227 0 0 20 0 20 0 167038027 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279526 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5118104 CPUtime=3309 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 62801 0 0 0 330852 48 0 0 20 0 20 0 167038028 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=5484 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=39408 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118104 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279526 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3342.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.16 5/331 865492
/proc/meminfo: memFree=109841148/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118132 CPUtime=3402.02 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 198196 0 0 0 339973 229 0 0 20 0 20 0 167038027 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279533 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=41872 CPUtime=3368.61 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 62821 0 0 0 336813 48 0 0 20 0 20 0 167038028 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=5118132 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118132 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3402.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118132 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.16 5/331 865502
/proc/meminfo: memFree=109795656/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118132 CPUtime=3462.01 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 198540 0 0 0 345970 231 0 0 20 0 20 0 167038027 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279533 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5118132 CPUtime=3428.25 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 62941 0 0 0 342776 49 0 0 20 0 20 0 167038028 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=5118132 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118132 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3462.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118132 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.16 5/333 865517
/proc/meminfo: memFree=109606384/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118132 CPUtime=3521.99 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 199267 0 0 0 351965 234 0 0 20 0 20 0 167038027 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279533 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5118132 CPUtime=3487.94 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 63368 0 0 0 348745 49 0 0 20 0 20 0 167038028 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1110 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118132 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279533 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3521.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.16 5/333 865527
/proc/meminfo: memFree=109605992/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118136 CPUtime=3582.04 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 201738 0 0 0 357968 236 0 0 20 0 20 0 167038027 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279534 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5436 CPUtime=3547.52 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 63952 0 0 0 354702 50 0 0 20 0 20 0 167038028 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=16224 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=5118136 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1251 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=5118136 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3582.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.4 s]
/proc/loadavg: 4.48 4.21 4.18 5/290 865630
/proc/meminfo: memFree=121135292/131524600 swapFree=131071996/131071996
[pid=863587] ppid=863584 vsize=19108176 memory=5118136 CPUtime=3600.09 cores=0,2
/proc/863587/stat : 863587 (java) S 863584 863587 863548 0 -1 1077936128 201795 0 0 0 359772 237 0 0 20 0 20 0 167038027 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
/proc/863587/statm: 4777044 1279534 5960 1 0 1589222 0
[pid=863587/tid=863589] ppid=863584 vsize=19108176 memory=5484 CPUtime=3565.56 cores=0,2
/proc/863587/task/863589/stat : 863589 (java) R 863584 863587 863548 0 -1 4194368 64007 0 0 0 356506 50 0 0 20 0 20 0 167038028 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863598] ppid=863584 vsize=19108176 memory=-8887120943081956028 CPUtime=0 cores=0,2
/proc/863587/task/863598/stat : 863598 (Finalizer) S 863584 863587 863548 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167038030 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863605] ppid=863584 vsize=19108176 memory=16224 CPUtime=0 cores=0,2
/proc/863587/task/863605/stat : 863605 (Common-Cleaner) S 863584 863587 863548 0 -1 1077936192 1251 0 0 0 0 0 0 0 20 0 20 0 167038031 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
[pid=863587/tid=863691] ppid=863584 vsize=19108176 memory=2236 CPUtime=0 cores=0,2
/proc/863587/task/863691/stat : 863691 (Timer-0) S 863584 863587 863548 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167038071 19566772224 1279534 134679101440 94379576647680 94379576651376 140722455332448 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94379576659192 94379576659984 94379602255872 140722455335943 140722455336033 140722455336033 140722455343048 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5118136 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3600.5 s]
# the end of solver process 863587 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.83 s, system=2.39603 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

Real time (s): 3600.5
CPU time (s): 3600.22
CPU user time (s): 3597.83
CPU system time (s): 2.39603
CPU usage (%): 99.9925
Max. virtual memory (cumulated for all children) (KiB): 19111908
Max. memory (cumulated for all children) (KiB): 5118136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.83
system time used= 2.39603
maximum resident set size= 5119908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204765
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109845
involuntary context switches= 32860


# summary of solver processes directly reported to runsolver:
#   pid: 863587
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3597.83
#   total CPU system time (s): 2.39603

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.7533 second user time and 18.6736 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-16 18:52:38
IDJOB=4432471
IDBENCH=155717
IDSOLVER=3058
FILE ID=nodeC020/4432471-1721148745
RUNJOBID= nodeC020-1721148758-863558
SLURM_JOB_ID= 7505743
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432471-1721148745/watcher-4432471-1721148745 -o /tmp/evaluation-result-4432471-1721148745/solver-4432471-1721148745 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721148758-863558 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432471-1721148745.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= ee8f5ca8a7564b2d122e7dc0e93c6e43
RANDOM SEED=1648313829

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3576.346
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3651.338
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3612.187
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3649.131
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3613.888
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3637.528
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3578.075
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3630.556
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128022244 kB
MemAvailable:   129708336 kB
Buffers:          432896 kB
Cached:          2076164 kB
SwapCached:            0 kB
Active:           666452 kB
Inactive:        2210128 kB
Active(anon):       1492 kB
Inactive(anon):   403780 kB
Active(file):     664960 kB
Inactive(file):  1806348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10784 kB
Writeback:             0 kB
AnonPages:        367312 kB
Mapped:           104120 kB
Shmem:             37720 kB
KReclaimable:     109216 kB
Slab:             217204 kB
SReclaimable:     109216 kB
SUnreclaim:       107988 kB
KernelStack:        4000 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     815236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889928 MiB
End job on nodeC020 at 2024-07-16 19:52:39