Trace number 4515678

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 Resolution 2025-06-06UNSAT 4.57463 3.44253

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP035.shuf-2.opb
MD5SUM7200a9be855e16cdf0b5e1430c17e637
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.060438
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3330
Total number of constraints667
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints665
Minimum length of a constraint5
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 30
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4515678-1751235848.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.12/0.20	c ... done. Wall clock time 0.062s.
0.12/0.21	c declared #vars     3330
0.12/0.21	c #constraints  667
0.12/0.21	c constraints type 
0.12/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 667
0.12/0.21	c 667 constraints processed.
0.90/0.58	c cleaning 2499 clauses out of 5000 with flag 12502/5000
1.08/0.69	c cleaning 4245 clauses out of 8503 with flag 28842/11002
1.47/0.85	c cleaning 5620 clauses out of 11257 with flag 50146/18001
1.67/0.93	c cleaning 6810 clauses out of 13637 with flag 73533/26001
1.86/1.00	c cleaning 7907 clauses out of 15827 with flag 97934/35001
1.86/1.08	c cleaning 8944 clauses out of 17920 with flag 124718/45001
2.05/1.17	c cleaning 9982 clauses out of 19977 with flag 155864/56002
2.19/1.26	c cleaning 10985 clauses out of 21993 with flag 190865/68000
2.29/1.35	c cleaning 11982 clauses out of 24009 with flag 228576/81001
2.39/1.45	c cleaning 13009 clauses out of 26028 with flag 268912/95002
2.49/1.57	c cleaning 14000 clauses out of 28017 with flag 316211/110000
2.59/1.69	c cleaning 14998 clauses out of 30019 with flag 362735/126002
2.82/1.82	c cleaning 15985 clauses out of 32020 with flag 407430/143001
2.95/1.95	c cleaning 17003 clauses out of 34035 with flag 457844/161001
3.15/2.10	c cleaning 18007 clauses out of 36032 with flag 507964/180001
3.25/2.27	c cleaning 18994 clauses out of 38026 with flag 564576/200002
3.45/2.43	c cleaning 20006 clauses out of 40031 with flag 627053/221001
3.55/2.59	c cleaning 20998 clauses out of 42024 with flag 688793/243000
3.74/2.77	c cleaning 22010 clauses out of 44030 with flag 754742/266004
3.94/2.95	c cleaning 23007 clauses out of 46016 with flag 822452/290000
4.24/3.21	c cleaning 23998 clauses out of 48009 with flag 898853/315000
4.34/3.37	c starts		: 177
4.34/3.37	c conflicts		: 326662
4.34/3.37	c decisions		: 643595
4.34/3.37	c propagations		: 2071992
4.34/3.37	c inspects		: 35914366
4.34/3.37	c shortcuts		: 0
4.34/3.37	c learnt literals	: 10
4.34/3.37	c learnt binary clauses	: 36
4.34/3.37	c learnt ternary clauses	: 1896
4.34/3.37	c learnt constraints	: 326651
4.34/3.37	c ignored constraints	: 0
4.34/3.37	c root simplifications	: 0
4.34/3.37	c removed literals (reason simplification)	: 294331
4.34/3.37	c reason swapping (by a shorter reason)	: 0
4.34/3.37	c Calls to reduceDB	: 21
4.34/3.37	c Number of update (reduction) of LBD	: 54680
4.34/3.37	c Imported unit clauses	: 0
4.34/3.37	c No decision after first conflict	: false
4.34/3.37	c number of reductions to clauses (during analyze)	: 0
4.34/3.37	c number of learned constraints concerned by reduction	: 0
4.34/3.37	c number of learning phase by resolution	: 0
4.34/3.37	c number of learning phase by cutting planes	: 0
4.34/3.37	c number of rounding to 1 operations	: 0
4.34/3.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.34/3.38	c number of reductions of the coefficients by power 2 	: 0
4.34/3.38	c number of right shift for reduction by power 2 	: 0
4.34/3.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.34/3.38	c number of ending skipping 	: 0
4.34/3.38	c number of internal skipping 	: 0
4.34/3.38	c number of derivation steps 	: 0
4.34/3.38	c number of skipped derivation steps 	: 0
4.34/3.38	c number of remaining unassigned 	: 0
4.34/3.38	c number of remaining assigned 	: 0
4.34/3.38	c number of falsified literals weakened from reason	: 0
4.34/3.38	c number of falsified literals weakened from conflict	: 0
4.34/3.38	c time for arithmetic operations	: 0
4.34/3.38	c minimum degree of deleted constraints	: null
4.34/3.38	c maximum degree of deleted constraints	: null
4.34/3.38	c number of deleted constraints	: 0
4.34/3.38	c speed (assignments/second)	: 654657.8199052133
4.34/3.38	c non guided choices	: 153477
4.54/3.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35626
4.54/3.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 36
4.54/3.41	s UNSATISFIABLE
4.54/3.41	c Total wall clock time (in seconds): 3.27

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58432 MiB free)
  memory of node 1: 64465 MiB (33422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515678-1751235848/watcher-4515678-1751235848 -o /tmp/evaluation-result-4515678-1751235848/solver-4515678-1751235848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515678-1751235848.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=32127, runsolver pid=32124

[startup+0.10006 s]*
/proc/loadavg: 4.37 4.49 4.35 6/338 32145
/proc/meminfo: memFree=94042968/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18930384 memory=57616 CPUtime=0.12 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 6571 0 0 0 11 1 0 0 20 0 18 0 39262365 19384713216 14404 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4732596 14404 5322 1 0 547619 0
[pid=32127/tid=32129] ppid=32124 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5077 0 0 0 7 1 0 0 20 0 18 0 39262366 19384713216 14404 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39262369 19384713216 14404 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18930384 memory=55186957824150 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39262369 19384713216 14404 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57616 KiB

[startup+0.205747 s]*
/proc/loadavg: 4.37 4.49 4.35 7/338 32145
/proc/meminfo: memFree=94033816/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18930384 memory=66000 CPUtime=0.32 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 7005 0 0 0 30 2 0 0 20 0 18 0 39262365 19384713216 16500 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4732596 16500 5450 1 0 547904 0
[pid=32127/tid=32129] ppid=32124 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5275 0 0 0 16 1 0 0 20 0 18 0 39262366 19384713216 16500 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39262369 19384713216 16500 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39262369 19384713216 16500 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66000 KiB

[startup+0.305772 s]*
/proc/loadavg: 4.37 4.49 4.35 6/339 32146
/proc/meminfo: memFree=94030604/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18996948 memory=70848 CPUtime=0.51 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 8253 0 0 0 48 3 0 0 20 0 19 0 39262365 19452874752 17712 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4749237 17712 5450 1 0 548790 0
[pid=32127/tid=32129] ppid=32124 vsize=18996948 memory=-6000919489936976492 CPUtime=0.26 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5318 0 0 0 25 1 0 0 20 0 19 0 39262366 19452874752 17712 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 17712 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 17712 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32146] ppid=32124 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32127/task/32146/stat : 32146 (Timer-0) S 32124 32127 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262387 19452874752 17712 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 70848 KiB

