Trace number 4544847

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. 13.644 13.6963

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_10_triangular.opb
MD5SUM66da69fc5ff2d69cb07ac1ec77d1e0fe
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 benchmark1.05187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6360
Total number of constraints63606
Number of constraints which are clauses61006
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2600
Minimum length of a constraint2
Maximum length of a constraint12
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 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4544847-1753221342.opb'
0.00/0.05	c 	read 2.52MB  (36.11ms)
0.00/0.05	c	 [cnf: #variables 6360 #clauses 63606 #duplicates 0 #arr 242580]
0.00/0.05	c output proof to '/tmp/proof-4544847-1753221342'
0.00/0.05	c 
0.00/0.05	c make graph and approximate orbits
0.00/0.07	c	 [group: #orbits ~= 642] (25.01ms)
0.00/0.07	c 
0.00/0.07	c detect special group actions
0.00/0.07	c 	probe for Johnson action (limit=64)
0.00/0.09	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.20/0.22	c 	probe for row symmetry (limit=64, splits=16.78M)
0.20/0.30	c 	 found row 10x1272 (red. orbit), generating row predicate
0.20/0.30	c 	 (226.89ms)
0.20/0.30	c 
0.20/0.30	c detect symmetries on remainder
0.20/0.30	c 	[graph: #vertices 90346 #edges 525920]
0.20/0.30	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.31/0.38	c 	 [group: #symmetries 2.00*10^0 #generators 1] (86.69ms)
0.31/0.38	c 
0.31/0.38	c optimize generators (opt_passes=64, conjugate_limit=256)
0.31/0.38	c 	(0.00ms)
0.31/0.38	c 
0.31/0.38	c finalize break order and special generators
0.31/0.38	c 
0.31/0.38	c add generic predicates (break_depth=10)
0.31/0.38	c 	added predicates for 1 generators (0.04ms)
0.77/0.83	c 
0.77/0.83	c generation finished
0.77/0.83	c 	[sbp: #constraints 34354 #add_vars 11448]
0.77/0.83	c 
0.77/0.83	c write result to 'HOME/instance-4544847-1753221342.opb.pre'
0.77/0.84	c 	wrote 3.83MB (8.21ms)
0.77/0.84	c ------------------------------------------------------------------
0.77/0.84	c                 450.46ms 54.03% other
0.77/0.84	c                 226.89ms 27.22% detect_special
0.77/0.84	c                  86.69ms 10.40% detect_generic
0.77/0.84	c                  36.11ms  4.33% parse
0.77/0.84	c                  25.01ms  3.00% approx_orbits
0.77/0.84	c                   8.21ms  0.98% output
0.77/0.84	c                   0.28ms  0.03% finalize_order
0.77/0.84	c                   0.04ms  0.00% break_generic
0.77/0.84	c                   0.00ms  0.00% optimize_gens
0.77/0.84	c         ───────────────────────────────────────────────
0.77/0.84	c                 833.68ms   100% total
0.77/0.84	c ------------------------------------------------------------------
0.77/0.86	c RoundingSat 2
0.77/0.86	c branch pb25
0.77/0.86	c commit 63f22ad
1.36/1.49	c #variables 17808 #constraints 97960
13.52/13.66	c #Conflicts:       1000 | #Constraints:      98959
13.52/13.66	c #Conflicts:       2000 | #Constraints:      99959
13.52/13.66	c INPROCESSING
13.52/13.66	c #Conflicts:       3000 | #Constraints:      99839
13.52/13.66	c #Conflicts:       4000 | #Constraints:     100839
13.52/13.66	c INPROCESSING
13.52/13.66	c #Conflicts:       5000 | #Constraints:     100267
13.52/13.66	c #Conflicts:       6000 | #Constraints:     101267
13.52/13.66	c INPROCESSING
13.52/13.66	c #Conflicts:       7000 | #Constraints:     100270
13.52/13.66	c #Conflicts:       8000 | #Constraints:     101270
13.52/13.66	c #Conflicts:       9000 | #Constraints:     102270
13.52/13.66	c INPROCESSING
13.52/13.66	c GARBAGE COLLECT
13.52/13.66	c #Conflicts:      10000 | #Constraints:     100988
13.52/13.66	c #Conflicts:      11000 | #Constraints:     101988
13.52/13.66	c #Conflicts:      12000 | #Constraints:     102988
13.52/13.66	c INPROCESSING
13.52/13.66	c #Conflicts:      13000 | #Constraints:     101316
13.52/13.66	c #Conflicts:      14000 | #Constraints:     102316
13.52/13.66	c #Conflicts:      15000 | #Constraints:     103316
13.52/13.66	c INPROCESSING
13.52/13.66	c #Conflicts:      16000 | #Constraints:     101447
13.52/13.66	c #Conflicts:      17000 | #Constraints:     102447
13.52/13.66	c #Conflicts:      18000 | #Constraints:     103447
13.52/13.66	c INPROCESSING
13.52/13.66	c GARBAGE COLLECT
13.52/13.66	c #Conflicts:      19000 | #Constraints:     101552
13.52/13.66	c cpu time 12.5455 s
13.52/13.66	c deterministic time 129136992 1.29e+08
13.52/13.66	c optimization time 5.2e-05 s
13.52/13.66	c total solve time 12.0298 s
13.52/13.66	c core-guided solve time 0 s
13.52/13.66	c propagation time 2.10502 s
13.52/13.66	c conflict analysis time 0.855788 s
13.52/13.66	c propagations 11963810
13.52/13.66	c resolve steps 335293
13.52/13.66	c decisions 33064
13.52/13.66	c conflicts 19267
13.52/13.66	c restarts 64
13.52/13.66	c inprocessing phases 7
13.52/13.66	c garbage collections 2 ,( 28.57 )
13.52/13.66	c input clauses 96660 ,( 98.67 )
13.52/13.66	c input cardinalities 0 ,( 0.00 )
13.52/13.66	c input general constraints 1300 ,( 1.33 )
13.52/13.66	c input average constraint length 3.53
13.52/13.66	c input average constraint degree 1.09
13.52/13.66	c learned clauses 19266 ,( 100.00 )
13.52/13.66	c learned cardinalities 0 ,( 0.00 )
13.52/13.66	c learned general constraints 0 ,( 0.00 )
13.52/13.66	c learned average constraint length 37.35
13.52/13.66	c learned average constraint degree 1.00
13.52/13.66	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
13.52/13.66	c counting CF 32, 64, 128, Arb: 1300 , 0 , 0 , 0
13.52/13.66	c watched   constraints 0 ,( 0.00 ) 
13.52/13.66	c counting  constraints 1300 ,( 100.00 ) 
13.52/13.66	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 33849250 , 0 , 2289710 ,( 0 , 2289710 )
13.52/13.66	c gcd simplifications 0
13.52/13.66	c detected cardinalities 0
13.52/13.66	c weakened non-implied lits 274345
13.52/13.66	c weakened non-implying lits 19
13.52/13.66	c original variables 17808
13.52/13.66	c clausal propagations 6665012
13.52/13.66	c cardinality propagations 0
13.52/13.66	c watched propagations 0
13.52/13.66	c counting propagations 5279532
13.52/13.66	c watch lookups 36138960
13.52/13.66	c watch backjump lookups 0
13.52/13.66	c watch checks 48480497
13.52/13.66	c propagation checks 17634875
13.52/13.66	c constraint additions 2864923
13.52/13.66	c trail pops 12013862
13.52/13.66	c formula constraints 97960
13.52/13.66	c learned constraints 19266
13.52/13.66	c bound constraints 0
13.52/13.66	c core-guided constraints 0
13.52/13.66	c encountered formula constraints 257827
13.52/13.66	c encountered learned constraints 96733
13.52/13.66	c encountered bound constraints 0
13.52/13.66	c encountered core-guided constraints 0
13.52/13.66	c LP total time 1.44665 s
13.52/13.66	c LP solve time 1.4 s
13.52/13.66	c LP constraints added 97960
13.52/13.66	c LP constraints removed 0
13.52/13.66	c LP pivots internal 2000
13.52/13.66	c LP pivots root 5000
13.52/13.66	c LP calls 3
13.52/13.66	c LP optimalities 0
13.52/13.66	c LP no pivot count 0
13.52/13.66	c LP infeasibilities 0
13.52/13.66	c LP valid Farkas constraints 0
13.52/13.66	c LP learned Farkas constraints 0
13.52/13.66	c LP basis resets 0
13.52/13.66	c LP cycling count 0
13.52/13.66	c LP singular count 0
13.52/13.66	c LP no primal count 0
13.52/13.66	c LP no farkas count 0
13.52/13.66	c LP other issue count 0
13.52/13.66	c LP Gomory cuts 0
13.52/13.66	c LP learned cuts 0
13.52/13.66	c LP deleted cuts 0
13.52/13.66	c LP encountered Gomory constraints 0
13.52/13.66	c LP encountered Farkas constraints 0
13.52/13.66	c LP encountered learned Farkas constraints 0
13.52/13.66	c CG auxiliary variables introduced 0
13.52/13.66	c CG solutions found 0
13.52/13.66	c CG cores constructed 0
13.52/13.66	c CG core cardinality constraints returned 0
13.52/13.66	c CG unit cores 0
13.52/13.66	c CG single cores 0
13.52/13.66	c CG blocks removed during cardinality reduction 0
13.52/13.66	c CG first core best 0
13.52/13.66	c CG decision core best 0
13.52/13.66	c CG core reduction tie 0
13.52/13.66	c CG core degree average 0.00
13.52/13.66	c CG core slack average 0.00
13.52/13.66	c CG core upper bound improvements 0
13.52/13.66	c STR number of successful calls 0
13.52/13.66	c STR number of unsuccessful calls 0
13.52/13.66	c STR number of inconclusive calls 0
13.52/13.66	c STR number of successful attempts 0
13.52/13.66	c STR number of unsuccessful attempts 0
13.52/13.66	c STR number of inconclusive attempts 0
13.52/13.66	c STR average degree increase per successful call inf
13.52/13.69	c STR average degree increase per successful attempt inf
13.52/13.69	c STR total number of conflicts for successful attempts 0
13.52/13.69	c STR total number of conflicts for unsuccessful attempts 0
13.52/13.69	c STR total number of conflicts for inconclusive attempts 0
13.52/13.69	c STR average number of conflicts per successful attempt inf
13.52/13.69	c STR average number of conflicts per unsuccessful attempt inf
13.52/13.69	c STR average number of conflicts per inconclusive attempt inf
13.52/13.69	c AVG.sumWPerc 100.00 
13.52/13.69	c bigint constraints 0 
13.52/13.69	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul 23 01:05:31 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: 63837 MiB (51770 MiB free)
  memory of node 1: 64465 MiB (42711 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544847-1753221342/watcher-4544847-1753221342 -o /tmp/evaluation-result-4544847-1753221342/solver-4544847-1753221342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4544847-1753221342.opb /tmp/proof-4544847-1753221342 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Current StackSize limit: 8192 KiB

solver pid=161532, runsolver pid=161529

[startup+0.100122 s]*
/proc/loadavg: 4.16 4.15 4.17 5/258 161534
/proc/meminfo: memFree=96712656/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161534] ppid=161532 vsize=47404 memory=34916 CPUtime=0.09 cores=1,3
/proc/161534/stat : 161534 (pbsuma) R 161532 161532 157528 0 -1 4194304 8178 0 0 0 8 1 0 0 20 0 1 0 237812913 48541696 8729 18446744073709551615 4210688 4653049 140730340665040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 20635648 140730340669703 140730340670000 140730340670000 140730340675567 0
/proc/161534/statm: 11851 8729 992 108 0 9259 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 51596 KiB
Current children cumulated memory: 37988 KiB

[startup+0.213733 s]*
/proc/loadavg: 4.16 4.15 4.17 5/258 161534
/proc/meminfo: memFree=96712656/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161534] ppid=161532 vsize=47404 memory=34916 CPUtime=0.2 cores=1,3
/proc/161534/stat : 161534 (pbsuma) R 161532 161532 157528 0 -1 4194304 8178 0 0 0 19 1 0 0 20 0 1 0 237812913 48541696 8729 18446744073709551615 4210688 4653049 140730340665040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 20635648 140730340669703 140730340670000 140730340670000 140730340675567 0
/proc/161534/statm: 11851 8729 992 108 0 9259 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 51596 KiB
Current children cumulated memory: 37988 KiB

[startup+0.31364 s]*
/proc/loadavg: 4.16 4.15 4.17 5/258 161534
/proc/meminfo: memFree=96704844/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161534] ppid=161532 vsize=63392 memory=43876 CPUtime=0.31 cores=1,3
/proc/161534/stat : 161534 (pbsuma) R 161532 161532 157528 0 -1 4194304 10505 0 0 0 29 2 0 0 20 0 1 0 237812913 64913408 10969 18446744073709551615 4210688 4653049 140730340665040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 20635648 140730340669703 140730340670000 140730340670000 140730340675567 0
/proc/161534/statm: 15848 10969 992 108 0 13256 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 67584 KiB
Current children cumulated memory: 46948 KiB

[startup+0.700373 s]
/proc/loadavg: 4.16 4.15 4.17 5/258 161534
/proc/meminfo: memFree=96688968/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161534] ppid=161532 vsize=62692 memory=47624 CPUtime=0.67 cores=1,3
/proc/161534/stat : 161534 (pbsuma) R 161532 161532 157528 0 -1 4194304 15139 0 0 0 64 3 0 0 20 0 1 0 237812913 64196608 11906 18446744073709551615 4210688 4653049 140730340665040 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 20635648 140730340669703 140730340670000 140730340670000 140730340675567 0
/proc/161534/statm: 15673 11906 992 108 0 13081 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 66884 KiB
Current children cumulated memory: 50696 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.15 4.17 5/258 161535
/proc/meminfo: memFree=96640588/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=199512 memory=136576 CPUtime=0.63 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 18330 0 0 0 52 11 0 0 20 0 1 0 237812998 204300288 34144 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 49878 34144 2272 1147 0 37305 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 203704 KiB
Current children cumulated memory: 139648 KiB

[startup+3.11335 s]
/proc/loadavg: 4.15 4.15 4.17 5/258 161535
/proc/meminfo: memFree=96508144/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=170496 CPUtime=2.24 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 23677 0 0 0 210 14 0 0 20 0 1 0 237812998 236130304 42624 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 42624 2368 1147 0 45076 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 173568 KiB

[startup+6.30038 s]
/proc/loadavg: 4.15 4.15 4.17 5/258 161535
/proc/meminfo: memFree=96475632/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=171392 CPUtime=5.42 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 23930 0 0 0 525 17 0 0 20 0 1 0 237812998 236130304 42848 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 42848 2368 1147 0 45076 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 174464 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.15 4.16 5/258 161535
/proc/meminfo: memFree=96442868/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=172160 CPUtime=11.8 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 24141 0 0 0 1159 21 0 0 20 0 1 0 237812998 236130304 43040 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 43040 2368 1147 0 45076 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 175232 KiB

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

# cumulated CPU time of all completed processes:  user=13.3442 s, system=0.29976 s

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

[startup+12.8004 s]
/proc/loadavg: 4.13 4.15 4.16 5/258 161535
/proc/meminfo: memFree=96442868/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=172160 CPUtime=11.9 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 24141 0 0 0 1169 21 0 0 20 0 1 0 237812998 236130304 43040 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 43040 2368 1147 0 45076 0
Current children cumulated CPU time: 12.73 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 175232 KiB

[startup+13.2004 s]
/proc/loadavg: 4.13 4.15 4.16 5/258 161535
/proc/meminfo: memFree=96426740/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=172160 CPUtime=12.29 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 24141 0 0 0 1208 21 0 0 20 0 1 0 237812998 236130304 43040 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 43040 2368 1147 0 45076 0
Current children cumulated CPU time: 13.12 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 175232 KiB

[startup+13.6004 s]
/proc/loadavg: 4.13 4.15 4.16 5/258 161535
/proc/meminfo: memFree=96426740/131382120 swapFree=33010160/33010684
[pid=161532] ppid=161529 vsize=4192 memory=3072 CPUtime=0.83 cores=1,3
/proc/161532/stat : 161532 (run-dec-break-l) S 161529 161532 157528 0 -1 4194304 239 15312 0 0 0 0 77 6 20 0 1 0 237812912 4292608 768 18446744073709551615 94475165880320 94475166774853 140720655851568 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94475167013904 94475167061648 94475180306432 140720655853881 140720655854044 140720655854044 140720655859648 0
/proc/161532/statm: 1048 768 704 219 0 110 0
[pid=161535] ppid=161532 vsize=230596 memory=172160 CPUtime=12.69 cores=1,3
/proc/161535/stat : 161535 (roundingsat) R 161532 161532 157528 0 -1 4194304 24141 0 0 0 1248 21 0 0 20 0 1 0 237812998 236130304 43040 18446744073709551615 4227072 8923433 140720487478208 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 24793088 140720487483672 140720487483942 140720487483942 140720487489514 0
/proc/161535/statm: 57649 43040 2368 1147 0 45076 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 234788 KiB
Current children cumulated memory: 175232 KiB

Child status: 0

Real time (s): 13.6963
CPU time (s): 13.644
CPU user time (s): 13.3442
CPU system time (s): 0.29976
CPU usage (%): 99.6182
Max. virtual memory (cumulated for all children) (KiB): 234788
Max. memory (cumulated for all children) (KiB): 175232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.3442
system time used= 0.29976
maximum resident set size= 172160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 161532
#   total CPU time (s): 13.644
#   total CPU user time (s): 13.3442
#   total CPU system time (s): 0.29976

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104197 second user time and 0.202805 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-22 23:55:42
IDJOB=4544847
IDBENCH=180684
IDSOLVER=3358
FILE ID=nodeC003/4544847-1753221342
RUNJOBID= nodeC003-1753211729-157540
SLURM_JOB_ID= 9687799
Free space on /tmp= 425708 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_10_triangular.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544847-1753221342/watcher-4544847-1753221342 -o /tmp/evaluation-result-4544847-1753221342/solver-4544847-1753221342 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753211729-157540 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4544847-1753221342.opb /tmp/proof-4544847-1753221342

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

MD5SUM BENCH= 66da69fc5ff2d69cb07ac1ec77d1e0fe
RANDOM SEED=1546609388

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		: 3662.372
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		: 3662.159
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		: 1197.736
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.469
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		: 3662.447
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		: 3661.763
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		: 3700.000
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		: 1197.550
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:        96758644 kB
MemAvailable:   126973072 kB
Buffers:            2736 kB
Cached:         30970884 kB
SwapCached:           36 kB
Active:          4112216 kB
Inactive:       29865480 kB
Active(anon):    3022672 kB
Inactive(anon):     7604 kB
Active(file):    1089544 kB
Inactive(file): 29857876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58100 kB
Writeback:             8 kB
AnonPages:       3007156 kB
Mapped:           121828 kB
Shmem:             26116 kB
KReclaimable:     213272 kB
Slab:             304416 kB
SReclaimable:     213272 kB
SUnreclaim:        91144 kB
KernelStack:        4164 kB
PageTables:         9644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3843580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149576 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1781760 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= 425580 MiB
End job on nodeC003 at 2025-07-22 23:55:56