Trace number 4492371

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.27 3557.1

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
MD5SUMb5005b51e5a4f58edc00eb99d2e35735
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 benchmark0.003259
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.19	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.43/0.41	c Pseudo Boolean Optimization by upper bound
0.43/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.41	c  - never skip resolution steps
0.43/0.41	c  - Auto-division on coefficients is disabled
0.43/0.41	c  - No postprocessing
0.43/0.41	c  - Conflict is considered as is when resolving
0.43/0.41	c  - Use constraints as they come during conflict analysis
0.43/0.41	c  - Weaken first using unassigned literals
0.43/0.41	c  - Bump strategy: ALWAYS_ONE
0.43/0.41	c  - Bumper: EFFECTIVE
0.43/0.41	c --- Begin Solver configuration ---
0.43/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.41	c Learn all clauses as in MiniSAT
0.43/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.41	c No reason simplification
0.43/0.41	c Dynamic restart strategy considering the size of the coefficients
0.43/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.41	c timeout=2147483s
0.43/0.41	c DB Simplification allowed=false
0.43/0.41	c Listener: none
0.43/0.41	c --- End Solver configuration ---
0.43/0.41	c solving HOME/instance-4492371-1751145949.opb
0.43/0.41	c reading problem ... 
0.43/0.42	c using VERIPB proof format
0.60/0.43	c  no objective function found
0.75/0.53	c ... done. Wall clock time 0.109s.
0.75/0.53	c declared #vars     293
0.75/0.53	c #constraints  236
0.75/0.53	c constraints type 
0.75/0.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
0.75/0.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 208
0.75/0.53	c 236 constraints processed.
7.49/4.17	c cleaning 2496 clauses out of 5000 with flag 0/5000
11.03/7.19	c cleaning 4252 clauses out of 8504 with flag 0/11000
14.87/10.20	c cleaning 5626 clauses out of 11252 with flag 0/18000
18.50/13.62	c cleaning 6807 clauses out of 13627 with flag 0/26001
24.88/19.73	c cleaning 7903 clauses out of 15820 with flag 0/35001
30.01/24.90	c cleaning 8956 clauses out of 17916 with flag 0/45000
51.28/43.13	c cleaning 9959 clauses out of 19960 with flag 0/56000
60.24/51.92	c cleaning 10990 clauses out of 22001 with flag 0/68000
70.09/61.53	c cleaning 12001 clauses out of 24011 with flag 0/81000
84.74/76.07	c cleaning 13003 clauses out of 26010 with flag 0/95000
97.77/88.76	c cleaning 13999 clauses out of 28008 with flag 0/110001
112.32/102.76	c cleaning 15004 clauses out of 30008 with flag 0/126000
131.79/121.63	c cleaning 15990 clauses out of 32005 with flag 0/143001
152.77/142.33	c cleaning 17007 clauses out of 34014 with flag 0/161000
171.15/160.19	c cleaning 17996 clauses out of 36008 with flag 0/180001
187.16/175.80	c cleaning 19006 clauses out of 38011 with flag 0/200000
211.18/199.37	c cleaning 19988 clauses out of 40005 with flag 0/221000
247.76/235.28	c cleaning 21001 clauses out of 42018 with flag 0/243001
275.17/262.24	c cleaning 22007 clauses out of 44018 with flag 0/266002
311.69/298.34	c cleaning 22990 clauses out of 46009 with flag 0/290000
350.40/336.51	c cleaning 24003 clauses out of 48019 with flag 0/315000
422.69/408.04	c cleaning 24983 clauses out of 50017 with flag 0/341001
453.89/438.74	c cleaning 25994 clauses out of 52033 with flag 0/368000
489.49/473.71	c cleaning 27015 clauses out of 54040 with flag 0/396001
536.76/520.43	c cleaning 28001 clauses out of 56024 with flag 0/425000
601.38/585.52	c cleaning 29004 clauses out of 58023 with flag 0/455000
644.13/627.96	c cleaning 30006 clauses out of 60019 with flag 0/486000
695.93/679.42	c cleaning 30996 clauses out of 62014 with flag 0/518001
761.85/744.20	c cleaning 32003 clauses out of 64017 with flag 0/551000
838.97/820.83	c cleaning 32997 clauses out of 66016 with flag 0/585002
917.96/899.03	c cleaning 34003 clauses out of 68017 with flag 0/620000
1017.70/997.75	c cleaning 34998 clauses out of 70014 with flag 0/656000
1106.64/1085.90	c cleaning 35999 clauses out of 72016 with flag 0/693000
1188.66/1167.28	c cleaning 37006 clauses out of 74017 with flag 0/731000
1258.65/1236.19	c cleaning 37992 clauses out of 76012 with flag 0/770001
1339.71/1316.16	c cleaning 39004 clauses out of 78020 with flag 0/810001
1409.07/1384.04	c cleaning 39995 clauses out of 80015 with flag 0/851000
1531.64/1505.38	c cleaning 41008 clauses out of 82020 with flag 0/893000
1608.94/1581.44	c cleaning 41987 clauses out of 84012 with flag 0/936000
1670.16/1641.53	c cleaning 42998 clauses out of 86025 with flag 0/980000
1798.95/1769.53	c cleaning 44002 clauses out of 88028 with flag 0/1025001
1975.18/1943.70	c cleaning 45002 clauses out of 90027 with flag 0/1071002
2213.89/2180.39	c cleaning 46005 clauses out of 92024 with flag 0/1118001
2449.44/2413.58	c cleaning 47005 clauses out of 94019 with flag 0/1166001
2673.62/2636.03	c cleaning 48002 clauses out of 96015 with flag 0/1215002
2936.62/2896.42	c cleaning 49001 clauses out of 98011 with flag 0/1265000
3214.24/3173.47	c cleaning 49997 clauses out of 100010 with flag 0/1316000
3492.71/3450.03	c cleaning 50994 clauses out of 102013 with flag 0/1368000
3600.02/3556.92	c timeout
3600.02/3556.93	c starts		: 47
3600.02/3556.94	c conflicts		: 1392193
3600.02/3556.94	c decisions		: 2339858
3600.02/3556.94	c propagations		: 15514689
3600.02/3556.94	c inspects		: 4381716610
3600.02/3556.94	c shortcuts		: 0
3600.02/3556.94	c learnt literals	: 0
3600.02/3556.95	c learnt binary clauses	: 0
3600.02/3556.95	c learnt ternary clauses	: 0
3600.02/3556.95	c learnt constraints	: 1392193
3600.02/3556.95	c ignored constraints	: 0
3600.02/3556.95	c root simplifications	: 0
3600.02/3556.95	c removed literals (reason simplification)	: 0
3600.02/3556.95	c reason swapping (by a shorter reason)	: 0
3600.02/3556.95	c Calls to reduceDB	: 48
3600.02/3556.95	c Number of update (reduction) of LBD	: 1594876
3600.02/3556.95	c Imported unit clauses	: 0
3600.02/3556.95	c No decision after first conflict	: false
3600.02/3556.95	c number of reductions to clauses (during analyze)	: 0
3600.02/3556.95	c number of learned constraints concerned by reduction	: 0
3600.02/3556.95	c number of learning phase by resolution	: 0
3600.02/3556.95	c number of learning phase by cutting planes	: 0
3600.02/3556.95	c number of rounding to 1 operations	: 0
3600.02/3556.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3556.95	c number of reductions of the coefficients by power 2 	: 0
3600.02/3556.95	c number of right shift for reduction by power 2 	: 0
3600.02/3556.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3556.95	c number of ending skipping 	: 0
3600.02/3556.95	c number of internal skipping 	: 0
3600.02/3556.95	c number of derivation steps 	: 7509252
3600.02/3556.95	c number of skipped derivation steps 	: 0
3600.02/3556.95	c number of remaining unassigned 	: 10358
3600.02/3556.95	c number of remaining assigned 	: 478679730
3600.02/3556.96	c number of falsified literals weakened from reason	: 0
3600.02/3556.96	c number of falsified literals weakened from conflict	: 0
3600.02/3556.96	c time for arithmetic operations	: 12935966338
3600.02/3556.96	c minimum degree of deleted constraints	: 1
3600.02/3556.96	c maximum degree of deleted constraints	: 1025421929950533648
3600.02/3556.96	c number of deleted constraints	: 1316981
3600.02/3556.96	c speed (assignments/second)	: 4362.439528459056
3600.02/3556.96	c non guided choices	: 525
3600.17/3557.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 336
3600.17/3557.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15625
3600.17/3557.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 59251
3600.17/3557.07	s UNKNOWN
3600.17/3557.07	c Total wall clock time (in seconds): 3556.655

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=15384, runsolver pid=15377
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 0.74 2.17 3.23 10/329 15420
/proc/meminfo: memFree=129680040/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=18930384 memory=48212 CPUtime=0.12 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 5777 0 0 0 9 3 0 0 20 0 18 0 30274050 19384713216 12053 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4732596 12053 5293 1 0 546986 0
[pid=15384/tid=15391] ppid=15377 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 4681 0 0 0 6 2 0 0 20 0 18 0 30274052 19384713216 12053 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 12053 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30274058 19384713216 12053 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48212 KiB

