Trace number 4513807

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.1429 2.37567

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l025-r024-n1.opb
MD5SUM64a743feb09fa0a5aad8430fb5aaa74a
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.087257
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1428
Total number of constraints3044
Number of constraints which are clauses2568
Number of constraints which are cardinality constraints (but not clauses)476
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
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.24/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.24/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.24/0.34	c See www.sat4j.org for details.
0.24/0.36	c version PB25.v20250606
0.24/0.38	c java.runtime.name	OpenJDK Runtime Environment
0.24/0.38	c java.vm.name		OpenJDK 64-Bit Server VM
0.24/0.38	c java.vm.version	22.0.1+8-16
0.24/0.38	c java.vm.vendor	Oracle Corporation
0.24/0.38	c sun.arch.data.model	64
0.24/0.38	c java.version		22.0.1
0.24/0.38	c os.name		Linux
0.24/0.38	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.24/0.38	c os.arch		amd64
0.24/0.39	c Free memory 		2104792832
0.24/0.39	c Max memory 		16282288128
0.24/0.39	c Total memory 		2113929216
0.24/0.40	c Number of processors 	2
0.37/0.51	c Pseudo Boolean Optimization by upper bound
0.37/0.51	c --- Begin Solver configuration ---
0.37/0.51	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.37/0.51	c Learn all clauses as in MiniSAT
0.37/0.51	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.51	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.51	c Expensive reason simplification
0.37/0.51	c Glucose 2.1 dynamic restart strategy
0.37/0.51	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.37/0.51	c timeout=2147483s
0.37/0.51	c DB Simplification allowed=false
0.37/0.51	c Listener: none
0.37/0.51	c --- End Solver configuration ---
0.37/0.51	c solving HOME/instance-4513807-1751222447.opb
0.37/0.51	c reading problem ... 
0.37/0.52	c using VERIPB proof format
0.54/0.52	c  no objective function found
0.86/0.70	c ... done. Wall clock time 0.182s.
0.86/0.70	c declared #vars     1428
0.86/0.70	c #constraints  3520
0.86/0.70	c constraints type 
0.86/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2568
0.86/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 476
0.86/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 476
0.86/0.70	c 3520 constraints processed.
3.83/2.26	c cleaning 2497 clauses out of 4998 with flag 80957/5000
4.02/2.33	c starts		: 17
4.02/2.34	c conflicts		: 5461
4.02/2.34	c decisions		: 43713
4.02/2.34	c propagations		: 1268256
4.02/2.34	c inspects		: 3844241
4.02/2.34	c shortcuts		: 0
4.02/2.34	c learnt literals	: 3
4.02/2.34	c learnt binary clauses	: 2
4.02/2.34	c learnt ternary clauses	: 1106
4.02/2.34	c learnt constraints	: 5457
4.02/2.34	c ignored constraints	: 0
4.02/2.34	c root simplifications	: 0
4.02/2.34	c removed literals (reason simplification)	: 34216
4.02/2.34	c reason swapping (by a shorter reason)	: 0
4.02/2.34	c Calls to reduceDB	: 1
4.02/2.34	c Number of update (reduction) of LBD	: 3078
4.02/2.34	c Imported unit clauses	: 0
4.02/2.34	c No decision after first conflict	: false
4.02/2.34	c number of reductions to clauses (during analyze)	: 0
4.02/2.34	c number of learned constraints concerned by reduction	: 0
4.02/2.34	c number of learning phase by resolution	: 0
4.02/2.34	c number of learning phase by cutting planes	: 0
4.02/2.34	c number of rounding to 1 operations	: 0
4.02/2.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.02/2.34	c number of reductions of the coefficients by power 2 	: 0
4.02/2.34	c number of right shift for reduction by power 2 	: 0
4.02/2.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.02/2.34	c number of ending skipping 	: 0
4.02/2.35	c number of internal skipping 	: 0
4.02/2.35	c number of derivation steps 	: 0
4.02/2.35	c number of skipped derivation steps 	: 0
4.02/2.35	c number of remaining unassigned 	: 0
4.02/2.35	c number of remaining assigned 	: 0
4.02/2.35	c number of falsified literals weakened from reason	: 0
4.02/2.35	c number of falsified literals weakened from conflict	: 0
4.02/2.35	c time for arithmetic operations	: 0
4.02/2.35	c minimum degree of deleted constraints	: null
4.02/2.35	c maximum degree of deleted constraints	: null
4.02/2.35	c number of deleted constraints	: 0
4.02/2.35	c speed (assignments/second)	: 776641.7636252296
4.02/2.35	c non guided choices	: 3798
4.02/2.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2958
4.02/2.35	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
4.02/2.35	s UNSATISFIABLE
4.02/2.35	c Total wall clock time (in seconds): 1.847

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 18:08:19 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 (62849 MiB free)
  memory of node 1: 64465 MiB (63894 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513807-1751222447/watcher-4513807-1751222447 -o /tmp/evaluation-result-4513807-1751222447/solver-4513807-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26780 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513807-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513807-1751222447.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
Starting watchdog thread
solver pid=26835, runsolver pid=26820
Current StackSize limit: 8192 KiB


[startup+0.100127 s]*
/proc/loadavg: 1.01 1.10 1.70 8/260 26844
/proc/meminfo: memFree=129775512/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=483604 memory=12032 CPUtime=0.01 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 688 0 132 0 0 1 0 0 20 0 2 0 37923375 495210496 3008 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 120901 3008 2592 1 0 2498 0
[pid=26835/tid=26841] ppid=26820 vsize=483604 memory=4026531960 CPUtime=0 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 138 0 56 0 0 0 0 0 20 0 2 0 37923383 495210496 3040 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 483604 KiB
Current children cumulated memory: 12032 KiB

[startup+0.21594 s]*
/proc/loadavg: 1.01 1.10 1.70 11/312 26896
/proc/meminfo: memFree=129701856/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18930288 memory=42420 CPUtime=0.09 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 5189 0 371 0 4 5 0 0 20 0 18 0 37923375 19384614912 10605 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4732572 10605 4716 1 0 546675 0
[pid=26835/tid=26841] ppid=26820 vsize=18930288 memory=3472328132922704156 CPUtime=0.06 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) D 26820 26835 26767 0 -1 4194368 4375 0 274 0 3 3 0 0 20 0 18 0 37923383 19384614912 10605 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18930288 memory=16878 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 37923396 19384614912 10605 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18930288 memory=58494082614266 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (java) R 26820 26835 26767 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 18 0 37923397 19384614912 10605 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930288 KiB
Current children cumulated memory: 42420 KiB

