Trace number 4494495

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.61 3524.63

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUMd1359993160bf2f1506844981afa3acf
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark27.7832
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.17	c version PB25.v20250606
0.11/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.19	c java.vm.version	22.0.1+8-16
0.11/0.19	c java.vm.vendor	Oracle Corporation
0.11/0.19	c sun.arch.data.model	64
0.11/0.19	c java.version		22.0.1
0.11/0.19	c os.name		Linux
0.11/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.19	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.20	c Number of processors 	2
0.44/0.34	c Pseudo Boolean Optimization by upper bound
0.44/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.34	c  - never skip resolution steps
0.44/0.34	c  - Auto-division on coefficients is disabled
0.44/0.34	c  - No postprocessing
0.44/0.34	c  - Conflict is considered as is when resolving
0.44/0.34	c  - Use constraints as they come during conflict analysis
0.44/0.34	c  - Weaken first using unassigned literals
0.44/0.34	c  - Bump strategy: ALWAYS_ONE
0.44/0.34	c  - Bumper: EFFECTIVE
0.44/0.34	c --- Begin Solver configuration ---
0.44/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.44/0.34	c Learn all clauses as in MiniSAT
0.44/0.34	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.34	c No reason simplification
0.44/0.34	c Dynamic restart strategy considering the size of the coefficients
0.44/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.44/0.34	c timeout=2147483s
0.44/0.34	c DB Simplification allowed=false
0.44/0.34	c Listener: none
0.44/0.34	c --- End Solver configuration ---
0.44/0.34	c solving HOME/instance-4494495-1751153857.opb
0.44/0.34	c reading problem ... 
0.44/0.35	c using VERIPB proof format
0.44/0.35	c  no objective function found
8.12/5.76	c ... done. Wall clock time 5.415s.
8.12/5.76	c declared #vars     3750
8.12/5.76	c #constraints  468375
8.12/5.76	c constraints type 
8.12/5.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
8.12/5.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
8.12/5.76	c 468375 constraints processed.
16.47/10.30	c cleaning 2496 clauses out of 5004 with flag 0/5004
21.98/14.96	c cleaning 4240 clauses out of 8504 with flag 0/11000
27.34/20.05	c cleaning 5623 clauses out of 11265 with flag 0/18001
34.39/26.90	c cleaning 6808 clauses out of 13642 with flag 0/26001
40.74/33.18	c cleaning 7906 clauses out of 15833 with flag 0/35000
48.73/40.44	c cleaning 8954 clauses out of 17928 with flag 0/45001
56.13/47.63	c cleaning 9982 clauses out of 19974 with flag 0/56001
65.59/56.88	c cleaning 10989 clauses out of 21992 with flag 0/68001
76.44/67.58	c cleaning 11992 clauses out of 24002 with flag 0/81000
88.67/79.23	c cleaning 12999 clauses out of 26013 with flag 0/95003
101.45/91.79	c cleaning 13997 clauses out of 28011 with flag 0/110000
112.09/102.38	c cleaning 15001 clauses out of 30014 with flag 0/126000
122.73/112.79	c cleaning 16001 clauses out of 32014 with flag 0/143001
133.93/123.62	c cleaning 16997 clauses out of 34012 with flag 0/161000
148.92/138.35	c cleaning 17996 clauses out of 36015 with flag 0/180000
162.55/151.76	c cleaning 19006 clauses out of 38019 with flag 0/200000
175.36/164.49	c cleaning 19993 clauses out of 40014 with flag 0/221001
189.59/178.45	c cleaning 21004 clauses out of 42020 with flag 0/243000
205.64/194.37	c cleaning 22001 clauses out of 44016 with flag 0/266000
221.33/209.82	c cleaning 23004 clauses out of 46015 with flag 0/290000
237.42/225.78	c cleaning 23993 clauses out of 48011 with flag 0/315000
254.54/242.77	c cleaning 24998 clauses out of 50018 with flag 0/341000
273.41/261.42	c cleaning 26006 clauses out of 52022 with flag 0/368002
291.54/279.20	c cleaning 27002 clauses out of 54015 with flag 0/396001
312.95/300.49	c cleaning 28002 clauses out of 56013 with flag 0/425001
333.33/320.50	c cleaning 28996 clauses out of 58012 with flag 0/455002
355.90/342.50	c cleaning 30001 clauses out of 60016 with flag 0/486002
376.68/362.97	c cleaning 30992 clauses out of 62013 with flag 0/518000
407.01/392.99	c cleaning 32004 clauses out of 64021 with flag 0/551000
432.20/417.60	c cleaning 33000 clauses out of 66017 with flag 0/585000
454.91/440.28	c cleaning 34004 clauses out of 68017 with flag 0/620000
476.04/461.14	c cleaning 35002 clauses out of 70015 with flag 0/656002
502.69/487.44	c cleaning 35999 clauses out of 72011 with flag 0/693000
528.74/513.44	c cleaning 36999 clauses out of 74013 with flag 0/731001
554.32/538.76	c cleaning 37999 clauses out of 76013 with flag 0/770000
580.18/564.43	c cleaning 39004 clauses out of 78015 with flag 0/810001
607.52/591.56	c cleaning 39994 clauses out of 80010 with flag 0/851000
637.92/621.61	c cleaning 41001 clauses out of 82017 with flag 0/893001
665.14/648.70	c cleaning 42006 clauses out of 84015 with flag 0/936000
693.93/677.14	c cleaning 43002 clauses out of 86009 with flag 0/980000
723.64/706.56	c cleaning 43997 clauses out of 88007 with flag 0/1025000
752.86/735.56	c cleaning 45004 clauses out of 90011 with flag 0/1071001
784.89/767.31	c cleaning 46000 clauses out of 92007 with flag 0/1118001
818.45/800.03	c cleaning 47000 clauses out of 94007 with flag 0/1166001
856.02/837.29	c cleaning 47998 clauses out of 96007 with flag 0/1215001
894.15/875.08	c cleaning 48995 clauses out of 98010 with flag 0/1265002
929.81/910.48	c cleaning 50007 clauses out of 100015 with flag 0/1316002
968.48/948.60	c cleaning 50995 clauses out of 102006 with flag 0/1368000
1004.54/984.32	c cleaning 51998 clauses out of 104011 with flag 0/1421000
1050.67/1030.06	c cleaning 52999 clauses out of 106013 with flag 0/1475000
1087.58/1066.36	c cleaning 53998 clauses out of 108015 with flag 0/1530001
1123.17/1101.43	c cleaning 54999 clauses out of 110016 with flag 0/1586000
1163.44/1141.47	c cleaning 56004 clauses out of 112021 with flag 0/1643004
1204.68/1182.32	c cleaning 57000 clauses out of 114013 with flag 0/1701000
1248.81/1226.04	c cleaning 58001 clauses out of 116014 with flag 0/1760001
1291.50/1268.22	c cleaning 58994 clauses out of 118013 with flag 0/1820001
1330.62/1307.04	c cleaning 59996 clauses out of 120019 with flag 0/1881001
1376.94/1352.90	c cleaning 61008 clauses out of 122023 with flag 0/1943001
1419.58/1395.26	c cleaning 62006 clauses out of 124015 with flag 0/2006001
1465.24/1440.79	c cleaning 62998 clauses out of 126008 with flag 0/2070000
1513.52/1488.05	c cleaning 64003 clauses out of 128014 with flag 0/2135004
1555.35/1529.70	c cleaning 64995 clauses out of 130009 with flag 0/2201002
1601.79/1575.53	c cleaning 65997 clauses out of 132013 with flag 0/2268001
1648.68/1621.95	c cleaning 66996 clauses out of 134017 with flag 0/2336002
1702.65/1675.33	c cleaning 67994 clauses out of 136019 with flag 0/2405000
1751.93/1724.10	c cleaning 69002 clauses out of 138026 with flag 0/2475001
1802.13/1773.73	c cleaning 70010 clauses out of 140023 with flag 0/2546000
1860.48/1831.69	c cleaning 71002 clauses out of 142015 with flag 0/2618002
1909.45/1880.04	c cleaning 71997 clauses out of 144012 with flag 0/2691001
1974.33/1944.46	c cleaning 73000 clauses out of 146014 with flag 0/2765000
2030.38/2000.28	c cleaning 74001 clauses out of 148014 with flag 0/2840000
2087.13/2056.45	c cleaning 75007 clauses out of 150015 with flag 0/2916002
2146.10/2113.27	c cleaning 75994 clauses out of 152006 with flag 0/2993000
2198.88/2165.67	c cleaning 76993 clauses out of 154012 with flag 0/3071000
2258.91/2222.62	c cleaning 77998 clauses out of 156020 with flag 0/3150001
2321.22/2278.28	c cleaning 79005 clauses out of 158021 with flag 0/3230000
2394.40/2345.04	c cleaning 79992 clauses out of 160016 with flag 0/3311000
2460.47/2407.85	c cleaning 81004 clauses out of 162028 with flag 0/3393004
2527.31/2473.78	c cleaning 81999 clauses out of 164020 with flag 0/3476000
2585.85/2531.30	c cleaning 83007 clauses out of 166022 with flag 0/3560001
2648.93/2593.41	c cleaning 83998 clauses out of 168016 with flag 0/3645002
2708.19/2651.79	c cleaning 85000 clauses out of 170017 with flag 0/3731001
2769.38/2711.96	c cleaning 86003 clauses out of 172018 with flag 0/3818002
2824.62/2765.98	c cleaning 86995 clauses out of 174013 with flag 0/3906000
2881.81/2821.87	c cleaning 87996 clauses out of 176018 with flag 0/3995000
2945.11/2883.82	c cleaning 89005 clauses out of 178023 with flag 0/4085001
3008.80/2945.69	c cleaning 90003 clauses out of 180018 with flag 0/4176001
3063.59/2999.20	c cleaning 90999 clauses out of 182015 with flag 0/4268001
3122.04/3056.45	c cleaning 92000 clauses out of 184015 with flag 0/4361000
3187.51/3120.10	c cleaning 93005 clauses out of 186015 with flag 0/4455000
3244.32/3175.66	c cleaning 93996 clauses out of 188010 with flag 0/4550000
3308.90/3238.23	c cleaning 94996 clauses out of 190014 with flag 0/4646000
3373.29/3301.43	c cleaning 96001 clauses out of 192021 with flag 0/4743003
3434.55/3362.04	c cleaning 97001 clauses out of 194017 with flag 0/4841000
3503.38/3429.11	c cleaning 97993 clauses out of 196018 with flag 0/4940002
3570.57/3495.58	c cleaning 98994 clauses out of 198023 with flag 0/5040000
3600.18/3524.46	c starts		: 663
3600.18/3524.47	c conflicts		: 5088925
3600.18/3524.47	c decisions		: 6477029
3600.18/3524.47	c propagations		: 716127793
3600.18/3524.48	c inspects		: 9392898250
3600.18/3524.48	c shortcuts		: 0
3600.18/3524.48	c learnt literals	: 0
3600.18/3524.48	c learnt binary clauses	: 0
3600.18/3524.48	c learnt ternary clauses	: 0
3600.18/3524.48	c learnt constraints	: 5088924
3600.18/3524.48	c ignored constraints	: 0
3600.18/3524.48	c root simplifications	: 0
3600.18/3524.48	c removed literals (reason simplification)	: 0
3600.18/3524.48	c reason swapping (by a shorter reason)	: 0
3600.18/3524.48	c Calls to reduceDB	: 96
3600.18/3524.48	c Number of update (reduction) of LBD	: 7079768
3600.18/3524.48	c Imported unit clauses	: 0
3600.18/3524.48	c No decision after first conflict	: false
3600.18/3524.48	c number of reductions to clauses (during analyze)	: 0
3600.18/3524.48	c number of learned constraints concerned by reduction	: 0
3600.18/3524.48	c number of learning phase by resolution	: 0
3600.18/3524.48	c number of learning phase by cutting planes	: 0
3600.18/3524.48	c number of rounding to 1 operations	: 0
3600.18/3524.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3524.48	c number of reductions of the coefficients by power 2 	: 0
3600.18/3524.48	c number of right shift for reduction by power 2 	: 0
3600.18/3524.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3524.48	c number of ending skipping 	: 0
3600.18/3524.48	c number of internal skipping 	: 0
3600.18/3524.48	c number of derivation steps 	: 172638604
3600.18/3524.48	c number of skipped derivation steps 	: 0
3600.18/3524.48	c number of remaining unassigned 	: 1246
3600.18/3524.48	c number of remaining assigned 	: 138667785
3600.18/3524.48	c number of falsified literals weakened from reason	: 0
3600.18/3524.48	c number of falsified literals weakened from conflict	: 0
3600.18/3524.48	c time for arithmetic operations	: 10262827985
3600.38/3524.50	c minimum degree of deleted constraints	: 1
3600.38/3524.51	c maximum degree of deleted constraints	: 64
3600.38/3524.51	c number of deleted constraints	: 4940971
3600.38/3524.51	c timeout
3600.38/3524.52	c speed (assignments/second)	: 203519.3449551698
3600.38/3524.52	c non guided choices	: 27242
3600.38/3524.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 141183
3600.38/3524.58	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6
3600.38/3524.58	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6765
3600.38/3524.59	s UNKNOWN
3600.38/3524.59	c Total wall clock time (in seconds): 3524.247

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: 63837 MiB (58360 MiB free)
  memory of node 1: 64465 MiB (55545 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494495-1751153857/watcher-4494495-1751153857 -o /tmp/evaluation-result-4494495-1751153857/solver-4494495-1751153857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494495-1751153857 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494495-1751153857.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
Current StackSize limit: 8192 KiB

solver pid=18219, runsolver pid=18216

[startup+0.100068 s]*
/proc/loadavg: 4.34 4.28 4.25 7/329 18237
/proc/meminfo: memFree=116619804/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18930384 memory=48176 CPUtime=0.11 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 5742 0 0 0 8 3 0 0 20 0 18 0 31064907 19384713216 12012 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4732596 12012 5305 1 0 546954 0
[pid=18219/tid=18221] ppid=18216 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 4641 0 0 0 5 2 0 0 20 0 18 0 31064909 19384713216 12044 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31064914 19384713216 12044 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18930384 memory=58494082638250 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31064915 19384713216 12044 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48176 KiB

[startup+0.210122 s]*
/proc/loadavg: 4.34 4.28 4.25 6/329 18237
/proc/meminfo: memFree=116613692/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18930384 memory=55536 CPUtime=0.27 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 6530 0 0 0 23 4 0 0 20 0 18 0 31064907 19384713216 13884 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4732596 13884 5337 1 0 547612 0
[pid=18219/tid=18221] ppid=18216 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 5047 0 0 0 14 3 0 0 20 0 18 0 31064909 19384713216 13884 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18930384 memory=17127 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31064914 19384713216 13884 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31064915 19384713216 13884 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55536 KiB

[startup+0.310113 s]*
/proc/loadavg: 4.34 4.28 4.25 7/329 18237
/proc/meminfo: memFree=116612684/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18930384 memory=59208 CPUtime=0.44 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 6861 0 0 0 40 4 0 0 20 0 18 0 31064907 19384713216 14802 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4732596 14802 5433 1 0 547865 0
[pid=18219/tid=18221] ppid=18216 vsize=18930384 memory=-6000919481363752046 CPUtime=0.25 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 5280 0 0 0 22 3 0 0 20 0 18 0 31064909 19384713216 14802 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 31064914 19384713216 14802 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 31064915 19384713216 14802 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59208 KiB

[startup+0.700331 s]
/proc/loadavg: 4.34 4.28 4.25 7/329 18237
/proc/meminfo: memFree=116586320/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18996948 memory=157068 CPUtime=1.16 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 8714 0 0 0 108 8 0 0 20 0 19 0 31064907 19452874752 39267 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4749237 39267 5465 1 0 549287 0
[pid=18219/tid=18221] ppid=18216 vsize=18996948 memory=17408 CPUtime=0.57 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 5440 0 0 0 52 5 0 0 20 0 19 0 31064909 19452874752 39267 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31064914 19452874752 39267 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31064915 19452874752 39267 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157068 KiB

[startup+1.50024 s]
/proc/loadavg: 4.34 4.28 4.25 6/330 18238
/proc/meminfo: memFree=116223804/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18996948 memory=1130340 CPUtime=2.73 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 17987 0 0 0 242 31 0 0 20 0 19 0 31064907 19452874752 282585 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4749237 282585 5465 1 0 552402 0
[pid=18219/tid=18221] ppid=18216 vsize=18996948 memory=3328 CPUtime=1.32 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 5911 0 0 0 106 26 0 0 20 0 19 0 31064909 19452874752 282585 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31064914 19452874752 282585 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31064915 19452874752 282585 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1130340 KiB

[startup+3.1055 s]
/proc/loadavg: 4.34 4.28 4.25 5/330 18238
/proc/meminfo: memFree=114094288/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=18996948 memory=2576616 CPUtime=5.25 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 25663 0 0 0 465 60 0 0 20 0 19 0 31064907 19452874752 644154 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4749237 644154 5465 1 0 875811 0
[pid=18219/tid=18221] ppid=18216 vsize=18996948 memory=11264 CPUtime=2.82 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 6724 0 0 0 229 53 0 0 20 0 19 0 31064909 19452874752 644154 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 31064914 19452874752 644154 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 31064915 19452874752 644154 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2576616 KiB

[startup+6.30038 s]
/proc/loadavg: 4.31 4.28 4.25 6/331 18239
/proc/meminfo: memFree=111550636/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=5158560 CPUtime=9.26 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 28854 0 0 0 812 114 0 0 20 0 20 0 31064907 19521036288 1289640 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1289640 5465 1 0 1828938 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=5632 CPUtime=5.36 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 8152 0 0 0 432 104 0 0 20 0 20 0 31064909 19521036288 1289640 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1289640 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=-6000919481363752046 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1289640 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1289640 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 9.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5158560 KiB

[startup+12.7005 s]
/proc/loadavg: 4.37 4.29 4.26 5/331 18239
/proc/meminfo: memFree=110284660/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=6371416 CPUtime=19.51 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 31545 0 0 0 1810 141 0 0 20 0 20 0 31064907 19521036288 1592854 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1592854 5465 1 0 1829188 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=11264 CPUtime=11.69 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 9253 0 0 0 1040 129 0 0 20 0 20 0 31064909 19521036288 1592854 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=5224440 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1592854 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=6371416 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1592854 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1592854 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 19.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6371416 KiB

[startup+25.5005 s]
/proc/loadavg: 4.29 4.27 4.25 5/332 18241
/proc/meminfo: memFree=110188592/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=6425360 CPUtime=32.93 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 36717 0 0 0 3146 147 0 0 20 0 20 0 31064907 19521036288 1606340 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1606340 5465 1 0 1829224 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=6371416 CPUtime=24 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 11215 0 0 0 2268 132 0 0 20 0 20 0 31064909 19521036288 1606340 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1606340 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=6425360 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1606340 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=6425360 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1606340 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 32.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6425360 KiB

[startup+51.1136 s]
/proc/loadavg: 4.39 4.30 4.26 5/332 18241
/proc/meminfo: memFree=110101800/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=6462488 CPUtime=59.74 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 41108 0 0 0 5817 157 0 0 20 0 20 0 31064907 19521036288 1615622 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1615622 5497 1 0 1829224 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=5632 CPUtime=48.92 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 11646 0 0 0 4754 138 0 0 20 0 20 0 31064909 19521036288 1615622 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1615622 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=6462488 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1615622 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=6462360 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1615622 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 59.74 s
Current children cumulated vsize: 19063512 KiB

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

/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4348304 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1855 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=4355976 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3230.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4355976 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.56 3.37 3/280 18552
/proc/meminfo: memFree=118351384/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4355976 CPUtime=3291.58 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 310704 0 0 0 328074 1084 0 0 20 0 20 0 31064907 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1088994 5529 1 0 1103720 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=3291332 CPUtime=3133.05 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 155551 0 0 0 312493 812 0 0 20 0 20 0 31064909 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=4355976 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1855 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=4355976 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1088994 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3291.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4355976 KiB

[startup+3282.3 s]
/proc/loadavg: 2.18 2.49 3.30 3/280 18558
/proc/meminfo: memFree=118295484/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4339412 CPUtime=3353.6 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 315916 0 0 0 334262 1098 0 0 20 0 20 0 31064907 19521036288 1084853 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1084853 5529 1 0 1099544 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=4339412 CPUtime=3190.98 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 158460 0 0 0 318279 819 0 0 20 0 20 0 31064909 19521036288 1084853 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=4339412 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1084853 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4339412 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1914 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1084853 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=4339412 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1084853 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3353.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4339412 KiB

[startup+3342.3 s]
/proc/loadavg: 2.64 2.55 3.27 3/280 18561
/proc/meminfo: memFree=117742064/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4815512 CPUtime=3415.03 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 318322 0 0 0 340383 1120 0 0 20 0 20 0 31064907 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1203878 5529 1 0 1220648 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=14340 CPUtime=3248.84 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 159876 0 0 0 324048 836 0 0 20 0 20 0 31064909 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=-6000919481363752046 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3415.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4815512 KiB

[startup+3402.3 s]
/proc/loadavg: 2.52 2.54 3.22 3/280 18563
/proc/meminfo: memFree=117638056/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4815512 CPUtime=3475.22 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 318781 0 0 0 346393 1129 0 0 20 0 20 0 31064907 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1203878 5529 1 0 1220648 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=17408 CPUtime=3306 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 160125 0 0 0 329758 842 0 0 20 0 20 0 31064909 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4815512 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=4815512 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1203878 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3475.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4815512 KiB

[startup+3462.3 s]
/proc/loadavg: 2.34 2.49 3.15 3/280 18565
/proc/meminfo: memFree=117580228/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4822912 CPUtime=3536.89 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 326253 0 0 0 352547 1142 0 0 20 0 20 0 31064907 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1205728 5529 1 0 1220648 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=4815512 CPUtime=3364.13 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 164004 0 0 0 335564 849 0 0 20 0 20 0 31064909 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=4822912 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4822912 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1919 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3536.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4822912 KiB

[startup+3522.3 s]
/proc/loadavg: 2.28 2.44 3.09 3/280 18567
/proc/meminfo: memFree=117508404/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4822912 CPUtime=3597.71 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 330706 0 0 0 358617 1154 0 0 20 0 20 0 31064907 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1205728 5529 1 0 1220648 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=4822912 CPUtime=3422.47 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 166786 0 0 0 341390 857 0 0 20 0 20 0 31064909 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=4822912 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=4822912 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=4822912 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3597.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4822912 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3524.4 s]
/proc/loadavg: 2.25 2.43 3.09 4/280 18567
/proc/meminfo: memFree=117506892/131382112 swapFree=33010684/33010684
[pid=18219] ppid=18216 vsize=19063512 memory=4822912 CPUtime=3600.18 cores=4,6
/proc/18219/stat : 18219 (java) S 18216 18219 15143 0 -1 4194304 332532 0 0 0 358863 1155 0 0 20 0 20 0 31064907 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
/proc/18219/statm: 4765878 1205728 5529 1 0 1220648 0
[pid=18219/tid=18221] ppid=18216 vsize=19063512 memory=26532 CPUtime=3424.43 cores=4,6
/proc/18219/task/18221/stat : 18221 (java) R 18216 18219 15143 0 -1 4194368 168232 0 0 0 341586 857 0 0 20 0 20 0 31064909 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18230] ppid=18216 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/18219/task/18230/stat : 18230 (Finalizer) S 18216 18219 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 31064914 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18237] ppid=18216 vsize=19063512 memory=17408 CPUtime=0 cores=4,6
/proc/18219/task/18237/stat : 18237 (Common-Cleaner) S 18216 18219 15143 0 -1 4194368 1961 0 0 0 0 0 0 0 20 0 20 0 31064915 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
[pid=18219/tid=18239] ppid=18216 vsize=19063512 memory=24792 CPUtime=0 cores=4,6
/proc/18219/task/18239/stat : 18239 (Timer-0) S 18216 18219 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 31065484 19521036288 1205728 18446744073709551615 94573215498240 94573215501936 140732458905312 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94573215509752 94573215510544 94573219500032 140732458912045 140732458912230 140732458912230 140732458917832 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4822912 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.01 s, system=11.5931 s

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

