Trace number 4495753

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
roundingsat+pbsuma-log 63f22adSAT 26.2169 27.4609

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob10.opb
MD5SUMff70f65d4e56aadb7819a27e192bee4f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.03463
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint106
Maximum length of a constraint106
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 106925262
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1723212177
Number of bits of the biggest sum of numbers31
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-4495753-1751156230.opb'
0.00/0.01	c 	read 0.00MB  (0.12ms)
0.00/0.01	c	 [cnf: #variables 106 #clauses 2 #duplicates 0 #arr 212]
0.00/0.01	c output proof to 'PROOFDIR/proof-4495753-1751156230'
0.00/0.01	c 
0.00/0.01	c make graph and approximate orbits
0.00/0.01	c	 [group: #orbits ~= 0] (0.10ms)
0.00/0.01	c 
0.00/0.01	c detect special group actions
0.00/0.01	c 	probe for Johnson action (limit=64)
0.00/0.01	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01	c 	 (0.04ms)
0.00/0.01	c 
0.00/0.01	c detect symmetries on remainder
0.00/0.01	c 	[graph: #vertices 426 #edges 1060]
0.00/0.01	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.05ms)
0.00/0.01	c 
0.00/0.01	c finalize break order and special generators
0.00/0.01	c 
0.00/0.01	c generation finished
0.00/0.01	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.01	c 
0.00/0.01	c write result to 'HOME/instance-4495753-1751156230.opb.pre'
0.00/0.01	c 	wrote 0.00MB (0.06ms)
0.00/0.01	c ------------------------------------------------------------------
0.00/0.01	c                   0.61ms 62.12% other
0.00/0.01	c                   0.12ms 12.21% parse
0.00/0.01	c                   0.10ms 10.19% approx_orbits
0.00/0.01	c                   0.06ms  6.36% output
0.00/0.01	c                   0.05ms  4.87% detect_generic
0.00/0.01	c                   0.04ms  3.74% detect_special
0.00/0.01	c                   0.01ms  0.51% finalize_order
0.00/0.01	c         ───────────────────────────────────────────────
0.00/0.01	c                   0.98ms   100% total
0.00/0.01	c ------------------------------------------------------------------
0.00/0.02	c RoundingSat 2
0.00/0.02	c branch pb25
0.00/0.02	c commit 63f22ad
0.00/0.02	c #variables 106 #constraints 2
0.00/0.02	c rational objective 1.07103
0.19/0.29	c #Conflicts:       1000 | #Constraints:       1002
0.19/0.29	c #Conflicts:       2000 | #Constraints:       2013
0.19/0.29	c INPROCESSING
0.19/0.29	c GARBAGE COLLECT
0.19/0.29	c rational objective 2
0.98/1.01	c #Conflicts:       3000 | #Constraints:       2509
0.98/1.01	c #Conflicts:       4000 | #Constraints:       4058
0.98/1.01	c INPROCESSING
0.98/1.01	c GARBAGE COLLECT
0.98/1.01	c rational objective 2
1.57/1.66	c #Conflicts:       5000 | #Constraints:       2955
1.57/1.66	c #Conflicts:       6000 | #Constraints:       3955
1.57/1.66	c INPROCESSING
1.57/1.66	c GARBAGE COLLECT
1.57/1.66	c rational objective 2
2.37/2.42	c #Conflicts:       7000 | #Constraints:       2682
2.37/2.42	c #Conflicts:       8000 | #Constraints:       3682
2.37/2.42	c #Conflicts:       9000 | #Constraints:       4784
2.37/2.42	c INPROCESSING
2.37/2.42	c GARBAGE COLLECT
2.37/2.42	c rational objective 2
3.26/3.35	c #Conflicts:      10000 | #Constraints:       3318
3.26/3.35	c #Conflicts:      11000 | #Constraints:       4422
3.26/3.35	c #Conflicts:      12000 | #Constraints:       5510
3.26/3.35	c INPROCESSING
3.26/3.35	c GARBAGE COLLECT
3.26/3.35	c rational objective 2
4.36/4.49	c #Conflicts:      13000 | #Constraints:       3878
4.36/4.49	c #Conflicts:      14000 | #Constraints:       5181
4.36/4.49	c #Conflicts:      15000 | #Constraints:       6443
4.36/4.49	c INPROCESSING
4.36/4.49	c GARBAGE COLLECT
4.36/4.49	c rational objective 2
5.75/5.88	c #Conflicts:      16000 | #Constraints:       4229
5.75/5.88	c #Conflicts:      17000 | #Constraints:       5229
5.75/5.88	c #Conflicts:      18000 | #Constraints:       6229
5.75/5.88	c INPROCESSING
5.75/5.88	c GARBAGE COLLECT
5.75/5.88	c rational objective 2
7.25/7.32	c #Conflicts:      19000 | #Constraints:       4020
7.25/7.32	c #Conflicts:      20000 | #Constraints:       5020
7.25/7.32	c #Conflicts:      21000 | #Constraints:       6022
7.25/7.32	c INPROCESSING
7.25/7.32	c GARBAGE COLLECT
7.25/7.32	c rational objective 2
8.85/8.96	c #Conflicts:      22000 | #Constraints:       3746
8.85/8.96	c #Conflicts:      23000 | #Constraints:       4746
8.85/8.96	c #Conflicts:      24000 | #Constraints:       5746
8.85/8.96	c #Conflicts:      25000 | #Constraints:       6746
8.85/8.96	c INPROCESSING
8.85/8.96	c GARBAGE COLLECT
8.85/8.96	c rational objective 2
10.54/10.63	c #Conflicts:      26000 | #Constraints:       4278
10.54/10.63	c #Conflicts:      27000 | #Constraints:       5278
10.54/10.63	c #Conflicts:      28000 | #Constraints:       6287
10.54/10.63	c #Conflicts:      29000 | #Constraints:       7382
10.54/10.63	c INPROCESSING
10.54/10.63	c GARBAGE COLLECT
10.54/10.63	c rational objective 2
12.34/12.49	c #Conflicts:      30000 | #Constraints:       4697
12.34/12.49	c #Conflicts:      31000 | #Constraints:       5700
12.34/12.49	c #Conflicts:      32000 | #Constraints:       6700
12.34/12.49	c #Conflicts:      33000 | #Constraints:       7700
12.34/12.49	c INPROCESSING
12.34/12.49	c GARBAGE COLLECT
12.34/12.49	c rational objective 2
14.23/14.35	c #Conflicts:      34000 | #Constraints:       4853
14.23/14.35	c #Conflicts:      35000 | #Constraints:       5853
14.23/14.35	c #Conflicts:      36000 | #Constraints:       6853
14.23/14.35	c #Conflicts:      37000 | #Constraints:       7853
14.23/14.35	c INPROCESSING
14.23/14.35	c GARBAGE COLLECT
14.23/14.35	c rational objective 2
16.53/16.68	c #Conflicts:      38000 | #Constraints:       4921
16.53/16.68	c #Conflicts:      39000 | #Constraints:       6065
16.53/16.68	c #Conflicts:      40000 | #Constraints:       7230
16.53/16.68	c #Conflicts:      41000 | #Constraints:       8309
16.53/16.68	c INPROCESSING
16.53/16.68	c GARBAGE COLLECT
16.53/16.68	c rational objective 2
19.42/19.54	c #Conflicts:      42000 | #Constraints:       4937
19.42/19.54	c #Conflicts:      43000 | #Constraints:       6044
19.42/19.54	c #Conflicts:      44000 | #Constraints:       7157
19.42/19.54	c #Conflicts:      45000 | #Constraints:       8298
19.42/19.54	c #Conflicts:      46000 | #Constraints:       9389
19.42/19.54	c INPROCESSING
19.42/19.54	c GARBAGE COLLECT
19.42/19.54	c rational objective 2
22.11/22.21	c #Conflicts:      47000 | #Constraints:       5718
22.11/22.21	c #Conflicts:      48000 | #Constraints:       6835
22.11/22.21	c #Conflicts:      49000 | #Constraints:       7961
22.11/22.21	c #Conflicts:      50000 | #Constraints:       9051
22.11/22.21	c #Conflicts:      51000 | #Constraints:      10228
22.11/22.21	c INPROCESSING
22.11/22.21	c GARBAGE COLLECT
22.11/22.21	c rational objective 2
25.50/25.61	c #Conflicts:      52000 | #Constraints:       6262
25.50/25.61	c #Conflicts:      53000 | #Constraints:       7423
25.50/25.61	c #Conflicts:      54000 | #Constraints:       8538
25.50/25.61	c #Conflicts:      55000 | #Constraints:       9671
25.50/25.61	c #Conflicts:      56000 | #Constraints:      10739
25.50/25.61	c INPROCESSING
25.50/25.61	c GARBAGE COLLECT
25.50/25.61	c rational objective 2
26.20/27.46	c #Conflicts:      57000 | #Constraints:       6432
26.20/27.46	c cpu time 25.7947 s
26.20/27.46	c deterministic time 8823501879 8.82e+09
26.20/27.46	c optimization time 5e-05 s
26.20/27.46	c total solve time 25.7937 s
26.20/27.46	c core-guided solve time 0 s
26.20/27.46	c propagation time 21.1272 s
26.20/27.46	c conflict analysis time 3.68394 s
26.20/27.46	c propagations 320334
26.20/27.46	c resolve steps 176502
26.20/27.46	c decisions 86964
26.20/27.46	c conflicts 57270
26.20/27.46	c restarts 180
26.20/27.46	c inprocessing phases 16
26.20/27.46	c garbage collections 16 ,( 100.00 )
26.20/27.46	c input clauses 0 ,( 0.00 )
26.20/27.46	c input cardinalities 0 ,( 0.00 )
26.20/27.46	c input general constraints 2 ,( 100.00 )
26.20/27.46	c input average constraint length 106.00
26.20/27.46	c input average constraint degree 808143457.50
26.20/27.46	c learned clauses 20294 ,( 32.76 )
26.20/27.46	c learned cardinalities 1 ,( 0.00 )
26.20/27.46	c learned general constraints 41645 ,( 67.23 )
26.20/27.46	c learned average constraint length 91.81
26.20/27.46	c learned average constraint degree 320997399.80
26.20/27.46	c watched  CF 32, 64, 128, Arb: 11858 , 0 , 0 , 0
26.20/27.46	c counting CF 32, 64, 128, Arb: 29789 , 0 , 0 , 0
26.20/27.46	c watched   constraints 11858 ,( 28.47 ) 
26.20/27.46	c counting  constraints 29789 ,( 71.53 ) 
26.20/27.46	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 775459 , 67 , 335886949 ,( 10216817 , 325670132 )
26.20/27.46	c gcd simplifications 23085
26.20/27.46	c detected cardinalities 1
26.20/27.46	c weakened non-implied lits 299916
26.20/27.46	c weakened non-implying lits 105521
26.20/27.46	c original variables 106
26.20/27.46	c clausal propagations 5046
26.20/27.46	c cardinality propagations 0
26.20/27.46	c watched propagations 15565
26.20/27.46	c counting propagations 236408
26.20/27.46	c watch lookups 361286084
26.20/27.46	c watch backjump lookups 0
26.20/27.46	c watch checks 76946185
26.20/27.46	c propagation checks 8360755249
26.20/27.46	c constraint additions 23636687
26.20/27.46	c trail pops 464568
26.20/27.46	c formula constraints 2
26.20/27.46	c learned constraints 57270
26.20/27.46	c bound constraints 0
26.20/27.46	c core-guided constraints 0
26.20/27.46	c encountered formula constraints 159635
26.20/27.46	c encountered learned constraints 74135
26.20/27.46	c encountered bound constraints 0
26.20/27.46	c encountered core-guided constraints 0
26.20/27.46	c LP total time 0.841469 s
26.20/27.46	c LP solve time 0.26 s
26.20/27.46	c LP constraints added 21
26.20/27.46	c LP constraints removed 17
26.20/27.46	c LP pivots internal 5727
26.20/27.46	c LP pivots root 80
26.20/27.46	c LP calls 6486
26.20/27.46	c LP optimalities 1802
26.20/27.46	c LP no pivot count 198
26.20/27.46	c LP infeasibilities 4684
26.20/27.46	c LP valid Farkas constraints 4651
26.20/27.46	c LP learned Farkas constraints 0
26.20/27.46	c LP basis resets 0
26.20/27.46	c LP cycling count 0
26.20/27.46	c LP singular count 0
26.20/27.46	c LP no primal count 0
26.20/27.46	c LP no farkas count 0
26.20/27.46	c LP other issue count 0
26.20/27.46	c LP Gomory cuts 19
26.20/27.46	c LP learned cuts 0
26.20/27.46	c LP deleted cuts 17
26.20/27.46	c LP encountered Gomory constraints 2
26.20/27.46	c LP encountered Farkas constraints 0
26.20/27.46	c LP encountered learned Farkas constraints 0
26.20/27.46	c CG auxiliary variables introduced 0
26.20/27.46	c CG solutions found 0
26.20/27.46	c CG cores constructed 0
26.20/27.46	c CG core cardinality constraints returned 0
26.20/27.46	c CG unit cores 0
26.20/27.46	c CG single cores 0
26.20/27.46	c CG blocks removed during cardinality reduction 0
26.20/27.46	c CG first core best 0
26.20/27.46	c CG decision core best 0
26.20/27.46	c CG core reduction tie 0
26.20/27.46	c CG core degree average 0.00
26.20/27.46	c CG core slack average 0.00
26.20/27.46	c CG core upper bound improvements 0
26.20/27.46	c STR number of successful calls 0
26.20/27.46	c STR number of unsuccessful calls 0
26.20/27.46	c STR number of inconclusive calls 0
26.20/27.46	c STR number of successful attempts 0
26.20/27.46	c STR number of unsuccessful attempts 0
26.20/27.46	c STR number of inconclusive attempts 0
26.20/27.46	c STR average degree increase per successful call inf
26.20/27.46	c STR average degree increase per successful attempt inf
26.20/27.46	c STR total number of conflicts for successful attempts 0
26.20/27.46	c STR total number of conflicts for unsuccessful attempts 0
26.20/27.46	c STR total number of conflicts for inconclusive attempts 0
26.20/27.46	c STR average number of conflicts per successful attempt inf
26.20/27.46	c STR average number of conflicts per unsuccessful attempt inf
26.20/27.46	c STR average number of conflicts per inconclusive attempt inf
26.20/27.46	c AVG.sumWPerc 63.77 
26.20/27.46	c bigint constraints 0 
26.20/27.46	s SATISFIABLE
26.20/27.46	v x1 -x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 x15 x16 x17 x18 x19 -x20 -x21 -x22 -x23 x24 x25 x26 x27 x28 x29 x30 x31 -x32 -x33 -x34 -x35 x36 x37 x38 x39 x40 x41 -x42 -x43 -x44 -x45 -x46 x47 x48 x49 x50 x51 x52 -x53 -x54 -x55 -x56 x57 x58 x59 x60 x61 -x62 -x63 -x64 -x65 -x66 x67 x68 x69 x70 x71 x72 x73 -x74 -x75 -x76 x77 x78 x79 x80 x81 x82 -x83 -x84 -x85 -x86 x87 x88 x89 x90 x91 x92 -x93 -x94 -x95 -x96 x97 x98 x99 x100 x101 x102 -x103 -x104 -x105 -x106

Verifier Data

OK	0

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 (60929 MiB free)
  memory of node 1: 64465 MiB (63006 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=18406, runsolver pid=18403
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.17 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126903396/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=56480 memory=13384 CPUtime=0.07 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 709 0 0 0 7 0 0 0 20 0 1 0 31301509 57835520 3346 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 14120 3346 2368 1147 0 1547 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60672 KiB
Current children cumulated memory: 16456 KiB

[startup+0.205549 s]*
/proc/loadavg: 4.17 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126901380/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=57732 memory=14536 CPUtime=0.19 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 993 0 0 0 18 1 0 0 20 0 1 0 31301509 59117568 3634 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 14433 3634 2368 1147 0 1860 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 61924 KiB
Current children cumulated memory: 17608 KiB

[startup+0.305385 s]*
/proc/loadavg: 4.17 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126897348/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=58424 memory=15176 CPUtime=0.28 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 1151 0 0 0 27 1 0 0 20 0 1 0 31301509 59826176 3794 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 14606 3794 2368 1147 0 2033 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62616 KiB
Current children cumulated memory: 18248 KiB

[startup+0.700157 s]
/proc/loadavg: 4.17 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126897348/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=60576 memory=16840 CPUtime=0.67 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 1572 0 0 0 65 2 0 0 20 0 1 0 31301509 62029824 4210 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 15144 4210 2368 1147 0 2571 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64768 KiB
Current children cumulated memory: 19912 KiB

[startup+1.50016 s]
/proc/loadavg: 4.17 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126889508/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=62688 memory=20920 CPUtime=1.47 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 2061 0 0 0 143 4 0 0 20 0 1 0 31301509 64192512 5230 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 15672 5230 2368 1147 0 3099 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 66880 KiB
Current children cumulated memory: 23992 KiB

[startup+3.10547 s]
/proc/loadavg: 4.16 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126873420/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=64416 memory=22456 CPUtime=3.07 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 2444 0 0 0 299 8 0 0 20 0 1 0 31301509 65961984 5614 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 16104 5614 2368 1147 0 3531 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 68608 KiB
Current children cumulated memory: 25528 KiB

[startup+6.30014 s]
/proc/loadavg: 4.16 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126849996/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=68688 memory=24376 CPUtime=6.26 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 2938 0 0 0 612 14 0 0 20 0 1 0 31301509 70336512 6094 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 17172 6094 2368 1147 0 4599 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 72880 KiB
Current children cumulated memory: 27448 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.03 3.73 5/274 18409
/proc/meminfo: memFree=126793892/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=74616 memory=29112 CPUtime=12.64 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 4133 0 0 0 1239 25 0 0 20 0 1 0 31301509 76406784 7278 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 18654 7278 2368 1147 0 6081 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 78808 KiB
Current children cumulated memory: 32184 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.03 3.74 5/274 18409
/proc/meminfo: memFree=126619668/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=81484 memory=34488 CPUtime=25.4 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 5463 0 0 0 2501 39 0 0 20 0 1 0 31301509 83439616 8622 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 20371 8622 2368 1147 0 7798 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 85676 KiB
Current children cumulated memory: 37560 KiB

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

# cumulated CPU time of all completed processes:  user=25.7965 s, system=0.420428 s

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

[startup+25.6002 s]
/proc/loadavg: 4.11 4.03 3.74 5/274 18409
/proc/meminfo: memFree=126619668/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=81764 memory=34616 CPUtime=25.5 cores=0,2
/proc/18409/stat : 18409 (roundingsat) R 18406 18406 15084 0 -1 4194304 5503 0 0 0 2511 39 0 0 20 0 1 0 31301509 83726336 8654 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 20441 8654 2368 1147 0 7868 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 85956 KiB
Current children cumulated memory: 37688 KiB

[startup+26.4002 s]
/proc/loadavg: 4.11 4.03 3.74 5/274 18409
/proc/meminfo: memFree=126605064/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=81680 memory=34616 CPUtime=26.19 cores=0,2
/proc/18409/stat : 18409 (roundingsat) D 18406 18406 15084 0 -1 4194304 5506 0 0 0 2579 40 0 0 20 0 1 0 31301509 83640320 8654 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 20420 8654 2368 1147 0 7847 0
Current children cumulated CPU time: 26.19 s
Current children cumulated vsize: 85872 KiB
Current children cumulated memory: 37688 KiB

[startup+27.2002 s]
/proc/loadavg: 4.11 4.03 3.74 4/274 18409
/proc/meminfo: memFree=126585644/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=81680 memory=34616 CPUtime=26.19 cores=0,2
/proc/18409/stat : 18409 (roundingsat) D 18406 18406 15084 0 -1 4194304 5506 0 0 0 2579 40 0 0 20 0 1 0 31301509 83640320 8654 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 1 0 0 17 0 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 20420 8654 2368 1147 0 7847 0
Current children cumulated CPU time: 26.19 s
Current children cumulated vsize: 85872 KiB
Current children cumulated memory: 37688 KiB

[startup+27.4002 s]
/proc/loadavg: 4.11 4.03 3.74 4/274 18409
/proc/meminfo: memFree=126585644/131249988 swapFree=33010684/33010684
[pid=18406] ppid=18403 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/18406/stat : 18406 (run-dec-break-l) S 18403 18406 15084 0 -1 4194304 241 218 0 0 0 0 0 0 20 0 1 0 31301508 4292608 768 18446744073709551615 94273370066944 94273370961477 140725323999440 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94273371200528 94273371248272 94273402269696 140725324007701 140725324007902 140725324007902 140725324013504 0
/proc/18406/statm: 1048 768 704 219 0 110 0
[pid=18409] ppid=18406 vsize=81680 memory=34616 CPUtime=26.2 cores=0,2
/proc/18409/stat : 18409 (roundingsat) D 18406 18406 15084 0 -1 4194304 5506 0 0 0 2579 41 0 0 20 0 1 0 31301509 83640320 8654 18446744073709551615 4227072 8923433 140722958659984 0 0 0 0 0 8405026 1 0 0 17 2 0 0 0 0 0 9823104 9832592 23072768 140722958665972 140722958666280 140722958666280 140722958671850 0
/proc/18409/statm: 20420 8654 2368 1147 0 7847 0
Current children cumulated CPU time: 26.2 s
Current children cumulated vsize: 85872 KiB
Current children cumulated memory: 37688 KiB

Child status: 0

Real time (s): 27.4609
CPU time (s): 26.2169
CPU user time (s): 25.7965
CPU system time (s): 0.420428
CPU usage (%): 95.4699
Max. virtual memory (cumulated for all children) (KiB): 85956
Max. memory (cumulated for all children) (KiB): 37688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.7965
system time used= 0.420428
maximum resident set size= 34616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5988
page faults= 0
swaps= 0
block input operations= 0
block output operations= 180008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3373
involuntary context switches= 70


# summary of solver processes directly reported to runsolver:
#   pid: 18406
#   total CPU time (s): 26.2169
#   total CPU user time (s): 25.7965
#   total CPU system time (s): 0.420428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068463 second user time and 0.147126 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-06-29 02:17:10
IDJOB=4495753
IDBENCH=148097
IDSOLVER=3358
FILE ID=nodeC031/4495753-1751156230
RUNJOBID= nodeC031-1751155546-15094
SLURM_JOB_ID= 9587472
Free space on /tmp= 433024 MiB

SOLVER NAME= roundingsat+pbsuma-log 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob10.opb
COMMAND LINE= run-dec-break-log.sh BENCHNAME PROOFFILE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4495753-1751156230/watcher-4495753-1751156230 -o /tmp/evaluation-result-4495753-1751156230/solver-4495753-1751156230 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751155546-15094 --watchdog 3760 --file-size-limit 100000 run-dec-break-log.sh HOME/instance-4495753-1751156230.opb PROOFDIR/proof-4495753-1751156230

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

MD5SUM BENCH= ff70f65d4e56aadb7819a27e192bee4f
RANDOM SEED=526607717

nodeC031 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.895
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	: 6999.78
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.886
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.817
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	: 6999.78
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		: 3599.958
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	: 6999.78
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		: 3599.886
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	: 6999.78
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		: 3599.891
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	: 6999.78
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		: 3616.900
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	: 6999.78
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		: 3687.056
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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126909508 kB
MemAvailable:   129032436 kB
Buffers:            3280 kB
Cached:          2931356 kB
SwapCached:            0 kB
Active:          1086292 kB
Inactive:        2712264 kB
Active(anon):     882056 kB
Inactive(anon):        0 kB
Active(file):     204236 kB
Inactive(file):  2712264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30036 kB
Writeback:             0 kB
AnonPages:        865696 kB
Mapped:           116664 kB
Shmem:             18064 kB
KReclaimable:      91332 kB
Slab:             177308 kB
SReclaimable:      91332 kB
SUnreclaim:        85976 kB
KernelStack:        4400 kB
PageTables:         4924 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1242264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC031 at 2025-06-29 02:17:37