Trace number 4496148

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 63f22adSAT 9.53373 9.59228

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
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.01902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
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 constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
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.02	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.02	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.02	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.02	c │      (c) 2025 Markus Anders                                    │
0.00/0.02	c └────────────────────────────────────────────────────────────────┘
0.00/0.02	c parse 'HOME/instance-4496148-1751159447.opb'
0.00/0.02	c 	read 0.00MB  (0.33ms)
0.00/0.02	c	 [cnf: #variables 77 #clauses 2 #duplicates 0 #arr 154]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.21ms)
0.00/0.02	c 
0.00/0.02	c detect special group actions
0.00/0.02	c 	probe for Johnson action (limit=64)
0.00/0.02	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	probe for row symmetry (limit=64, splits=16.78M)
0.00/0.02	c 	 (0.09ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 310 #edges 770]
0.00/0.02	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.02	c 	 [group: #symmetries 1.00*10^0 #generators 0] (0.12ms)
0.00/0.02	c 
0.00/0.02	c finalize break order and special generators
0.00/0.02	c 
0.00/0.02	c generation finished
0.00/0.02	c 	[sbp: #constraints 0 #add_vars 0]
0.00/0.02	c 
0.00/0.02	c write result to 'HOME/instance-4496148-1751159447.opb.pre'
0.00/0.02	c 	wrote 0.00MB (0.15ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.32ms 31.50% parse
0.00/0.02	c                   0.21ms 20.41% approx_orbits
0.00/0.02	c                   0.15ms 14.64% output
0.00/0.02	c                   0.13ms 12.40% other
0.00/0.02	c                   0.12ms 11.27% detect_generic
0.00/0.02	c                   0.09ms  8.59% detect_special
0.00/0.02	c                   0.01ms  1.19% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   1.03ms   100% total
0.00/0.02	c ------------------------------------------------------------------
0.00/0.04	c RoundingSat 2
0.00/0.04	c branch pb25
0.00/0.04	c commit 63f22ad
0.00/0.04	c #variables 77 #constraints 2
0.00/0.04	c rational objective 1.05113
0.38/0.52	c #Conflicts:       1000 | #Constraints:       1002
0.38/0.52	c #Conflicts:       2000 | #Constraints:       2002
0.38/0.52	c INPROCESSING
0.38/0.52	c GARBAGE COLLECT
0.38/0.52	c rational objective 2
1.06/1.13	c #Conflicts:       3000 | #Constraints:       2130
1.06/1.13	c #Conflicts:       4000 | #Constraints:       3262
1.06/1.13	c INPROCESSING
1.06/1.13	c GARBAGE COLLECT
1.06/1.13	c rational objective 2
1.65/1.75	c #Conflicts:       5000 | #Constraints:       2544
1.65/1.75	c #Conflicts:       6000 | #Constraints:       3617
1.65/1.75	c INPROCESSING
1.65/1.75	c GARBAGE COLLECT
1.65/1.75	c rational objective 2
2.25/2.35	c #Conflicts:       7000 | #Constraints:       2541
2.25/2.35	c #Conflicts:       8000 | #Constraints:       3542
2.25/2.35	c #Conflicts:       9000 | #Constraints:       4642
2.25/2.35	c INPROCESSING
2.25/2.35	c GARBAGE COLLECT
2.25/2.35	c rational objective 2
2.95/3.07	c #Conflicts:      10000 | #Constraints:       3293
2.95/3.07	c #Conflicts:      11000 | #Constraints:       4371
2.95/3.07	c #Conflicts:      12000 | #Constraints:       5483
2.95/3.07	c INPROCESSING
2.95/3.07	c GARBAGE COLLECT
2.95/3.07	c rational objective 2
3.84/3.96	c #Conflicts:      13000 | #Constraints:       3892
3.84/3.96	c #Conflicts:      14000 | #Constraints:       5090
3.84/3.96	c #Conflicts:      15000 | #Constraints:       6203
3.84/3.96	c INPROCESSING
3.84/3.96	c GARBAGE COLLECT
3.84/3.96	c rational objective 2
4.84/4.90	c #Conflicts:      16000 | #Constraints:       4198
4.84/4.90	c #Conflicts:      17000 | #Constraints:       5343
4.84/4.90	c #Conflicts:      18000 | #Constraints:       6454
4.84/4.90	c INPROCESSING
4.84/4.90	c GARBAGE COLLECT
4.84/4.90	c rational objective 2
5.73/5.85	c #Conflicts:      19000 | #Constraints:       4142
5.73/5.85	c #Conflicts:      20000 | #Constraints:       5142
5.73/5.85	c #Conflicts:      21000 | #Constraints:       6142
5.73/5.85	c INPROCESSING
5.73/5.85	c GARBAGE COLLECT
5.73/5.85	c rational objective 2
6.83/6.93	c #Conflicts:      22000 | #Constraints:       3806
6.83/6.93	c #Conflicts:      23000 | #Constraints:       4831
6.83/6.93	c #Conflicts:      24000 | #Constraints:       5831
6.83/6.93	c #Conflicts:      25000 | #Constraints:       6831
6.83/6.93	c INPROCESSING
6.83/6.93	c GARBAGE COLLECT
6.83/6.93	c rational objective 2
8.03/8.19	c #Conflicts:      26000 | #Constraints:       4359
8.03/8.19	c #Conflicts:      27000 | #Constraints:       5364
8.03/8.19	c #Conflicts:      28000 | #Constraints:       6473
8.03/8.19	c #Conflicts:      29000 | #Constraints:       7569
8.03/8.19	c INPROCESSING
8.03/8.19	c GARBAGE COLLECT
8.03/8.19	c rational objective 2
9.32/9.48	c #Conflicts:      30000 | #Constraints:       4820
9.32/9.48	c #Conflicts:      31000 | #Constraints:       5820
9.32/9.48	c #Conflicts:      32000 | #Constraints:       6820
9.32/9.48	c #Conflicts:      33000 | #Constraints:       7829
9.32/9.48	c INPROCESSING
9.32/9.48	c GARBAGE COLLECT
9.32/9.48	c rational objective 2
9.42/9.59	c cpu time 9.30068 s
9.42/9.59	c deterministic time 2496398613 2.50e+09
9.42/9.59	c optimization time 2.1e-05 s
9.42/9.59	c total solve time 9.29879 s
9.42/9.59	c core-guided solve time 0 s
9.42/9.59	c propagation time 7.71411 s
9.42/9.59	c conflict analysis time 1.1459 s
9.42/9.59	c propagations 184838
9.42/9.59	c resolve steps 102982
9.42/9.59	c decisions 50439
9.42/9.59	c conflicts 33292
9.42/9.59	c restarts 123
9.42/9.59	c inprocessing phases 11
9.42/9.59	c garbage collections 11 ,( 100.00 )
9.42/9.59	c input clauses 0 ,( 0.00 )
9.42/9.59	c input cardinalities 0 ,( 0.00 )
9.42/9.59	c input general constraints 2 ,( 100.00 )
9.42/9.59	c input average constraint length 77.00
9.42/9.59	c input average constraint degree 212445058.50
9.42/9.59	c learned clauses 12464 ,( 35.36 )
9.42/9.59	c learned cardinalities 0 ,( 0.00 )
9.42/9.59	c learned general constraints 22787 ,( 64.64 )
9.42/9.59	c learned average constraint length 62.92
9.42/9.59	c learned average constraint degree 114066384.05
9.42/9.59	c watched  CF 32, 64, 128, Arb: 4823 , 0 , 0 , 0
9.42/9.59	c counting CF 32, 64, 128, Arb: 17966 , 0 , 0 , 0
9.42/9.59	c watched   constraints 4823 ,( 21.16 ) 
9.42/9.59	c counting  constraints 17966 ,( 78.84 ) 
9.42/9.59	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 511444 , 0 , 132493249 ,( 3172708 , 129320541 )
9.42/9.59	c gcd simplifications 13782
9.42/9.59	c detected cardinalities 0
9.42/9.59	c weakened non-implied lits 165584
9.42/9.59	c weakened non-implying lits 72676
9.42/9.59	c original variables 77
9.42/9.59	c clausal propagations 5220
9.42/9.59	c cardinality propagations 0
9.42/9.59	c watched propagations 6529
9.42/9.59	c counting propagations 137447
9.42/9.59	c watch lookups 142362812
9.42/9.59	c watch backjump lookups 0
9.42/9.59	c watch checks 26935030
9.42/9.59	c propagation checks 2316751080
9.42/9.59	c constraint additions 9842444
9.42/9.59	c trail pops 268569
9.42/9.59	c formula constraints 2
9.42/9.59	c learned constraints 33292
9.42/9.59	c bound constraints 0
9.42/9.59	c core-guided constraints 0
9.42/9.59	c encountered formula constraints 93612
9.42/9.59	c encountered learned constraints 42661
9.42/9.59	c encountered bound constraints 0
9.42/9.59	c encountered core-guided constraints 0
9.42/9.59	c LP total time 0.400112 s
9.42/9.59	c LP solve time 0.21 s
9.42/9.59	c LP constraints added 16
9.42/9.59	c LP constraints removed 10
9.42/9.59	c LP pivots internal 3330
9.42/9.59	c LP pivots root 70
9.42/9.59	c LP calls 3060
9.42/9.59	c LP optimalities 892
9.42/9.59	c LP no pivot count 79
9.42/9.59	c LP infeasibilities 2166
9.42/9.59	c LP valid Farkas constraints 1946
9.42/9.59	c LP learned Farkas constraints 0
9.42/9.59	c LP basis resets 2
9.42/9.59	c LP cycling count 1
9.42/9.59	c LP singular count 1
9.42/9.59	c LP no primal count 0
9.42/9.59	c LP no farkas count 0
9.42/9.59	c LP other issue count 0
9.42/9.59	c LP Gomory cuts 13
9.42/9.59	c LP learned cuts 1
9.42/9.59	c LP deleted cuts 10
9.42/9.59	c LP encountered Gomory constraints 0
9.42/9.59	c LP encountered Farkas constraints 1
9.42/9.59	c LP encountered learned Farkas constraints 0
9.42/9.59	c CG auxiliary variables introduced 0
9.42/9.59	c CG solutions found 0
9.42/9.59	c CG cores constructed 0
9.42/9.59	c CG core cardinality constraints returned 0
9.42/9.59	c CG unit cores 0
9.42/9.59	c CG single cores 0
9.42/9.59	c CG blocks removed during cardinality reduction 0
9.42/9.59	c CG first core best 0
9.42/9.59	c CG decision core best 0
9.42/9.59	c CG core reduction tie 0
9.42/9.59	c CG core degree average 0.00
9.42/9.59	c CG core slack average 0.00
9.42/9.59	c CG core upper bound improvements 0
9.42/9.59	c STR number of successful calls 0
9.42/9.59	c STR number of unsuccessful calls 0
9.42/9.59	c STR number of inconclusive calls 0
9.42/9.59	c STR number of successful attempts 0
9.42/9.59	c STR number of unsuccessful attempts 0
9.42/9.59	c STR number of inconclusive attempts 0
9.42/9.59	c STR average degree increase per successful call inf
9.42/9.59	c STR average degree increase per successful attempt inf
9.42/9.59	c STR total number of conflicts for successful attempts 0
9.42/9.59	c STR total number of conflicts for unsuccessful attempts 0
9.42/9.59	c STR total number of conflicts for inconclusive attempts 0
9.42/9.59	c STR average number of conflicts per successful attempt inf
9.42/9.59	c STR average number of conflicts per unsuccessful attempt inf
9.42/9.59	c STR average number of conflicts per inconclusive attempt inf
9.42/9.59	c AVG.sumWPerc 67.87 
9.42/9.59	c bigint constraints 0 
9.42/9.59	s SATISFIABLE
9.42/9.59	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

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: 63794 MiB (63218 MiB free)
  memory of node 1: 64507 MiB (64041 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100095 s]*
/proc/loadavg: 0.78 1.69 2.11 7/257 18361
/proc/meminfo: memFree=130309100/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=55932 memory=12864 CPUtime=0.07 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 555 0 0 0 6 1 0 0 20 0 1 0 31624056 57274368 3216 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 13983 3216 2368 1147 0 1410 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 60124 KiB
Current children cumulated memory: 15808 KiB

[startup+0.213708 s]*
/proc/loadavg: 0.78 1.69 2.11 7/257 18361
/proc/meminfo: memFree=130304956/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=56472 memory=13376 CPUtime=0.18 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 687 0 0 0 16 2 0 0 20 0 1 0 31624056 57827328 3344 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 14118 3344 2368 1147 0 1545 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 60664 KiB
Current children cumulated memory: 16320 KiB

[startup+0.313463 s]*
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130303376/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=56748 memory=13632 CPUtime=0.28 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 768 0 0 0 25 3 0 0 20 0 1 0 31624056 58109952 3408 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 14187 3408 2368 1147 0 1614 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 60940 KiB
Current children cumulated memory: 16576 KiB

[startup+0.700345 s]
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130302368/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=57444 memory=14272 CPUtime=0.65 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 928 0 0 0 61 4 0 0 20 0 1 0 31624056 58822656 3568 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 14361 3568 2368 1147 0 1788 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 61636 KiB
Current children cumulated memory: 17216 KiB

[startup+1.50034 s]
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130300352/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=58980 memory=15680 CPUtime=1.45 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 1271 0 0 0 139 6 0 0 20 0 1 0 31624056 60395520 3920 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 14745 3920 2368 1147 0 2172 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 63172 KiB
Current children cumulated memory: 18624 KiB

[startup+3.11375 s]
/proc/loadavg: 1.03 1.73 2.12 5/252 18369
/proc/meminfo: memFree=130307028/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=61892 memory=20232 CPUtime=3.06 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 1890 0 0 0 296 10 0 0 20 0 1 0 31624056 63377408 5058 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 15473 5058 2368 1147 0 2900 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 66084 KiB
Current children cumulated memory: 23176 KiB

[startup+6.3003 s]
/proc/loadavg: 1.03 1.73 2.12 5/254 18422
/proc/meminfo: memFree=130298236/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=64180 memory=22024 CPUtime=6.23 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2357 0 0 0 608 15 0 0 20 0 1 0 31624056 65720320 5506 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16045 5506 2368 1147 0 3472 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 68372 KiB
Current children cumulated memory: 24968 KiB

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

# cumulated CPU time of all completed processes:  user=9.30666 s, system=0.227061 s

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

[startup+6.40033 s]
/proc/loadavg: 1.03 1.73 2.12 5/254 18422
/proc/meminfo: memFree=130298236/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=64180 memory=22024 CPUtime=6.33 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2357 0 0 0 618 15 0 0 20 0 1 0 31624056 65720320 5506 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16045 5506 2368 1147 0 3472 0
Current children cumulated CPU time: 6.33 s
Current children cumulated vsize: 68372 KiB
Current children cumulated memory: 24968 KiB

[startup+8.00039 s]*
/proc/loadavg: 1.27 1.77 2.13 5/251 18486
/proc/meminfo: memFree=130287168/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=66292 memory=23432 CPUtime=7.93 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2695 0 0 0 775 18 0 0 20 0 1 0 31624056 67883008 5858 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16573 5858 2368 1147 0 4000 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 70484 KiB
Current children cumulated memory: 26376 KiB

[startup+8.80039 s]
/proc/loadavg: 1.27 1.77 2.13 5/251 18486
/proc/meminfo: memFree=130287168/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=66292 memory=23688 CPUtime=8.72 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2721 0 0 0 852 20 0 0 20 0 1 0 31624056 67883008 5922 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16573 5922 2432 1147 0 4000 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 70484 KiB
Current children cumulated memory: 26632 KiB

[startup+9.20032 s]
/proc/loadavg: 1.27 1.77 2.13 6/257 18502
/proc/meminfo: memFree=130259924/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=66424 memory=23816 CPUtime=9.12 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2739 0 0 0 892 20 0 0 20 0 1 0 31624056 68018176 5954 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16606 5954 2432 1147 0 4033 0
Current children cumulated CPU time: 9.12 s
Current children cumulated vsize: 70616 KiB
Current children cumulated memory: 26760 KiB

[startup+9.40031 s]
/proc/loadavg: 1.27 1.77 2.13 6/257 18502
/proc/meminfo: memFree=130259924/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=66688 memory=23944 CPUtime=9.32 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2776 0 0 0 911 21 0 0 20 0 1 0 31624056 68288512 5986 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16672 5986 2432 1147 0 4099 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 70880 KiB
Current children cumulated memory: 26888 KiB

[startup+9.50039 s]
/proc/loadavg: 1.27 1.77 2.13 6/257 18502
/proc/meminfo: memFree=130259924/131382120 swapFree=33010684/33010684
[pid=18353] ppid=18337 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/18353/stat : 18353 (run-dec-break.s) S 18337 18353 18283 0 -1 4194304 235 207 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94891163623424 94891164517957 140722580492768 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94891164757008 94891164804752 94891169710080 140722580498785 140722580498914 140722580498914 140722580504516 0
/proc/18353/statm: 1048 736 672 219 0 110 0
[pid=18361] ppid=18353 vsize=66820 memory=24072 CPUtime=9.42 cores=5,7
/proc/18361/stat : 18361 (roundingsat) R 18353 18353 18283 0 -1 4194304 2794 0 0 0 921 21 0 0 20 0 1 0 31624056 68423680 6018 18446744073709551615 4227072 8923433 140726681466656 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 17838080 140726681471300 140726681471528 140726681471528 140726681477098 0
/proc/18361/statm: 16705 6018 2432 1147 0 4132 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 71012 KiB
Current children cumulated memory: 27016 KiB

Child status: 0

Real time (s): 9.59228
CPU time (s): 9.53373
CPU user time (s): 9.30666
CPU system time (s): 0.227061
CPU usage (%): 99.3895
Max. virtual memory (cumulated for all children) (KiB): 71012
Max. memory (cumulated for all children) (KiB): 27016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.30666
system time used= 0.227061
maximum resident set size= 24072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3262
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 18353
#   total CPU time (s): 9.53373
#   total CPU user time (s): 9.30666
#   total CPU system time (s): 0.227061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.086366 second user time and 0.156291 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 03:10:47
IDJOB=4496148
IDBENCH=148108
IDSOLVER=3357
FILE ID=nodeC006/4496148-1751159447
RUNJOBID= nodeC006-1751159447-18296
SLURM_JOB_ID= 9587503
Free space on /tmp= 433060 MiB

SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob1.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496148-1751159447/watcher-4496148-1751159447 -o /tmp/evaluation-result-4496148-1751159447/solver-4496148-1751159447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751159447-18296 --watchdog 3760  run-dec-break.sh HOME/instance-4496148-1751159447.opb

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=2137832431

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130314124 kB
MemAvailable:   129950336 kB
Buffers:            3280 kB
Cached:           438100 kB
SwapCached:            0 kB
Active:           317624 kB
Inactive:         190356 kB
Active(anon):      84560 kB
Inactive(anon):        0 kB
Active(file):     233064 kB
Inactive(file):   190356 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             29032 kB
Writeback:             8 kB
AnonPages:         69092 kB
Mapped:           102048 kB
Shmem:             17960 kB
KReclaimable:      84488 kB
Slab:             162700 kB
SReclaimable:      84488 kB
SUnreclaim:        78212 kB
KernelStack:        3856 kB
PageTables:         2728 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     333372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC006 at 2025-06-29 03:10:57