[startup+0.214374 s]*
/proc/loadavg: 1.40 2.29 3.26 9/329 15420
/proc/meminfo: memFree=129654936/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=18930384 memory=52960 CPUtime=0.28 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 6436 0 0 0 24 4 0 0 20 0 18 0 30274050 19384713216 13240 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4732596 13240 5325 1 0 547530 0
[pid=15384/tid=15391] ppid=15377 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 4972 0 0 0 14 2 0 0 20 0 18 0 30274052 19384713216 13240 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 13240 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30274058 19384713216 13240 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52960 KiB

[startup+0.314204 s]*
/proc/loadavg: 1.40 2.29 3.26 12/329 15420
/proc/meminfo: memFree=129592596/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=18930384 memory=58232 CPUtime=0.43 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 6717 0 0 0 39 4 0 0 20 0 18 0 30274050 19384713216 14558 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4732596 14558 5325 1 0 547713 0
[pid=15384/tid=15391] ppid=15377 vsize=18930384 memory=-6000919476968056686 CPUtime=0.24 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 5143 0 0 0 22 2 0 0 20 0 18 0 30274052 19384713216 14558 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30274057 19384713216 14558 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30274058 19384713216 14654 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58232 KiB

[startup+0.700374 s]
/proc/loadavg: 1.40 2.29 3.26 11/330 15421
/proc/meminfo: memFree=129471324/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=18996948 memory=69496 CPUtime=1.09 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 7576 0 0 0 103 6 0 0 20 0 19 0 30274050 19452874752 17374 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4749237 17374 5421 1 0 548437 0
[pid=15384/tid=15391] ppid=15377 vsize=18996948 memory=17408 CPUtime=0.55 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 5461 0 0 0 52 3 0 0 20 0 19 0 30274052 19452874752 17374 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30274057 19452874752 17374 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30274058 19452874752 17374 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69496 KiB

