Trace number 4516399

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 VeriPB 2025-06-06UNSAT cert. 4.82982 2.6077

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/
random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-15.shuf-1.opb
MD5SUMe91a7bd65d4f2dd41f75cc3c2865614e
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.006096
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints30
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints24
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.24	c java.version		22.0.1
0.25/0.24	c os.name		Linux
0.25/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.24	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.25	c Max memory 		16282288128
0.25/0.25	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.38	c Expensive reason simplification
0.41/0.38	c Glucose 2.1 dynamic restart strategy
0.41/0.38	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.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4516399-1751240311.opb
0.41/0.38	c reading problem ... 
0.41/0.39	c using VERIPB proof format
0.41/0.39	c  no objective function found
0.41/0.42	c ... done. Wall clock time 0.026s.
0.41/0.42	c declared #vars     61
0.41/0.42	c #constraints  30
0.57/0.42	c constraints type 
0.57/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.57/0.43	c 30 constraints processed.
2.06/1.23	c cleaning 2500 clauses out of 5000 with flag 32274/5000
3.05/1.71	c cleaning 4242 clauses out of 8500 with flag 73251/11000
3.85/2.16	c cleaning 5629 clauses out of 11257 with flag 117731/18000
4.64/2.56	c starts		: 1
4.64/2.56	c conflicts		: 25396
4.64/2.56	c decisions		: 31383
4.64/2.56	c propagations		: 405829
4.64/2.56	c inspects		: 14909446
4.64/2.56	c shortcuts		: 0
4.64/2.56	c learnt literals	: 15
4.64/2.56	c learnt binary clauses	: 72
4.64/2.56	c learnt ternary clauses	: 286
4.64/2.57	c learnt constraints	: 25380
4.64/2.57	c ignored constraints	: 0
4.64/2.57	c root simplifications	: 0
4.64/2.57	c removed literals (reason simplification)	: 50318
4.64/2.57	c reason swapping (by a shorter reason)	: 0
4.64/2.57	c Calls to reduceDB	: 3
4.64/2.57	c Number of update (reduction) of LBD	: 8937
4.64/2.57	c Imported unit clauses	: 0
4.64/2.57	c No decision after first conflict	: false
4.64/2.57	c number of reductions to clauses (during analyze)	: 0
4.64/2.57	c number of learned constraints concerned by reduction	: 0
4.64/2.57	c number of learning phase by resolution	: 0
4.64/2.57	c number of learning phase by cutting planes	: 0
4.64/2.57	c number of rounding to 1 operations	: 0
4.64/2.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.64/2.57	c number of reductions of the coefficients by power 2 	: 0
4.64/2.57	c number of right shift for reduction by power 2 	: 0
4.64/2.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.64/2.57	c number of ending skipping 	: 0
4.64/2.57	c number of internal skipping 	: 0
4.64/2.57	c number of derivation steps 	: 0
4.64/2.57	c number of skipped derivation steps 	: 0
4.64/2.57	c number of remaining unassigned 	: 0
4.64/2.57	c number of remaining assigned 	: 0
4.64/2.57	c number of falsified literals weakened from reason	: 0
4.64/2.57	c number of falsified literals weakened from conflict	: 0
4.64/2.57	c time for arithmetic operations	: 0
4.64/2.57	c minimum degree of deleted constraints	: null
4.64/2.57	c maximum degree of deleted constraints	: null
4.64/2.57	c number of deleted constraints	: 0
4.64/2.57	c speed (assignments/second)	: 189374.24171721886
4.64/2.57	c non guided choices	: 18
4.64/2.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12937
4.64/2.58	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 72
4.64/2.59	s UNSATISFIABLE
4.64/2.59	c Total wall clock time (in seconds): 2.204

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:30:25 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=41183, runsolver pid=41177

[startup+0.100074 s]*
/proc/loadavg: 1.12 1.10 1.13 11/306 41253
/proc/meminfo: memFree=129871052/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18930344 memory=45400 CPUtime=0.08 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 5409 0 14 0 5 3 0 0 20 0 18 0 39710202 19384672256 11350 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4732586 11350 4904 1 0 546690 0
[pid=41183/tid=41198] ppid=41177 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 4549 0 13 0 4 2 0 0 20 0 18 0 39710206 19384672256 11350 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18930344 memory=17127 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384672256 11350 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18930344 memory=57394570986489 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39710212 19384672256 11350 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45400 KiB

