Trace number 4492479

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.42 3509.16

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga14_12_sat_pb.cnf.cr.opb
MD5SUM7b643da33f257f2459d292885f1136ea
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.003075
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables252
Total number of constraints206
Number of constraints which are clauses180
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint14
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 15
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	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.20	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.59/0.43	c Pseudo Boolean Optimization by upper bound
0.59/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.43	c  - never skip resolution steps
0.59/0.43	c  - Auto-division on coefficients is disabled
0.59/0.43	c  - No postprocessing
0.59/0.43	c  - Conflict is considered as is when resolving
0.59/0.43	c  - Use constraints as they come during conflict analysis
0.59/0.43	c  - Weaken first using unassigned literals
0.59/0.43	c  - Bump strategy: ALWAYS_ONE
0.59/0.43	c  - Bumper: EFFECTIVE
0.59/0.43	c --- Begin Solver configuration ---
0.59/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.43	c Learn all clauses as in MiniSAT
0.59/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.43	c No reason simplification
0.59/0.43	c Dynamic restart strategy considering the size of the coefficients
0.59/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.43	c timeout=2147483s
0.59/0.43	c DB Simplification allowed=false
0.59/0.43	c Listener: none
0.59/0.43	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4492479-1751146472.opb
0.59/0.44	c reading problem ... 
0.59/0.44	c using VERIPB proof format
0.59/0.45	c  no objective function found
0.78/0.54	c ... done. Wall clock time 0.103s.
0.78/0.54	c declared #vars     252
0.78/0.54	c #constraints  206
0.78/0.54	c constraints type 
0.78/0.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 26
0.78/0.54	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 180
0.78/0.55	c 206 constraints processed.
7.18/3.81	c cleaning 2501 clauses out of 5005 with flag 0/5005
12.07/7.78	c cleaning 4248 clauses out of 8499 with flag 0/11000
16.07/11.56	c cleaning 5627 clauses out of 11254 with flag 0/18003
22.92/17.61	c cleaning 6812 clauses out of 13624 with flag 0/26000
29.08/23.72	c cleaning 7900 clauses out of 15813 with flag 0/35001
38.53/32.61	c cleaning 8946 clauses out of 17912 with flag 0/45000
48.30/42.40	c cleaning 9981 clauses out of 19966 with flag 0/56000
59.24/51.56	c cleaning 10984 clauses out of 21985 with flag 0/68000
82.40/74.43	c cleaning 12000 clauses out of 24002 with flag 0/81001
113.52/104.98	c cleaning 12994 clauses out of 26003 with flag 0/95002
140.95/131.99	c cleaning 13999 clauses out of 28007 with flag 0/110000
169.87/160.00	c cleaning 14997 clauses out of 30008 with flag 0/126000
188.02/177.49	c cleaning 16004 clauses out of 32011 with flag 0/143000
218.19/206.88	c cleaning 16998 clauses out of 34008 with flag 0/161001
243.57/231.81	c cleaning 18005 clauses out of 36009 with flag 0/180000
279.60/267.46	c cleaning 19001 clauses out of 38005 with flag 0/200001
308.69/295.79	c cleaning 19993 clauses out of 40004 with flag 0/221001
347.29/333.43	c cleaning 21004 clauses out of 42011 with flag 0/243001
388.50/373.57	c cleaning 21999 clauses out of 44006 with flag 0/266000
433.90/418.06	c cleaning 23003 clauses out of 46009 with flag 0/290002
476.13/458.88	c cleaning 23996 clauses out of 48005 with flag 0/315001
529.95/511.19	c cleaning 24997 clauses out of 50009 with flag 0/341001
584.34/564.24	c cleaning 26005 clauses out of 52011 with flag 0/368000
638.61/617.32	c cleaning 26995 clauses out of 54007 with flag 0/396001
704.43/681.86	c cleaning 28004 clauses out of 56011 with flag 0/425000
762.98/738.92	c cleaning 29004 clauses out of 58008 with flag 0/455001
816.62/791.03	c cleaning 30001 clauses out of 60005 with flag 0/486002
875.84/848.95	c cleaning 30994 clauses out of 62002 with flag 0/518000
953.18/925.11	c cleaning 32003 clauses out of 64010 with flag 0/551002
1020.85/990.92	c cleaning 32992 clauses out of 66005 with flag 0/585000
1097.75/1066.10	c cleaning 33999 clauses out of 68015 with flag 0/620002
1221.37/1187.44	c cleaning 35001 clauses out of 70014 with flag 0/656000
1320.13/1284.10	c cleaning 36002 clauses out of 72016 with flag 0/693003
1409.65/1371.64	c cleaning 37001 clauses out of 74012 with flag 0/731001
1513.71/1472.00	c cleaning 38005 clauses out of 76013 with flag 0/770003
1601.96/1558.22	c cleaning 38997 clauses out of 78006 with flag 0/810001
1695.01/1649.50	c cleaning 39999 clauses out of 80008 with flag 0/851000
1830.63/1781.12	c cleaning 40993 clauses out of 82009 with flag 0/893000
1950.08/1898.13	c cleaning 42004 clauses out of 84017 with flag 0/936001
2060.44/2005.77	c cleaning 43003 clauses out of 86012 with flag 0/980000
2170.04/2112.54	c cleaning 43998 clauses out of 88009 with flag 0/1025000
2323.69/2262.70	c cleaning 45002 clauses out of 90014 with flag 0/1071003
2435.00/2370.97	c cleaning 46003 clauses out of 92010 with flag 0/1118001
2558.60/2491.18	c cleaning 46998 clauses out of 94007 with flag 0/1166001
2707.22/2637.41	c cleaning 47999 clauses out of 96008 with flag 0/1215000
2849.38/2774.31	c cleaning 49003 clauses out of 98010 with flag 0/1265001
3006.90/2928.29	c cleaning 50001 clauses out of 100007 with flag 0/1316001
3146.51/3063.65	c cleaning 51002 clauses out of 102005 with flag 0/1368000
3347.80/3261.37	c cleaning 51998 clauses out of 104003 with flag 0/1421000
3534.07/3444.29	c cleaning 52997 clauses out of 106006 with flag 0/1475001
3600.08/3508.92	c starts		: 197
3600.08/3508.92	c conflicts		: 1497982
3600.08/3508.92	c decisions		: 2312577
3600.08/3508.92	c propagations		: 14971951
3600.08/3508.94	c inspects		: 3060646072
3600.08/3508.94	c timeout
3600.08/3508.94	c shortcuts		: 0
3600.08/3508.94	c learnt literals	: 0
3600.08/3508.95	c learnt binary clauses	: 0
3600.08/3508.95	c learnt ternary clauses	: 0
3600.08/3508.95	c learnt constraints	: 1497981
3600.08/3508.95	c ignored constraints	: 0
3600.08/3508.95	c root simplifications	: 0
3600.08/3508.95	c removed literals (reason simplification)	: 0
3600.08/3508.95	c reason swapping (by a shorter reason)	: 0
3600.08/3508.95	c Calls to reduceDB	: 50
3600.08/3508.95	c Number of update (reduction) of LBD	: 1698172
3600.08/3508.95	c Imported unit clauses	: 0
3600.08/3508.95	c No decision after first conflict	: false
3600.08/3508.96	c number of reductions to clauses (during analyze)	: 0
3600.08/3508.96	c number of learned constraints concerned by reduction	: 0
3600.08/3508.96	c number of learning phase by resolution	: 0
3600.08/3508.96	c number of learning phase by cutting planes	: 0
3600.08/3508.96	c number of rounding to 1 operations	: 0
3600.08/3508.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3508.96	c number of reductions of the coefficients by power 2 	: 0
3600.08/3508.96	c number of right shift for reduction by power 2 	: 0
3600.08/3508.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3508.96	c number of ending skipping 	: 0
3600.08/3508.96	c number of internal skipping 	: 0
3600.08/3508.96	c number of derivation steps 	: 7464742
3600.08/3508.96	c number of skipped derivation steps 	: 0
3600.08/3508.96	c number of remaining unassigned 	: 8871
3600.08/3508.96	c number of remaining assigned 	: 489008037
3600.08/3508.96	c number of falsified literals weakened from reason	: 0
3600.08/3508.96	c number of falsified literals weakened from conflict	: 0
3600.08/3508.96	c time for arithmetic operations	: 11159965453
3600.08/3508.97	c minimum degree of deleted constraints	: 7
3600.08/3508.97	c maximum degree of deleted constraints	: 2194324725
3600.08/3508.97	c number of deleted constraints	: 1421992
3600.08/3508.97	c speed (assignments/second)	: 4267.436491318879
3600.08/3508.97	c non guided choices	: 75
3600.35/3509.12	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 562
3600.35/3509.12	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 75427
3600.35/3509.12	s UNKNOWN
3600.35/3509.13	c Total wall clock time (in seconds): 3508.69

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

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