[startup+1.50025 s]
/proc/loadavg: 1.40 2.29 3.26 8/331 15422
/proc/meminfo: memFree=129103444/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=168752 CPUtime=2.65 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 17045 0 0 0 254 11 0 0 20 0 20 0 30274050 19521036288 42188 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 42188 5485 1 0 551868 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=3328 CPUtime=1.18 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 5999 0 0 0 113 5 0 0 20 0 20 0 30274052 19521036288 42188 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 42188 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 42188 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 42188 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168752 KiB

[startup+3.10566 s]
/proc/loadavg: 1.40 2.29 3.26 8/333 15424
/proc/meminfo: memFree=127369320/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=667564 CPUtime=5.81 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 24718 0 0 0 559 22 0 0 20 0 20 0 30274050 19521036288 166891 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 166891 5485 1 0 556514 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=11264 CPUtime=2.69 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 7251 0 0 0 255 14 0 0 20 0 20 0 30274052 19521036288 166891 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=14340 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 166891 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 166891 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 166891 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 667564 KiB

[startup+6.3004 s]
/proc/loadavg: 1.69 2.33 3.27 8/333 15424
/proc/meminfo: memFree=125182172/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=1899532 CPUtime=10.16 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 27751 0 1 0 968 48 0 0 20 0 20 0 30274050 19521036288 474883 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 474883 5517 1 0 853346 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=0 CPUtime=5.8 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 8510 0 0 0 542 38 0 0 20 0 20 0 30274052 19521036288 474883 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 474883 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 474883 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=170544 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 474883 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1899532 KiB

