Trace number 4514883

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
roundingsat+pbsuma-log 63f22adUNSAT cert. 2.08808 2.16995

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/
MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
MD5SUM22f5cbb2f2c2a73b7dbac80b761f1874
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.284334
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables201
Total number of constraints134
Number of constraints which are clauses20
Number of constraints which are cardinality constraints (but not clauses)26
Number of constraints which are nor clauses,nor cardinality constraints88
Minimum length of a constraint3
Maximum length of a constraint201
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 9600
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 107514
Number of bits of the biggest sum of numbers17
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4514883-1751218340.opb'
0.00/0.02	c 	read 0.02MB  (0.85ms)
0.00/0.02	c	 [cnf: #variables 201 #clauses 134 #duplicates 0 #arr 2124]
0.00/0.02	c output proof to 'PROOFDIR/proof-4514883-1751218340'
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 114] (0.88ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.03	c 	 (9.25ms)
0.00/0.03	c 
0.00/0.03	c detect symmetries on remainder
0.00/0.03	c 	[graph: #vertices 1319 #edges 6216]
0.00/0.03	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.03	c 	 [group: #symmetries 4.00*10^0 #generators 2] (2.46ms)
0.00/0.03	c 
0.00/0.03	c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.03	c 	(0.01ms)
0.00/0.03	c 
0.00/0.03	c finalize break order and special generators
0.00/0.03	c 
0.00/0.03	c add generic predicates (break_depth=10)
0.00/0.03	c 	added predicates for 2 generators (0.02ms)
0.00/0.03	c 
0.00/0.03	c generation finished
0.00/0.03	c 	[sbp: #constraints 56 #add_vars 18]
0.00/0.03	c 
0.00/0.03	c write result to 'HOME/instance-4514883-1751218340.opb.pre'
0.00/0.03	c 	wrote 0.02MB (0.27ms)
0.00/0.03	c ------------------------------------------------------------------
0.00/0.03	c                   9.25ms 56.91% detect_special
0.00/0.03	c                   2.49ms 15.30% other
0.00/0.03	c                   2.46ms 15.16% detect_generic
0.00/0.03	c                   0.88ms  5.42% approx_orbits
0.00/0.03	c                   0.84ms  5.18% parse
0.00/0.03	c                   0.27ms  1.65% output
0.00/0.03	c                   0.04ms  0.23% finalize_order
0.00/0.03	c                   0.02ms  0.10% break_generic
0.00/0.03	c                   0.01ms  0.06% optimize_gens
0.00/0.03	c         ───────────────────────────────────────────────
0.00/0.03	c                  16.26ms   100% total
0.00/0.03	c ------------------------------------------------------------------
0.00/0.05	c RoundingSat 2
0.00/0.05	c branch pb25
0.00/0.05	c commit 63f22ad
0.00/0.06	c #variables 219 #constraints 184
0.00/0.06	c rational objective 21.8
0.82/0.92	c #Conflicts:       1000 | #Constraints:       1216
0.82/0.92	c #Conflicts:       2000 | #Constraints:       2227
0.82/0.92	c INPROCESSING
0.82/0.92	c GARBAGE COLLECT
0.82/0.92	c rational objective 21.8
1.51/1.60	c #Conflicts:       3000 | #Constraints:       2218
1.51/1.60	c #Conflicts:       4000 | #Constraints:       3220
1.51/1.60	c INPROCESSING
1.51/1.60	c GARBAGE COLLECT
1.51/1.60	c rational objective 21.8
2.03/2.16	c #Conflicts:       5000 | #Constraints:       2620
2.03/2.16	c #Conflicts:       6000 | #Constraints:       3621
2.03/2.16	c cpu time 1.98532 s
2.03/2.16	c deterministic time 31931350 3.19e+07
2.03/2.16	c optimization time 2.4e-05 s
2.03/2.16	c total solve time 1.97811 s
2.03/2.16	c core-guided solve time 0 s
2.03/2.16	c propagation time 0.681663 s
2.03/2.16	c conflict analysis time 0.794104 s
2.03/2.16	c propagations 285839
2.03/2.16	c resolve steps 41096
2.03/2.16	c decisions 9070
2.03/2.16	c conflicts 6007
2.03/2.16	c restarts 29
2.03/2.16	c inprocessing phases 2
2.03/2.16	c garbage collections 2 ,( 100.00 )
2.03/2.16	c input clauses 70 ,( 38.04 )
2.03/2.16	c input cardinalities 80 ,( 43.48 )
2.03/2.16	c input general constraints 34 ,( 18.48 )
2.03/2.16	c input average constraint length 11.98
2.03/2.16	c input average constraint degree 108.31
2.03/2.16	c learned clauses 2092 ,( 34.52 )
2.03/2.16	c learned cardinalities 56 ,( 0.92 )
2.03/2.16	c learned general constraints 3912 ,( 64.55 )
2.03/2.16	c learned average constraint length 48.98
2.03/2.16	c learned average constraint degree 371990593.67
2.03/2.16	c watched  CF 32, 64, 128, Arb: 1059 , 0 , 0 , 0
2.03/2.16	c counting CF 32, 64, 128, Arb: 2887 , 0 , 0 , 0
2.03/2.16	c watched   constraints 1059 ,( 26.84 ) 
2.03/2.16	c counting  constraints 2887 ,( 73.16 ) 
2.03/2.16	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 121881 , 107053 , 1676534 ,( 224922 , 1451612 )
2.03/2.16	c gcd simplifications 1107
2.03/2.16	c detected cardinalities 5
2.03/2.16	c weakened non-implied lits 349889
2.03/2.16	c weakened non-implying lits 2151
2.03/2.16	c original variables 219
2.03/2.16	c clausal propagations 13502
2.03/2.16	c cardinality propagations 75102
2.03/2.16	c watched propagations 10819
2.03/2.16	c counting propagations 175317
2.03/2.16	c watch lookups 16884106
2.03/2.16	c watch backjump lookups 0
2.03/2.16	c watch checks 3507110
2.03/2.16	c propagation checks 9064456
2.03/2.16	c constraint additions 1878874
2.03/2.16	c trail pops 300860
2.03/2.16	c formula constraints 184
2.03/2.16	c learned constraints 6000
2.03/2.16	c bound constraints 0
2.03/2.16	c core-guided constraints 0
2.03/2.16	c encountered formula constraints 25597
2.03/2.16	c encountered learned constraints 19586
2.03/2.16	c encountered bound constraints 0
2.03/2.16	c encountered core-guided constraints 0
2.03/2.16	c LP total time 0.252264 s
2.03/2.16	c LP solve time 0.02 s
2.03/2.16	c LP constraints added 191
2.03/2.16	c LP constraints removed 3
2.03/2.16	c LP pivots internal 623
2.03/2.16	c LP pivots root 411
2.03/2.16	c LP calls 55
2.03/2.16	c LP optimalities 5
2.03/2.16	c LP no pivot count 0
2.03/2.16	c LP infeasibilities 50
2.03/2.16	c LP valid Farkas constraints 49
2.03/2.16	c LP learned Farkas constraints 6
2.03/2.16	c LP basis resets 1
2.03/2.16	c LP cycling count 0
2.03/2.16	c LP singular count 0
2.03/2.16	c LP no primal count 0
2.03/2.16	c LP no farkas count 1
2.03/2.16	c LP other issue count 0
2.03/2.16	c LP Gomory cuts 5
2.03/2.16	c LP learned cuts 2
2.03/2.16	c LP deleted cuts 3
2.03/2.16	c LP encountered Gomory constraints 0
2.03/2.16	c LP encountered Farkas constraints 1908
2.03/2.16	c LP encountered learned Farkas constraints 6
2.03/2.16	c CG auxiliary variables introduced 0
2.03/2.16	c CG solutions found 0
2.03/2.16	c CG cores constructed 0
2.03/2.16	c CG core cardinality constraints returned 0
2.03/2.16	c CG unit cores 0
2.03/2.16	c CG single cores 0
2.03/2.16	c CG blocks removed during cardinality reduction 0
2.03/2.16	c CG first core best 0
2.03/2.16	c CG decision core best 0
2.03/2.16	c CG core reduction tie 0
2.03/2.16	c CG core degree average 0.00
2.03/2.16	c CG core slack average 0.00
2.03/2.16	c CG core upper bound improvements 0
2.03/2.16	c STR number of successful calls 0
2.03/2.16	c STR number of unsuccessful calls 0
2.03/2.16	c STR number of inconclusive calls 0
2.03/2.16	c STR number of successful attempts 0
2.03/2.16	c STR number of unsuccessful attempts 0
2.03/2.16	c STR number of inconclusive attempts 0
2.03/2.16	c STR average degree increase per successful call inf
2.03/2.16	c STR average degree increase per successful attempt inf
2.03/2.16	c STR total number of conflicts for successful attempts 0
2.03/2.16	c STR total number of conflicts for unsuccessful attempts 0
2.03/2.16	c STR total number of conflicts for inconclusive attempts 0
2.03/2.16	c STR average number of conflicts per successful attempt inf
2.03/2.16	c STR average number of conflicts per unsuccessful attempt inf
2.03/2.16	c STR average number of conflicts per inconclusive attempt inf
2.03/2.16	c AVG.sumWPerc 62.09 
2.03/2.16	c bigint constraints 0 
2.03/2.16	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 19:06:37 CEST 2025
extraparms=--no-checkDeletion
-- 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: 63794 MiB (61677 MiB free)
  memory of node 1: 64507 MiB (60609 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514883-1751218340/watcher-4514883-1751218340 -o /tmp/evaluation-result-4514883-1751218340/solver-4514883-1751218340 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27472 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514883-1751218340.opb PROOFDIR/proof-4514883-1751218340 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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=28674, runsolver pid=28671
Current StackSize limit: 8192 KiB


[startup+0.100078 s]*
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125221336/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=56488 memory=11008 CPUtime=0.04 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 643 0 0 0 4 0 0 0 20 0 1 0 37513376 57843712 2752 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14122 2752 2336 1147 0 1549 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 60680 KiB
Current children cumulated memory: 13952 KiB

[startup+0.213893 s]*
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125221336/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=56488 memory=11264 CPUtime=0.15 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 673 0 0 0 15 0 0 0 20 0 1 0 37513376 57843712 2816 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 6 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14122 2816 2368 1147 0 1549 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 60680 KiB
Current children cumulated memory: 14208 KiB

[startup+0.317207 s]*
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125221336/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=56852 memory=13640 CPUtime=0.24 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 772 0 0 0 24 0 0 0 20 0 1 0 37513376 58216448 3410 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14213 3410 2368 1147 0 1640 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 61044 KiB
Current children cumulated memory: 16584 KiB

[startup+0.700353 s]
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125219608/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=57768 memory=14536 CPUtime=0.62 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 996 0 0 0 60 2 0 0 20 0 1 0 37513376 59154432 3634 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14442 3634 2368 1147 0 1869 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 61960 KiB
Current children cumulated memory: 17480 KiB

[startup+1.50033 s]
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125213904/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=58964 memory=15560 CPUtime=1.41 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 1272 0 0 0 137 4 0 0 20 0 1 0 37513376 60379136 3890 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14741 3890 2368 1147 0 2168 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 63156 KiB
Current children cumulated memory: 18504 KiB

[startup+2.1699 s]
# the end of solver process 28674 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2.00783 s, system=0.080255 s

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

[startup+1.60037 s]
/proc/loadavg: 4.37 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125213904/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=59268 memory=15816 CPUtime=1.5 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 1331 0 0 0 146 4 0 0 20 0 1 0 37513376 60690432 3954 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 14817 3954 2368 1147 0 2244 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 63460 KiB
Current children cumulated memory: 18760 KiB

[startup+2.00029 s]*
/proc/loadavg: 4.34 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125203740/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=60380 memory=16840 CPUtime=1.92 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 1577 0 0 0 186 6 0 0 20 0 1 0 37513376 61829120 4210 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 15095 4210 2368 1147 0 2522 0
Current children cumulated CPU time: 1.93 s
Current children cumulated vsize: 64572 KiB
Current children cumulated memory: 19784 KiB

[startup+2.11344 s]
/proc/loadavg: 4.34 4.19 4.62 5/262 28677
/proc/meminfo: memFree=125203740/131382120 swapFree=33010416/33010684
[pid=28674] ppid=28671 vsize=4192 memory=2944 CPUtime=0.01 cores=4,6
/proc/28674/stat : 28674 (run-dec-break-l) S 28671 28674 27461 0 -1 4194304 241 380 0 0 0 0 1 0 20 0 1 0 37513372 4292608 736 18446744073709551615 94564739362816 94564740257349 140737319982272 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94564740496400 94564740544144 94564756729856 140737319987477 140737319987678 140737319987678 140737319993280 0
/proc/28674/statm: 1048 736 672 219 0 110 0
[pid=28677] ppid=28674 vsize=60540 memory=16968 CPUtime=2.02 cores=4,6
/proc/28677/stat : 28677 (roundingsat) R 28674 28674 27461 0 -1 4194304 1630 0 0 0 196 6 0 0 20 0 1 0 37513376 61992960 4242 18446744073709551615 4227072 8923433 140733002809216 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 36876288 140733002815732 140733002816040 140733002816040 140733002821610 0
/proc/28677/statm: 15135 4242 2368 1147 0 2562 0
Current children cumulated CPU time: 2.03 s
Current children cumulated vsize: 64732 KiB
Current children cumulated memory: 19912 KiB

Child status: 0

Real time (s): 2.16995
CPU time (s): 2.08808
CPU user time (s): 2.00783
CPU system time (s): 0.080255
CPU usage (%): 96.2275
Max. virtual memory (cumulated for all children) (KiB): 64732
Max. memory (cumulated for all children) (KiB): 19912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.00783
system time used= 0.080255
maximum resident set size= 17096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2284
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 463
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 28674
#   total CPU time (s): 2.08808
#   total CPU user time (s): 2.00783
#   total CPU system time (s): 0.080255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051435 second user time and 0.081907 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 19:32:20
IDJOB=4514883
IDBENCH=163972
IDSOLVER=3358
FILE ID=nodeC006/4514883-1751218340
RUNJOBID= nodeC006-1751216867-27472
SLURM_JOB_ID= 9587659
Free space on /tmp= 433028 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib3/normalized-p0201.0.u.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4514883-1751218340/watcher-4514883-1751218340 -o /tmp/evaluation-result-4514883-1751218340/solver-4514883-1751218340 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751216867-27472 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4514883-1751218340.opb PROOFDIR/proof-4514883-1751218340

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

MD5SUM BENCH= 22f5cbb2f2c2a73b7dbac80b761f1874
RANDOM SEED=1073658784

nodeC006 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		: 3662.297
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.32
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		: 3691.176
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.32
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.475
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.32
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.746
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.32
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.145
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.32
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		: 3491.719
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.32
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		: 1297.200
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.32
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.677
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        125224180 kB
MemAvailable:   129313836 kB
Buffers:            2128 kB
Cached:          4894488 kB
SwapCached:           12 kB
Active:           810652 kB
Inactive:        4623704 kB
Active(anon):     543092 kB
Inactive(anon):    12740 kB
Active(file):     267560 kB
Inactive(file):  4610964 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             52960 kB
Writeback:             0 kB
AnonPages:        537884 kB
Mapped:           116284 kB
Shmem:             17948 kB
KReclaimable:     101132 kB
Slab:             184712 kB
SReclaimable:     101132 kB
SUnreclaim:        83580 kB
KernelStack:        4208 kB
PageTables:         4252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     943692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149656 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC006 at 2025-06-29 19:32:22