Trace number 4542977

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 CP VeriPB 2025-06-06? (TO) 3600.22 3530.42

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-04/normalized-ec_stargrid_04_021.opb
MD5SUMf232403836dcde587a139eecc4d77a9a
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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.086058
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables337
Total number of constraints170
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)168
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint8
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 12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		2104792832
0.09/0.10	c Max memory 		16282288128
0.09/0.10	c Total memory 		2113929216
0.09/0.11	c Number of processors 	2
0.09/0.17	c Pseudo Boolean Optimization by upper bound
0.09/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.17	c  - never skip resolution steps
0.09/0.17	c  - Auto-division on coefficients is disabled
0.09/0.17	c  - No postprocessing
0.09/0.17	c  - Conflict is considered as is when resolving
0.09/0.17	c  - Use constraints as they come during conflict analysis
0.09/0.17	c  - Weaken first using unassigned literals
0.09/0.17	c  - Bump strategy: ALWAYS_ONE
0.09/0.17	c  - Bumper: EFFECTIVE
0.09/0.17	c --- Begin Solver configuration ---
0.09/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.09/0.17	c Learn all clauses as in MiniSAT
0.09/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.17	c No reason simplification
0.09/0.17	c Dynamic restart strategy considering the size of the coefficients
0.09/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.09/0.17	c timeout=2147483s
0.09/0.17	c DB Simplification allowed=false
0.09/0.17	c Listener: none
0.09/0.17	c --- End Solver configuration ---
0.09/0.17	c solving HOME/instance-4542977-1753223901.opb
0.09/0.17	c reading problem ... 
0.09/0.17	c using VERIPB proof format
0.09/0.17	c  no objective function found
0.09/0.20	c ... done. Wall clock time 0.032s.
0.09/0.20	c declared #vars     337
0.09/0.20	c #constraints  170
0.09/0.20	c constraints type 
0.09/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.09/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 168
0.09/0.20	c 170 constraints processed.
2.79/1.52	c cleaning 2488 clauses out of 5001 with flag 0/5001
4.72/2.50	c cleaning 4243 clauses out of 8512 with flag 0/11000
6.88/3.60	c cleaning 5624 clauses out of 11269 with flag 0/18000
8.76/4.81	c cleaning 6814 clauses out of 13646 with flag 0/26001
9.91/5.77	c cleaning 7901 clauses out of 15833 with flag 0/35002
11.41/7.09	c cleaning 8948 clauses out of 17931 with flag 0/45001
13.02/8.60	c cleaning 9974 clauses out of 19983 with flag 0/56001
14.92/10.59	c cleaning 10987 clauses out of 22009 with flag 0/68001
17.14/12.70	c cleaning 11993 clauses out of 24023 with flag 0/81002
19.36/14.95	c cleaning 12994 clauses out of 26029 with flag 0/95001
22.04/17.58	c cleaning 14000 clauses out of 28034 with flag 0/110000
24.45/20.01	c cleaning 14999 clauses out of 30034 with flag 0/126000
27.79/23.16	c cleaning 15998 clauses out of 32035 with flag 0/143000
31.67/26.91	c cleaning 16998 clauses out of 34038 with flag 0/161001
35.63/30.80	c cleaning 18013 clauses out of 36040 with flag 0/180001
39.53/34.62	c cleaning 19006 clauses out of 38027 with flag 0/200001
44.79/39.85	c cleaning 20001 clauses out of 40022 with flag 0/221002
49.91/44.94	c cleaning 21003 clauses out of 42019 with flag 0/243000
55.63/50.41	c cleaning 22004 clauses out of 44017 with flag 0/266001
60.45/55.10	c cleaning 22994 clauses out of 46013 with flag 0/290001
64.57/59.14	c cleaning 24000 clauses out of 48018 with flag 0/315000
68.90/63.33	c cleaning 24996 clauses out of 50019 with flag 0/341001
73.24/67.53	c cleaning 25998 clauses out of 52022 with flag 0/368000
78.16/72.30	c cleaning 27002 clauses out of 54024 with flag 0/396000
83.60/77.67	c cleaning 28001 clauses out of 56023 with flag 0/425001
89.45/83.39	c cleaning 28998 clauses out of 58022 with flag 0/455001
94.59/88.32	c cleaning 30001 clauses out of 60024 with flag 0/486001
101.66/94.88	c cleaning 31000 clauses out of 62022 with flag 0/518000
109.75/102.68	c cleaning 31998 clauses out of 64022 with flag 0/551000
117.95/110.77	c cleaning 32999 clauses out of 66024 with flag 0/585000
125.97/118.64	c cleaning 34000 clauses out of 68025 with flag 0/620000
135.56/128.05	c cleaning 34998 clauses out of 70025 with flag 0/656000
146.73/138.96	c cleaning 35998 clauses out of 72027 with flag 0/693000
157.96/149.97	c cleaning 37000 clauses out of 74030 with flag 0/731001
169.40/161.02	c cleaning 38001 clauses out of 76030 with flag 0/770001
181.79/173.13	c cleaning 39001 clauses out of 78028 with flag 0/810000
191.73/182.89	c cleaning 40002 clauses out of 80027 with flag 0/851000
200.96/191.97	c cleaning 40996 clauses out of 82025 with flag 0/893000
210.42/201.14	c cleaning 41999 clauses out of 84029 with flag 0/936000
219.72/210.14	c cleaning 42998 clauses out of 86031 with flag 0/980001
228.91/219.16	c cleaning 43999 clauses out of 88032 with flag 0/1025000
241.53/231.46	c cleaning 45000 clauses out of 90033 with flag 0/1071000
254.13/243.71	c cleaning 46002 clauses out of 92034 with flag 0/1118001
267.21/256.64	c cleaning 46997 clauses out of 94031 with flag 0/1166000
279.24/268.55	c cleaning 47997 clauses out of 96034 with flag 0/1215000
294.15/283.13	c cleaning 49007 clauses out of 98037 with flag 0/1265000
308.13/296.81	c cleaning 50002 clauses out of 100030 with flag 0/1316000
325.16/313.47	c cleaning 51002 clauses out of 102028 with flag 0/1368000
341.43/329.23	c cleaning 51999 clauses out of 104027 with flag 0/1421001
358.06/345.37	c cleaning 52997 clauses out of 106028 with flag 0/1475001
377.85/364.67	c cleaning 54000 clauses out of 108031 with flag 0/1530001
397.47/383.72	c cleaning 55001 clauses out of 110030 with flag 0/1586000
418.20/404.14	c cleaning 56000 clauses out of 112029 with flag 0/1643000
434.53/420.21	c cleaning 57000 clauses out of 114030 with flag 0/1701001
450.23/435.74	c cleaning 57999 clauses out of 116032 with flag 0/1760003
466.56/451.87	c cleaning 58998 clauses out of 118030 with flag 0/1820000
488.21/473.23	c cleaning 60005 clauses out of 120032 with flag 0/1881000
519.34/503.60	c cleaning 61005 clauses out of 122028 with flag 0/1943001
549.77/533.32	c cleaning 61997 clauses out of 124022 with flag 0/2006000
584.98/567.76	c cleaning 63001 clauses out of 126026 with flag 0/2070001
610.81/593.25	c cleaning 63997 clauses out of 128024 with flag 0/2135000
637.55/619.68	c cleaning 65000 clauses out of 130028 with flag 0/2201001
666.42/647.95	c cleaning 66002 clauses out of 132027 with flag 0/2268000
689.32/670.12	c cleaning 66997 clauses out of 134026 with flag 0/2336001
720.75/700.69	c cleaning 68007 clauses out of 136029 with flag 0/2405001
776.06/754.50	c cleaning 69001 clauses out of 138023 with flag 0/2475002
829.69/806.89	c cleaning 69998 clauses out of 140020 with flag 0/2546000
881.84/857.45	c cleaning 71005 clauses out of 142022 with flag 0/2618000
910.51/885.30	c cleaning 71995 clauses out of 144017 with flag 0/2691000
942.62/916.60	c cleaning 72997 clauses out of 146024 with flag 0/2765002
975.20/948.24	c cleaning 74003 clauses out of 148025 with flag 0/2840000
1008.52/980.41	c cleaning 75002 clauses out of 150022 with flag 0/2916000
1040.19/1011.35	c cleaning 75998 clauses out of 152021 with flag 0/2993001
1079.04/1049.84	c cleaning 76998 clauses out of 154022 with flag 0/3071000
1131.49/1101.36	c cleaning 77993 clauses out of 156024 with flag 0/3150000
1193.43/1162.14	c cleaning 79001 clauses out of 158032 with flag 0/3230001
1252.09/1219.92	c cleaning 80000 clauses out of 160030 with flag 0/3311000
1287.23/1254.27	c cleaning 81008 clauses out of 162030 with flag 0/3393000
1321.57/1287.64	c cleaning 82000 clauses out of 164022 with flag 0/3476000
1375.68/1340.31	c cleaning 82996 clauses out of 166023 with flag 0/3560001
1410.54/1374.40	c cleaning 83996 clauses out of 168026 with flag 0/3645000
1476.70/1439.09	c cleaning 85002 clauses out of 170031 with flag 0/3731001
1569.25/1530.14	c cleaning 86003 clauses out of 172028 with flag 0/3818000
1645.22/1604.77	c cleaning 87004 clauses out of 174027 with flag 0/3906002
1750.27/1708.45	c cleaning 87997 clauses out of 176022 with flag 0/3995001
1848.10/1804.96	c cleaning 88988 clauses out of 178024 with flag 0/4085000
1955.34/1910.40	c cleaning 89998 clauses out of 180038 with flag 0/4176002
2037.25/1991.38	c cleaning 90998 clauses out of 182039 with flag 0/4268001
2130.07/2082.93	c cleaning 92001 clauses out of 184041 with flag 0/4361001
2210.40/2162.25	c cleaning 92995 clauses out of 186039 with flag 0/4455000
2289.50/2240.41	c cleaning 94001 clauses out of 188045 with flag 0/4550001
2365.52/2315.59	c cleaning 94994 clauses out of 190044 with flag 0/4646001
2427.93/2377.13	c cleaning 96010 clauses out of 192049 with flag 0/4743000
2485.18/2433.34	c cleaning 97004 clauses out of 194040 with flag 0/4841001
2561.95/2509.03	c cleaning 97997 clauses out of 196036 with flag 0/4940001
2632.71/2578.90	c cleaning 99006 clauses out of 198039 with flag 0/5040001
2755.94/2699.97	c cleaning 99999 clauses out of 200032 with flag 0/5141000
2852.82/2795.03	c cleaning 101003 clauses out of 202033 with flag 0/5243000
2934.61/2875.11	c cleaning 102004 clauses out of 204031 with flag 0/5346001
3017.00/2956.35	c cleaning 102999 clauses out of 206026 with flag 0/5450000
3112.31/3049.84	c cleaning 103992 clauses out of 208027 with flag 0/5555000
3211.88/3147.91	c cleaning 105005 clauses out of 210035 with flag 0/5661000
3294.25/3228.63	c cleaning 106007 clauses out of 212032 with flag 0/5768002
3386.16/3319.34	c cleaning 107004 clauses out of 214023 with flag 0/5876000
3472.91/3404.72	c cleaning 108000 clauses out of 216019 with flag 0/5985000
3564.92/3495.63	c cleaning 108997 clauses out of 218019 with flag 0/6095000
3600.03/3530.31	c starts		: 305
3600.03/3530.32	c timeout
3600.03/3530.32	c conflicts		: 6152551
3600.03/3530.32	c decisions		: 7919665
3600.03/3530.32	c propagations		: 32740811
3600.03/3530.32	c inspects		: 6504758199
3600.03/3530.32	c shortcuts		: 0
3600.03/3530.32	c learnt literals	: 0
3600.03/3530.32	c learnt binary clauses	: 0
3600.03/3530.32	c learnt ternary clauses	: 0
3600.03/3530.32	c learnt constraints	: 6152551
3600.03/3530.33	c ignored constraints	: 0
3600.03/3530.33	c root simplifications	: 0
3600.03/3530.33	c removed literals (reason simplification)	: 0
3600.03/3530.33	c reason swapping (by a shorter reason)	: 0
3600.03/3530.33	c Calls to reduceDB	: 106
3600.03/3530.33	c Number of update (reduction) of LBD	: 6982472
3600.03/3530.33	c Imported unit clauses	: 0
3600.03/3530.33	c No decision after first conflict	: false
3600.03/3530.33	c number of reductions to clauses (during analyze)	: 0
3600.03/3530.33	c number of learned constraints concerned by reduction	: 0
3600.03/3530.33	c number of learning phase by resolution	: 0
3600.03/3530.33	c number of learning phase by cutting planes	: 0
3600.03/3530.33	c number of rounding to 1 operations	: 0
3600.03/3530.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3530.33	c number of reductions of the coefficients by power 2 	: 0
3600.03/3530.33	c number of right shift for reduction by power 2 	: 0
3600.03/3530.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3530.33	c number of ending skipping 	: 0
3600.03/3530.33	c number of internal skipping 	: 0
3600.03/3530.33	c number of derivation steps 	: 20924570
3600.03/3530.33	c number of skipped derivation steps 	: 0
3600.03/3530.33	c number of remaining unassigned 	: 18658
3600.03/3530.33	c number of remaining assigned 	: 403983872
3600.03/3530.33	c number of falsified literals weakened from reason	: 0
3600.03/3530.33	c number of falsified literals weakened from conflict	: 0
3600.03/3530.33	c time for arithmetic operations	: 18843203184
3600.03/3530.33	c minimum degree of deleted constraints	: 1
3600.03/3530.34	c maximum degree of deleted constraints	: 98429416
3600.03/3530.34	c number of deleted constraints	: 5985978
3600.03/3530.34	c speed (assignments/second)	: 9274.670465580324
3600.03/3530.34	c non guided choices	: 6360
3600.03/3530.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 50837
3600.03/3530.40	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 26
3600.03/3530.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 115710
3600.03/3530.40	s UNKNOWN
3600.03/3530.40	c Total wall clock time (in seconds): 3530.23

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: 63665 MiB (62664 MiB free)
  memory of node 1: 64507 MiB (63703 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542977-1753223901/watcher-4542977-1753223901 -o /tmp/evaluation-result-4542977-1753223901/solver-4542977-1753223901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173946 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542977-1753223901 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542977-1753223901.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=173991, runsolver pid=173986
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.20 1.28 2.15 10/333 174072
/proc/meminfo: memFree=129348312/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=18930384 memory=51776 CPUtime=0.09 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 6151 0 84 0 7 2 0 0 20 0 18 0 238069688 19384713216 12944 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4732596 12944 5297 1 0 547261 0
[pid=173991/tid=174006] ppid=173986 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 4971 0 74 0 5 1 0 0 20 0 18 0 238069691 19384713216 12944 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=18930384 memory=16912 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238069693 19384713216 12944 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 238069693 19384713216 12944 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51776 KiB

[startup+0.206552 s]*
/proc/loadavg: 1.20 1.28 2.15 14/333 174072
/proc/meminfo: memFree=129320568/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=18996948 memory=64436 CPUtime=0.28 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 7189 0 84 0 25 3 0 0 20 0 19 0 238069688 19452874752 16109 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4749237 16109 5393 1 0 548361 0
[pid=173991/tid=174006] ppid=173986 vsize=18996948 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 5435 0 74 0 14 2 0 0 20 0 19 0 238069691 19452874752 16109 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=18996948 memory=16912 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 16109 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 16109 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (java) R 173986 173991 173935 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 238069709 19452874752 16109 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64436 KiB

[startup+0.305482 s]*
/proc/loadavg: 1.20 1.28 2.15 11/337 174076
/proc/meminfo: memFree=129152508/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=18996948 memory=75220 CPUtime=0.47 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 8594 0 84 0 43 4 0 0 20 0 19 0 238069688 19452874752 18805 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4749237 18805 5393 1 0 549400 0
[pid=173991/tid=174006] ppid=173986 vsize=18996948 memory=-8598886168867414716 CPUtime=0.23 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 5486 0 74 0 21 2 0 0 20 0 19 0 238069691 19452874752 18837 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 18837 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 238069693 19452874752 18837 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 238069709 19452874752 18837 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75220 KiB

[startup+0.700198 s]
/proc/loadavg: 1.20 1.28 2.15 10/338 174077
/proc/meminfo: memFree=128970832/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=168340 CPUtime=1.22 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 12642 0 84 0 115 7 0 0 20 0 20 0 238069688 19521036288 42085 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 42085 5457 1 0 552642 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=23168 CPUtime=0.54 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 5528 0 74 0 50 4 0 0 20 0 20 0 238069691 19521036288 42085 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 42085 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 42085 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 42085 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168340 KiB

[startup+1.50081 s]
/proc/loadavg: 1.20 1.28 2.15 6/318 174090
/proc/meminfo: memFree=128986276/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=273420 CPUtime=2.79 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 25744 0 84 0 266 13 0 0 20 0 20 0 238069688 19521036288 68355 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 68355 5457 1 0 558778 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=0 CPUtime=1.26 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 5654 0 74 0 120 6 0 0 20 0 20 0 238069691 19521036288 68355 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 68355 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 68355 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 68355 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 273420 KiB

[startup+3.10581 s]
/proc/loadavg: 1.20 1.28 2.15 10/340 174148
/proc/meminfo: memFree=127520696/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=933872 CPUtime=5.92 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 30850 0 84 0 563 29 0 0 20 0 20 0 238069688 19521036288 233468 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 233468 5457 1 0 558830 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=10624 CPUtime=2.79 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 7424 0 74 0 259 20 0 0 20 0 20 0 238069691 19521036288 233468 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=-8743001356943270588 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 233468 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 233468 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 233468 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 933872 KiB

[startup+6.30024 s]
/proc/loadavg: 1.51 1.35 2.17 5/342 174151
/proc/meminfo: memFree=125239360/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=1335600 CPUtime=10.69 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 33090 0 84 0 1030 39 0 0 20 0 20 0 238069688 19521036288 333900 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 333900 5457 1 0 558832 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=0 CPUtime=5.89 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 7729 0 74 0 560 29 0 0 20 0 20 0 238069691 19521036288 333900 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 333900 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 333900 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=320932 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 333900 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 10.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335600 KiB

[startup+12.7002 s]
/proc/loadavg: 1.71 1.39 2.18 5/342 174151
/proc/meminfo: memFree=124636656/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=1766780 CPUtime=17.14 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 34228 0 84 0 1664 50 0 0 20 0 20 0 238069688 19521036288 441695 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 441695 5457 1 0 665364 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=320932 CPUtime=12.16 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 8554 0 74 0 1177 39 0 0 20 0 20 0 238069691 19521036288 441695 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 441695 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 441695 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=-8743001356943270588 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 441695 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 17.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1766780 KiB

[startup+25.5002 s]
/proc/loadavg: 2.22 1.52 2.21 5/342 174151
/proc/meminfo: memFree=124440740/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=1770932 CPUtime=30.27 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 41217 0 84 0 2972 55 0 0 20 0 20 0 238069688 19521036288 442733 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 442733 5457 1 0 665374 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=-8743001356943270588 CPUtime=24.67 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 10765 0 74 0 2424 43 0 0 20 0 20 0 238069691 19521036288 442733 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=1768872 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 442733 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 442733 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=320932 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 442733 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 30.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1770932 KiB

[startup+51.1059 s]
/proc/loadavg: 2.95 1.75 2.27 5/342 174151
/proc/meminfo: memFree=123063924/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=2311348 CPUtime=56.34 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 48670 0 84 0 5560 74 0 0 20 0 20 0 238069688 19521036288 577837 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 577837 5457 1 0 792800 0

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

/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280852 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=23168 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2523 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280852 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5123408 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1280852 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3226.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5123408 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.23 4.16 5/342 174537
/proc/meminfo: memFree=106893076/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5123664 CPUtime=3287.91 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 182931 0 84 0 328100 691 0 0 20 0 20 0 238069688 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1280916 5489 1 0 1295070 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5123664 CPUtime=3133.38 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 87785 0 74 0 312780 558 0 0 20 0 20 0 238069691 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=5123280 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=5123664 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2523 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5123664 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3287.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5123664 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.26 4.18 5/342 174540
/proc/meminfo: memFree=106815460/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5123664 CPUtime=3348.77 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 185987 0 84 0 334178 699 0 0 20 0 20 0 238069688 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1280916 5489 1 0 1295070 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=6772 CPUtime=3191.89 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 89608 0 74 0 318625 564 0 0 20 0 20 0 238069691 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=-8743001356943270588 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2570 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5123664 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1280916 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3348.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5123664 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.23 4.17 5/343 174545
/proc/meminfo: memFree=106767912/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3409.77 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 188690 0 84 0 340269 708 0 0 20 0 20 0 238069688 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1281012 5489 1 0 1295075 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3250.63 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 90635 0 74 0 324492 571 0 0 20 0 20 0 238069691 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2645 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3409.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.24 4.18 5/341 174547
/proc/meminfo: memFree=106720224/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3470.46 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 190340 0 84 0 346332 714 0 0 20 0 20 0 238069688 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1281012 5489 1 0 1295075 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3309.41 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 92139 0 74 0 330366 575 0 0 20 0 20 0 238069691 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2645 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3470.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124048 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.21 4.17 5/343 174556
/proc/meminfo: memFree=106688592/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3531.23 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 193094 0 84 0 352399 724 0 0 20 0 20 0 238069688 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1281012 5489 1 0 1295075 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3368.1 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 94491 0 74 0 336227 583 0 0 20 0 20 0 238069691 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2697 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3531.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124048 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.22 4.18 5/344 174560
/proc/meminfo: memFree=106606784/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3591.92 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 193307 0 84 0 358461 731 0 0 20 0 20 0 238069688 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1281012 5489 1 0 1295075 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3426.79 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 94564 0 74 0 342091 588 0 0 20 0 20 0 238069691 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=23168 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=14464 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2740 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3591.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124048 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3530.3 s]
/proc/loadavg: 4.16 4.21 4.18 5/343 174695
/proc/meminfo: memFree=109361960/131249996 swapFree=33005016/33010684
[pid=173991] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3600.03 cores=4,6
/proc/173991/stat : 173991 (java) S 173986 173991 173935 0 -1 4194304 193311 0 84 0 359271 732 0 0 20 0 20 0 238069688 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
/proc/173991/statm: 4765878 1281012 5489 1 0 1295075 0
[pid=173991/tid=174006] ppid=173986 vsize=19063512 memory=5124048 CPUtime=3434.64 cores=4,6
/proc/173991/task/174006/stat : 174006 (java) R 173986 173991 173935 0 -1 4194368 94564 0 74 0 342874 590 0 0 20 0 20 0 238069691 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174039] ppid=173986 vsize=19063512 memory=23168 CPUtime=0 cores=4,6
/proc/173991/task/174039/stat : 174039 (Finalizer) S 173986 173991 173935 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174069] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174069/stat : 174069 (Common-Cleaner) S 173986 173991 173935 0 -1 4194368 2740 0 0 0 0 0 0 0 20 0 20 0 238069693 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
[pid=173991/tid=174073] ppid=173986 vsize=19063512 memory=5124048 CPUtime=0 cores=4,6
/proc/173991/task/174073/stat : 174073 (Timer-0) S 173986 173991 173935 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238069709 19521036288 1281012 18446744073709551615 94118013652992 94118013656688 140729886451040 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94118013664504 94118013665296 94118031622144 140729886456145 140729886456292 140729886456292 140729886461896 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5124048 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.87 s, system=7.34715 s

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

