Trace number 4485327

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.34 3560.97

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
MD5SUM46c70d7f28752ee0ae29660ce5b35655
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark7149108224
Best CPU time to get the best result obtained on this benchmark72002.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 348966092800
Number of bits for the biggest coefficient in the objective function 39
Sum of the numbers in the objective function 299074813804544
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 348966092800
Number of bits of the biggest number in a constraint 39
Biggest sum of numbers in a constraint 299074813804544
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.17	c  - never skip resolution steps
0.12/0.17	c  - Auto-division on coefficients is disabled
0.12/0.17	c  - No postprocessing
0.12/0.17	c  - Conflict is considered as is when resolving
0.12/0.17	c  - Use constraints as they come during conflict analysis
0.12/0.17	c  - Weaken first using unassigned literals
0.12/0.17	c  - Bump strategy: ALWAYS_ONE
0.12/0.17	c  - Bumper: EFFECTIVE
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.17	c No reason simplification
0.12/0.17	c Dynamic restart strategy considering the size of the coefficients
0.12/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4485327-1751298999.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c using VERIPB proof format
0.12/0.17	c  objective function found
3.19/2.07	c ... done. Wall clock time 1.899s.
3.19/2.07	c declared #vars     107808
3.19/2.07	c #constraints  5184
3.19/2.07	c constraints type 
3.19/2.07	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 5184
3.19/2.07	c 5184 constraints processed.
3.19/2.08	c objective function length is 38688 literals
36.00/31.26	c cleaning 2500 clauses out of 5000 with flag 0/5000
44.62/39.45	c cleaning 4244 clauses out of 8501 with flag 0/11001
64.43/59.08	c cleaning 5622 clauses out of 11256 with flag 0/18000
90.12/84.23	c cleaning 6813 clauses out of 13634 with flag 0/26000
117.23/111.22	c cleaning 7904 clauses out of 15823 with flag 0/35002
150.60/144.28	c cleaning 8950 clauses out of 17918 with flag 0/45001
158.70/152.27	c cleaning 9978 clauses out of 19968 with flag 0/56001
167.62/161.04	c cleaning 10988 clauses out of 21989 with flag 0/68000
177.66/170.96	c cleaning 11992 clauses out of 24001 with flag 0/81000
190.38/183.53	c cleaning 13001 clauses out of 26010 with flag 0/95001
203.76/196.78	c cleaning 13999 clauses out of 28009 with flag 0/110001
218.52/211.12	c cleaning 15002 clauses out of 30009 with flag 0/126000
235.01/227.39	c cleaning 16001 clauses out of 32008 with flag 0/143001
252.90/244.98	c cleaning 16998 clauses out of 34006 with flag 0/161000
275.36/267.16	c cleaning 17998 clauses out of 36008 with flag 0/180000
298.14/289.51	c cleaning 19004 clauses out of 38010 with flag 0/200000
322.67/313.67	c cleaning 19992 clauses out of 40006 with flag 0/221000
351.57/342.14	c cleaning 21001 clauses out of 42014 with flag 0/243000
383.94/374.09	c cleaning 22006 clauses out of 44013 with flag 0/266000
419.49/409.11	c cleaning 22998 clauses out of 46008 with flag 0/290001
456.92/446.04	c cleaning 24002 clauses out of 48009 with flag 0/315000
497.36/485.95	c cleaning 25001 clauses out of 50007 with flag 0/341000
540.45/528.44	c cleaning 26004 clauses out of 52007 with flag 0/368001
586.25/573.69	c cleaning 26993 clauses out of 54003 with flag 0/396001
635.54/622.22	c cleaning 27998 clauses out of 56009 with flag 0/425000
688.03/674.33	c cleaning 28998 clauses out of 58011 with flag 0/455000
744.87/730.78	c cleaning 30003 clauses out of 60013 with flag 0/486000
805.16/790.46	c cleaning 30999 clauses out of 62012 with flag 0/518002
867.94/852.45	c cleaning 32004 clauses out of 64012 with flag 0/551001
931.56/915.53	c cleaning 33004 clauses out of 66007 with flag 0/585000
995.10/978.37	c cleaning 33993 clauses out of 68003 with flag 0/620000
1064.29/1046.89	c cleaning 35003 clauses out of 70010 with flag 0/656000
1137.83/1119.68	c cleaning 35994 clauses out of 72007 with flag 0/693000
1212.61/1193.62	c cleaning 37002 clauses out of 74013 with flag 0/731000
1286.32/1266.66	c cleaning 37999 clauses out of 76011 with flag 0/770000
1372.82/1352.25	c cleaning 39003 clauses out of 78013 with flag 0/810001
1462.31/1440.96	c cleaning 40000 clauses out of 80010 with flag 0/851001
1556.53/1534.66	c cleaning 40994 clauses out of 82009 with flag 0/893000
1656.43/1633.92	c cleaning 42006 clauses out of 84016 with flag 0/936001
1756.43/1732.83	c cleaning 43004 clauses out of 86009 with flag 0/980000
1857.11/1832.32	c cleaning 43997 clauses out of 88005 with flag 0/1025000
1968.11/1942.24	c cleaning 45000 clauses out of 90008 with flag 0/1071000
2079.29/2052.41	c cleaning 45998 clauses out of 92008 with flag 0/1118000
2200.58/2172.71	c cleaning 47001 clauses out of 94011 with flag 0/1166001
2323.95/2294.98	c cleaning 48005 clauses out of 96009 with flag 0/1215000
2454.48/2423.61	c cleaning 48998 clauses out of 98004 with flag 0/1265000
2579.71/2548.33	c cleaning 49997 clauses out of 100007 with flag 0/1316001
2726.60/2693.95	c cleaning 50998 clauses out of 102010 with flag 0/1368001
2880.68/2846.88	c cleaning 52000 clauses out of 104011 with flag 0/1421000
3043.01/3008.11	c cleaning 53002 clauses out of 106012 with flag 0/1475001
3202.60/3166.74	c cleaning 54003 clauses out of 108010 with flag 0/1530001
3366.25/3329.82	c cleaning 55002 clauses out of 110007 with flag 0/1586001
3543.54/3505.77	c cleaning 55996 clauses out of 112004 with flag 0/1643000
3600.05/3560.81	c starts		: 16
3600.05/3560.83	c conflicts		: 1701001
3600.05/3560.84	c decisions		: 4628110
3600.05/3560.84	c propagations		: 9952227
3600.05/3560.84	c inspects		: 162343941
3600.05/3560.84	c shortcuts		: 0
3600.05/3560.84	c learnt literals	: 0
3600.05/3560.84	c learnt binary clauses	: 0
3600.05/3560.84	c learnt ternary clauses	: 0
3600.05/3560.84	c learnt constraints	: 1701001
3600.05/3560.84	c ignored constraints	: 0
3600.05/3560.84	c root simplifications	: 0
3600.05/3560.84	c removed literals (reason simplification)	: 0
3600.05/3560.84	c reason swapping (by a shorter reason)	: 0
3600.05/3560.84	c Calls to reduceDB	: 54
3600.05/3560.84	c Number of update (reduction) of LBD	: 555039
3600.05/3560.84	c Imported unit clauses	: 0
3600.05/3560.84	c No decision after first conflict	: false
3600.05/3560.84	c number of reductions to clauses (during analyze)	: 0
3600.05/3560.84	c number of learned constraints concerned by reduction	: 0
3600.05/3560.84	c number of learning phase by resolution	: 0
3600.05/3560.84	c number of learning phase by cutting planes	: 0
3600.05/3560.84	c number of rounding to 1 operations	: 0
3600.05/3560.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3560.84	c number of reductions of the coefficients by power 2 	: 0
3600.05/3560.84	c number of right shift for reduction by power 2 	: 0
3600.05/3560.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3560.84	c number of ending skipping 	: 0
3600.05/3560.84	c number of internal skipping 	: 0
3600.05/3560.84	c number of derivation steps 	: 2310790
3600.05/3560.84	c number of skipped derivation steps 	: 0
3600.05/3560.84	c number of remaining unassigned 	: 77452
3600.05/3560.84	c number of remaining assigned 	: 149807180
3600.05/3560.85	c number of falsified literals weakened from reason	: 0
3600.05/3560.85	c number of falsified literals weakened from conflict	: 0
3600.05/3560.85	c time for arithmetic operations	: 9409519017
3600.05/3560.85	c minimum degree of deleted constraints	: 1064950783
3600.05/3560.85	c maximum degree of deleted constraints	: 1317089385294952607360891965496330004944960557540965673452363759262568694230122173661709010902364108125251889596019644620457064007789464801456219203236699654874204949285866405486767186246744655900495266571989110912258160458820573681581978795728521
3600.05/3560.85	c number of deleted constraints	: 1591178
3600.05/3560.85	c speed (assignments/second)	: 2796.611826936614
3600.05/3560.85	c non guided choices	: 10643
3600.26/3560.93	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 114009
3600.26/3560.93	s UNKNOWN
3600.26/3560.93	c Total wall clock time (in seconds): 3560.76

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: 63708 MiB (55662 MiB free)
  memory of node 1: 64465 MiB (60331 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=39770, runsolver pid=39767

[startup+0.100061 s]*
/proc/loadavg: 4.79 4.57 4.46 6/339 39788
/proc/meminfo: memFree=118751532/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=18930384 memory=55588 CPUtime=0.12 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 6537 0 0 0 10 2 0 0 20 0 18 0 45577444 19384713216 13897 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4732596 13897 5338 1 0 547604 0
[pid=39770/tid=39772] ppid=39767 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 5037 0 0 0 6 1 0 0 20 0 18 0 45577445 19384713216 13897 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 13897 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=18930384 memory=55186957824150 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 13897 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55588 KiB

[startup+0.206044 s]*
/proc/loadavg: 4.79 4.57 4.46 8/339 39788
/proc/meminfo: memFree=118745420/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=18930384 memory=66324 CPUtime=0.31 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 7084 0 0 0 28 3 0 0 20 0 18 0 45577444 19384713216 16581 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4732596 16581 5434 1 0 547958 0
[pid=39770/tid=39772] ppid=39767 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 5347 0 0 0 15 2 0 0 20 0 18 0 45577445 19384713216 16581 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=18930384 memory=17146 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 16581 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=18930384 memory=54087446168546 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 16581 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66324 KiB

[startup+0.305941 s]*
/proc/loadavg: 4.79 4.57 4.46 8/339 39788
/proc/meminfo: memFree=118720656/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=18930384 memory=94664 CPUtime=0.49 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 9318 0 0 0 45 4 0 0 20 0 18 0 45577444 19384713216 23666 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4732596 23666 5434 1 0 549370 0
[pid=39770/tid=39772] ppid=39767 vsize=18930384 memory=-6000919476984570732 CPUtime=0.26 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 5393 0 0 0 23 3 0 0 20 0 18 0 45577445 19384713216 23666 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 23666 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45577448 19384713216 23666 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 94664 KiB

[startup+0.70023 s]
/proc/loadavg: 4.79 4.57 4.46 7/340 39789
/proc/meminfo: memFree=118641468/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=18996948 memory=195860 CPUtime=1.26 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 12638 0 0 0 119 7 0 0 20 0 19 0 45577444 19452874752 48965 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4749237 48965 5466 1 0 551680 0
[pid=39770/tid=39772] ppid=39767 vsize=18996948 memory=17792 CPUtime=0.57 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 5444 0 0 0 53 4 0 0 20 0 19 0 45577445 19452874752 48965 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45577448 19452874752 48965 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 45577448 19452874752 48965 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 195860 KiB

[startup+1.50023 s]
/proc/loadavg: 4.79 4.57 4.46 9/339 39789
/proc/meminfo: memFree=118169988/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=18996948 memory=1672560 CPUtime=2.54 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 14908 0 0 0 218 36 0 0 20 0 19 0 45577444 19452874752 418140 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4749237 418140 5466 1 0 1546016 0
[pid=39770/tid=39772] ppid=39767 vsize=18996948 memory=3328 CPUtime=1.26 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 6123 0 0 0 97 29 0 0 20 0 19 0 45577445 19452874752 418140 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45577448 19452874752 418140 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 45577448 19452874752 418140 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1672560 KiB

[startup+3.10593 s]
/proc/loadavg: 4.81 4.58 4.47 5/340 39790
/proc/meminfo: memFree=116863496/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=1953396 CPUtime=4.94 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 15607 0 0 0 453 41 0 0 20 0 20 0 45577444 19521036288 488349 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 488349 5530 1 0 1546500 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=10752 CPUtime=2.77 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 6362 0 0 0 244 33 0 0 20 0 20 0 45577445 19521036288 488349 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 488349 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 488349 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=4380 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 488349 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1953396 KiB

[startup+6.30023 s]
/proc/loadavg: 4.81 4.58 4.47 6/340 39790
/proc/meminfo: memFree=116507488/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=2369844 CPUtime=8.82 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 18419 0 0 0 831 51 0 0 20 0 20 0 45577444 19521036288 592461 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 592461 5530 1 0 2054997 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=0 CPUtime=5.92 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 6539 0 0 0 551 41 0 0 20 0 20 0 45577445 19521036288 592461 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=1953396 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 592461 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 592461 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=-6000919476984570732 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 592461 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2369844 KiB

[startup+12.7002 s]
/proc/loadavg: 4.77 4.58 4.47 5/340 39791
/proc/meminfo: memFree=115028324/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=3785384 CPUtime=15.39 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 19229 0 0 0 1460 79 0 0 20 0 20 0 45577444 19521036288 946346 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 946346 5530 1 0 2055009 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=3607092 CPUtime=12.25 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 7257 0 0 0 1158 67 0 0 20 0 20 0 45577445 19521036288 946346 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 946346 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 946346 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 946346 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 15.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3785384 KiB

[startup+25.5003 s]
/proc/loadavg: 5.11 4.66 4.49 6/339 39924
/proc/meminfo: memFree=118473840/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=5169776 CPUtime=30.2 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 37600 0 0 0 2910 110 0 0 20 0 20 0 45577444 19521036288 1292444 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 1292444 5530 1 0 2058048 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=3607092 CPUtime=24.93 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 11611 0 0 0 2398 95 0 0 20 0 20 0 45577445 19521036288 1292444 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 1292444 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=4801916 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 1292444 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=4201356 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 1292444 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 30.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5169776 KiB

[startup+51.1058 s]
/proc/loadavg: 4.80 4.62 4.48 5/341 39993
/proc/meminfo: memFree=121784416/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=5176736 CPUtime=56.49 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 40827 0 0 0 5535 114 0 0 20 0 20 0 45577444 19521036288 1294184 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 1294184 5562 1 0 2058081 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=14848 CPUtime=50.27 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 14373 0 0 0 4928 99 0 0 20 0 20 0 45577445 19521036288 1294184 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 1294184 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=5176736 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 34 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 1294184 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=5174656 CPUtime=0 cores=1,3

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

[startup+3222.3 s]
/proc/loadavg: 4.06 4.11 4.10 6/345 40165
/proc/meminfo: memFree=106911332/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3258.93 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 258821 0 0 0 325309 584 0 0 20 0 20 0 45577444 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2044979 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3172.03 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 138129 0 0 0 316781 422 0 0 20 0 20 0 45577445 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3148 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3258.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8179916 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/343 40166
/proc/meminfo: memFree=106824484/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3318.83 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 259035 0 0 0 331298 585 0 0 20 0 20 0 45577444 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2044979 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=6900 CPUtime=3231.89 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 138337 0 0 0 322767 422 0 0 20 0 20 0 45577445 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3149 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3318.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8179916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/344 40173
/proc/meminfo: memFree=106744164/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3379.16 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 268472 0 0 0 337325 591 0 0 20 0 20 0 45577444 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2044979 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3291.29 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 144419 0 0 0 328703 426 0 0 20 0 20 0 45577445 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3195 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2044979 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3379.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8179916 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/344 40175
/proc/meminfo: memFree=106638956/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8181976 CPUtime=3440.33 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 269110 0 0 0 343433 600 0 0 20 0 20 0 45577444 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2045494 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3349.75 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 144707 0 0 0 334542 433 0 0 20 0 20 0 45577445 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3276 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=8181976 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3440.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8181976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/342 40177
/proc/meminfo: memFree=106551452/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8181976 CPUtime=3500.22 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 269819 0 0 0 349421 601 0 0 20 0 20 0 45577444 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2045494 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=8179916 CPUtime=3409.61 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 145234 0 0 0 340528 433 0 0 20 0 20 0 45577445 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=8179916 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3397 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3500.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8181976 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/341 40179
/proc/meminfo: memFree=106465136/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8181976 CPUtime=3560.73 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 276233 0 0 0 355465 608 0 0 20 0 20 0 45577444 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2045494 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=17792 CPUtime=3468.73 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 149188 0 0 0 346435 438 0 0 20 0 20 0 45577445 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3417 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=8181976 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3560.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8181976 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/341 40180
/proc/meminfo: memFree=106400672/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19063512 memory=8181976 CPUtime=3600.05 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 276752 0 0 0 359392 613 0 0 20 0 20 0 45577444 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4765878 2045494 5562 1 0 2059653 0
[pid=39770/tid=39772] ppid=39767 vsize=19063512 memory=10752 CPUtime=3506.14 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 149569 0 0 0 350171 443 0 0 20 0 20 0 45577445 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19063512 memory=8181976 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3417 0 0 0 0 0 0 0 20 0 20 0 45577448 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39790] ppid=39767 vsize=19063512 memory=17792 CPUtime=0 cores=1,3
/proc/39770/task/39790/stat : 39790 (Timer-0) S 39767 39770 38804 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45577662 19521036288 2045494 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8181976 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.17 s, system=6.16818 s

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