[startup+0.100073 s]*
/proc/loadavg: 4.22 3.91 3.71 7/329 15643
/proc/meminfo: memFree=109974804/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=18930384 memory=48296 CPUtime=0.12 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 5740 0 0 0 9 3 0 0 20 0 18 0 30326371 19384713216 12074 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4732596 12074 5325 1 0 546948 0
[pid=15625/tid=15627] ppid=15622 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 4649 0 0 0 6 2 0 0 20 0 18 0 30326373 19384713216 12074 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30326377 19384713216 12074 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30326378 19384713216 12074 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48296 KiB

[startup+0.215539 s]*
/proc/loadavg: 4.22 3.91 3.71 6/329 15643
/proc/meminfo: memFree=109973040/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=18930384 memory=53164 CPUtime=0.27 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 6430 0 0 0 24 3 0 0 20 0 18 0 30326371 19384713216 13291 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4732596 13291 5357 1 0 547514 0
[pid=15625/tid=15627] ppid=15622 vsize=18930384 memory=4026532124 CPUtime=0.16 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 4963 0 0 0 14 2 0 0 20 0 18 0 30326373 19384713216 13291 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30326377 19384713216 13291 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30326378 19384713216 13291 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53164 KiB

[startup+0.318224 s]*
/proc/loadavg: 4.22 3.91 3.71 7/329 15643
/proc/meminfo: memFree=109967432/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=18930384 memory=58344 CPUtime=0.44 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 6711 0 0 0 40 4 0 0 20 0 18 0 30326371 19384713216 14586 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4732596 14586 5357 1 0 547713 0
[pid=15625/tid=15627] ppid=15622 vsize=18930384 memory=-6000919498526582638 CPUtime=0.25 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 5140 0 0 0 22 3 0 0 20 0 18 0 30326373 19384713216 14586 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30326377 19384713216 14586 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30326378 19384713216 14586 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58344 KiB