[startup+0.320758 s]*
/proc/loadavg: 1.01 1.10 1.70 10/324 26908
/proc/meminfo: memFree=129682400/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18930384 memory=48988 CPUtime=0.24 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 5880 0 372 0 17 7 0 0 20 0 18 0 37923375 19384713216 12247 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4732596 12247 5228 1 0 547183 0
[pid=26835/tid=26841] ppid=26820 vsize=18930384 memory=-6000919507116385901 CPUtime=0.13 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 4704 0 275 0 9 4 0 0 20 0 18 0 37923383 19384713216 12247 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18930384 memory=-6623556737853383847 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 37923396 19384713216 12247 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37923397 19384713216 12247 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48988 KiB

[startup+0.700389 s]
/proc/loadavg: 1.01 1.10 1.70 10/324 26908
/proc/meminfo: memFree=129662140/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18930384 memory=71888 CPUtime=0.86 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 6937 0 372 0 77 9 0 0 20 0 18 0 37923375 19384713216 17972 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4732596 17972 5324 1 0 547961 0
[pid=26835/tid=26841] ppid=26820 vsize=18930384 memory=17920 CPUtime=0.47 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 5159 0 275 0 41 6 0 0 20 0 18 0 37923383 19384713216 17972 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 37923396 19384713216 17972 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 37923397 19384713216 17972 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 71888 KiB

[startup+1.50028 s]
/proc/loadavg: 1.01 1.10 1.70 13/328 26912
/proc/meminfo: memFree=129588984/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18996948 memory=110988 CPUtime=2.44 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 16760 0 372 0 231 13 0 0 20 0 19 0 37923375 19452874752 27747 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4749237 27747 5324 1 0 552194 0
[pid=26835/tid=26841] ppid=26820 vsize=18996948 memory=5632 CPUtime=1.17 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 5610 0 275 0 110 7 0 0 20 0 19 0 37923383 19452874752 27747 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 37923396 19452874752 27747 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923397 19452874752 27747 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26911] ppid=26820 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/26835/task/26911/stat : 26911 (Timer-0) S 26820 26835 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37923447 19452874752 27747 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 110988 KiB

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

# cumulated CPU time of all completed processes:  user=3.97094 s, system=0.171963 s

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

[startup+1.60026 s]
/proc/loadavg: 1.01 1.10 1.70 13/328 26912
/proc/meminfo: memFree=129588984/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18996948 memory=121740 CPUtime=2.63 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 18031 0 372 0 250 13 0 0 20 0 19 0 37923375 19452874752 30435 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4749237 30435 5324 1 0 552195 0
[pid=26835/tid=26841] ppid=26820 vsize=18996948 memory=-6000919507116385901 CPUtime=1.26 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 5640 0 275 0 119 7 0 0 20 0 19 0 37923383 19452874752 30435 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18996948 memory=17920 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 37923396 19452874752 30435 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923397 19452874752 30435 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26911] ppid=26820 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/26835/task/26911/stat : 26911 (Timer-0) S 26820 26835 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37923447 19452874752 30435 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 121740 KiB