[startup+0.215347 s]*
/proc/loadavg: 1.12 1.10 1.13 9/317 41264
/proc/meminfo: memFree=129851328/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18930384 memory=51808 CPUtime=0.25 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 6088 0 14 0 20 5 0 0 20 0 18 0 39710202 19384713216 12952 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4732596 12952 5352 1 0 547213 0
[pid=41183/tid=41198] ppid=41177 vsize=18930384 memory=4026597660 CPUtime=0.15 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 4947 0 13 0 13 2 0 0 20 0 18 0 39710206 19384713216 12952 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384713216 12952 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39710212 19384713216 12952 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51808 KiB

[startup+0.314035 s]*
/proc/loadavg: 1.12 1.10 1.13 11/317 41264
/proc/meminfo: memFree=129820088/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18930384 memory=58044 CPUtime=0.41 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 6625 0 14 0 35 6 0 0 20 0 18 0 39710202 19384713216 14511 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4732596 14511 5352 1 0 547680 0
[pid=41183/tid=41198] ppid=41177 vsize=18930384 memory=-6000919507016182635 CPUtime=0.25 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 5107 0 13 0 22 3 0 0 20 0 18 0 39710206 19384713216 14511 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39710211 19384713216 14511 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39710212 19384713216 14511 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58044 KiB

[startup+0.700353 s]
/proc/loadavg: 1.12 1.10 1.13 13/320 41267
/proc/meminfo: memFree=129789176/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18996948 memory=71400 CPUtime=1.08 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 8559 0 14 0 100 8 0 0 20 0 19 0 39710202 19452874752 17850 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4749237 17850 5448 1 0 548915 0
[pid=41183/tid=41198] ppid=41177 vsize=18996948 memory=17408 CPUtime=0.55 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 5329 0 13 0 51 4 0 0 20 0 19 0 39710206 19452874752 17850 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39710211 19452874752 17850 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39710212 19452874752 17850 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41266] ppid=41177 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/41183/task/41266/stat : 41266 (Timer-0) S 41177 41183 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39710246 19452874752 17850 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 71400 KiB

[startup+1.50028 s]
/proc/loadavg: 1.12 1.10 1.13 9/322 41269
/proc/meminfo: memFree=129608544/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18999876 memory=128012 CPUtime=2.66 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 17996 0 14 0 254 12 0 0 20 0 19 0 39710202 19455873024 32003 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4749969 32003 5448 1 0 553187 0
[pid=41183/tid=41198] ppid=41177 vsize=18999876 memory=0 CPUtime=1.29 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 6405 0 13 0 123 6 0 0 20 0 19 0 39710206 19455873024 32003 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18999876 memory=11264 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39710211 19455873024 32003 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18999876 memory=3328 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39710212 19455873024 32003 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41266] ppid=41177 vsize=18999876 memory=4760 CPUtime=0 cores=5,7
/proc/41183/task/41266/stat : 41266 (Timer-0) S 41177 41183 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39710246 19455873024 32003 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18999876 KiB
Current children cumulated memory: 128012 KiB

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

# cumulated CPU time of all completed processes:  user=4.66508 s, system=0.164745 s

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

[startup+1.60035 s]
/proc/loadavg: 1.12 1.10 1.13 9/322 41269
/proc/meminfo: memFree=129608544/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=18996948 memory=134484 CPUtime=2.85 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 18827 0 14 0 273 12 0 0 20 0 19 0 39710202 19452874752 33621 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4749237 33621 5448 1 0 553284 0
[pid=41183/tid=41198] ppid=41177 vsize=18996948 memory=211309297979 CPUtime=1.39 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 6409 0 13 0 133 6 0 0 20 0 19 0 39710206 19452874752 33621 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=18996948 memory=-6000919476968188779 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39710211 19452874752 33621 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=18996948 memory=21484 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39710212 19452874752 33621 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41266] ppid=41177 vsize=18996948 memory=4224 CPUtime=0 cores=5,7
/proc/41183/task/41266/stat : 41266 (Timer-0) S 41177 41183 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39710246 19452874752 33621 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134484 KiB