[startup+0.70037 s]
/proc/loadavg: 4.22 3.91 3.71 8/329 15643
/proc/meminfo: memFree=109962328/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=18996948 memory=67432 CPUtime=1.1 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 7384 0 0 0 105 5 0 0 20 0 19 0 30326371 19452874752 16858 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4749237 16858 5453 1 0 548432 0
[pid=15625/tid=15627] ppid=15622 vsize=18996948 memory=17408 CPUtime=0.53 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 5460 0 0 0 50 3 0 0 20 0 19 0 30326373 19452874752 16858 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30326377 19452874752 16858 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30326378 19452874752 16858 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 67432 KiB

[startup+1.50027 s]
/proc/loadavg: 4.22 3.91 3.71 7/330 15644
/proc/meminfo: memFree=109941976/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=168772 CPUtime=2.68 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 16383 0 0 0 258 10 0 0 20 0 20 0 30326371 19521036288 42193 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 42193 5453 1 0 552195 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=3328 CPUtime=1.2 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 5950 0 0 0 115 5 0 0 20 0 20 0 30326373 19521036288 42193 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 42193 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 42193 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 42193 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 168772 KiB

[startup+3.1057 s]
/proc/loadavg: 4.44 3.96 3.73 5/331 15645
/proc/meminfo: memFree=109452912/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=652828 CPUtime=5.84 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 24273 0 0 0 562 22 0 0 20 0 20 0 30326371 19521036288 163207 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 163207 5485 1 0 679661 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=11264 CPUtime=2.7 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 6763 0 0 0 255 15 0 0 20 0 20 0 30326373 19521036288 163207 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 163207 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 163207 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 163207 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 652828 KiB

[startup+6.30026 s]
/proc/loadavg: 4.44 3.96 3.73 5/331 15645
/proc/meminfo: memFree=108547444/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=1556484 CPUtime=10.13 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 26330 0 0 0 972 41 0 0 20 0 20 0 30326371 19521036288 389121 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 389121 5485 1 0 680161 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=0 CPUtime=5.8 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 8050 0 0 0 547 33 0 0 20 0 20 0 30326373 19521036288 389121 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 389121 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 389121 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=168772 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 389121 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1556484 KiB