[startup+0.700254 s]
/proc/loadavg: 4.37 4.49 4.35 6/339 32146
/proc/meminfo: memFree=94022540/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18996948 memory=86776 CPUtime=1.27 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 13543 0 0 0 123 4 0 0 20 0 19 0 39262365 19452874752 21694 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4749237 21694 5450 1 0 551630 0
[pid=32127/tid=32129] ppid=32124 vsize=18996948 memory=17536 CPUtime=0.62 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5361 0 0 0 61 1 0 0 20 0 19 0 39262366 19452874752 21694 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 21694 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 21694 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32146] ppid=32124 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32127/task/32146/stat : 32146 (Timer-0) S 32124 32127 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262387 19452874752 21694 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86776 KiB

[startup+1.50027 s]
/proc/loadavg: 4.37 4.49 4.35 5/339 32146
/proc/meminfo: memFree=94009560/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18996948 memory=106592 CPUtime=2.49 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 17030 0 0 0 244 5 0 0 20 0 19 0 39262365 19452874752 26648 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4749237 26648 5482 1 0 551879 0
[pid=32127/tid=32129] ppid=32124 vsize=18996948 memory=0 CPUtime=1.41 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5700 0 0 0 139 2 0 0 20 0 19 0 39262366 19452874752 26648 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 26648 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 26648 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32146] ppid=32124 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/32127/task/32146/stat : 32146 (Timer-0) S 32124 32127 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262387 19452874752 26648 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106592 KiB

[startup+3.10561 s]
/proc/loadavg: 4.37 4.49 4.35 5/339 32146
/proc/meminfo: memFree=93952220/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18996948 memory=149600 CPUtime=4.15 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 17634 0 0 0 409 6 0 0 20 0 19 0 39262365 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4749237 37400 5482 1 0 551881 0
[pid=32127/tid=32129] ppid=32124 vsize=18996948 memory=10752 CPUtime=3.01 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5980 0 0 0 298 3 0 0 20 0 19 0 39262366 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18996948 memory=-6000919489936976492 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32146] ppid=32124 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/32127/task/32146/stat : 32146 (Timer-0) S 32124 32127 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262387 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 4.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149600 KiB

