Trace number 4495968
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:
-
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.
-
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.
-
CONVERSION SCRIPT DATA (Optionnal)
When a conversion script is used, this section shows the messages that were output by the conversion script.
-
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.
-
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
General information on the benchmark
Name | PB24/normalized-PB06/DEC-LIN/submitted-PB06/ manquiho/Aardal_1/normalized-prob6.opb |
MD5SUM | abfa6108019d186bb0a39186e3151874 |
Bench Category | DEC-LIN (decision problem, linear constraints, no UNSAT certificate) |
Best result obtained on this benchmark | SAT |
Best value of the objective obtained on this benchmark | 0 |
Best CPU time to get the best result obtained on this benchmark | 0.03463 |
Has Objective Function | NO |
Satisfiable | |
(Un)Satisfiability was proved | |
Best value of the objective function | |
Optimality of the best value was proved | |
Number of variables | 93 |
Total number of constraints | 2 |
Number of constraints which are clauses | 0 |
Number of constraints which are cardinality constraints (but not clauses) | 0 |
Number of constraints which are nor clauses,nor cardinality constraints | 2 |
Minimum length of a constraint | 93 |
Maximum length of a constraint | 93 |
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 | 22382775 |
Number of bits of the biggest number in a constraint | 25 |
Biggest sum of numbers in a constraint | 362318209 |
Number of bits of the biggest sum of numbers | 29 |
Number of products (including duplicates) | 0 |
Sum of products size (including duplicates) | 0 |
Number of different products | 0 |
Sum of products size | 0 |
Solver Data
0.00/0.01 c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01 c │ pbsuma -- a PB interface for satsuma │
0.00/0.01 c │ satsuma_version=1.2, dejavu_version=2.1 │
0.00/0.01 c │ (c) 2025 Markus Anders │
0.00/0.01 c └────────────────────────────────────────────────────────────────┘
0.00/0.01 c parse 'HOME/instance-4495968-1751157831.opb'
0.00/0.01 c read 0.00MB (0.11ms)
0.00/0.01 c [cnf: #variables 93 #clauses 2 #duplicates 0 #arr 186]
0.00/0.01 c
0.00/0.01 c make graph and approximate orbits
0.00/0.01 c [group: #orbits ~= 20] (0.09ms)
0.00/0.01 c
0.00/0.01 c detect special group actions
0.00/0.01 c probe for Johnson action (limit=64)
0.00/0.01 c probe for row-column symmetry (limit=64, splits=16.78M)
0.00/0.01 c probe for row symmetry (limit=64, splits=16.78M)
0.00/0.01 c (0.05ms)
0.00/0.01 c
0.00/0.01 c detect symmetries on remainder
0.00/0.01 c [graph: #vertices 374 #edges 930]
0.00/0.01 c dejavu (support_limit=2048.00MB, budget_limit=64)
0.00/0.01 c [group: #symmetries 1.02*10^3 #generators 10] (0.11ms)
0.00/0.01 c
0.00/0.01 c optimize generators (opt_passes=64, conjugate_limit=256)
0.00/0.01 c ran it=0, +gens=0
0.00/0.01 c con best_support=4, best_gens=10, +gens=0
0.00/0.01 c (0.15ms)
0.00/0.01 c
0.00/0.01 c finalize break order and special generators
0.00/0.01 c
0.00/0.01 c add generic predicates (break_depth=10)
0.00/0.01 c added predicates for 10 generators (0.01ms)
0.00/0.01 c
0.00/0.01 c generation finished
0.00/0.01 c [sbp: #constraints 10 #add_vars 0]
0.00/0.01 c
0.00/0.01 c write result to 'HOME/instance-4495968-1751157831.opb.pre'
0.00/0.01 c wrote 0.00MB (0.06ms)
0.00/0.01 c ------------------------------------------------------------------
0.00/0.01 c 0.15ms 23.40% optimize_gens
0.00/0.01 c 0.11ms 17.63% parse
0.00/0.01 c 0.11ms 17.21% detect_generic
0.00/0.01 c 0.09ms 13.81% approx_orbits
0.00/0.01 c 0.06ms 9.63% output
0.00/0.01 c 0.05ms 8.53% detect_special
0.00/0.01 c 0.05ms 8.06% other
0.00/0.01 c 0.01ms 0.94% finalize_order
0.00/0.01 c 0.01ms 0.80% break_generic
0.00/0.01 c ───────────────────────────────────────────────
0.00/0.01 c 0.64ms 100% total
0.00/0.01 c ------------------------------------------------------------------
0.00/0.02 c RoundingSat 2
0.00/0.02 c branch pb25
0.00/0.02 c commit 63f22ad
0.00/0.02 c #variables 93 #constraints 12
0.00/0.02 c rational objective 1.06219
0.18/0.22 c #Conflicts: 1000 | #Constraints: 1012
0.18/0.22 c #Conflicts: 2000 | #Constraints: 2012
0.18/0.22 c INPROCESSING
0.18/0.22 c GARBAGE COLLECT
0.18/0.22 c rational objective 2
0.48/0.57 c #Conflicts: 3000 | #Constraints: 2014
0.48/0.57 c #Conflicts: 4000 | #Constraints: 3014
0.48/0.57 c INPROCESSING
0.48/0.57 c GARBAGE COLLECT
0.48/0.57 c rational objective 2
0.98/1.04 c #Conflicts: 5000 | #Constraints: 2418
0.98/1.04 c #Conflicts: 6000 | #Constraints: 3418
0.98/1.04 c INPROCESSING
0.98/1.04 c GARBAGE COLLECT
0.98/1.04 c rational objective 2
1.67/1.71 c #Conflicts: 7000 | #Constraints: 2419
1.67/1.71 c #Conflicts: 8000 | #Constraints: 3419
1.67/1.71 c #Conflicts: 9000 | #Constraints: 4452
1.67/1.71 c INPROCESSING
1.67/1.71 c GARBAGE COLLECT
1.67/1.71 c rational objective 2
2.36/2.44 c #Conflicts: 10000 | #Constraints: 3143
2.36/2.44 c #Conflicts: 11000 | #Constraints: 4143
2.36/2.44 c #Conflicts: 12000 | #Constraints: 5245
2.36/2.44 c INPROCESSING
2.36/2.44 c GARBAGE COLLECT
2.36/2.44 c rational objective 2
3.16/3.25 c #Conflicts: 13000 | #Constraints: 3631
3.16/3.25 c #Conflicts: 14000 | #Constraints: 4631
3.16/3.25 c #Conflicts: 15000 | #Constraints: 5631
3.16/3.25 c INPROCESSING
3.16/3.25 c GARBAGE COLLECT
3.16/3.25 c rational objective 2
4.06/4.13 c #Conflicts: 16000 | #Constraints: 3826
4.06/4.13 c #Conflicts: 17000 | #Constraints: 4826
4.06/4.13 c #Conflicts: 18000 | #Constraints: 5826
4.06/4.13 c INPROCESSING
4.06/4.13 c GARBAGE COLLECT
4.06/4.13 c rational objective 2
5.16/5.21 c #Conflicts: 19000 | #Constraints: 3823
5.16/5.21 c #Conflicts: 20000 | #Constraints: 4823
5.16/5.21 c #Conflicts: 21000 | #Constraints: 5823
5.16/5.21 c INPROCESSING
5.16/5.21 c GARBAGE COLLECT
5.16/5.21 c rational objective 2
6.35/6.49 c #Conflicts: 22000 | #Constraints: 3638
6.35/6.49 c #Conflicts: 23000 | #Constraints: 4729
6.35/6.49 c #Conflicts: 24000 | #Constraints: 5852
6.35/6.49 c #Conflicts: 25000 | #Constraints: 6972
6.35/6.49 c INPROCESSING
6.35/6.49 c GARBAGE COLLECT
6.35/6.49 c rational objective 2
7.85/7.93 c #Conflicts: 26000 | #Constraints: 4481
7.85/7.93 c #Conflicts: 27000 | #Constraints: 5585
7.85/7.93 c #Conflicts: 28000 | #Constraints: 6687
7.85/7.93 c #Conflicts: 29000 | #Constraints: 7801
7.85/7.93 c INPROCESSING
7.85/7.93 c GARBAGE COLLECT
7.85/7.93 c rational objective 2
9.45/9.52 c #Conflicts: 30000 | #Constraints: 4910
9.45/9.52 c #Conflicts: 31000 | #Constraints: 5910
9.45/9.52 c #Conflicts: 32000 | #Constraints: 6910
9.45/9.52 c #Conflicts: 33000 | #Constraints: 7910
9.45/9.52 c INPROCESSING
9.45/9.52 c GARBAGE COLLECT
9.45/9.52 c rational objective 2
11.24/11.33 c #Conflicts: 34000 | #Constraints: 4966
11.24/11.33 c #Conflicts: 35000 | #Constraints: 5966
11.24/11.33 c #Conflicts: 36000 | #Constraints: 6966
11.24/11.33 c #Conflicts: 37000 | #Constraints: 7966
11.24/11.33 c INPROCESSING
11.24/11.33 c GARBAGE COLLECT
11.24/11.33 c rational objective 2
13.13/13.24 c #Conflicts: 38000 | #Constraints: 4894
13.13/13.24 c #Conflicts: 39000 | #Constraints: 5894
13.13/13.24 c #Conflicts: 40000 | #Constraints: 6894
13.13/13.24 c #Conflicts: 41000 | #Constraints: 7894
13.13/13.24 c INPROCESSING
13.13/13.24 c GARBAGE COLLECT
13.13/13.24 c rational objective 2
15.13/15.20 c #Conflicts: 42000 | #Constraints: 4656
15.13/15.20 c #Conflicts: 43000 | #Constraints: 5656
15.13/15.20 c #Conflicts: 44000 | #Constraints: 6656
15.13/15.20 c #Conflicts: 45000 | #Constraints: 7656
15.13/15.20 c #Conflicts: 46000 | #Constraints: 8656
15.13/15.20 c INPROCESSING
15.13/15.20 c GARBAGE COLLECT
15.13/15.20 c rational objective 2
17.12/17.28 c #Conflicts: 47000 | #Constraints: 5236
17.12/17.28 c #Conflicts: 48000 | #Constraints: 6236
17.12/17.28 c #Conflicts: 49000 | #Constraints: 7236
17.12/17.28 c #Conflicts: 50000 | #Constraints: 8236
17.12/17.28 c #Conflicts: 51000 | #Constraints: 9236
17.12/17.28 c INPROCESSING
17.12/17.28 c GARBAGE COLLECT
17.12/17.28 c rational objective 2
19.41/19.52 c #Conflicts: 52000 | #Constraints: 5629
19.41/19.52 c #Conflicts: 53000 | #Constraints: 6629
19.41/19.52 c #Conflicts: 54000 | #Constraints: 7629
19.41/19.52 c #Conflicts: 55000 | #Constraints: 8629
19.41/19.52 c #Conflicts: 56000 | #Constraints: 9629
19.41/19.52 c INPROCESSING
19.41/19.52 c GARBAGE COLLECT
19.41/19.52 c rational objective 2
21.81/21.92 c #Conflicts: 57000 | #Constraints: 5824
21.81/21.92 c #Conflicts: 58000 | #Constraints: 6824
21.81/21.92 c #Conflicts: 59000 | #Constraints: 7824
21.81/21.92 c #Conflicts: 60000 | #Constraints: 8824
21.81/21.92 c #Conflicts: 61000 | #Constraints: 9824
21.81/21.92 c INPROCESSING
21.81/21.92 c GARBAGE COLLECT
21.81/21.92 c rational objective 2
23.50/23.61 c #Conflicts: 62000 | #Constraints: 5823
23.50/23.61 c #Conflicts: 63000 | #Constraints: 6823
23.50/23.61 c #Conflicts: 64000 | #Constraints: 7823
23.50/23.61 c #Conflicts: 65000 | #Constraints: 8823
23.50/23.61 c cpu time 23.1575 s
23.50/23.61 c deterministic time 7583855564 7.58e+09
23.50/23.61 c optimization time 2.5e-05 s
23.50/23.61 c total solve time 23.1566 s
23.50/23.61 c core-guided solve time 0 s
23.50/23.61 c propagation time 20.0105 s
23.50/23.61 c conflict analysis time 2.31389 s
23.50/23.61 c propagations 378267
23.50/23.61 c resolve steps 197508
23.50/23.61 c decisions 104081
23.50/23.61 c conflicts 65047
23.50/23.61 c restarts 196
23.50/23.61 c inprocessing phases 17
23.50/23.61 c garbage collections 17 ,( 100.00 )
23.50/23.61 c input clauses 10 ,( 83.33 )
23.50/23.61 c input cardinalities 0 ,( 0.00 )
23.50/23.61 c input general constraints 2 ,( 16.67 )
23.50/23.61 c input average constraint length 17.17
23.50/23.61 c input average constraint degree 28327953.67
23.50/23.61 c learned clauses 19248 ,( 29.17 )
23.50/23.61 c learned cardinalities 0 ,( 0.00 )
23.50/23.61 c learned general constraints 46734 ,( 70.83 )
23.50/23.61 c learned average constraint length 76.35
23.50/23.61 c learned average constraint degree 86063353.01
23.50/23.61 c watched CF 32, 64, 128, Arb: 12136 , 0 , 0 , 0
23.50/23.61 c counting CF 32, 64, 128, Arb: 34600 , 0 , 0 , 0
23.50/23.61 c watched constraints 12136 ,( 25.97 )
23.50/23.61 c counting constraints 34600 ,( 74.03 )
23.50/23.61 c loaded clauses, cards, PBs, (WATCHED, COUNTING): 812586 , 0 , 360244134 ,( 10674816 , 349569318 )
23.50/23.61 c gcd simplifications 21152
23.50/23.61 c detected cardinalities 0
23.50/23.61 c weakened non-implied lits 369053
23.50/23.61 c weakened non-implying lits 112589
23.50/23.61 c original variables 93
23.50/23.61 c clausal propagations 18670
23.50/23.61 c cardinality propagations 0
23.50/23.61 c watched propagations 19168
23.50/23.61 c counting propagations 269237
23.50/23.61 c watch lookups 384372615
23.50/23.61 c watch backjump lookups 0
23.50/23.61 c watch checks 82895672
23.50/23.61 c propagation checks 7093849068
23.50/23.61 c constraint additions 21701683
23.50/23.61 c trail pops 547395
23.50/23.61 c formula constraints 12
23.50/23.61 c learned constraints 65047
23.50/23.61 c bound constraints 0
23.50/23.61 c core-guided constraints 0
23.50/23.61 c encountered formula constraints 173849
23.50/23.61 c encountered learned constraints 88628
23.50/23.61 c encountered bound constraints 0
23.50/23.61 c encountered core-guided constraints 0
23.50/23.61 c LP total time 0.65259 s
23.50/23.61 c LP solve time 0.37 s
23.50/23.61 c LP constraints added 36
23.50/23.61 c LP constraints removed 22
23.50/23.61 c LP pivots internal 6505
23.50/23.61 c LP pivots root 277
23.50/23.61 c LP calls 4045
23.50/23.61 c LP optimalities 3127
23.50/23.61 c LP no pivot count 304
23.50/23.61 c LP infeasibilities 917
23.50/23.61 c LP valid Farkas constraints 916
23.50/23.61 c LP learned Farkas constraints 0
23.50/23.61 c LP basis resets 1
23.50/23.61 c LP cycling count 1
23.50/23.61 c LP singular count 0
23.50/23.61 c LP no primal count 0
23.50/23.61 c LP no farkas count 0
23.50/23.61 c LP other issue count 0
23.50/23.61 c LP Gomory cuts 19
23.50/23.61 c LP learned cuts 5
23.50/23.61 c LP deleted cuts 22
23.50/23.61 c LP encountered Gomory constraints 0
23.50/23.61 c LP encountered Farkas constraints 78
23.50/23.61 c LP encountered learned Farkas constraints 0
23.50/23.61 c CG auxiliary variables introduced 0
23.50/23.61 c CG solutions found 0
23.50/23.61 c CG cores constructed 0
23.50/23.61 c CG core cardinality constraints returned 0
23.50/23.61 c CG unit cores 0
23.50/23.61 c CG single cores 0
23.50/23.61 c CG blocks removed during cardinality reduction 0
23.50/23.61 c CG first core best 0
23.50/23.61 c CG decision core best 0
23.50/23.61 c CG core reduction tie 0
23.50/23.61 c CG core degree average 0.00
23.50/23.61 c CG core slack average 0.00
23.50/23.61 c CG core upper bound improvements 0
23.50/23.61 c STR number of successful calls 0
23.50/23.61 c STR number of unsuccessful calls 0
23.50/23.61 c STR number of inconclusive calls 0
23.50/23.61 c STR number of successful attempts 0
23.50/23.61 c STR number of unsuccessful attempts 0
23.50/23.61 c STR number of inconclusive attempts 0
23.50/23.61 c STR average degree increase per successful call inf
23.50/23.61 c STR average degree increase per successful attempt inf
23.50/23.61 c STR total number of conflicts for successful attempts 0
23.50/23.61 c STR total number of conflicts for unsuccessful attempts 0
23.50/23.61 c STR total number of conflicts for inconclusive attempts 0
23.50/23.61 c STR average number of conflicts per successful attempt inf
23.50/23.61 c STR average number of conflicts per unsuccessful attempt inf
23.50/23.61 c STR average number of conflicts per inconclusive attempt inf
23.50/23.61 c AVG.sumWPerc 64.67
23.50/23.61 c bigint constraints 0
23.50/23.61 s SATISFIABLE
23.50/23.61 v x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93
Verifier Data
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: 63665 MiB (62941 MiB free)
memory of node 1: 64507 MiB (62986 MiB free)
node distances:
10 21
21 10
command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4495968-1751157831/watcher-4495968-1751157831 -o /tmp/evaluation-result-4495968-1751157831/solver-4495968-1751157831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17848 --watchdog 3760 run-dec-break.sh HOME/instance-4495968-1751157831.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=21297, runsolver pid=21294
[startup+0.100059 s]*
/proc/loadavg: 4.18 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128949948/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=56736 memory=13876 CPUtime=0.08 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 774 0 0 0 7 1 0 0 20 0 1 0 31461023 58097664 3469 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 14184 3469 2400 1147 0 1611 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 60928 KiB
Current children cumulated memory: 16948 KiB
[startup+0.205712 s]*
/proc/loadavg: 4.18 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128949948/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=58008 memory=14900 CPUtime=0.18 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 1053 0 0 0 17 1 0 0 20 0 1 0 31461023 59400192 3725 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 14502 3725 2400 1147 0 1929 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 62200 KiB
Current children cumulated memory: 17972 KiB
[startup+0.30511 s]*
/proc/loadavg: 4.18 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128949948/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=58008 memory=15028 CPUtime=0.28 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 1075 0 0 0 27 1 0 0 20 0 1 0 31461023 59400192 3757 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 14502 3757 2400 1147 0 1929 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 62200 KiB
Current children cumulated memory: 18100 KiB
[startup+0.700137 s]
/proc/loadavg: 4.18 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128949948/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=59912 memory=16692 CPUtime=0.67 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 1475 0 0 0 65 2 0 0 20 0 1 0 31461023 61349888 4173 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 14978 4173 2400 1147 0 2405 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 64104 KiB
Current children cumulated memory: 19764 KiB
[startup+1.50015 s]
/proc/loadavg: 4.18 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128950156/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=62092 memory=20348 CPUtime=1.46 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 1909 0 0 0 143 3 0 0 20 0 1 0 31461023 63582208 5087 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 15523 5087 2400 1147 0 2950 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 66284 KiB
Current children cumulated memory: 23420 KiB
[startup+3.10557 s]
/proc/loadavg: 4.16 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128948420/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=63436 memory=21884 CPUtime=3.07 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 2267 0 0 0 300 7 0 0 20 0 1 0 31461023 64958464 5471 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 15859 5471 2400 1147 0 3286 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 67628 KiB
Current children cumulated memory: 24956 KiB
[startup+6.30019 s]
/proc/loadavg: 4.16 4.12 4.04 5/272 21300
/proc/meminfo: memFree=128930272/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=65740 memory=23548 CPUtime=6.26 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 2684 0 0 0 613 13 0 0 20 0 1 0 31461023 67317760 5887 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 16435 5887 2400 1147 0 3862 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 69932 KiB
Current children cumulated memory: 26620 KiB
[startup+12.7002 s]
/proc/loadavg: 4.15 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128926644/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=72816 memory=27388 CPUtime=12.64 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 3644 0 0 0 1241 23 0 0 20 0 1 0 31461023 74563584 6847 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18204 6847 2400 1147 0 5631 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 77008 KiB
Current children cumulated memory: 30460 KiB
[startup+23.6164 s]
# the end of solver process 21297 was just reported to runsolver
# Child status: 0
# cumulated CPU time of all completed processes: user=23.1591 s, system=0.375671 s
Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples
[startup+12.8002 s]
/proc/loadavg: 4.15 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128926644/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=72816 memory=27388 CPUtime=12.74 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 3662 0 0 0 1251 23 0 0 20 0 1 0 31461023 74563584 6847 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18204 6847 2400 1147 0 5631 0
Current children cumulated CPU time: 12.74 s
Current children cumulated vsize: 77008 KiB
Current children cumulated memory: 30460 KiB
[startup+19.2001 s]
/proc/loadavg: 4.13 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128910984/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=73080 memory=28796 CPUtime=19.12 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 4000 0 0 0 1880 32 0 0 20 0 1 0 31461023 74833920 7199 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18270 7199 2400 1147 0 5697 0
Current children cumulated CPU time: 19.12 s
Current children cumulated vsize: 77272 KiB
Current children cumulated memory: 31868 KiB
[startup+20.8002 s]
/proc/loadavg: 4.13 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128910984/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=73212 memory=29180 CPUtime=20.71 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 4109 0 0 0 2037 34 0 0 20 0 1 0 31461023 74969088 7295 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18303 7295 2400 1147 0 5730 0
Current children cumulated CPU time: 20.71 s
Current children cumulated vsize: 77404 KiB
Current children cumulated memory: 32252 KiB
[startup+22.4002 s]
/proc/loadavg: 4.13 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128910732/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=73212 memory=29308 CPUtime=22.31 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 4155 0 0 0 2195 36 0 0 20 0 1 0 31461023 74969088 7327 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18303 7327 2400 1147 0 5730 0
Current children cumulated CPU time: 22.31 s
Current children cumulated vsize: 77404 KiB
Current children cumulated memory: 32380 KiB
[startup+23.2001 s]
/proc/loadavg: 4.12 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128910236/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=73212 memory=29436 CPUtime=23.1 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 4159 0 0 0 2274 36 0 0 20 0 1 0 31461023 74969088 7359 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18303 7359 2400 1147 0 5730 0
Current children cumulated CPU time: 23.1 s
Current children cumulated vsize: 77404 KiB
Current children cumulated memory: 32508 KiB
[startup+23.6002 s]
/proc/loadavg: 4.12 4.11 4.03 5/272 21300
/proc/meminfo: memFree=128910236/131249996 swapFree=33010684/33010684
[pid=21297] ppid=21294 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/21297/stat : 21297 (run-dec-break.s) S 21294 21297 17835 0 -1 4194304 236 227 0 0 0 0 0 0 20 0 1 0 31461022 4292608 768 18446744073709551615 94667090903040 94667091797573 140732997283344 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94667092036624 94667092084368 94667119321088 140732997290337 140732997290466 140732997290466 140732997296068 0
/proc/21297/statm: 1048 768 704 219 0 110 0
[pid=21300] ppid=21297 vsize=73212 memory=29436 CPUtime=23.5 cores=5,7
/proc/21300/stat : 21300 (roundingsat) R 21297 21297 17835 0 -1 4194304 4188 0 0 0 2314 36 0 0 20 0 1 0 31461023 74969088 7359 18446744073709551615 4227072 8923433 140736868219008 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 34725888 140736868227396 140736868227624 140736868227624 140736868233194 0
/proc/21300/statm: 18303 7359 2400 1147 0 5730 0
Current children cumulated CPU time: 23.5 s
Current children cumulated vsize: 77404 KiB
Current children cumulated memory: 32508 KiB
Child status: 0
Real time (s): 23.6164
CPU time (s): 23.5348
CPU user time (s): 23.1591
CPU system time (s): 0.375671
CPU usage (%): 99.6545
Max. virtual memory (cumulated for all children) (KiB): 77404
Max. memory (cumulated for all children) (KiB): 32508
getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.1591
system time used= 0.375671
maximum resident set size= 29436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4676
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= 208
involuntary context switches= 41
# summary of solver processes directly reported to runsolver:
# pid: 21297
# total CPU time (s): 23.5348
# total CPU user time (s): 23.1591
# total CPU system time (s): 0.375671
??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.077212 second user time and 0.116308 second system time
The end
Launcher Data
Begin job on nodeC024 at 2025-06-29 02:43:51
IDJOB=4495968
IDBENCH=148103
IDSOLVER=3357
FILE ID=nodeC024/4495968-1751157831
RUNJOBID= nodeC024-1751155906-17848
SLURM_JOB_ID= 9587473
Free space on /tmp= 433032 MiB
SOLVER NAME= roundingsat+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= run-dec-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4495968-1751157831/watcher-4495968-1751157831 -o /tmp/evaluation-result-4495968-1751157831/solver-4495968-1751157831 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751155906-17848 --watchdog 3760 run-dec-break.sh HOME/instance-4495968-1751157831.opb
TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2
MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=245483334
nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024
/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance
/proc/cpuinfo:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.676
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.664
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 0
cpu cores : 4
apicid : 16
initial apicid : 16
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 2
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3658.616
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 1
cpu cores : 4
apicid : 2
initial apicid : 2
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 3
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3598.983
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 1
cpu cores : 4
apicid : 18
initial apicid : 18
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 4
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.805
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 2
cpu cores : 4
apicid : 4
initial apicid : 4
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 5
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3698.917
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 2
cpu cores : 4
apicid : 20
initial apicid : 20
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 6
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3598.315
cache size : 15360 KB
physical id : 0
siblings : 4
core id : 3
cpu cores : 4
apicid : 6
initial apicid : 6
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 7
vendor_id : GenuineIntel
cpu family : 6
model : 79
model name : Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping : 1
microcode : 0xb00002a
cpu MHz : 3599.664
cache size : 15360 KB
physical id : 1
siblings : 4
core id : 3
cpu cores : 4
apicid : 22
initial apicid : 22
fpu : yes
fpu_exception : yes
cpuid level : 20
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags : vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips : 6999.36
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
/proc/meminfo:
MemTotal: 131249996 kB
MemFree: 128950360 kB
MemAvailable: 128582388 kB
Buffers: 3280 kB
Cached: 427536 kB
SwapCached: 0 kB
Active: 1481624 kB
Inactive: 207528 kB
Active(anon): 1276404 kB
Inactive(anon): 0 kB
Active(file): 205220 kB
Inactive(file): 207528 kB
Unevictable: 3072 kB
Mlocked: 0 kB
SwapTotal: 33010684 kB
SwapFree: 33010684 kB
Zswap: 0 kB
Zswapped: 0 kB
Dirty: 7180 kB
Writeback: 28 kB
AnonPages: 1258396 kB
Mapped: 116848 kB
Shmem: 18064 kB
KReclaimable: 86260 kB
Slab: 169636 kB
SReclaimable: 86260 kB
SUnreclaim: 83376 kB
KernelStack: 4400 kB
PageTables: 5656 kB
SecPageTables: 0 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
WritebackTmp: 0 kB
CommitLimit: 98635680 kB
Committed_AS: 1841456 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 150680 kB
VmallocChunk: 0 kB
Percpu: 3808 kB
HardwareCorrupted: 0 kB
AnonHugePages: 1085440 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: 195284 kB
DirectMap2M: 6916096 kB
DirectMap1G: 128974848 kB
Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-06-29 02:44:15