[startup+12.7004 s]
/proc/loadavg: 4.56 3.99 3.74 4/311 15792
/proc/meminfo: memFree=115606844/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=1640676 CPUtime=17.76 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 31253 0 0 0 1725 51 0 0 20 0 20 0 30326371 19521036288 410169 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 410169 5485 1 0 681453 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=11264 CPUtime=11.89 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 8952 0 0 0 1149 40 0 0 20 0 20 0 30326373 19521036288 410169 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=168772 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 410169 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 410169 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 410169 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 17.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1640676 KiB

[startup+25.5005 s]
/proc/loadavg: 4.73 4.06 3.77 7/331 15973
/proc/meminfo: memFree=114048368/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=2665336 CPUtime=30.88 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 37427 0 0 0 3009 79 0 0 20 0 20 0 30326371 19521036288 666334 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 666334 5485 1 0 942571 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=14340 CPUtime=24.08 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 11143 0 0 0 2343 65 0 0 20 0 20 0 30326373 19521036288 666334 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=2665208 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 666334 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 666334 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 666334 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 30.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2665336 KiB

[startup+51.1139 s]
/proc/loadavg: 5.01 4.18 3.82 6/331 15974
/proc/meminfo: memFree=111444980/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=3354920 CPUtime=58.85 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 53298 0 0 0 5776 109 0 0 20 0 20 0 30326371 19521036288 838730 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 838730 5485 1 0 1088795 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=3320300 CPUtime=48.81 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 14582 0 0 0 4794 87 0 0 20 0 20 0 30326373 19521036288 838730 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 838730 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=102156216/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3308.27 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 242496 0 0 0 330135 692 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=11264 CPUtime=3124.03 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 122915 0 0 0 311963 440 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2392 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3308.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.35 4.31 6/330 16638
/proc/meminfo: memFree=102112152/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3369.29 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 243007 0 0 0 336229 700 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3182.89 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 123322 0 0 0 317844 445 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3369.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.36 4.32 6/330 16640
/proc/meminfo: memFree=102069084/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3430.8 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 248359 0 0 0 342373 707 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=0 CPUtime=3241.12 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 127283 0 0 0 323663 449 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3430.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.32 4.30 6/330 16643
/proc/meminfo: memFree=100247056/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3491.5 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 253134 0 0 0 348434 716 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3300.27 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 131004 0 0 0 329573 454 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3491.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.29 4.29 7/330 16645
/proc/meminfo: memFree=100607596/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3552.45 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 253873 0 0 0 354521 724 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=11264 CPUtime=3359.27 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 131603 0 0 0 335468 459 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=-6000919498526582638 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2562 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3552.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.9 s]
/proc/loadavg: 4.36 4.31 4.30 7/328 16778
/proc/meminfo: memFree=103783948/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19063512 memory=5981112 CPUtime=3600.08 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 257493 0 0 0 359278 730 0 0 20 0 20 0 30326371 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4765878 1495278 5517 1 0 1520012 0
[pid=15625/tid=15627] ppid=15622 vsize=19063512 memory=2724 CPUtime=3404.8 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) R 15622 15625 15143 0 -1 4194368 134276 0 0 0 340018 462 0 0 20 0 20 0 30326373 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30326377 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19063512 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2562 0 0 0 0 0 0 0 20 0 20 0 30326378 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15644] ppid=15622 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/15625/task/15644/stat : 15644 (Timer-0) S 15622 15625 15143 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30326426 19521036288 1495278 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5981112 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.08 s, system=7.34104 s

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

[startup+3509 s]*
/proc/loadavg: 4.36 4.31 4.30 7/329 16781
/proc/meminfo: memFree=103593632/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19263204 memory=5982008 CPUtime=3600.23 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 259822 0 0 0 359293 730 0 0 20 0 21 0 30326371 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4815801 1495502 5549 1 0 1520956 0
[pid=15625/tid=15627] ppid=15622 vsize=19263204 memory=-6000919485591283310 CPUtime=3404.83 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) S 15622 15625 15143 0 -1 4194368 134522 0 0 0 340021 462 0 0 20 0 21 0 30326373 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19263204 memory=5316 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30326377 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19263204 memory=7028 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2562 0 0 0 0 0 0 0 20 0 21 0 30326378 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=16780] ppid=15622 vsize=19263204 memory=5981112 CPUtime=0.04 cores=1,3
/proc/15625/task/16780/stat : 16780 (Thread-0) R 15622 15625 15143 0 -1 4194368 452 0 0 0 4 0 0 0 20 0 21 0 30677262 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5982008 KiB