[startup+3.44246 s]
# the end of solver process 32127 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=4.49592 s, system=0.078706 s

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

[startup+3.20029 s]
/proc/loadavg: 4.37 4.49 4.35 5/339 32146
/proc/meminfo: memFree=93952220/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=18996948 memory=149600 CPUtime=4.24 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 17634 0 0 0 418 6 0 0 20 0 19 0 39262365 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4749237 37400 5482 1 0 551881 0
[pid=32127/tid=32129] ppid=32124 vsize=18996948 memory=89748 CPUtime=3.11 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) R 32124 32127 31759 0 -1 4194368 5980 0 0 0 308 3 0 0 20 0 19 0 39262366 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=18996948 memory=4380 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32146] ppid=32124 vsize=18996948 memory=279341183286624 CPUtime=0 cores=4,6
/proc/32127/task/32146/stat : 32146 (Timer-0) S 32124 32127 31759 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39262387 19452874752 37400 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 149600 KiB

[startup+3.40023 s]
/proc/loadavg: 4.37 4.49 4.35 5/339 32146
/proc/meminfo: memFree=93952220/131249988 swapFree=33010684/33010684
[pid=32127] ppid=32124 vsize=19130076 memory=158532 CPUtime=4.54 cores=4,6
/proc/32127/stat : 32127 (java) S 32124 32127 31759 0 -1 4194304 20070 0 0 0 447 7 0 0 20 0 19 0 39262365 19589197824 39633 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
/proc/32127/statm: 4782519 39633 5514 1 0 552506 0
[pid=32127/tid=32129] ppid=32124 vsize=19130076 memory=4760 CPUtime=3.28 cores=4,6
/proc/32127/task/32129/stat : 32129 (java) S 32124 32127 31759 0 -1 4194368 7547 0 0 0 325 3 0 0 20 0 19 0 39262366 19589197824 39633 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32138] ppid=32124 vsize=19130076 memory=2764 CPUtime=0 cores=4,6
/proc/32127/task/32138/stat : 32138 (Finalizer) S 32124 32127 31759 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39262369 19589197824 39633 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
[pid=32127/tid=32145] ppid=32124 vsize=19130076 memory=21872 CPUtime=0 cores=4,6
/proc/32127/task/32145/stat : 32145 (Common-Cleaner) S 32124 32127 31759 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39262369 19589197824 39633 18446744073709551615 94329887186944 94329887190640 140727765140592 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94329887198456 94329887199248 94329898336256 140727765141889 140727765141990 140727765141990 140727765147592 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 158532 KiB

Child status: 20

Real time (s): 3.44253
CPU time (s): 4.57463
CPU user time (s): 4.49592
CPU system time (s): 0.078706
CPU usage (%): 132.886
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 158532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.49592
system time used= 0.078706
maximum resident set size= 158788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20343
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1159
involuntary context switches= 642


# summary of solver processes directly reported to runsolver:
#   pid: 32127
#   total CPU time (s): 4.57463
#   total CPU user time (s): 4.49592
#   total CPU system time (s): 0.078706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017572 second user time and 0.066601 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-30 00:24:08
IDJOB=4515678
IDBENCH=165329
IDSOLVER=3363
FILE ID=nodeC020/4515678-1751235848
RUNJOBID= nodeC020-1751232650-31770
SLURM_JOB_ID= 9587710
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP035.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515678-1751235848/watcher-4515678-1751235848 -o /tmp/evaluation-result-4515678-1751235848/solver-4515678-1751235848 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751232650-31770 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515678-1751235848.opb

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

MD5SUM BENCH= 7200a9be855e16cdf0b5e1430c17e637
RANDOM SEED=430851821

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.815
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        94058908 kB
MemAvailable:   94173400 kB
Buffers:            3280 kB
Cached:           920908 kB
SwapCached:            0 kB
Active:         35944952 kB
Inactive:         613608 kB
Active(anon):   35652428 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   613608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1068 kB
Writeback:             0 kB
AnonPages:      35637156 kB
Mapped:           122720 kB
Shmem:             18056 kB
KReclaimable:      95196 kB
Slab:             182408 kB
SReclaimable:      95196 kB
SUnreclaim:        87212 kB
KernelStack:        5248 kB
PageTables:        73468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   38151604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  35237888 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC020 at 2025-06-30 00:24:12