[startup+2.0002 s]*
/proc/loadavg: 1.01 1.10 1.70 12/330 26914
/proc/meminfo: memFree=129236884/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=18996948 memory=163180 CPUtime=3.44 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 18904 0 372 0 329 15 0 0 20 0 19 0 37923375 19452874752 40795 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4749237 40795 5356 1 0 552203 0
[pid=26835/tid=26841] ppid=26820 vsize=18996948 memory=6388 CPUtime=1.66 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 5933 0 275 0 157 9 0 0 20 0 19 0 37923383 19452874752 40795 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=18996948 memory=49128 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 37923396 19452874752 40795 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=18996948 memory=-6623556737853383847 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 37923397 19452874752 40795 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26911] ppid=26820 vsize=18996948 memory=78220 CPUtime=0 cores=5,7
/proc/26835/task/26911/stat : 26911 (Timer-0) S 26820 26835 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 37923447 19452874752 40795 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 163180 KiB

[startup+2.20019 s]
/proc/loadavg: 1.01 1.10 1.70 12/330 26914
/proc/meminfo: memFree=129236884/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=19063512 memory=169944 CPUtime=3.83 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 19653 0 372 0 367 16 0 0 20 0 20 0 37923375 19521036288 42486 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4765878 42486 5388 1 0 552493 0
[pid=26835/tid=26841] ppid=26820 vsize=19063512 memory=245635481903 CPUtime=1.84 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 5941 0 275 0 175 9 0 0 20 0 20 0 37923383 19521036288 42486 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=19063512 memory=55212677268211 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 37923396 19521036288 42486 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=19063512 memory=126399 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 37923397 19521036288 42486 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26911] ppid=26820 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/26835/task/26911/stat : 26911 (Timer-0) S 26820 26835 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923447 19521036288 42486 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 3.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169944 KiB

[startup+2.3002 s]
/proc/loadavg: 1.01 1.10 1.70 12/330 26914
/proc/meminfo: memFree=129236884/131382120 swapFree=33010684/33010684
[pid=26835] ppid=26820 vsize=19063512 memory=171284 CPUtime=4.02 cores=5,7
/proc/26835/stat : 26835 (java) S 26820 26835 26767 0 -1 4194304 21127 0 372 0 386 16 0 0 20 0 20 0 37923375 19521036288 42821 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
/proc/26835/statm: 4765878 42821 5388 1 0 552785 0
[pid=26835/tid=26841] ppid=26820 vsize=19063512 memory=5632 CPUtime=1.92 cores=5,7
/proc/26835/task/26841/stat : 26841 (java) R 26820 26835 26767 0 -1 4194368 6337 0 275 0 183 9 0 0 20 0 20 0 37923383 19521036288 42821 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26879] ppid=26820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26835/task/26879/stat : 26879 (Finalizer) S 26820 26835 26767 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 37923396 19521036288 42821 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26904] ppid=26820 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/26835/task/26904/stat : 26904 (Common-Cleaner) S 26820 26835 26767 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 37923397 19521036288 42821 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
[pid=26835/tid=26911] ppid=26820 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/26835/task/26911/stat : 26911 (Timer-0) S 26820 26835 26767 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 37923447 19521036288 42821 18446744073709551615 94641183612928 94641183616624 140730659341760 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94641183624440 94641183625232 94641215815680 140730659346736 140730659346918 140730659346918 140730659352520 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171284 KiB

Child status: 20

Real time (s): 2.37567
CPU time (s): 4.1429
CPU user time (s): 3.97094
CPU system time (s): 0.171963
CPU usage (%): 174.389
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 171284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.97094
system time used= 0.171963
maximum resident set size= 172436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22137
page faults= 374
swaps= 0
block input operations= 19408
block output operations= 4680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2262
involuntary context switches= 1649


# summary of solver processes directly reported to runsolver:
#   pid: 26835
#   total CPU time (s): 4.1429
#   total CPU user time (s): 3.97094
#   total CPU system time (s): 0.171963

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.035387 second user time and 0.080088 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 20:40:47
IDJOB=4513807
IDBENCH=162567
IDSOLVER=3364
FILE ID=nodeC003/4513807-1751222447
RUNJOBID= nodeC003-1751222447-26780
SLURM_JOB_ID= 9587679
Free space on /tmp= 432756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l025-r024-n1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513807-1751222447/watcher-4513807-1751222447 -o /tmp/evaluation-result-4513807-1751222447/solver-4513807-1751222447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26780 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4513807-1751222447 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4513807-1751222447.opb

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

MD5SUM BENCH= 64a743feb09fa0a5aad8430fb5aaa74a
RANDOM SEED=898545822

nodeC003 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.162
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.44
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.096
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.44
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		: 1196.975
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.44
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.465
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.44
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.165
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.44
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.162
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.44
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.576
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.44
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		: 1205.915
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129786248 kB
MemAvailable:   129910908 kB
Buffers:            3280 kB
Cached:           934260 kB
SwapCached:            0 kB
Active:           284536 kB
Inactive:         720464 kB
Active(anon):      85420 kB
Inactive(anon):        0 kB
Active(file):     199116 kB
Inactive(file):   720464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3248 kB
Writeback:             0 kB
AnonPages:         70520 kB
Mapped:           102520 kB
Shmem:             17960 kB
KReclaimable:      89416 kB
Slab:             170708 kB
SReclaimable:      89416 kB
SUnreclaim:        81292 kB
KernelStack:        3748 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC003 at 2025-06-29 20:40:50