Trace number 4544105

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 96.5248 96.7669

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v2_10_092.opb
MD5SUMabde55a93501845a748728a01651cccf
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.10617
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85570
Total number of constraints1851
Number of constraints which are clauses931
Number of constraints which are cardinality constraints (but not clauses)920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
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 9
Number of bits of the biggest number in a constraint 4
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-4544105-1753219712.opb'
0.00/0.03	c 	read 1.71MB  (21.28ms)
0.00/0.03	c	 [cnf: #variables 85570 #clauses 1851 #duplicates 0 #arr 172060]
0.00/0.03	c 
0.00/0.03	c make graph and approximate orbits
0.00/0.08	c	 [group: #orbits ~= 4] (49.87ms)
0.00/0.08	c 
0.00/0.08	c detect special group actions
0.00/0.08	c 	probe for Johnson action (limit=64)
0.08/0.13	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.08/0.19	c	  found row-column 92x93
0.08/0.20	c 	probe for row symmetry (limit=64, splits=16.78M)
0.19/0.21	c 	recursing 20 blocks of candidate 10x17114r
0.19/0.24	c 	 found row 10x17114, generating row predicate
0.19/0.27	c 	 (195.42ms)
0.19/0.27	c 
0.19/0.27	c detect symmetries on remainder
0.19/0.27	c 	[graph: #vertices 344131 #edges 857540]
0.19/0.28	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.39/0.43	c 	 [group: #symmetries 3.80*10^2861 #generators 1830] (158.21ms)
0.39/0.43	c 
0.39/0.43	c optimize generators (opt_passes=64, conjugate_limit=21457)
0.39/0.48	c 	ran it=0, +gens=92 
48.28/48.41	c 	con best_support=368, best_gens=920, +gens=1185
48.28/48.41	c 	(47978.54ms)
48.28/48.41	c 
48.28/48.41	c finalize break order and special generators
48.28/48.42	c 
48.28/48.42	c add generic predicates (break_depth=10)
48.28/48.43	c 	added predicates for 3107 generators (14.22ms)
48.28/48.43	c 
48.28/48.43	c generation finished
48.28/48.43	c 	[sbp: #constraints 650252 #add_vars 215651]
48.28/48.43	c 
48.28/48.43	c write result to 'HOME/instance-4544105-1753219712.opb.pre'
48.28/48.49	c 	wrote 28.33MB (58.82ms)
48.38/48.50	c ------------------------------------------------------------------
48.38/48.50	c               47978.54ms 98.94% optimize_gens
48.38/48.50	c                 195.42ms  0.40% detect_special
48.38/48.50	c                 158.21ms  0.33% detect_generic
48.38/48.50	c                  58.82ms  0.12% output
48.38/48.50	c                  49.87ms  0.10% approx_orbits
48.38/48.50	c                  21.28ms  0.04% parse
48.38/48.50	c                  14.22ms  0.03% break_generic
48.38/48.50	c                   8.45ms  0.02% other
48.38/48.50	c                   7.76ms  0.02% finalize_order
48.38/48.50	c         ───────────────────────────────────────────────
48.38/48.50	c               48492.58ms   100% total
48.38/48.50	c ------------------------------------------------------------------
48.38/48.52	c RoundingSat 2
48.38/48.52	c branch pb25
48.38/48.52	c commit 63f22ad
51.35/51.54	c #variables 301221 #constraints 652103
96.33/96.61	c #Conflicts:       1000 | #Constraints:     653102
96.33/96.61	c #Conflicts:       2000 | #Constraints:     654102
96.33/96.61	c INPROCESSING
96.33/96.61	c #Conflicts:       3000 | #Constraints:     629812
96.33/96.61	c #Conflicts:       4000 | #Constraints:     630812
96.33/96.61	c INPROCESSING
96.33/96.61	c GARBAGE COLLECT
96.33/96.61	c #Conflicts:       5000 | #Constraints:     604229
96.33/96.61	c #Conflicts:       6000 | #Constraints:     605229
96.33/96.61	c #Conflicts:       7000 | #Constraints:     606229
96.33/96.61	c #Conflicts:       8000 | #Constraints:     607229
96.33/96.61	c #Conflicts:       9000 | #Constraints:     608229
96.33/96.61	c INPROCESSING
96.33/96.61	c GARBAGE COLLECT
96.33/96.61	c #Conflicts:      10000 | #Constraints:     584154
96.33/96.61	c #Conflicts:      11000 | #Constraints:     585154
96.33/96.61	c #Conflicts:      12000 | #Constraints:     586154
96.33/96.61	c #Conflicts:      13000 | #Constraints:     587154
96.33/96.61	c #Conflicts:      14000 | #Constraints:     588154
96.33/96.61	c #Conflicts:      15000 | #Constraints:     589154
96.33/96.61	c cpu time 45.3943 s
96.33/96.61	c deterministic time 382763719 3.83e+08
96.33/96.61	c optimization time 0.000211 s
96.33/96.61	c total solve time 43.1056 s
96.33/96.61	c core-guided solve time 0 s
96.33/96.61	c propagation time 6.85525 s
96.33/96.61	c conflict analysis time 6.35037 s
96.33/96.61	c propagations 24707900
96.33/96.61	c resolve steps 710710
96.33/96.61	c decisions 2598297
96.33/96.61	c conflicts 15533
96.33/96.61	c restarts 61
96.33/96.61	c inprocessing phases 3
96.33/96.61	c garbage collections 2 ,( 66.67 )
96.33/96.61	c input clauses 651183 ,( 99.86 )
96.33/96.61	c input cardinalities 920 ,( 0.14 )
96.33/96.61	c input general constraints 0 ,( 0.00 )
96.33/96.61	c input average constraint length 3.24
96.33/96.61	c input average constraint degree 1.13
96.33/96.61	c learned clauses 12017 ,( 77.37 )
96.33/96.61	c learned cardinalities 864 ,( 5.56 )
96.33/96.61	c learned general constraints 2651 ,( 17.07 )
96.33/96.61	c learned average constraint length 542.17
96.33/96.61	c learned average constraint degree 1086712.74
96.33/96.61	c watched  CF 32, 64, 128, Arb: 856 , 0 , 0 , 0
96.33/96.61	c counting CF 32, 64, 128, Arb: 1795 , 0 , 0 , 0
96.33/96.61	c watched   constraints 856 ,( 32.29 ) 
96.33/96.61	c counting  constraints 1795 ,( 67.71 ) 
96.33/96.61	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 18661519 , 306904 , 3036644 ,( 1160127 , 1876517 )
96.33/96.61	c gcd simplifications 119
96.33/96.61	c detected cardinalities 33
96.33/96.61	c weakened non-implied lits 2485893
96.33/96.61	c weakened non-implying lits 950
96.33/96.61	c original variables 301221
96.33/96.61	c clausal propagations 16231456
96.33/96.61	c cardinality propagations 7190808
96.33/96.61	c watched propagations 62973
96.33/96.61	c counting propagations 415296
96.33/96.61	c watch lookups 115210871
96.33/96.61	c watch backjump lookups 0
96.33/96.61	c watch checks 120090237
96.33/96.61	c propagation checks 76110550
96.33/96.61	c constraint additions 16764023
96.33/96.61	c trail pops 27278840
96.33/96.61	c formula constraints 652103
96.33/96.61	c learned constraints 15532
96.33/96.61	c bound constraints 0
96.33/96.61	c core-guided constraints 0
96.33/96.61	c encountered formula constraints 673863
96.33/96.61	c encountered learned constraints 52380
96.33/96.61	c encountered bound constraints 0
96.33/96.61	c encountered core-guided constraints 0
96.33/96.61	c LP total time 1.45589 s
96.33/96.61	c LP solve time 1.11 s
96.33/96.61	c LP constraints added 652103
96.33/96.61	c LP constraints removed 0
96.33/96.61	c LP pivots internal 2000
96.33/96.61	c LP pivots root 1000
96.33/96.61	c LP calls 2
96.33/96.61	c LP optimalities 0
96.33/96.61	c LP no pivot count 0
96.33/96.61	c LP infeasibilities 0
96.33/96.61	c LP valid Farkas constraints 0
96.33/96.61	c LP learned Farkas constraints 0
96.33/96.61	c LP basis resets 0
96.33/96.61	c LP cycling count 0
96.33/96.61	c LP singular count 0
96.33/96.61	c LP no primal count 0
96.33/96.61	c LP no farkas count 0
96.33/96.61	c LP other issue count 0
96.33/96.61	c LP Gomory cuts 0
96.33/96.61	c LP learned cuts 0
96.33/96.61	c LP deleted cuts 0
96.33/96.61	c LP encountered Gomory constraints 0
96.33/96.61	c LP encountered Farkas constraints 0
96.33/96.61	c LP encountered learned Farkas constraints 0
96.33/96.61	c CG auxiliary variables introduced 0
96.33/96.61	c CG solutions found 0
96.33/96.61	c CG cores constructed 0
96.33/96.61	c CG core cardinality constraints returned 0
96.33/96.61	c CG unit cores 0
96.33/96.61	c CG single cores 0
96.33/96.61	c CG blocks removed during cardinality reduction 0
96.33/96.61	c CG first core best 0
96.33/96.61	c CG decision core best 0
96.33/96.61	c CG core reduction tie 0
96.33/96.61	c CG core degree average 0.00
96.33/96.61	c CG core slack average 0.00
96.33/96.61	c CG core upper bound improvements 0
96.33/96.61	c STR number of successful calls 0
96.33/96.61	c STR number of unsuccessful calls 0
96.33/96.61	c STR number of inconclusive calls 0
96.33/96.61	c STR number of successful attempts 0
96.33/96.61	c STR number of unsuccessful attempts 0
96.33/96.61	c STR number of inconclusive attempts 0
96.33/96.61	c STR average degree increase per successful call inf
96.33/96.61	c STR average degree increase per successful attempt inf
96.33/96.61	c STR total number of conflicts for successful attempts 0
96.33/96.61	c STR total number of conflicts for unsuccessful attempts 0
96.33/96.61	c STR total number of conflicts for inconclusive attempts 0
96.44/96.74	c STR average number of conflicts per successful attempt inf
96.44/96.74	c STR average number of conflicts per unsuccessful attempt inf
96.44/96.74	c STR average number of conflicts per inconclusive attempt inf
96.44/96.74	c AVG.sumWPerc 48.68 
96.44/96.74	c bigint constraints 0 
96.44/96.74	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 (58461 MiB free)
  memory of node 1: 64465 MiB (60336 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4544105-1753219712/watcher-4544105-1753219712 -o /tmp/evaluation-result-4544105-1753219712/solver-4544105-1753219712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760 run-dec-break.sh HOME/instance-4544105-1753219712.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=178378, runsolver pid=178375

[startup+0.100063 s]*
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121600048/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=99780 memory=63784 CPUtime=0.08 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 14162 0 0 0 6 2 0 0 20 0 1 0 237650578 102174720 15946 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 24945 15946 1024 108 0 22353 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 103972 KiB
Current children cumulated memory: 66728 KiB

[startup+0.205753 s]*
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121592236/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=121464 memory=88540 CPUtime=0.19 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 17850 0 0 0 16 3 0 0 20 0 1 0 237650578 124379136 22135 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 30366 22135 1024 108 0 27774 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 125656 KiB
Current children cumulated memory: 91484 KiB

[startup+0.305713 s]*
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121572328/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=203408 memory=139444 CPUtime=0.29 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 24765 0 0 0 24 5 0 0 20 0 1 0 237650578 208289792 34861 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 50852 34861 1024 108 0 48260 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 207600 KiB
Current children cumulated memory: 142388 KiB

[startup+0.700152 s]
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121544104/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=0.68 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31278 0 0 0 62 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+1.50019 s]
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121544104/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=1.48 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31278 0 0 0 142 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+3.10556 s]
/proc/loadavg: 4.15 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121544128/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=3.08 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31280 0 0 0 302 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+6.30013 s]
/proc/loadavg: 4.14 4.09 4.09 5/271 178380
/proc/meminfo: memFree=121527960/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=6.27 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31282 0 0 0 621 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+12.7001 s]
/proc/loadavg: 4.21 4.11 4.10 5/271 178381
/proc/meminfo: memFree=121528244/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=12.66 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31284 0 0 0 1260 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.10 4.09 5/272 178476
/proc/meminfo: memFree=121859920/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178380] ppid=178378 vsize=227400 memory=167044 CPUtime=25.43 cores=1,3
/proc/178380/stat : 178380 (pbsuma) R 178378 178378 175467 0 -1 4194304 31284 0 0 0 2537 6 0 0 20 0 1 0 237650578 232857600 41761 18446744073709551615 4210688 4653049 140730112163184 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 31703040 140730112166241 140730112166448 140730112166448 140730112172015 0
/proc/178380/statm: 56850 41761 1024 108 0 54258 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 231592 KiB
Current children cumulated memory: 169988 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.09 4.09 5/271 178477
/proc/meminfo: memFree=121255208/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=726572 memory=607496 CPUtime=2.57 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 76962 0 0 0 194 63 0 0 20 0 1 0 237655429 744009728 151874 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 181643 151874 2304 1147 0 169070 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 730764 KiB
Current children cumulated memory: 610440 KiB

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

# cumulated CPU time of all completed processes:  user=93.84 s, system=2.68482 s

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

[startup+51.2003 s]
/proc/loadavg: 4.11 4.09 4.09 5/271 178477
/proc/meminfo: memFree=121255208/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=732512 memory=664604 CPUtime=2.66 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 78470 0 0 0 202 64 0 0 20 0 1 0 237655429 750092288 166151 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 183128 166151 2304 1147 0 170555 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 736704 KiB
Current children cumulated memory: 667548 KiB

[startup+76.8002 s]
/proc/loadavg: 4.07 4.08 4.09 5/271 178478
/proc/meminfo: memFree=120745084/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1415928 memory=1124388 CPUtime=28.2 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 124982 0 0 0 2693 127 0 0 20 0 1 0 237655429 1449910272 281097 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 353982 281097 2400 1147 0 341409 0
Current children cumulated CPU time: 76.59 s
Current children cumulated vsize: 1420120 KiB
Current children cumulated memory: 1127332 KiB

[startup+89.6002 s]
/proc/loadavg: 4.06 4.08 4.09 5/271 178479
/proc/meminfo: memFree=120739196/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1434504 memory=1145332 CPUtime=40.96 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 128186 0 0 0 3895 201 0 0 20 0 1 0 237655429 1468932096 286333 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 358626 286333 2400 1147 0 346053 0
Current children cumulated CPU time: 89.35 s
Current children cumulated vsize: 1438696 KiB
Current children cumulated memory: 1148276 KiB

[startup+92.8002 s]
/proc/loadavg: 4.13 4.10 4.09 5/271 178479
/proc/meminfo: memFree=120703220/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1438392 memory=1157436 CPUtime=44.15 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 129164 0 0 0 4184 231 0 0 20 0 1 0 237655429 1472913408 289359 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 359598 289359 2400 1147 0 347025 0
Current children cumulated CPU time: 92.54 s
Current children cumulated vsize: 1442584 KiB
Current children cumulated memory: 1160380 KiB

[startup+94.4002 s]
/proc/loadavg: 4.13 4.10 4.09 5/271 178479
/proc/meminfo: memFree=120690812/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1476852 memory=1166396 CPUtime=45.75 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 131417 0 0 0 4335 240 0 0 20 0 1 0 237655429 1512296448 291599 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 369213 291599 2400 1147 0 356640 0
Current children cumulated CPU time: 94.14 s
Current children cumulated vsize: 1481044 KiB
Current children cumulated memory: 1169340 KiB

[startup+96.0002 s]*
/proc/loadavg: 4.12 4.09 4.09 5/271 178479
/proc/meminfo: memFree=120662648/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1493584 memory=1193940 CPUtime=47.35 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 135732 0 0 0 4479 256 0 0 20 0 1 0 237655429 1529430016 298485 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 373396 298485 2400 1147 0 360823 0
Current children cumulated CPU time: 95.74 s
Current children cumulated vsize: 1497776 KiB
Current children cumulated memory: 1196884 KiB

[startup+96.4002 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 178479
/proc/meminfo: memFree=120662648/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1493720 memory=1194068 CPUtime=47.75 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 135762 0 0 0 4518 257 0 0 20 0 1 0 237655429 1529569280 298517 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 373430 298517 2400 1147 0 360857 0
Current children cumulated CPU time: 96.14 s
Current children cumulated vsize: 1497912 KiB
Current children cumulated memory: 1197012 KiB

[startup+96.6002 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 178479
/proc/meminfo: memFree=120662648/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=1493984 memory=1194324 CPUtime=47.94 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 135829 0 0 0 4537 257 0 0 20 0 1 0 237655429 1529839616 298581 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 373496 298581 2400 1147 0 360923 0
Current children cumulated CPU time: 96.33 s
Current children cumulated vsize: 1498176 KiB
Current children cumulated memory: 1197268 KiB

[startup+96.7002 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 178479
/proc/meminfo: memFree=120662648/131250000 swapFree=33009904/33010684
[pid=178378] ppid=178375 vsize=4192 memory=2944 CPUtime=48.39 cores=1,3
/proc/178378/stat : 178378 (run-dec-break.s) S 178375 178378 175467 0 -1 4194304 236 31428 0 0 0 0 4832 7 20 0 1 0 237650578 4292608 736 18446744073709551615 94174862344192 94174863238725 140731690293520 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94174863477776 94174863525520 94174888960000 140731690301791 140731690301920 140731690301920 140731690307524 0
/proc/178378/statm: 1048 736 672 219 0 110 0
[pid=178477] ppid=178378 vsize=789948 memory=702008 CPUtime=48.05 cores=1,3
/proc/178477/stat : 178477 (roundingsat) R 178378 178378 175467 0 -1 4194304 135853 0 0 0 4547 258 0 0 20 0 1 0 237655429 808906752 175502 18446744073709551615 4227072 8923433 140722726610416 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 11935744 140722726619458 140722726619686 140722726619686 140722726625258 0
/proc/178477/statm: 197487 175502 2400 1147 0 184914 0
Current children cumulated CPU time: 96.44 s
Current children cumulated vsize: 794140 KiB
Current children cumulated memory: 704952 KiB

Child status: 0

Real time (s): 96.7669
CPU time (s): 96.5248
CPU user time (s): 93.84
CPU system time (s): 2.68482
CPU usage (%): 99.7498
Max. virtual memory (cumulated for all children) (KiB): 1498176
Max. memory (cumulated for all children) (KiB): 1197268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.84
system time used= 2.68482
maximum resident set size= 1194324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167549
page faults= 0
swaps= 0
block input operations= 0
block output operations= 55328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 132


# summary of solver processes directly reported to runsolver:
#   pid: 178378
#   total CPU time (s): 96.5248
#   total CPU user time (s): 93.84
#   total CPU system time (s): 2.68482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.210297 second user time and 0.45903 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:28:32
IDJOB=4544105
IDBENCH=174892
IDSOLVER=3357
FILE ID=nodeC033/4544105-1753219712
RUNJOBID= nodeC033-1753211687-175479
SLURM_JOB_ID= 9687798
Free space on /tmp= 432344 MiB

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

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

MD5SUM BENCH= abde55a93501845a748728a01651cccf
RANDOM SEED=1188808406

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.072
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		: 3599.413
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		: 3575.680
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.068
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.126
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.061
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		: 3600.015
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		: 3559.877
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:        121648724 kB
MemAvailable:   123351816 kB
Buffers:            2128 kB
Cached:          2426116 kB
SwapCached:           64 kB
Active:          7499036 kB
Inactive:        1198984 kB
Active(anon):    6290720 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1193700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8612 kB
Writeback:            28 kB
AnonPages:       6268988 kB
Mapped:           122548 kB
Shmem:             26228 kB
KReclaimable:     280628 kB
Slab:             378384 kB
SReclaimable:     280628 kB
SUnreclaim:        97756 kB
KernelStack:        4368 kB
PageTables:        15888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6956468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4431872 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= 432308 MiB
End job on nodeC033 at 2025-07-22 23:30:09