Trace number 4543793

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 63f22adUNSAT 44.8495 44.9703

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_30_092.opb
MD5SUM5c5515a98844bb1e4abadd55fcb10579
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 benchmark5.84433
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables256710
Total number of constraints5551
Number of constraints which are clauses2791
Number of constraints which are cardinality constraints (but not clauses)2760
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint93
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 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
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-4543793-1753219500.opb'
0.00/0.07	c 	read 5.47MB  (64.04ms)
0.00/0.07	c	 [cnf: #variables 256710 #clauses 5551 #duplicates 0 #arr 513420]
0.00/0.07	c 
0.00/0.07	c make graph and approximate orbits
0.18/0.23	c	 [group: #orbits ~= 6] (157.94ms)
0.18/0.23	c 
0.18/0.23	c detect special group actions
0.18/0.23	c 	 exceeded limit
0.18/0.23	c 	 (0.00ms)
0.18/0.23	c 
0.18/0.23	c detect symmetries on remainder
0.18/0.23	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.01ms)
0.18/0.23	c 
0.18/0.23	c finalize break order and special generators
0.18/0.24	c 
0.18/0.24	c generation finished
0.18/0.24	c 	[sbp: #constraints 0 #add_vars 0]
0.18/0.25	c 
0.18/0.25	c write result to 'HOME/instance-4543793-1753219500.opb.pre'
0.18/0.26	c 	wrote 5.47MB (11.77ms)
0.18/0.26	c ------------------------------------------------------------------
0.18/0.26	c                 157.94ms 62.78% approx_orbits
0.18/0.26	c                  64.04ms 25.46% parse
0.18/0.26	c                  11.77ms  4.68% output
0.18/0.26	c                  10.13ms  4.03% finalize_order
0.18/0.26	c                   7.66ms  3.05% other
0.18/0.26	c                   0.01ms  0.00% detect_generic
0.18/0.26	c                   0.00ms  0.00% detect_special
0.18/0.26	c         ───────────────────────────────────────────────
0.18/0.26	c                 251.55ms   100% total
0.18/0.26	c ------------------------------------------------------------------
0.18/0.28	c RoundingSat 2
0.18/0.28	c branch pb25
0.18/0.28	c commit 63f22ad
0.47/0.53	c #variables 256710 #constraints 5551
44.76/44.95	c #Conflicts:       1000 | #Constraints:       6550
44.76/44.95	c #Conflicts:       2000 | #Constraints:       7550
44.76/44.95	c INPROCESSING
44.76/44.95	c GARBAGE COLLECT
44.76/44.95	c cpu time 40.9175 s
44.76/44.95	c deterministic time 132886044 1.33e+08
44.76/44.95	c optimization time 0.000155 s
44.76/44.95	c total solve time 40.7331 s
44.76/44.95	c core-guided solve time 0 s
44.76/44.95	c propagation time 2.45142 s
44.76/44.95	c conflict analysis time 0.349493 s
44.76/44.95	c propagations 2259806
44.76/44.95	c resolve steps 5505
44.76/44.95	c decisions 5575787
44.76/44.95	c conflicts 2742
44.76/44.95	c restarts 12
44.76/44.95	c inprocessing phases 1
44.76/44.95	c garbage collections 1 ,( 100.00 )
44.76/44.95	c input clauses 2791 ,( 50.28 )
44.76/44.95	c input cardinalities 2760 ,( 49.72 )
44.76/44.95	c input general constraints 0 ,( 0.00 )
44.76/44.95	c input average constraint length 92.49
44.76/44.95	c input average constraint degree 46.25
44.76/44.95	c learned clauses 15 ,( 0.55 )
44.76/44.95	c learned cardinalities 2726 ,( 99.45 )
44.76/44.95	c learned general constraints 0 ,( 0.00 )
44.76/44.95	c learned average constraint length 2882.24
44.76/44.95	c learned average constraint degree 1464.34
44.76/44.95	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
44.76/44.95	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
44.76/44.95	c watched   constraints 0 ,( -nan ) 
44.76/44.95	c counting  constraints 0 ,( -nan ) 
44.76/44.95	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 149866 , 126778 , 0 ,( 0 , 0 )
44.76/44.95	c gcd simplifications 0
44.76/44.95	c detected cardinalities 0
44.76/44.95	c weakened non-implied lits 0
44.76/44.95	c weakened non-implying lits 0
44.76/44.95	c original variables 256710
44.76/44.95	c clausal propagations 44652
44.76/44.95	c cardinality propagations 2020132
44.76/44.95	c watched propagations 0
44.76/44.95	c counting propagations 0
44.76/44.95	c watch lookups 276644
44.76/44.95	c watch backjump lookups 0
44.76/44.95	c watch checks 52480115
44.76/44.95	c propagation checks 56042957
44.76/44.95	c constraint additions 8410809
44.76/44.95	c trail pops 7836925
44.76/44.95	c formula constraints 5551
44.76/44.95	c learned constraints 2741
44.76/44.95	c bound constraints 0
44.76/44.95	c core-guided constraints 0
44.76/44.95	c encountered formula constraints 5536
44.76/44.95	c encountered learned constraints 2711
44.76/44.95	c encountered bound constraints 0
44.76/44.95	c encountered core-guided constraints 0
44.76/44.95	c LP total time 0.214909 s
44.76/44.95	c LP solve time 0.15 s
44.76/44.95	c LP constraints added 5551
44.76/44.95	c LP constraints removed 0
44.76/44.95	c LP pivots internal 2000
44.76/44.95	c LP pivots root 1000
44.76/44.95	c LP calls 2
44.76/44.95	c LP optimalities 0
44.76/44.95	c LP no pivot count 0
44.76/44.95	c LP infeasibilities 0
44.76/44.95	c LP valid Farkas constraints 0
44.76/44.95	c LP learned Farkas constraints 0
44.76/44.95	c LP basis resets 0
44.76/44.95	c LP cycling count 0
44.76/44.95	c LP singular count 0
44.76/44.95	c LP no primal count 0
44.76/44.95	c LP no farkas count 0
44.76/44.95	c LP other issue count 0
44.76/44.95	c LP Gomory cuts 0
44.76/44.95	c LP learned cuts 0
44.76/44.95	c LP deleted cuts 0
44.76/44.95	c LP encountered Gomory constraints 0
44.76/44.95	c LP encountered Farkas constraints 0
44.76/44.95	c LP encountered learned Farkas constraints 0
44.76/44.95	c CG auxiliary variables introduced 0
44.76/44.95	c CG solutions found 0
44.76/44.95	c CG cores constructed 0
44.76/44.95	c CG core cardinality constraints returned 0
44.76/44.95	c CG unit cores 0
44.76/44.95	c CG single cores 0
44.76/44.95	c CG blocks removed during cardinality reduction 0
44.76/44.95	c CG first core best 0
44.76/44.95	c CG decision core best 0
44.76/44.95	c CG core reduction tie 0
44.76/44.95	c CG core degree average 0.00
44.76/44.95	c CG core slack average 0.00
44.76/44.95	c CG core upper bound improvements 0
44.76/44.95	c STR number of successful calls 0
44.76/44.95	c STR number of unsuccessful calls 0
44.76/44.95	c STR number of inconclusive calls 0
44.76/44.95	c STR number of successful attempts 0
44.76/44.95	c STR number of unsuccessful attempts 0
44.76/44.95	c STR number of inconclusive attempts 0
44.76/44.95	c STR average degree increase per successful call inf
44.76/44.95	c STR average degree increase per successful attempt inf
44.76/44.95	c STR total number of conflicts for successful attempts 0
44.76/44.95	c STR total number of conflicts for unsuccessful attempts 0
44.76/44.95	c STR total number of conflicts for inconclusive attempts 0
44.76/44.95	c STR average number of conflicts per successful attempt inf
44.76/44.95	c STR average number of conflicts per unsuccessful attempt inf
44.76/44.95	c STR average number of conflicts per inconclusive attempt inf
44.76/44.95	c AVG.sumWPerc -nan 
44.76/44.95	c bigint constraints 0 
44.76/44.95	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543793-1753219500/watcher-4543793-1753219500 -o /tmp/evaluation-result-4543793-1753219500/solver-4543793-1753219500 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4543793-1753219500.opb 

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 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=177992, runsolver pid=177989
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 4.07 4.07 4.08 5/271 177994
/proc/meminfo: memFree=121931672/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177994] ppid=177992 vsize=90424 memory=69408 CPUtime=0.08 cores=1,3
/proc/177994/stat : 177994 (pbsuma) R 177992 177992 175467 0 -1 4194304 11527 0 0 0 6 2 0 0 20 0 1 0 237629401 92594176 17352 18446744073709551615 4210688 4653049 140734600255456 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 4700520 4703148 22601728 140734600264033 140734600264240 140734600264240 140734600269807 0
/proc/177994/statm: 22606 17352 992 108 0 20014 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 94616 KiB
Current children cumulated memory: 72480 KiB

[startup+0.205699 s]*
/proc/loadavg: 4.07 4.07 4.08 5/271 177994
/proc/meminfo: memFree=121821972/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177994] ppid=177992 vsize=241364 memory=173936 CPUtime=0.18 cores=1,3
/proc/177994/stat : 177994 (pbsuma) R 177992 177992 175467 0 -1 4194304 21331 0 0 0 13 5 0 0 20 0 1 0 237629401 247156736 43484 18446744073709551615 4210688 4653049 140734600255456 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 22601728 140734600264033 140734600264240 140734600264240 140734600269807 0
/proc/177994/statm: 60341 43484 992 108 0 57749 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 245556 KiB
Current children cumulated memory: 177008 KiB