[startup+2.40022 s]
/proc/loadavg: 1.12 1.10 1.13 9/323 41270
/proc/meminfo: memFree=129366200/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=19063512 memory=176040 CPUtime=4.44 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 21256 0 14 0 429 15 0 0 20 0 20 0 39710202 19521036288 44010 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4765878 44010 5480 1 0 553958 0
[pid=41183/tid=41198] ppid=41177 vsize=19063512 memory=1920 CPUtime=2.16 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) R 41177 41183 35802 0 -1 4194368 7111 0 13 0 208 8 0 0 20 0 20 0 39710206 19521036288 44010 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=19063512 memory=5888 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39710211 19521036288 44010 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 39710212 19521036288 44010 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41266] ppid=41177 vsize=19063512 memory=2724 CPUtime=0 cores=5,7
/proc/41183/task/41266/stat : 41266 (Timer-0) S 41177 41183 35802 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39710246 19521036288 44010 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176040 KiB

[startup+2.60021 s]
/proc/loadavg: 1.12 1.10 1.13 9/323 41270
/proc/meminfo: memFree=129366200/131382112 swapFree=33010684/33010684
[pid=41183] ppid=41177 vsize=19196640 memory=176680 CPUtime=4.82 cores=5,7
/proc/41183/stat : 41183 (java) S 41177 41183 35802 0 -1 4194304 22141 0 14 0 466 16 0 0 20 0 15 0 39710202 19657359360 44170 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
/proc/41183/statm: 4799160 44170 5480 1 0 554597 0
[pid=41183/tid=41198] ppid=41177 vsize=19196640 memory=4760 CPUtime=2.31 cores=5,7
/proc/41183/task/41198/stat : 41198 (java) S 41177 41183 35802 0 -1 4194368 7574 0 13 0 222 9 0 0 20 0 15 0 39710206 19657359360 44170 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41230] ppid=41177 vsize=19196640 memory=2764 CPUtime=0 cores=5,7
/proc/41183/task/41230/stat : 41230 (Finalizer) S 41177 41183 35802 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 39710211 19657359360 44170 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
[pid=41183/tid=41253] ppid=41177 vsize=19196640 memory=21484 CPUtime=0 cores=5,7
/proc/41183/task/41253/stat : 41253 (Common-Cleaner) S 41177 41183 35802 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 15 0 39710212 19657359360 44170 18446744073709551615 94347245121536 94347245125232 140731341322368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94347245133048 94347245133840 94347269279744 140731341330736 140731341330918 140731341330918 140731341336520 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 176680 KiB

Child status: 20

Real time (s): 2.6077
CPU time (s): 4.82982
CPU user time (s): 4.66508
CPU system time (s): 0.164745
CPU usage (%): 185.214
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 176680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.66508
system time used= 0.164745
maximum resident set size= 176808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22170
page faults= 14
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1864
involuntary context switches= 1437


# summary of solver processes directly reported to runsolver:
#   pid: 41183
#   total CPU time (s): 4.82982
#   total CPU user time (s): 4.66508
#   total CPU system time (s): 0.164745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041092 second user time and 0.073211 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 01:38:31
IDJOB=4516399
IDBENCH=175497
IDSOLVER=3364
FILE ID=nodeC007/4516399-1751240311
RUNJOBID= nodeC007-1751240310-41140
SLURM_JOB_ID= 9587709
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/subsetcard/random4reg_opb_shuffle/normalized-subsetcard-geq-random4reg-15.shuf-1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516399-1751240311/watcher-4516399-1751240311 -o /tmp/evaluation-result-4516399-1751240311/solver-4516399-1751240311 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751240310-41140 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4516399-1751240311 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4516399-1751240311.opb

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

MD5SUM BENCH= e91a7bd65d4f2dd41f75cc3c2865614e
RANDOM SEED=1405090112

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129916552 kB
MemAvailable:   129921128 kB
Buffers:            3280 kB
Cached:           813496 kB
SwapCached:            0 kB
Active:           315236 kB
Inactive:         568180 kB
Active(anon):      84600 kB
Inactive(anon):        0 kB
Active(file):     230636 kB
Inactive(file):   568180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:         69776 kB
Mapped:           102296 kB
Shmem:             17960 kB
KReclaimable:      90776 kB
Slab:             173568 kB
SReclaimable:      90776 kB
SUnreclaim:        82792 kB
KernelStack:        3840 kB
PageTables:         2844 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     333160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 433012 MiB
End job on nodeC007 at 2025-06-30 01:38:34