[startup+3509.11 s]
/proc/loadavg: 4.36 4.31 4.30 7/329 16781
/proc/meminfo: memFree=103593632/131382112 swapFree=33010684/33010684
[pid=15625] ppid=15622 vsize=19263204 memory=5982008 CPUtime=3600.35 cores=1,3
/proc/15625/stat : 15625 (java) S 15622 15625 15143 0 -1 4194304 259885 0 0 0 359305 730 0 0 20 0 21 0 30326371 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
/proc/15625/statm: 4815801 1495502 5549 1 0 1520956 0
[pid=15625/tid=15627] ppid=15622 vsize=19263204 memory=2724 CPUtime=3404.83 cores=1,3
/proc/15625/task/15627/stat : 15627 (java) S 15622 15625 15143 0 -1 4194368 134522 0 0 0 340021 462 0 0 20 0 21 0 30326373 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15636] ppid=15622 vsize=19263204 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15636/stat : 15636 (Finalizer) S 15622 15625 15143 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30326377 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=15643] ppid=15622 vsize=19263204 memory=5981112 CPUtime=0 cores=1,3
/proc/15625/task/15643/stat : 15643 (Common-Cleaner) S 15622 15625 15143 0 -1 4194368 2562 0 0 0 0 0 0 0 20 0 21 0 30326378 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
[pid=15625/tid=16780] ppid=15622 vsize=19263204 memory=1792 CPUtime=0.13 cores=1,3
/proc/15625/task/16780/stat : 16780 (Thread-0) R 15622 15625 15143 0 -1 4194368 452 0 0 0 13 0 0 0 20 0 21 0 30677262 19725520896 1495502 18446744073709551615 94230953746432 94230953750128 140736121187584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94230953757944 94230953758736 94230958751744 140736121194797 140736121194982 140736121194982 140736121200584 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5982008 KiB

Child status: 143

Real time (s): 3509.16
CPU time (s): 3600.42
CPU user time (s): 3593.08
CPU system time (s): 7.34104
CPU usage (%): 102.601
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5982008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.08
system time used= 7.34104
maximum resident set size= 5982136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 260058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2039688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134365
involuntary context switches= 17093


# summary of solver processes directly reported to runsolver:
#   pid: 15625
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3593.08
#   total CPU system time (s): 7.34104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3385 second user time and 38.3954 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-28 23:34:32
IDJOB=4492479
IDBENCH=147797
IDSOLVER=3362
FILE ID=nodeC007/4492479-1751146472
RUNJOBID= nodeC007-1751145946-15155
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-fpga14_12_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-4492479-1751146472/watcher-4492479-1751146472 -o /tmp/evaluation-result-4492479-1751146472/solver-4492479-1751146472 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751145946-15155 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492479-1751146472 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492479-1751146472.opb

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

MD5SUM BENCH= 7b643da33f257f2459d292885f1136ea
RANDOM SEED=1428489354

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		: 3517.475
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		: 1197.200
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.443
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		: 1197.215
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		: 3578.763
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		: 3659.620
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.813
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.410
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:        109993704 kB
MemAvailable:   110728416 kB
Buffers:            3280 kB
Cached:          1545460 kB
SwapCached:            0 kB
Active:         19505336 kB
Inactive:        1300796 kB
Active(anon):   19275448 kB
Inactive(anon):        0 kB
Active(file):     229888 kB
Inactive(file):  1300796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             26568 kB
Writeback:             0 kB
AnonPages:      19258496 kB
Mapped:           122328 kB
Shmem:             17960 kB
KReclaimable:      87308 kB
Slab:             169468 kB
SReclaimable:      87308 kB
SUnreclaim:        82160 kB
KernelStack:        5008 kB
PageTables:        41288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   20491392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18931712 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= 433000 MiB
End job on nodeC007 at 2025-06-29 00:33:02