[startup+0.305649 s]*
/proc/loadavg: 4.07 4.07 4.08 5/271 177995
/proc/meminfo: memFree=121957264/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=115476 memory=64744 CPUtime=0.02 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 7255 0 0 0 1 1 0 0 20 0 1 0 237629427 118247424 16186 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 28869 16186 1984 1147 0 16296 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 119668 KiB
Current children cumulated memory: 67816 KiB

[startup+0.700208 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177995
/proc/meminfo: memFree=121868044/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=293640 memory=235724 CPUtime=0.41 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 42478 0 0 0 31 10 0 0 20 0 1 0 237629427 300687360 58931 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 73410 58931 2272 1147 0 60837 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 297832 KiB
Current children cumulated memory: 238796 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177995
/proc/meminfo: memFree=121775496/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=293640 memory=236876 CPUtime=1.21 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 42729 0 0 0 111 10 0 0 20 0 1 0 237629427 300687360 59219 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 73410 59219 2304 1147 0 60837 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 297832 KiB
Current children cumulated memory: 239948 KiB

[startup+3.10545 s]
/proc/loadavg: 4.06 4.07 4.08 5/271 177995
/proc/meminfo: memFree=121771560/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=293640 memory=236876 CPUtime=2.81 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 42731 0 0 0 271 10 0 0 20 0 1 0 237629427 300687360 59219 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 73410 59219 2304 1147 0 60837 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 297832 KiB
Current children cumulated memory: 239948 KiB

[startup+6.30019 s]
/proc/loadavg: 4.06 4.07 4.08 5/271 177995
/proc/meminfo: memFree=121771576/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=293640 memory=236876 CPUtime=6 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 42733 0 0 0 590 10 0 0 20 0 1 0 237629427 300687360 59219 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 73410 59219 2304 1147 0 60837 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 297832 KiB
Current children cumulated memory: 239948 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.09 4.09 5/271 177995
/proc/meminfo: memFree=121771384/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=293640 memory=236876 CPUtime=12.39 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 42735 0 0 0 1229 10 0 0 20 0 1 0 237629427 300687360 59219 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 73410 59219 2304 1147 0 60837 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 297832 KiB
Current children cumulated memory: 239948 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.08 4.09 5/271 177995
/proc/meminfo: memFree=121669892/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=387956 memory=330344 CPUtime=25.16 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 61984 0 0 0 2270 246 0 0 20 0 1 0 237629427 397266944 82586 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 96989 82586 2368 1147 0 84416 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 392148 KiB
Current children cumulated memory: 333416 KiB

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

# cumulated CPU time of all completed processes:  user=41.1244 s, system=3.72511 s

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

[startup+25.6002 s]
/proc/loadavg: 4.11 4.08 4.09 5/271 177995
/proc/meminfo: memFree=121669892/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=387956 memory=330344 CPUtime=25.26 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 61984 0 0 0 2280 246 0 0 20 0 1 0 237629427 397266944 82586 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 96989 82586 2368 1147 0 84416 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 392148 KiB
Current children cumulated memory: 333416 KiB

[startup+38.4002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177995
/proc/meminfo: memFree=121662032/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=387956 memory=330344 CPUtime=38.03 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 61984 0 0 0 3557 246 0 0 20 0 1 0 237629427 397266944 82586 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 96989 82586 2368 1147 0 84416 0
Current children cumulated CPU time: 38.27 s
Current children cumulated vsize: 392148 KiB
Current children cumulated memory: 333416 KiB

[startup+41.6002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121662040/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=387956 memory=330344 CPUtime=41.22 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 61984 0 0 0 3876 246 0 0 20 0 1 0 237629427 397266944 82586 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 96989 82586 2368 1147 0 84416 0
Current children cumulated CPU time: 41.46 s
Current children cumulated vsize: 392148 KiB
Current children cumulated memory: 333416 KiB

[startup+43.2002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121653744/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=393788 memory=336232 CPUtime=42.82 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 63459 0 0 0 3998 284 0 0 20 0 1 0 237629427 403238912 84058 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 98447 84058 2368 1147 0 85874 0
Current children cumulated CPU time: 43.06 s
Current children cumulated vsize: 397980 KiB
Current children cumulated memory: 339304 KiB

[startup+44.0002 s]*
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121645680/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=403016 memory=345448 CPUtime=43.62 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 65752 0 0 0 4042 320 0 0 20 0 1 0 237629427 412688384 86362 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 100754 86362 2368 1147 0 88181 0
Current children cumulated CPU time: 43.86 s
Current children cumulated vsize: 407208 KiB
Current children cumulated memory: 348520 KiB

[startup+44.4002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121645680/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=405992 memory=348520 CPUtime=44.02 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 66525 0 0 0 4063 339 0 0 20 0 1 0 237629427 415735808 87130 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 101498 87130 2368 1147 0 88925 0
Current children cumulated CPU time: 44.26 s
Current children cumulated vsize: 410184 KiB
Current children cumulated memory: 351592 KiB

[startup+44.8002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121645680/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=409076 memory=351592 CPUtime=44.42 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 67288 0 0 0 4082 360 0 0 20 0 1 0 237629427 418893824 87898 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 102269 87898 2368 1147 0 89696 0
Current children cumulated CPU time: 44.66 s
Current children cumulated vsize: 413268 KiB
Current children cumulated memory: 354664 KiB

[startup+44.9002 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 177996
/proc/meminfo: memFree=121645680/131250000 swapFree=33009904/33010684
[pid=177992] ppid=177989 vsize=4192 memory=3072 CPUtime=0.24 cores=1,3
/proc/177992/stat : 177992 (run-dec-break.s) S 177989 177992 175467 0 -1 4194304 235 24217 0 0 0 0 17 7 20 0 1 0 237629400 4292608 768 18446744073709551615 94682633789440 94682634683973 140727219798256 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94682634923024 94682634970768 94682637238272 140727219804511 140727219804640 140727219804640 140727219810244 0
/proc/177992/statm: 1048 768 704 219 0 110 0
[pid=177995] ppid=177992 vsize=411816 memory=354280 CPUtime=44.52 cores=1,3
/proc/177995/stat : 177995 (roundingsat) R 177992 177992 175467 0 -1 4194304 67968 0 0 0 4089 363 0 0 20 0 1 0 237629427 421699584 88570 18446744073709551615 4227072 8923433 140725003676288 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 38989824 140725003680066 140725003680294 140725003680294 140725003685866 0
/proc/177995/statm: 102954 88570 2368 1147 0 90381 0
Current children cumulated CPU time: 44.76 s
Current children cumulated vsize: 416008 KiB
Current children cumulated memory: 357352 KiB

Child status: 0

Real time (s): 44.9703
CPU time (s): 44.8495
CPU user time (s): 41.1244
CPU system time (s): 3.72511
CPU usage (%): 99.7315
Max. virtual memory (cumulated for all children) (KiB): 416008
Max. memory (cumulated for all children) (KiB): 357352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.1244
system time used= 3.72511
maximum resident set size= 354664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92540
page faults= 0
swaps= 0
block input operations= 0
block output operations= 10688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 177992
#   total CPU time (s): 44.8495
#   total CPU user time (s): 41.1244
#   total CPU system time (s): 3.72511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.092324 second user time and 0.236949 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:25:00
IDJOB=4543793
IDBENCH=174610
IDSOLVER=3357
FILE ID=nodeC033/4543793-1753219500
RUNJOBID= nodeC033-1753211687-175479
SLURM_JOB_ID= 9687798
Free space on /tmp= 432340 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_30_092.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543793-1753219500/watcher-4543793-1753219500 -o /tmp/evaluation-result-4543793-1753219500/solver-4543793-1753219500 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760  run-dec-break.sh HOME/instance-4543793-1753219500.opb

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

MD5SUM BENCH= 5c5515a98844bb1e4abadd55fcb10579
RANDOM SEED=1540037890

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        121985960 kB
MemAvailable:   123692616 kB
Buffers:            2128 kB
Cached:          2429696 kB
SwapCached:           64 kB
Active:          7234168 kB
Inactive:        1202560 kB
Active(anon):    6025852 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1197276 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12484 kB
Writeback:             0 kB
AnonPages:       6004128 kB
Mapped:           122552 kB
Shmem:             26228 kB
KReclaimable:     280608 kB
Slab:             378272 kB
SReclaimable:     280608 kB
SUnreclaim:        97664 kB
KernelStack:        4384 kB
PageTables:        15236 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6643664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4341760 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432328 MiB
End job on nodeC033 at 2025-07-22 23:25:45