[startup+12.7004 s]
/proc/loadavg: 1.88 2.36 3.27 6/332 15424
/proc/meminfo: memFree=123029596/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=2051476 CPUtime=17.6 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 28153 0 1 0 1707 53 0 0 20 0 20 0 30274050 19521036288 512869 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 512869 5517 1 0 853352 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=170544 CPUtime=11.94 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 8762 0 0 0 1152 42 0 0 20 0 20 0 30274052 19521036288 512869 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=2045248 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 512869 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 512869 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 512869 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 17.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2051476 KiB

[startup+25.5005 s]
/proc/loadavg: 2.36 2.45 3.29 6/332 15424
/proc/meminfo: memFree=120884632/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=3213428 CPUtime=30.7 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 31832 0 1 0 2989 81 0 0 20 0 20 0 30274050 19521036288 803357 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 803357 5517 1 0 1133269 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=3328 CPUtime=24.2 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 11394 0 0 0 2352 68 0 0 20 0 20 0 30274052 19521036288 803357 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=3213428 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 803357 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=3213428 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 59 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 803357 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=6945783523204948272 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 803357 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 30.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3213428 KiB

[startup+51.1138 s]
/proc/loadavg: 3.26 2.66 3.34 6/332 15424
/proc/meminfo: memFree=117733376/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=4769932 CPUtime=59.44 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 51499 0 1 0 5823 121 0 0 20 0 20 0 30274050 19521036288 1192483 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1192483 5517 1 0 1514653 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=4769932 CPUtime=49.14 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 14458 0 0 0 4814 100 0 0 20 0 20 0 30274052 19521036288 1192483 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1192483 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=4769932 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=109199968/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6007040 CPUtime=3263.5 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 241578 0 1 0 325643 707 0 0 20 0 20 0 30274050 19521036288 1501760 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1501760 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=6007040 CPUtime=3138.41 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 135181 0 0 0 313388 453 0 0 20 0 20 0 30274052 19521036288 1501760 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6007040 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1501760 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=6007040 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2575 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1501760 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=6007040 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1501760 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3263.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6007040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.31 4.26 5/332 16149
/proc/meminfo: memFree=109124732/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3324.05 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 242886 0 1 0 331691 714 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=14340 CPUtime=3197.12 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 136200 0 0 0 319255 457 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=6007040 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2668 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3324.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.36 4.28 6/332 16151
/proc/meminfo: memFree=109480412/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3384.26 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 246847 0 1 0 337704 722 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=21484 CPUtime=3256.3 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 139366 0 0 0 325170 460 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6007040 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2669 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3384.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB

[startup+3402.3 s]
/proc/loadavg: 4.43 4.37 4.29 5/330 16153
/proc/meminfo: memFree=108294084/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3444.67 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 250513 0 1 0 343738 729 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3315.33 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 142301 0 0 0 331070 463 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2722 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3444.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.36 4.29 7/309 16359
/proc/meminfo: memFree=112966440/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3505 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 252410 0 1 0 349759 741 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=0 CPUtime=3374.29 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 144015 0 0 0 336957 472 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2743 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3505 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.53 4.43 4.31 5/331 16488
/proc/meminfo: memFree=107168572/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3565.44 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 256775 0 1 0 355793 751 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3432.83 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) R 15377 15384 15143 0 -1 4194368 147107 0 0 0 342805 478 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=6011256 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2744 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3565.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.9 s]
/proc/loadavg: 4.51 4.43 4.32 5/331 16489
/proc/meminfo: memFree=106110748/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19063512 memory=6011256 CPUtime=3600.02 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 258419 0 1 0 359246 756 0 0 20 0 20 0 30274050 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4765878 1502814 5517 1 0 1515776 0
[pid=15384/tid=15391] ppid=15377 vsize=19063512 memory=2764 CPUtime=3466.89 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) D 15377 15384 15143 0 -1 4194368 148078 0 0 0 346207 482 0 0 20 0 20 0 30274052 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19063512 memory=17408 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30274057 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2837 0 0 0 0 0 0 0 20 0 20 0 30274058 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15422] ppid=15377 vsize=19063512 memory=-6000919476968056686 CPUtime=0 cores=5,7
/proc/15384/task/15422/stat : 15422 (Timer-0) S 15377 15384 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30274104 19521036288 1502814 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6011256 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.67 s, system=7.60008 s

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