[startup+3560.91 s]
/proc/loadavg: 4.09 4.11 4.09 5/341 40180
/proc/meminfo: memFree=106400672/131249988 swapFree=33010684/33010684
[pid=39770] ppid=39767 vsize=19263204 memory=8182872 CPUtime=3600.26 cores=1,3
/proc/39770/stat : 39770 (java) S 39767 39770 38804 0 -1 4194304 279065 0 0 0 359412 614 0 0 20 0 21 0 45577444 19725520896 2045718 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
/proc/39770/statm: 4815801 2045718 5562 1 0 2060589 0
[pid=39770/tid=39772] ppid=39767 vsize=19263204 memory=8181976 CPUtime=3506.25 cores=1,3
/proc/39770/task/39772/stat : 39772 (java) R 39767 39770 38804 0 -1 4194368 149569 0 0 0 350182 443 0 0 20 0 21 0 45577445 19725520896 2045718 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39781] ppid=39767 vsize=19263204 memory=14848 CPUtime=0 cores=1,3
/proc/39770/task/39781/stat : 39781 (Finalizer) S 39767 39770 38804 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45577448 19725520896 2045718 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
[pid=39770/tid=39788] ppid=39767 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/39770/task/39788/stat : 39788 (Common-Cleaner) S 39767 39770 38804 0 -1 4194368 3417 0 0 0 0 0 0 0 20 0 21 0 45577448 19725520896 2045718 18446744073709551615 94913262419968 94913262423664 140735477154656 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94913262431480 94913262432272 94913285345280 140735477160237 140735477160422 140735477160422 140735477166024 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8182872 KiB