[startup+3530.4 s]*
/proc/loadavg: 4.16 4.21 4.18 5/325 174698
/proc/meminfo: memFree=109361204/131249996 swapFree=33005016/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3530.42
CPU time (s): 3600.22
CPU user time (s): 3592.87
CPU system time (s): 7.34715
CPU usage (%): 101.977
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5124048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.87
system time used= 7.34715
maximum resident set size= 5125072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195600
page faults= 84
swaps= 0
block input operations= 0
block output operations= 3091752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 152165
involuntary context switches= 31873


# summary of solver processes directly reported to runsolver:
#   pid: 173991
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3592.87
#   total CPU system time (s): 7.34715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33791 second user time and 17.8317 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-23 00:38:21
IDJOB=4542977
IDBENCH=165199
IDSOLVER=3362
FILE ID=nodeC030/4542977-1753223901
RUNJOBID= nodeC030-1753223901-173946
SLURM_JOB_ID= 9687830
Free space on /tmp= 432848 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-04/normalized-ec_stargrid_04_021.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542977-1753223901/watcher-4542977-1753223901 -o /tmp/evaluation-result-4542977-1753223901/solver-4542977-1753223901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1753223901-173946 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4542977-1753223901 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4542977-1753223901.opb

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

MD5SUM BENCH= f232403836dcde587a139eecc4d77a9a
RANDOM SEED=1987017084

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3602.004
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.516
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.331
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.789
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.324
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3313.167
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.999
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3598.524
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129401272 kB
MemAvailable:   129643160 kB
Buffers:              16 kB
Cached:          1008392 kB
SwapCached:          232 kB
Active:           733184 kB
Inactive:         337180 kB
Active(anon):      45812 kB
Inactive(anon):    37900 kB
Active(file):     687372 kB
Inactive(file):   299280 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005016 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2300 kB
Writeback:            40 kB
AnonPages:         64872 kB
Mapped:           103844 kB
Shmem:             21756 kB
KReclaimable:     188548 kB
Slab:             283816 kB
SReclaimable:     188548 kB
SUnreclaim:        95268 kB
KernelStack:        4112 kB
PageTables:         2880 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431056 MiB
End job on nodeC030 at 2025-07-23 01:37:12