[startup+3524.6 s]*
/proc/loadavg: 2.25 2.43 3.09 3/262 18570
/proc/meminfo: memFree=118160472/131382112 swapFree=33010684/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): 3524.63
CPU time (s): 3600.61
CPU user time (s): 3589.01
CPU system time (s): 11.5931
CPU usage (%): 102.156
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 7263032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.01
system time used= 11.5931
maximum resident set size= 7263032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3693232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132641
involuntary context switches= 22520


# summary of solver processes directly reported to runsolver:
#   pid: 18219
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3589.01
#   total CPU system time (s): 11.5931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4293 second user time and 33.1241 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 01:37:38
IDJOB=4494495
IDBENCH=147892
IDSOLVER=3362
FILE ID=nodeC007/4494495-1751153857
RUNJOBID= nodeC007-1751145946-15154
SLURM_JOB_ID= 9587454
Free space on /tmp= 432992 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494495-1751153857/watcher-4494495-1751153857 -o /tmp/evaluation-result-4494495-1751153857/solver-4494495-1751153857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15154 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4494495-1751153857 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4494495-1751153857.opb

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

MD5SUM BENCH= d1359993160bf2f1506844981afa3acf
RANDOM SEED=942687448

nodeC007 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	: 0xb00001f
cpu MHz		: 3659.899
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3661.999
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.455
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1196.947
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.304
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3595.393
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1696.033
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.089
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116639440 kB
MemAvailable:   117286492 kB
Buffers:            3280 kB
Cached:          1457844 kB
SwapCached:            0 kB
Active:         12976028 kB
Inactive:        1212696 kB
Active(anon):   12745624 kB
Inactive(anon):        0 kB
Active(file):     230404 kB
Inactive(file):  1212696 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28652 kB
Writeback:             0 kB
AnonPages:      12731056 kB
Mapped:           122212 kB
Shmem:             17960 kB
KReclaimable:      87156 kB
Slab:             169024 kB
SReclaimable:      87156 kB
SUnreclaim:        81868 kB
KernelStack:        5040 kB
PageTables:        28584 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   13941048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12451840 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432992 MiB
End job on nodeC007 at 2025-06-29 02:36:23