Child status: 143

Real time (s): 3560.97
CPU time (s): 3600.34
CPU user time (s): 3594.17
CPU system time (s): 6.16818
CPU usage (%): 101.106
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8182872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.17
system time used= 6.16818
maximum resident set size= 8183000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2617208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137026
involuntary context switches= 13710


# summary of solver processes directly reported to runsolver:
#   pid: 39770
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.17
#   total CPU system time (s): 6.16818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49494 second user time and 17.5835 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 17:56:39
IDJOB=4485327
IDBENCH=146784
IDSOLVER=3362
FILE ID=nodeC020/4485327-1751298999
RUNJOBID= nodeC020-1751291993-38816
SLURM_JOB_ID= 9594258
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-B2C1S1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485327-1751298999/watcher-4485327-1751298999 -o /tmp/evaluation-result-4485327-1751298999/solver-4485327-1751298999 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751291993-38816 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485327-1751298999 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4485327-1751298999.opb

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

MD5SUM BENCH= 46c70d7f28752ee0ae29660ce5b35655
RANDOM SEED=917604518

nodeC020 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		: 3599.892
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	: 6999.79
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		: 3599.647
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	: 6999.79
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		: 3550.750
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	: 6999.79
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		: 3601.376
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	: 6999.79
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		: 3599.907
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	: 6999.79
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		: 3599.896
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	: 6999.79
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		: 3599.704
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	: 6999.79
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		: 3589.653
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	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        118777208 kB
MemAvailable:   119220712 kB
Buffers:            3280 kB
Cached:          1248768 kB
SwapCached:            0 kB
Active:         10952336 kB
Inactive:         941292 kB
Active(anon):   10659684 kB
Inactive(anon):        0 kB
Active(file):     292652 kB
Inactive(file):   941292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6688 kB
Writeback:            48 kB
AnonPages:      10644300 kB
Mapped:           123240 kB
Shmem:             18056 kB
KReclaimable:      97596 kB
Slab:             185148 kB
SReclaimable:      97596 kB
SUnreclaim:        87552 kB
KernelStack:        5216 kB
PageTables:        24504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   11191216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10303488 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC020 at 2025-06-30 18:56:00