Trace number 4543754

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 69.817 69.9874

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_14_088.opb
MD5SUM24c7738c3c83b878554c33cfdaf58c44
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.47269
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109662
Total number of constraints2479
Number of constraints which are clauses1247
Number of constraints which are cardinality constraints (but not clauses)1232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint14
Maximum length of a constraint89
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 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 90
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-4543754-1753219428.opb'
0.00/0.04	c 	read 2.21MB  (27.00ms)
0.00/0.04	c	 [cnf: #variables 109662 #clauses 2479 #duplicates 0 #arr 219324]
0.00/0.04	c 
0.00/0.04	c make graph and approximate orbits
0.09/0.10	c	 [group: #orbits ~= 6] (64.76ms)
0.09/0.10	c 
0.09/0.10	c detect special group actions
0.09/0.10	c 	probe for Johnson action (limit=64)
0.09/0.17	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.19/0.21	c 	probe for row symmetry (limit=64, splits=16.78M)
0.19/0.24	c 	recursing 56 blocks of candidate 14x15666r
0.19/0.28	c 	 found row 14x15666, generating row predicate
0.28/0.33	c 	 (231.21ms)
0.28/0.33	c 
0.28/0.33	c detect symmetries on remainder
0.28/0.33	c 	[graph: #vertices 441127 #edges 1096620]
0.28/0.34	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.48/0.54	c 	 [group: #symmetries 3.25*10^3759 #generators 2436] (202.90ms)
0.48/0.54	c 
0.48/0.54	c optimize generators (opt_passes=64, conjugate_limit=18795)
0.48/0.59	c 	ran it=0, +gens=92 
51.47/51.68	c 	con best_support=352, best_gens=1218, +gens=807
51.47/51.68	c 	(51144.32ms)
51.47/51.68	c 
51.47/51.68	c finalize break order and special generators
51.47/51.69	c 
51.47/51.69	c add generic predicates (break_depth=10)
51.57/51.70	c 	added predicates for 3335 generators (14.75ms)
51.57/51.70	c 
51.57/51.70	c generation finished
51.57/51.70	c 	[sbp: #constraints 704328 #add_vars 233660]
51.57/51.71	c 
51.57/51.71	c write result to 'HOME/instance-4543754-1753219428.opb.pre'
51.57/51.77	c 	wrote 31.18MB (64.41ms)
51.57/51.78	c ------------------------------------------------------------------
51.57/51.78	c               51144.32ms 98.79% optimize_gens
51.57/51.78	c                 231.21ms  0.45% detect_special
51.57/51.78	c                 202.90ms  0.39% detect_generic
51.57/51.78	c                  64.76ms  0.13% approx_orbits
51.57/51.78	c                  64.41ms  0.12% output
51.57/51.78	c                  27.00ms  0.05% parse
51.57/51.78	c                  14.75ms  0.03% break_generic
51.57/51.78	c                   9.71ms  0.02% other
51.57/51.78	c                   9.23ms  0.02% finalize_order
51.57/51.78	c         ───────────────────────────────────────────────
51.57/51.78	c               51768.29ms   100% total
51.57/51.78	c ------------------------------------------------------------------
51.66/51.80	c RoundingSat 2
51.66/51.80	c branch pb25
51.66/51.80	c commit 63f22ad
54.85/55.03	c #variables 343322 #constraints 706807
69.71/69.96	c cpu time 17.076 s
69.71/69.96	c deterministic time 2862684 2.86e+06
69.71/69.96	c optimization time 0.000243 s
69.71/69.96	c total solve time 14.608 s
69.71/69.96	c core-guided solve time 0 s
69.71/69.96	c propagation time 1.54947 s
69.71/69.96	c conflict analysis time 0.011113 s
69.71/69.96	c propagations 288266
69.71/69.96	c resolve steps 175
69.71/69.96	c decisions 54736
69.71/69.96	c conflicts 88
69.71/69.96	c restarts 1
69.71/69.96	c inprocessing phases 0
69.71/69.96	c garbage collections 0 ,( -nan )
69.71/69.96	c input clauses 705575 ,( 99.83 )
69.71/69.96	c input cardinalities 1232 ,( 0.17 )
69.71/69.96	c input general constraints 0 ,( 0.00 )
69.71/69.96	c input average constraint length 3.29
69.71/69.96	c input average constraint degree 1.15
69.71/69.96	c learned clauses 0 ,( 0.00 )
69.71/69.96	c learned cardinalities 87 ,( 100.00 )
69.71/69.96	c learned general constraints 0 ,( 0.00 )
69.71/69.96	c learned average constraint length 2653.67
69.71/69.96	c learned average constraint degree 1349.33
69.71/69.96	c watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
69.71/69.96	c counting CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
69.71/69.96	c watched   constraints 0 ,( -nan ) 
69.71/69.96	c counting  constraints 0 ,( -nan ) 
69.71/69.96	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 498287 , 1232 , 0 ,( 0 , 0 )
69.71/69.96	c gcd simplifications 0
69.71/69.96	c detected cardinalities 0
69.71/69.96	c weakened non-implied lits 0
69.71/69.96	c weakened non-implying lits 0
69.71/69.96	c original variables 343322
69.71/69.96	c clausal propagations 230672
69.71/69.96	c cardinality propagations 53679
69.71/69.96	c watched propagations 0
69.71/69.96	c counting propagations 0
69.71/69.96	c watch lookups 499519
69.71/69.96	c watch backjump lookups 0
69.71/69.96	c watch checks 1092457
69.71/69.96	c propagation checks 340231
69.71/69.96	c constraint additions 246357
69.71/69.96	c trail pops 338117
69.71/69.96	c formula constraints 706807
69.71/69.96	c learned constraints 87
69.71/69.96	c bound constraints 0
69.71/69.96	c core-guided constraints 0
69.71/69.96	c encountered formula constraints 177
69.71/69.96	c encountered learned constraints 86
69.71/69.96	c encountered bound constraints 0
69.71/69.96	c encountered core-guided constraints 0
69.71/69.96	c LP total time 2.13663 s
69.71/69.96	c LP solve time 1.8 s
69.71/69.96	c LP constraints added 706807
69.71/69.96	c LP constraints removed 0
69.71/69.96	c LP pivots internal 2000
69.71/69.96	c LP pivots root 1000
69.71/69.96	c LP calls 2
69.71/69.96	c LP optimalities 0
69.71/69.96	c LP no pivot count 0
69.71/69.96	c LP infeasibilities 0
69.71/69.96	c LP valid Farkas constraints 0
69.71/69.96	c LP learned Farkas constraints 0
69.71/69.96	c LP basis resets 0
69.71/69.96	c LP cycling count 0
69.71/69.96	c LP singular count 0
69.71/69.96	c LP no primal count 0
69.71/69.96	c LP no farkas count 0
69.71/69.96	c LP other issue count 0
69.71/69.96	c LP Gomory cuts 0
69.71/69.96	c LP learned cuts 0
69.71/69.96	c LP deleted cuts 0
69.71/69.96	c LP encountered Gomory constraints 0
69.71/69.96	c LP encountered Farkas constraints 0
69.71/69.96	c LP encountered learned Farkas constraints 0
69.71/69.96	c CG auxiliary variables introduced 0
69.71/69.96	c CG solutions found 0
69.71/69.96	c CG cores constructed 0
69.71/69.96	c CG core cardinality constraints returned 0
69.71/69.96	c CG unit cores 0
69.71/69.96	c CG single cores 0
69.71/69.96	c CG blocks removed during cardinality reduction 0
69.71/69.96	c CG first core best 0
69.71/69.96	c CG decision core best 0
69.71/69.96	c CG core reduction tie 0
69.71/69.96	c CG core degree average 0.00
69.71/69.96	c CG core slack average 0.00
69.71/69.96	c CG core upper bound improvements 0
69.71/69.96	c STR number of successful calls 0
69.71/69.96	c STR number of unsuccessful calls 0
69.71/69.96	c STR number of inconclusive calls 0
69.71/69.96	c STR number of successful attempts 0
69.71/69.96	c STR number of unsuccessful attempts 0
69.71/69.96	c STR number of inconclusive attempts 0
69.71/69.96	c STR average degree increase per successful call inf
69.71/69.96	c STR average degree increase per successful attempt inf
69.71/69.96	c STR total number of conflicts for successful attempts 0
69.71/69.96	c STR total number of conflicts for unsuccessful attempts 0
69.71/69.96	c STR total number of conflicts for inconclusive attempts 0
69.71/69.96	c STR average number of conflicts per successful attempt inf
69.71/69.96	c STR average number of conflicts per unsuccessful attempt inf
69.71/69.96	c STR average number of conflicts per inconclusive attempt inf
69.71/69.96	c AVG.sumWPerc -nan 
69.71/69.96	c bigint constraints 0 
69.71/69.96	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 (58702 MiB free)
  memory of node 1: 64465 MiB (60450 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=177943, runsolver pid=177940

[startup+0.100067 s]*
/proc/loadavg: 4.08 4.08 4.08 5/271 177945
/proc/meminfo: memFree=121956344/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=124172 memory=87172 CPUtime=0.09 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 16230 0 0 0 6 3 0 0 20 0 1 0 237622229 127152128 21793 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 31043 21793 992 108 0 28451 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 128364 KiB
Current children cumulated memory: 90116 KiB

[startup+0.205803 s]*
/proc/loadavg: 4.08 4.08 4.08 5/271 177945
/proc/meminfo: memFree=121952248/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=144416 memory=89016 CPUtime=0.19 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 18448 0 0 0 16 3 0 0 20 0 1 0 237622229 147881984 22254 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 36104 22254 1024 108 0 33512 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 148608 KiB
Current children cumulated memory: 91960 KiB

[startup+0.305609 s]*
/proc/loadavg: 4.08 4.08 4.08 6/271 177945
/proc/meminfo: memFree=121924212/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=165924 memory=120368 CPUtime=0.28 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 24562 0 0 0 24 4 0 0 20 0 1 0 237622229 169906176 30092 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 41481 30092 1024 108 0 38889 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 170116 KiB
Current children cumulated memory: 123312 KiB

[startup+0.70021 s]
/proc/loadavg: 4.08 4.08 4.08 5/271 177945
/proc/meminfo: memFree=121835000/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=0.67 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39982 0 0 0 60 7 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+1.5002 s]
/proc/loadavg: 4.08 4.08 4.08 5/271 177945
/proc/meminfo: memFree=121826936/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=1.47 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39982 0 0 0 140 7 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+3.10547 s]
/proc/loadavg: 4.08 4.07 4.08 5/271 177945
/proc/meminfo: memFree=121827112/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=3.08 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39985 0 0 0 300 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+6.3002 s]
/proc/loadavg: 4.08 4.07 4.08 5/271 177945
/proc/meminfo: memFree=121827112/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=6.27 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39988 0 0 0 619 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177945
/proc/meminfo: memFree=121819192/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=12.65 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39991 0 0 0 1257 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.07 4.08 5/271 177945
/proc/meminfo: memFree=121823196/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=25.42 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39991 0 0 0 2534 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+51.1055 s]
/proc/loadavg: 4.10 4.08 4.09 5/271 177946
/proc/meminfo: memFree=121806692/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=50.98 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39993 0 0 0 5090 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

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

# cumulated CPU time of all completed processes:  user=68.7647 s, system=1.05232 s

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

[startup+51.2002 s]
/proc/loadavg: 4.10 4.08 4.09 5/271 177946
/proc/meminfo: memFree=121806692/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177945] ppid=177943 vsize=277588 memory=205528 CPUtime=51.07 cores=1,3
/proc/177945/stat : 177945 (pbsuma) R 177943 177943 175467 0 -1 4194304 39993 0 0 0 5099 8 0 0 20 0 1 0 237622229 284250112 51382 18446744073709551615 4210688 4653049 140733340777776 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 4700520 4703148 15421440 140733340780897 140733340781104 140733340781104 140733340786671 0
/proc/177945/statm: 69397 51382 1024 108 0 66805 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 281780 KiB
Current children cumulated memory: 208472 KiB

[startup+57.6002 s]
/proc/loadavg: 4.09 4.08 4.09 5/271 177947
/proc/meminfo: memFree=120792504/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1419860 memory=1143984 CPUtime=5.77 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 120038 0 0 0 490 87 0 0 20 0 1 0 237627408 1453936640 285996 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 354965 285996 2336 1147 0 342392 0
Current children cumulated CPU time: 57.43 s
Current children cumulated vsize: 1424052 KiB
Current children cumulated memory: 1146928 KiB

[startup+64.0002 s]*
/proc/loadavg: 4.08 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1419860 memory=1143984 CPUtime=12.16 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 120068 0 0 0 1129 87 0 0 20 0 1 0 237627408 1453936640 285996 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 354965 285996 2336 1147 0 342392 0
Current children cumulated CPU time: 63.82 s
Current children cumulated vsize: 1424052 KiB
Current children cumulated memory: 1146928 KiB

[startup+67.2002 s]
/proc/loadavg: 4.08 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1419860 memory=1143984 CPUtime=15.35 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 120068 0 0 0 1448 87 0 0 20 0 1 0 237627408 1453936640 285996 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 354965 285996 2336 1147 0 342392 0
Current children cumulated CPU time: 67.01 s
Current children cumulated vsize: 1424052 KiB
Current children cumulated memory: 1146928 KiB

[startup+68.8002 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1462396 memory=1154356 CPUtime=16.95 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 120189 0 0 0 1607 88 0 0 20 0 1 0 237627408 1497493504 288589 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 365599 288589 2336 1147 0 353026 0
Current children cumulated CPU time: 68.61 s
Current children cumulated vsize: 1466588 KiB
Current children cumulated memory: 1157300 KiB

[startup+69.6002 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1471812 memory=1184252 CPUtime=17.75 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 121036 0 0 0 1686 89 0 0 20 0 1 0 237627408 1507135488 296063 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 367953 296063 2336 1147 0 355380 0
Current children cumulated CPU time: 69.41 s
Current children cumulated vsize: 1476004 KiB
Current children cumulated memory: 1187196 KiB

[startup+69.8002 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=1471812 memory=1185148 CPUtime=17.94 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 124338 0 0 0 1703 91 0 0 20 0 1 0 237627408 1507135488 296287 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 367953 296287 2368 1147 0 355380 0
Current children cumulated CPU time: 69.6 s
Current children cumulated vsize: 1476004 KiB
Current children cumulated memory: 1188092 KiB

[startup+69.9001 s]
/proc/loadavg: 4.07 4.07 4.08 5/271 177948
/proc/meminfo: memFree=120788188/131250000 swapFree=33009904/33010684
[pid=177943] ppid=177940 vsize=4192 memory=2944 CPUtime=51.66 cores=1,3
/proc/177943/stat : 177943 (run-dec-break.s) S 177940 177943 175467 0 -1 4194304 234 40349 0 0 0 0 5156 10 20 0 1 0 237622229 4292608 736 18446744073709551615 94671948705792 94671949600325 140731942887584 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94671949839376 94671949887120 94671957491712 140731942889823 140731942889952 140731942889952 140731942895556 0
/proc/177943/statm: 1048 736 672 219 0 110 0
[pid=177947] ppid=177943 vsize=756452 memory=655272 CPUtime=18.05 cores=1,3
/proc/177947/stat : 177947 (roundingsat) R 177943 177943 175467 0 -1 4194304 124398 0 0 0 1713 92 0 0 20 0 1 0 237627408 774606848 163818 18446744073709551615 4227072 8923433 140723214469616 0 0 0 0 0 8405026 0 0 0 17 1 0 0 0 0 0 9823104 9832592 15163392 140723214477634 140723214477862 140723214477862 140723214483434 0
/proc/177947/statm: 189113 163818 2400 1147 0 176540 0
Current children cumulated CPU time: 69.71 s
Current children cumulated vsize: 760644 KiB
Current children cumulated memory: 658216 KiB

Child status: 0

Real time (s): 69.9874
CPU time (s): 69.817
CPU user time (s): 68.7647
CPU system time (s): 1.05232
CPU usage (%): 99.7565
Max. virtual memory (cumulated for all children) (KiB): 1476004
Max. memory (cumulated for all children) (KiB): 1188092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.7647
system time used= 1.05232
maximum resident set size= 1185532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 60912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 73


# summary of solver processes directly reported to runsolver:
#   pid: 177943
#   total CPU time (s): 69.817
#   total CPU user time (s): 68.7647
#   total CPU system time (s): 1.05232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.140648 second user time and 0.342423 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-22 23:23:48
IDJOB=4543754
IDBENCH=174609
IDSOLVER=3357
FILE ID=nodeC033/4543754-1753219428
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_v1_14_088.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4543754-1753219428/watcher-4543754-1753219428 -o /tmp/evaluation-result-4543754-1753219428/solver-4543754-1753219428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1753211687-175479 --watchdog 3760  run-dec-break.sh HOME/instance-4543754-1753219428.opb

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

MD5SUM BENCH= 24c7738c3c83b878554c33cfdaf58c44
RANDOM SEED=522122370

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		: 3599.862
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.909
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		: 3658.605
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.069
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.068
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.068
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		: 3596.596
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		: 3600.229
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:        122012972 kB
MemAvailable:   123716376 kB
Buffers:            2128 kB
Cached:          2426456 kB
SwapCached:           64 kB
Active:          7206820 kB
Inactive:        1199324 kB
Active(anon):    5998504 kB
Inactive(anon):     5284 kB
Active(file):    1208316 kB
Inactive(file):  1194040 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9296 kB
Writeback:             0 kB
AnonPages:       5976712 kB
Mapped:           122552 kB
Shmem:             26228 kB
KReclaimable:     280572 kB
Slab:             378244 kB
SReclaimable:     280572 kB
SUnreclaim:        97672 kB
KernelStack:        4384 kB
PageTables:        15180 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6616640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4323328 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:24:58