Trace number 4496112

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 17.3234 17.4042

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
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.043014
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
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 constraint68
Maximum length of a constraint68
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 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
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-4496112-1751159447.opb'
0.00/0.02	c 	read 0.00MB  (0.31ms)
0.00/0.02	c	 [cnf: #variables 68 #clauses 2 #duplicates 0 #arr 136]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.20ms)
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.08ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 274 #edges 680]
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.10ms)
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-4496112-1751159447.opb.pre'
0.00/0.02	c 	wrote 0.00MB (0.16ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.30ms 30.90% parse
0.00/0.02	c                   0.20ms 20.14% approx_orbits
0.00/0.02	c                   0.16ms 16.17% output
0.00/0.02	c                   0.12ms 12.72% other
0.00/0.02	c                   0.10ms 10.72% detect_generic
0.00/0.02	c                   0.08ms  8.12% detect_special
0.00/0.02	c                   0.01ms  1.23% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   0.98ms   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 68 #constraints 2
0.00/0.04	c rational objective 1.1658
0.48/0.56	c #Conflicts:       1000 | #Constraints:       1051
0.48/0.56	c #Conflicts:       2000 | #Constraints:       2137
0.48/0.56	c INPROCESSING
0.48/0.56	c GARBAGE COLLECT
0.48/0.56	c rational objective 2
1.06/1.19	c #Conflicts:       3000 | #Constraints:       2073
1.06/1.19	c #Conflicts:       4000 | #Constraints:       3194
1.06/1.19	c INPROCESSING
1.06/1.19	c GARBAGE COLLECT
1.06/1.19	c rational objective 2
1.84/1.99	c #Conflicts:       5000 | #Constraints:       2954
1.84/1.99	c #Conflicts:       6000 | #Constraints:       4444
1.84/1.99	c INPROCESSING
1.84/1.99	c GARBAGE COLLECT
1.84/1.99	c rational objective 2
2.55/2.68	c #Conflicts:       7000 | #Constraints:       3006
2.55/2.68	c #Conflicts:       8000 | #Constraints:       4088
2.55/2.68	c #Conflicts:       9000 | #Constraints:       5205
2.55/2.68	c INPROCESSING
2.55/2.68	c GARBAGE COLLECT
2.55/2.68	c rational objective 2
3.33/3.43	c #Conflicts:      10000 | #Constraints:       3685
3.33/3.43	c #Conflicts:      11000 | #Constraints:       4800
3.33/3.43	c #Conflicts:      12000 | #Constraints:       5890
3.33/3.43	c INPROCESSING
3.33/3.43	c GARBAGE COLLECT
3.33/3.43	c rational objective 2
4.13/4.26	c #Conflicts:      13000 | #Constraints:       4033
4.13/4.26	c #Conflicts:      14000 | #Constraints:       5279
4.13/4.26	c #Conflicts:      15000 | #Constraints:       6625
4.13/4.26	c INPROCESSING
4.13/4.26	c GARBAGE COLLECT
4.13/4.26	c rational objective 2.52127
5.05/5.17	c #Conflicts:      16000 | #Constraints:       4361
5.05/5.17	c #Conflicts:      17000 | #Constraints:       5547
5.05/5.17	c #Conflicts:      18000 | #Constraints:       6582
5.05/5.17	c INPROCESSING
5.05/5.17	c GARBAGE COLLECT
5.05/5.17	c rational objective 2.52127
6.04/6.12	c #Conflicts:      19000 | #Constraints:       4197
6.04/6.12	c #Conflicts:      20000 | #Constraints:       5219
6.04/6.12	c #Conflicts:      21000 | #Constraints:       6341
6.04/6.12	c INPROCESSING
6.04/6.12	c GARBAGE COLLECT
6.04/6.12	c rational objective 2
7.13/7.27	c #Conflicts:      22000 | #Constraints:       3938
7.13/7.27	c #Conflicts:      23000 | #Constraints:       5012
7.13/7.27	c #Conflicts:      24000 | #Constraints:       6093
7.13/7.27	c #Conflicts:      25000 | #Constraints:       7175
7.13/7.27	c INPROCESSING
7.13/7.27	c GARBAGE COLLECT
7.13/7.27	c rational objective 2
8.42/8.57	c #Conflicts:      26000 | #Constraints:       4532
8.42/8.57	c #Conflicts:      27000 | #Constraints:       5623
8.42/8.57	c #Conflicts:      28000 | #Constraints:       6764
8.42/8.57	c #Conflicts:      29000 | #Constraints:       7899
8.42/8.57	c INPROCESSING
8.42/8.57	c GARBAGE COLLECT
8.42/8.57	c rational objective 2.52101
13.11/13.28	c #Conflicts:      30000 | #Constraints:       5066
13.11/13.28	c #Conflicts:      31000 | #Constraints:       6150
13.11/13.28	c #Conflicts:      32000 | #Constraints:       7270
13.11/13.28	c #Conflicts:      33000 | #Constraints:       8382
13.11/13.28	c INPROCESSING
13.11/13.28	c GARBAGE COLLECT
13.11/13.28	c #Conflicts:      34000 | #Constraints:       5322
13.11/13.28	c #Conflicts:      35000 | #Constraints:       6436
13.11/13.28	c #Conflicts:      36000 | #Constraints:       7531
13.11/13.28	c #Conflicts:      37000 | #Constraints:       8675
13.11/13.28	c INPROCESSING
13.11/13.28	c GARBAGE COLLECT
13.11/13.28	c #Conflicts:      38000 | #Constraints:       5340
13.11/13.28	c #Conflicts:      39000 | #Constraints:       6438
13.11/13.28	c #Conflicts:      40000 | #Constraints:       7537
13.11/13.28	c #Conflicts:      41000 | #Constraints:       8665
13.11/13.28	c INPROCESSING
13.11/13.28	c GARBAGE COLLECT
13.11/13.28	c rational objective 2
17.01/17.17	c #Conflicts:      42000 | #Constraints:       5096
17.01/17.17	c #Conflicts:      43000 | #Constraints:       6212
17.01/17.17	c #Conflicts:      44000 | #Constraints:       7334
17.01/17.17	c #Conflicts:      45000 | #Constraints:       8445
17.01/17.17	c #Conflicts:      46000 | #Constraints:       9568
17.01/17.17	c INPROCESSING
17.01/17.17	c GARBAGE COLLECT
17.01/17.17	c #Conflicts:      47000 | #Constraints:       5694
17.01/17.17	c #Conflicts:      48000 | #Constraints:       6694
17.01/17.17	c #Conflicts:      49000 | #Constraints:       7694
17.01/17.17	c #Conflicts:      50000 | #Constraints:       8694
17.01/17.17	c #Conflicts:      51000 | #Constraints:       9695
17.01/17.17	c INPROCESSING
17.01/17.17	c GARBAGE COLLECT
17.01/17.17	c rational objective 2.00762
17.30/17.40	c cpu time 16.9914 s
17.30/17.40	c deterministic time 4035099087 4.04e+09
17.30/17.40	c optimization time 3.9e-05 s
17.30/17.40	c total solve time 16.9896 s
17.30/17.40	c core-guided solve time 0 s
17.30/17.40	c propagation time 14.4967 s
17.30/17.40	c conflict analysis time 1.93346 s
17.30/17.40	c propagations 326663
17.30/17.40	c resolve steps 170071
17.30/17.40	c decisions 73211
17.30/17.40	c conflicts 51597
17.30/17.40	c restarts 157
17.30/17.40	c inprocessing phases 15
17.30/17.40	c garbage collections 15 ,( 100.00 )
17.30/17.40	c input clauses 0 ,( 0.00 )
17.30/17.40	c input cardinalities 0 ,( 0.00 )
17.30/17.40	c input general constraints 2 ,( 100.00 )
17.30/17.40	c input average constraint length 68.00
17.30/17.40	c input average constraint degree 80576681.50
17.30/17.40	c learned clauses 22298 ,( 38.90 )
17.30/17.40	c learned cardinalities 0 ,( 0.00 )
17.30/17.40	c learned general constraints 35017 ,( 61.10 )
17.30/17.40	c learned average constraint length 55.20
17.30/17.40	c learned average constraint degree 79582226.05
17.30/17.40	c watched  CF 32, 64, 128, Arb: 14974 , 0 , 0 , 0
17.30/17.40	c counting CF 32, 64, 128, Arb: 20045 , 0 , 0 , 0
17.30/17.40	c watched   constraints 14974 ,( 42.76 ) 
17.30/17.40	c counting  constraints 20045 ,( 57.24 ) 
17.30/17.40	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 945076 , 0 , 290910274 ,( 9679292 , 281230982 )
17.30/17.40	c gcd simplifications 26174
17.30/17.40	c detected cardinalities 0
17.30/17.40	c weakened non-implied lits 231291
17.30/17.40	c weakened non-implying lits 83161
17.30/17.40	c original variables 68
17.30/17.40	c clausal propagations 5168
17.30/17.40	c cardinality propagations 0
17.30/17.40	c watched propagations 16794
17.30/17.40	c counting propagations 247821
17.30/17.40	c watch lookups 328670861
17.30/17.40	c watch backjump lookups 0
17.30/17.40	c watch checks 64096516
17.30/17.40	c propagation checks 3627347956
17.30/17.40	c constraint additions 14126987
17.30/17.40	c trail pops 451471
17.30/17.40	c formula constraints 2
17.30/17.40	c learned constraints 51597
17.30/17.40	c bound constraints 0
17.30/17.40	c core-guided constraints 0
17.30/17.40	c encountered formula constraints 154363
17.30/17.40	c encountered learned constraints 67302
17.30/17.40	c encountered bound constraints 0
17.30/17.40	c encountered core-guided constraints 0
17.30/17.40	c LP total time 0.694356 s
17.30/17.40	c LP solve time 0.26 s
17.30/17.40	c LP constraints added 17
17.30/17.40	c LP constraints removed 6
17.30/17.40	c LP pivots internal 5163
17.30/17.40	c LP pivots root 258
17.30/17.40	c LP calls 6191
17.30/17.40	c LP optimalities 467
17.30/17.40	c LP no pivot count 58
17.30/17.40	c LP infeasibilities 5714
17.30/17.40	c LP valid Farkas constraints 5706
17.30/17.40	c LP learned Farkas constraints 0
17.30/17.40	c LP basis resets 10
17.30/17.40	c LP cycling count 9
17.30/17.40	c LP singular count 1
17.30/17.40	c LP no primal count 0
17.30/17.40	c LP no farkas count 0
17.30/17.40	c LP other issue count 0
17.30/17.40	c LP Gomory cuts 12
17.30/17.40	c LP learned cuts 3
17.30/17.40	c LP deleted cuts 6
17.30/17.40	c LP encountered Gomory constraints 0
17.30/17.40	c LP encountered Farkas constraints 3
17.30/17.40	c LP encountered learned Farkas constraints 0
17.30/17.40	c CG auxiliary variables introduced 0
17.30/17.40	c CG solutions found 0
17.30/17.40	c CG cores constructed 0
17.30/17.40	c CG core cardinality constraints returned 0
17.30/17.40	c CG unit cores 0
17.30/17.40	c CG single cores 0
17.30/17.40	c CG blocks removed during cardinality reduction 0
17.30/17.40	c CG first core best 0
17.30/17.40	c CG decision core best 0
17.30/17.40	c CG core reduction tie 0
17.30/17.40	c CG core degree average 0.00
17.30/17.40	c CG core slack average 0.00
17.30/17.40	c CG core upper bound improvements 0
17.30/17.40	c STR number of successful calls 0
17.30/17.40	c STR number of unsuccessful calls 0
17.30/17.40	c STR number of inconclusive calls 0
17.30/17.40	c STR number of successful attempts 0
17.30/17.40	c STR number of unsuccessful attempts 0
17.30/17.40	c STR number of inconclusive attempts 0
17.30/17.40	c STR average degree increase per successful call inf
17.30/17.40	c STR average degree increase per successful attempt inf
17.30/17.40	c STR total number of conflicts for successful attempts 0
17.30/17.40	c STR total number of conflicts for unsuccessful attempts 0
17.30/17.40	c STR total number of conflicts for inconclusive attempts 0
17.30/17.40	c STR average number of conflicts per successful attempt inf
17.30/17.40	c STR average number of conflicts per unsuccessful attempt inf
17.30/17.40	c STR average number of conflicts per inconclusive attempt inf
17.30/17.40	c AVG.sumWPerc 55.49 
17.30/17.40	c bigint constraints 0 
17.30/17.40	s SATISFIABLE
17.30/17.40	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

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-4496112-1751159447/watcher-4496112-1751159447 -o /tmp/evaluation-result-4496112-1751159447/solver-4496112-1751159447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751159447-18294 --watchdog 3760 run-dec-break.sh HOME/instance-4496112-1751159447.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=18349, runsolver pid=18336

[startup+0.100067 s]*
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130309100/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=55668 memory=10496 CPUtime=0.07 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 513 0 0 0 6 1 0 0 20 0 1 0 31624056 57004032 2624 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 13917 2624 2368 1147 0 1344 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 59860 KiB
Current children cumulated memory: 13440 KiB

[startup+0.213412 s]*
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130304956/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=56204 memory=13060 CPUtime=0.18 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 646 0 0 0 16 2 0 0 20 0 1 0 31624056 57552896 3265 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 14051 3265 2368 1147 0 1478 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 60396 KiB
Current children cumulated memory: 16004 KiB

[startup+0.313048 s]*
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130303376/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=56620 memory=13444 CPUtime=0.28 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 720 0 0 0 26 2 0 0 20 0 1 0 31624056 57978880 3361 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 14155 3361 2368 1147 0 1582 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 60812 KiB
Current children cumulated memory: 16388 KiB

[startup+0.700333 s]
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130302368/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=57332 memory=14084 CPUtime=0.65 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 898 0 0 0 62 3 0 0 20 0 1 0 31624056 58707968 3521 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 14333 3521 2368 1147 0 1760 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 17028 KiB

[startup+1.50032 s]
/proc/loadavg: 0.78 1.69 2.11 6/257 18361
/proc/meminfo: memFree=130300352/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=58580 memory=15236 CPUtime=1.45 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 1182 0 0 0 138 7 0 0 20 0 1 0 31624056 59985920 3809 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 14645 3809 2368 1147 0 2072 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 62772 KiB
Current children cumulated memory: 18180 KiB

[startup+3.11208 s]
/proc/loadavg: 1.03 1.73 2.12 4/252 18369
/proc/meminfo: memFree=130307028/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=61076 memory=19376 CPUtime=3.05 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 1716 0 0 0 295 10 0 0 20 0 1 0 31624056 62541824 4844 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 15269 4844 2368 1147 0 2696 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 65268 KiB
Current children cumulated memory: 22320 KiB

[startup+6.30033 s]
/proc/loadavg: 1.03 1.73 2.12 4/254 18422
/proc/meminfo: memFree=130298236/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=62624 memory=21296 CPUtime=6.23 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2113 0 0 0 607 16 0 0 20 0 1 0 31624056 64126976 5324 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 15656 5324 2464 1147 0 3083 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 66816 KiB
Current children cumulated memory: 24240 KiB

[startup+12.7003 s]
/proc/loadavg: 1.27 1.77 2.13 5/252 18557
/proc/meminfo: memFree=130204332/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=23600 CPUtime=12.61 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2692 0 0 0 1237 24 0 0 20 0 1 0 31624056 67776512 5900 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 5900 2464 1147 0 3974 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 26544 KiB

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

# cumulated CPU time of all completed processes:  user=16.9976 s, system=0.325837 s

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

[startup+12.8004 s]
/proc/loadavg: 1.27 1.77 2.13 5/252 18557
/proc/meminfo: memFree=130204332/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=23728 CPUtime=12.71 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2695 0 0 0 1247 24 0 0 20 0 1 0 31624056 67776512 5932 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 5932 2464 1147 0 3974 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 26672 KiB

[startup+16.0003 s]*
/proc/loadavg: 1.49 1.81 2.14 3/247 18612
/proc/meminfo: memFree=130260412/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=23856 CPUtime=15.91 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2737 0 0 0 1562 29 0 0 20 0 1 0 31624056 67776512 5964 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 5964 2464 1147 0 3974 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 26800 KiB

[startup+16.8003 s]
/proc/loadavg: 1.49 1.81 2.14 3/247 18612
/proc/meminfo: memFree=130260412/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=23984 CPUtime=16.7 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2780 0 0 0 1640 30 0 0 20 0 1 0 31624056 67776512 5996 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 5996 2464 1147 0 3974 0
Current children cumulated CPU time: 16.7 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 26928 KiB

[startup+17.2003 s]
/proc/loadavg: 1.49 1.81 2.14 5/251 18674
/proc/meminfo: memFree=130259908/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=24112 CPUtime=17.09 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2792 0 0 0 1679 30 0 0 20 0 1 0 31624056 67776512 6028 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 6028 2464 1147 0 3974 0
Current children cumulated CPU time: 17.09 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 27056 KiB

[startup+17.4003 s]
/proc/loadavg: 1.49 1.81 2.14 5/251 18674
/proc/meminfo: memFree=130259908/131382120 swapFree=33010684/33010684
[pid=18349] ppid=18336 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/18349/stat : 18349 (run-dec-break.s) S 18336 18349 18283 0 -1 4194304 235 201 0 0 0 0 0 0 20 0 1 0 31624053 4292608 736 18446744073709551615 94271986950144 94271987844677 140722280968032 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94271988083728 94271988131472 94272005881856 140722280970593 140722280970722 140722280970722 140722280976324 0
/proc/18349/statm: 1048 736 672 219 0 110 0
[pid=18360] ppid=18349 vsize=66188 memory=24112 CPUtime=17.3 cores=4,6
/proc/18360/stat : 18360 (roundingsat) R 18349 18349 18283 0 -1 4194304 2792 0 0 0 1699 31 0 0 20 0 1 0 31624056 67776512 6028 18446744073709551615 4227072 8923433 140720398748496 0 0 0 0 0 8405026 0 0 0 17 4 0 0 0 0 0 9823104 9832592 33910784 140720398756164 140720398756392 140720398756392 140720398761962 0
/proc/18360/statm: 16547 6028 2464 1147 0 3974 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 70380 KiB
Current children cumulated memory: 27056 KiB

Child status: 0

Real time (s): 17.4042
CPU time (s): 17.3234
CPU user time (s): 16.9976
CPU system time (s): 0.325837
CPU usage (%): 99.5356
Max. virtual memory (cumulated for all children) (KiB): 70380
Max. memory (cumulated for all children) (KiB): 27056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9976
system time used= 0.325837
maximum resident set size= 24112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3253
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= 251
involuntary context switches= 112


# summary of solver processes directly reported to runsolver:
#   pid: 18349
#   total CPU time (s): 17.3234
#   total CPU user time (s): 16.9976
#   total CPU system time (s): 0.325837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.130356 second user time and 0.21143 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-29 03:10:47
IDJOB=4496112
IDBENCH=148107
IDSOLVER=3357
FILE ID=nodeC006/4496112-1751159447
RUNJOBID= nodeC006-1751159447-18294
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-prob2.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4496112-1751159447/watcher-4496112-1751159447 -o /tmp/evaluation-result-4496112-1751159447/solver-4496112-1751159447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751159447-18294 --watchdog 3760  run-dec-break.sh HOME/instance-4496112-1751159447.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
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		: 1197.107
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.107
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		: 1197.222
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.107
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.746
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.116
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.134
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.139
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:     332980 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:11:05