[startup+3557 s]*
/proc/loadavg: 4.51 4.43 4.32 5/332 16492
/proc/meminfo: memFree=106070752/131382112 swapFree=33010684/33010684
[pid=15384] ppid=15377 vsize=19263204 memory=6011896 CPUtime=3600.17 cores=5,7
/proc/15384/stat : 15384 (java) S 15377 15384 15143 0 -1 4194304 261259 0 1 0 359260 757 0 0 20 0 21 0 30274050 19725520896 1502974 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
/proc/15384/statm: 4815801 1502974 5517 1 0 1516716 0
[pid=15384/tid=15391] ppid=15377 vsize=19263204 memory=-6000919489869669998 CPUtime=3466.9 cores=5,7
/proc/15384/task/15391/stat : 15391 (java) S 15377 15384 15143 0 -1 4194368 148504 0 0 0 346208 482 0 0 20 0 21 0 30274052 19725520896 1502974 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15412] ppid=15377 vsize=19263204 memory=6592 CPUtime=0 cores=5,7
/proc/15384/task/15412/stat : 15412 (Finalizer) S 15377 15384 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30274057 19725520896 1502974 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=15420] ppid=15377 vsize=19263204 memory=3481876 CPUtime=0 cores=5,7
/proc/15384/task/15420/stat : 15420 (Common-Cleaner) S 15377 15384 15143 0 -1 4194368 2837 0 0 0 0 0 0 0 20 0 21 0 30274058 19725520896 1502974 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
[pid=15384/tid=16491] ppid=15377 vsize=19263204 memory=6512 CPUtime=0.06 cores=5,7
/proc/15384/task/16491/stat : 16491 (Thread-0) R 15377 15384 15143 0 -1 4194368 442 0 0 0 6 0 0 0 20 0 21 0 30629742 19725520896 1502974 18446744073709551615 94575789801472 94575789805168 140736065034288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94575789812984 94575789813776 94575799672832 140736065042733 140736065042918 140736065042918 140736065048520 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6011896 KiB

Child status: 143

Real time (s): 3557.1
CPU time (s): 3600.27
CPU user time (s): 3592.67
CPU system time (s): 7.60008
CPU usage (%): 101.214
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6011896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.67
system time used= 7.60008
maximum resident set size= 6012024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 2427352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129665
involuntary context switches= 24267


# summary of solver processes directly reported to runsolver:
#   pid: 15384
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3592.67
#   total CPU system time (s): 7.60008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.947 second user time and 35.1087 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 23:25:49
IDJOB=4492371
IDBENCH=147786
IDSOLVER=3362
FILE ID=nodeC007/4492371-1751145949
RUNJOBID= nodeC007-1751145946-15156
SLURM_JOB_ID= 9587454
Free space on /tmp= 433012 MiB

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

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

MD5SUM BENCH= b5005b51e5a4f58edc00eb99d2e35735
RANDOM SEED=823567796

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		: 3491.841
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		: 3491.846
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		: 3491.843
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		: 3491.842
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.197
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		: 1197.848
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		: 1197.349
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.201
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:        129731484 kB
MemAvailable:   129577720 kB
Buffers:            3280 kB
Cached:           657500 kB
SwapCached:            0 kB
Active:           716484 kB
Inactive:         413028 kB
Active(anon):     486724 kB
Inactive(anon):        0 kB
Active(file):     229760 kB
Inactive(file):   413028 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5284 kB
Writeback:            36 kB
AnonPages:        470996 kB
Mapped:           122048 kB
Shmem:             17960 kB
KReclaimable:      86148 kB
Slab:             168664 kB
SReclaimable:      86148 kB
SUnreclaim:        82516 kB
KernelStack:        4752 kB
PageTables:         4172 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4817016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150040 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    311296 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= 433004 MiB
End job on nodeC007 at 2025-06-29 00:25:06