Trace number 4485874

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 NameAnswerobjective functionCPU timeWall clock time
roundingsat-ls+pbsuma 63f22adOPT344750 0.298016 0.337258

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUM848e47deac6a47526073146630130ada
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark344750
Best CPU time to get the best result obtained on this benchmark0.060434
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints6
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 constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c ┌────────────────────────────────────────────────────────────────┐
0.00/0.01	c │      pbsuma -- a PB interface for satsuma                      │
0.00/0.01	c │      satsuma_version=1.2, dejavu_version=2.1                   │
0.00/0.01	c │      (c) 2025 Markus Anders                                    │
0.00/0.01	c └────────────────────────────────────────────────────────────────┘
0.00/0.01	c parse 'HOME/instance-4485874-1751312601.opb'
0.00/0.02	c 	read 0.00MB  (0.43ms)
0.00/0.02	c	 [cnf: #variables 90 #clauses 7 #duplicates 0 #arr 420]
0.00/0.02	c 
0.00/0.02	c make graph and approximate orbits
0.00/0.02	c	 [group: #orbits ~= 0] (0.43ms)
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.10ms)
0.00/0.02	c 
0.00/0.02	c detect symmetries on remainder
0.00/0.02	c 	[graph: #vertices 577 #edges 1800]
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.15ms)
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-4485874-1751312601.opb.pre'
0.00/0.02	c 	wrote 0.00MB (0.20ms)
0.00/0.02	c ------------------------------------------------------------------
0.00/0.02	c                   0.43ms 28.76% approx_orbits
0.00/0.02	c                   0.42ms 28.33% parse
0.00/0.02	c                   0.20ms 13.15% output
0.00/0.02	c                   0.17ms 11.71% other
0.00/0.02	c                   0.15ms 10.19% detect_generic
0.00/0.02	c                   0.10ms  6.95% detect_special
0.00/0.02	c                   0.01ms  0.91% finalize_order
0.00/0.02	c         ───────────────────────────────────────────────
0.00/0.02	c                   1.49ms   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 90 #constraints 6
0.00/0.04	c objective is ce64 
0.00/0.06	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
0.00/0.06	c initial counting CF 32, 64, 128, Arb: 5 , 2 , 0 , 0
0.00/0.06	c bounds 353792 >= 0 @ 0.027981
0.00/0.06	c rational objective 344747
0.00/0.07	c bounds 351232 >= 0 @ 0.030745
0.00/0.07	c bounds 351232 >= 131072 @ 0.030933
0.00/0.07	c bounds 351232 >= 196608 @ 0.031073
0.00/0.07	c bounds 351232 >= 212992 @ 0.031342
0.00/0.07	c bounds 351232 >= 231424 @ 0.03193
0.00/0.07	c bounds 351232 >= 239616 @ 0.032167
0.00/0.07	c bounds 351002 >= 239616 @ 0.032167
0.00/0.07	c bounds 351002 >= 247808 @ 0.032167
0.00/0.07	c bounds 351002 >= 251904 @ 0.032325
0.00/0.07	c bounds 351002 >= 253952 @ 0.032498
0.00/0.07	c bounds 351002 >= 256000 @ 0.032995
0.00/0.07	c bounds 351002 >= 258048 @ 0.033365
0.00/0.07	c bounds 351002 >= 260096 @ 0.033521
0.00/0.07	c bounds 351002 >= 262144 @ 0.033828
0.00/0.07	c bounds 351002 >= 262400 @ 0.034176
0.00/0.07	c bounds 350991 >= 262400 @ 0.035207
0.00/0.07	c bounds 350991 >= 262408 @ 0.035676
0.00/0.07	c bounds 350991 >= 262656 @ 0.036434
0.00/0.08	c bounds 350986 >= 262656 @ 0.03802
0.00/0.08	c bounds 350986 >= 263168 @ 0.038091
0.00/0.08	c bounds 350986 >= 263169 @ 0.038091
0.00/0.08	c bounds 350986 >= 263177 @ 0.038109
0.00/0.08	c bounds 350986 >= 264968 @ 0.038109
0.00/0.08	c bounds 350986 >= 265225 @ 0.038313
0.00/0.08	c bounds 350986 >= 265479 @ 0.038517
0.00/0.08	c bounds 350986 >= 267519 @ 0.038927
0.00/0.08	c bounds 350984 >= 267519 @ 0.03926
0.00/0.08	c bounds 350984 >= 267527 @ 0.039588
0.00/0.08	c bounds 350984 >= 267528 @ 0.039904
0.00/0.08	c bounds 350981 >= 267528 @ 0.040075
0.00/0.08	c bounds 350981 >= 267534 @ 0.040075
0.00/0.08	c bounds 350977 >= 267534 @ 0.040227
0.00/0.08	c bounds 350977 >= 268288 @ 0.040804
0.00/0.08	c bounds 350977 >= 269313 @ 0.041028
0.00/0.08	c bounds 350977 >= 269810 @ 0.041302
0.00/0.08	c bounds 350975 >= 269810 @ 0.041987
0.00/0.08	c bounds 350975 >= 270835 @ 0.042584
0.00/0.08	c bounds 350975 >= 271089 @ 0.042853
0.00/0.08	c bounds 350975 >= 271104 @ 0.043106
0.00/0.08	c bounds 350975 >= 271346 @ 0.043334
0.00/0.08	c bounds 350973 >= 271346 @ 0.043911
0.00/0.08	c bounds 350973 >= 271361 @ 0.043995
0.00/0.09	c bounds 350973 >= 271386 @ 0.044038
0.00/0.09	c bounds 350973 >= 271394 @ 0.044346
0.00/0.09	c bounds 350973 >= 271402 @ 0.044811
0.00/0.09	c bounds 350972 >= 271402 @ 0.045225
0.00/0.09	c bounds 350972 >= 271409 @ 0.045504
0.00/0.09	c bounds 350972 >= 271410 @ 0.045844
0.00/0.09	c bounds 350969 >= 271410 @ 0.04656
0.00/0.09	c bounds 350969 >= 271416 @ 0.046901
0.00/0.09	c bounds 350969 >= 271417 @ 0.047729
0.00/0.09	c bounds 350969 >= 271418 @ 0.048238
0.00/0.09	c bounds 350966 >= 271418 @ 0.048626
0.00/0.09	c bounds 350966 >= 271481 @ 0.049074
0.00/0.09	c bounds 350964 >= 271481 @ 0.049609
0.00/0.09	c bounds 350964 >= 271659 @ 0.04994
0.00/0.09	c bounds 350964 >= 271665 @ 0.050258
0.00/0.09	c bounds 350964 >= 271666 @ 0.050675
0.00/0.09	c bounds 350964 >= 271668 @ 0.051442
0.00/0.09	c bounds 350961 >= 271668 @ 0.051915
0.00/0.09	c bounds 350961 >= 271670 @ 0.052367
0.00/0.09	c bounds 350961 >= 271671 @ 0.052817
0.00/0.10	c bounds 348913 >= 271671 @ 0.053767
0.00/0.11	c bounds 348913 >= 271673 @ 0.054327
0.06/0.11	c bounds 348913 >= 271714 @ 0.055098
0.06/0.11	c bounds 346865 >= 271714 @ 0.055234
0.06/0.11	c bounds 346865 >= 271722 @ 0.055251
0.06/0.11	c bounds 346865 >= 271740 @ 0.055897
0.06/0.11	c bounds 346857 >= 271740 @ 0.057511
0.06/0.11	c bounds 346857 >= 271745 @ 0.057909
0.06/0.11	c bounds 346857 >= 271747 @ 0.058278
0.06/0.11	c bounds 346857 >= 271748 @ 0.058664
0.06/0.12	c bounds 346857 >= 271749 @ 0.059211
0.06/0.12	c bounds 346857 >= 271750 @ 0.05992
0.06/0.12	c bounds 346857 >= 271762 @ 0.060348
0.06/0.12	c bounds 346852 >= 271762 @ 0.060685
0.06/0.12	c bounds 346852 >= 271764 @ 0.060977
0.06/0.12	c bounds 346852 >= 271765 @ 0.061322
0.06/0.12	c bounds 346596 >= 271765 @ 0.061868
0.06/0.12	c bounds 346596 >= 271770 @ 0.062969
0.06/0.12	c bounds 346576 >= 271770 @ 0.063393
0.06/0.12	c bounds 346576 >= 271772 @ 0.063723
0.06/0.12	c bounds 346576 >= 271773 @ 0.064102
0.06/0.12	c bounds 346288 >= 271773 @ 0.064443
0.06/0.12	c bounds 346288 >= 271776 @ 0.064778
0.06/0.12	c bounds 346288 >= 271777 @ 0.065125
0.06/0.12	c bounds 346248 >= 271777 @ 0.065588
0.06/0.12	c bounds 346248 >= 271781 @ 0.065907
0.06/0.12	c bounds 346248 >= 271782 @ 0.06633
0.06/0.12	c bounds 346248 >= 271783 @ 0.067185
0.06/0.12	c bounds 346201 >= 271783 @ 0.067748
0.06/0.12	c bounds 346201 >= 271784 @ 0.068099
0.06/0.12	c bounds 346201 >= 271785 @ 0.06813
0.06/0.13	c bounds 346200 >= 271785 @ 0.068809
0.06/0.13	c bounds 346200 >= 271788 @ 0.069224
0.06/0.13	c bounds 346200 >= 271792 @ 0.069546
0.06/0.13	c bounds 346200 >= 271794 @ 0.070248
0.06/0.13	c bounds 346200 >= 271795 @ 0.07064
0.06/0.13	c bounds 346200 >= 271796 @ 0.071137
0.06/0.13	c bounds 346200 >= 271798 @ 0.071707
0.06/0.13	c bounds 346197 >= 271798 @ 0.072159
0.06/0.13	c bounds 346197 >= 271800 @ 0.072637
0.06/0.13	c bounds 346197 >= 271801 @ 0.073094
0.06/0.13	c bounds 346194 >= 271801 @ 0.074185
0.06/0.13	c bounds 346194 >= 271802 @ 0.074733
0.06/0.13	c bounds 346194 >= 271803 @ 0.075275
0.06/0.13	c bounds 346194 >= 271807 @ 0.075877
0.06/0.13	c bounds 346184 >= 271807 @ 0.076393
0.06/0.13	c bounds 346184 >= 271808 @ 0.076823
0.06/0.13	c bounds 346184 >= 271809 @ 0.07757
0.06/0.14	c bounds 346112 >= 271809 @ 0.078137
0.06/0.14	c bounds 346112 >= 271810 @ 0.078617
0.06/0.14	c bounds 346112 >= 271811 @ 0.079171
0.06/0.14	c bounds 346032 >= 271811 @ 0.079835
0.06/0.14	c bounds 346032 >= 271815 @ 0.08003
0.06/0.14	c bounds 346032 >= 271816 @ 0.08003
0.06/0.14	c bounds 345888 >= 271816 @ 0.080477
0.06/0.14	c bounds 345888 >= 271817 @ 0.081489
0.06/0.14	c bounds 345888 >= 271822 @ 0.082041
0.06/0.14	c bounds 345568 >= 271822 @ 0.083141
0.06/0.14	c bounds 345568 >= 271826 @ 0.083494
0.06/0.14	c bounds 345568 >= 271830 @ 0.083838
0.06/0.14	c bounds 345568 >= 271832 @ 0.084002
0.06/0.14	c bounds 345568 >= 271836 @ 0.084002
0.06/0.14	c bounds 345378 >= 271836 @ 0.084002
0.06/0.14	c bounds 345378 >= 271840 @ 0.084271
0.06/0.15	c bounds 345378 >= 271841 @ 0.084891
0.06/0.15	c bounds 345378 >= 271851 @ 0.08501
0.06/0.15	c bounds 345375 >= 271851 @ 0.085033
0.06/0.15	c bounds 345375 >= 271854 @ 0.085033
0.06/0.15	c bounds 345375 >= 271857 @ 0.085151
0.06/0.15	c bounds 345375 >= 271858 @ 0.085794
0.06/0.15	c bounds 345361 >= 271858 @ 0.086568
0.06/0.15	c bounds 345361 >= 271859 @ 0.08699
0.06/0.15	c bounds 345361 >= 271860 @ 0.08786
0.06/0.15	c bounds 345360 >= 271860 @ 0.088314
0.06/0.15	c bounds 345360 >= 281691 @ 0.089855
0.06/0.15	c bounds 345360 >= 281773 @ 0.090385
0.06/0.15	c bounds 345360 >= 281815 @ 0.090719
0.06/0.15	c bounds 345360 >= 281839 @ 0.090967
0.06/0.15	c bounds 345360 >= 281846 @ 0.090987
0.06/0.15	c bounds 345360 >= 283894 @ 0.090987
0.06/0.15	c bounds 345360 >= 284919 @ 0.090987
0.06/0.15	c bounds 345360 >= 285362 @ 0.090987
0.06/0.15	c bounds 345360 >= 285918 @ 0.091003
0.06/0.15	c bounds 345360 >= 285934 @ 0.091003
0.06/0.16	c bounds 345360 >= 286959 @ 0.091003
0.06/0.16	c bounds 345360 >= 287291 @ 0.091003
0.06/0.16	c bounds 345359 >= 287291 @ 0.09168
0.06/0.16	c bounds 345359 >= 287705 @ 0.092003
0.06/0.16	c bounds 345359 >= 287713 @ 0.092003
0.06/0.16	c bounds 345359 >= 287905 @ 0.092003
0.06/0.16	c bounds 345359 >= 288210 @ 0.092641
0.06/0.16	c bounds 345359 >= 288235 @ 0.093045
0.06/0.16	c bounds 345359 >= 288464 @ 0.093285
0.06/0.16	c bounds 345359 >= 288489 @ 0.093809
0.06/0.16	c bounds 345351 >= 288489 @ 0.094232
0.06/0.16	c bounds 345351 >= 288504 @ 0.094487
0.06/0.16	c bounds 345351 >= 288706 @ 0.094686
0.06/0.16	c bounds 345351 >= 288721 @ 0.094838
0.06/0.16	c bounds 345351 >= 288746 @ 0.095287
0.06/0.16	c bounds 345350 >= 288746 @ 0.097014
0.06/0.16	c bounds 345350 >= 288761 @ 0.097532
0.06/0.16	c bounds 345350 >= 288776 @ 0.097912
0.06/0.16	c bounds 345350 >= 289001 @ 0.09811
0.06/0.16	c bounds 345350 >= 289009 @ 0.098771
0.06/0.16	c bounds 345350 >= 289017 @ 0.099139
0.06/0.17	c bounds 345350 >= 289025 @ 0.099494
0.06/0.17	c bounds 345348 >= 289025 @ 0.100053
0.06/0.17	c bounds 345348 >= 289033 @ 0.100433
0.06/0.17	c bounds 345348 >= 289040 @ 0.100731
0.06/0.17	c bounds 345348 >= 289047 @ 0.10107
0.06/0.17	c bounds 345348 >= 289055 @ 0.101374
0.06/0.17	c bounds 345347 >= 289055 @ 0.10179
0.06/0.17	c bounds 345347 >= 289073 @ 0.102085
0.06/0.17	c bounds 345347 >= 289091 @ 0.102445
0.06/0.17	c bounds 345347 >= 289099 @ 0.103071
0.06/0.17	c bounds 345259 >= 289099 @ 0.103886
0.06/0.17	c bounds 345259 >= 289105 @ 0.104232
0.06/0.17	c bounds 345259 >= 289109 @ 0.104632
0.06/0.17	c bounds 345259 >= 289110 @ 0.105051
0.06/0.17	c bounds 345259 >= 289112 @ 0.105765
0.06/0.17	c bounds 345250 >= 289112 @ 0.106204
0.06/0.17	c bounds 345250 >= 289114 @ 0.106662
0.06/0.17	c bounds 345250 >= 289116 @ 0.107193
0.06/0.17	c bounds 345246 >= 289116 @ 0.107431
0.06/0.17	c bounds 345246 >= 289117 @ 0.107431
0.06/0.17	c bounds 345246 >= 289118 @ 0.107494
0.06/0.18	c bounds 345246 >= 289119 @ 0.107494
0.06/0.18	c bounds 345233 >= 289119 @ 0.108941
0.06/0.18	c bounds 345233 >= 289120 @ 0.109662
0.06/0.18	c bounds 345233 >= 289121 @ 0.110248
0.06/0.18	c bounds 345233 >= 289123 @ 0.110621
0.06/0.18	c bounds 345233 >= 289124 @ 0.11105
0.06/0.18	c bounds 345233 >= 289125 @ 0.111343
0.06/0.18	c bounds 345233 >= 289126 @ 0.111799
0.06/0.18	c bounds 345233 >= 289127 @ 0.112241
0.06/0.18	c bounds 345229 >= 289127 @ 0.112802
0.06/0.18	c bounds 345229 >= 289128 @ 0.113224
0.06/0.18	c bounds 345229 >= 289129 @ 0.113779
0.06/0.18	c bounds 345229 >= 289130 @ 0.114581
0.06/0.18	c bounds 345219 >= 289130 @ 0.116808
0.06/0.19	c bounds 345219 >= 290802 @ 0.117035
0.06/0.19	c bounds 345219 >= 290806 @ 0.117139
0.06/0.19	c bounds 345219 >= 290970 @ 0.117339
0.06/0.19	c bounds 345219 >= 290973 @ 0.117549
0.06/0.19	c bounds 345219 >= 290976 @ 0.117757
0.06/0.19	c bounds 345219 >= 290978 @ 0.117951
0.06/0.19	c bounds 345219 >= 290979 @ 0.118146
0.06/0.19	c bounds 345219 >= 290981 @ 0.118332
0.06/0.19	c bounds 345219 >= 290982 @ 0.118332
0.06/0.19	c bounds 345219 >= 290983 @ 0.118332
0.06/0.19	c bounds 345219 >= 290984 @ 0.118332
0.06/0.19	c bounds 345219 >= 290988 @ 0.118332
0.06/0.19	c bounds 345219 >= 290989 @ 0.118332
0.06/0.19	c bounds 345219 >= 290990 @ 0.118518
0.06/0.19	c bounds 345219 >= 290992 @ 0.118712
0.06/0.19	c bounds 345219 >= 290993 @ 0.118919
0.06/0.19	c bounds 345219 >= 290996 @ 0.119111
0.06/0.19	c bounds 345219 >= 291000 @ 0.119305
0.06/0.19	c bounds 345219 >= 291002 @ 0.119497
0.06/0.19	c bounds 344941 >= 291002 @ 0.120481
0.06/0.19	c bounds 344941 >= 291003 @ 0.120707
0.06/0.19	c bounds 344941 >= 291004 @ 0.120917
0.06/0.19	c bounds 344941 >= 291006 @ 0.121118
0.06/0.19	c bounds 344941 >= 291008 @ 0.121315
0.06/0.19	c bounds 344941 >= 291009 @ 0.121518
0.06/0.19	c bounds 344941 >= 291013 @ 0.121715
0.06/0.19	c bounds 344941 >= 291014 @ 0.121911
0.06/0.19	c bounds 344941 >= 291015 @ 0.122108
0.06/0.19	c bounds 344941 >= 291016 @ 0.122301
0.06/0.19	c bounds 344939 >= 291016 @ 0.122313
0.06/0.19	c bounds 344939 >= 291017 @ 0.122359
0.06/0.19	c bounds 344939 >= 291021 @ 0.122576
0.06/0.19	c bounds 344939 >= 291022 @ 0.122783
0.06/0.19	c bounds 344939 >= 291026 @ 0.122989
0.06/0.19	c bounds 344939 >= 291030 @ 0.123193
0.06/0.19	c bounds 344939 >= 291032 @ 0.123401
0.06/0.19	c bounds 344939 >= 291036 @ 0.123605
0.06/0.20	c bounds 344936 >= 291036 @ 0.125544
0.06/0.20	c bounds 344936 >= 291037 @ 0.125793
0.06/0.20	c bounds 344936 >= 291038 @ 0.126011
0.06/0.20	c bounds 344936 >= 291039 @ 0.126224
0.06/0.20	c bounds 344936 >= 291044 @ 0.126433
0.06/0.20	c bounds 344936 >= 291048 @ 0.126644
0.06/0.20	c bounds 344936 >= 291049 @ 0.126849
0.06/0.20	c bounds 344936 >= 291050 @ 0.127054
0.06/0.20	c bounds 344936 >= 291051 @ 0.12726
0.06/0.20	c bounds 344936 >= 291052 @ 0.127473
0.06/0.20	c bounds 344936 >= 291053 @ 0.127686
0.06/0.20	c bounds 344936 >= 291055 @ 0.127903
0.06/0.20	c bounds 344936 >= 291171 @ 0.128124
0.06/0.20	c bounds 344936 >= 292854 @ 0.128448
0.06/0.20	c bounds 344934 >= 292854 @ 0.129
0.06/0.20	c bounds 344934 >= 293543 @ 0.12934
0.06/0.20	c bounds 344934 >= 293558 @ 0.129578
0.06/0.20	c bounds 344934 >= 293710 @ 0.129805
0.06/0.20	c bounds 344934 >= 293718 @ 0.130026
0.06/0.20	c bounds 344934 >= 293725 @ 0.130239
0.06/0.20	c bounds 344933 >= 293725 @ 0.130715
0.06/0.20	c bounds 344933 >= 293730 @ 0.13097
0.06/0.20	c bounds 344933 >= 293748 @ 0.131215
0.06/0.20	c bounds 344933 >= 293764 @ 0.131473
0.06/0.20	c bounds 344933 >= 293772 @ 0.131713
0.06/0.20	c bounds 344933 >= 293773 @ 0.131961
0.06/0.20	c bounds 344930 >= 293773 @ 0.132624
0.06/0.20	c bounds 344930 >= 293775 @ 0.133187
0.06/0.20	c bounds 344930 >= 293776 @ 0.13345
0.06/0.20	c bounds 344930 >= 293782 @ 0.133705
0.06/0.20	c bounds 344930 >= 293783 @ 0.133959
0.06/0.20	c bounds 344930 >= 293784 @ 0.134199
0.06/0.21	c bounds 344929 >= 293784 @ 0.134209
0.06/0.21	c bounds 344929 >= 293786 @ 0.134244
0.06/0.21	c bounds 344929 >= 293787 @ 0.134499
0.06/0.21	c bounds 344929 >= 293788 @ 0.135006
0.06/0.21	c bounds 344929 >= 293790 @ 0.135285
0.06/0.21	c bounds 344929 >= 293798 @ 0.135541
0.06/0.21	c bounds 344929 >= 293816 @ 0.135787
0.06/0.21	c bounds 344925 >= 293816 @ 0.136381
0.06/0.21	c bounds 344925 >= 293834 @ 0.136656
0.06/0.21	c bounds 344925 >= 293842 @ 0.136916
0.06/0.21	c bounds 344925 >= 293846 @ 0.137196
0.06/0.21	c bounds 344925 >= 293848 @ 0.137451
0.06/0.21	c bounds 344923 >= 293848 @ 0.138232
0.06/0.21	c bounds 344923 >= 293849 @ 0.138512
0.06/0.21	c bounds 344923 >= 293855 @ 0.138778
0.06/0.22	c bounds 344923 >= 293856 @ 0.139121
0.06/0.22	c bounds 344923 >= 293857 @ 0.139402
0.06/0.22	c bounds 344923 >= 293859 @ 0.139647
0.06/0.22	c bounds 344923 >= 293861 @ 0.139901
0.06/0.22	c bounds 344918 >= 293861 @ 0.140716
0.06/0.22	c bounds 344918 >= 293862 @ 0.141031
0.06/0.22	c bounds 344918 >= 293864 @ 0.141313
0.06/0.22	c bounds 344918 >= 293872 @ 0.141599
0.06/0.22	c bounds 344918 >= 293873 @ 0.141878
0.06/0.22	c bounds 344908 >= 293873 @ 0.142412
0.06/0.22	c bounds 344908 >= 293874 @ 0.142698
0.06/0.22	c bounds 344908 >= 293875 @ 0.142995
0.06/0.22	c bounds 344908 >= 294307 @ 0.143284
0.06/0.22	c bounds 344876 >= 294307 @ 0.144764
0.06/0.22	c bounds 344876 >= 294902 @ 0.145178
0.06/0.22	c bounds 344876 >= 295104 @ 0.145664
0.06/0.22	c bounds 344876 >= 295263 @ 0.145944
0.06/0.22	c bounds 344876 >= 295288 @ 0.1462
0.06/0.22	c bounds 344876 >= 295307 @ 0.146825
0.06/0.22	c bounds 344876 >= 295396 @ 0.147125
0.06/0.22	c bounds 344876 >= 295466 @ 0.147393
0.06/0.22	c bounds 344876 >= 295598 @ 0.14764
0.06/0.22	c bounds 344876 >= 295720 @ 0.14796
0.06/0.22	c bounds 344876 >= 295735 @ 0.148243
0.06/0.22	c bounds 344876 >= 295741 @ 0.148646
0.06/0.22	c bounds 344876 >= 295744 @ 0.149155
0.06/0.22	c bounds 344876 >= 295760 @ 0.149519
0.17/0.22	c bounds 344876 >= 295763 @ 0.150101
0.17/0.22	c bounds 344875 >= 295763 @ 0.150909
0.17/0.23	c bounds 344875 >= 295770 @ 0.151358
0.17/0.23	c bounds 344875 >= 295773 @ 0.15206
0.17/0.23	c bounds 344875 >= 295776 @ 0.152391
0.17/0.23	c bounds 344875 >= 295784 @ 0.152759
0.17/0.23	c bounds 344875 >= 295790 @ 0.153127
0.17/0.23	c bounds 344872 >= 295790 @ 0.153846
0.17/0.23	c bounds 344872 >= 295791 @ 0.154239
0.17/0.23	c bounds 344872 >= 295799 @ 0.154598
0.17/0.23	c bounds 344872 >= 295801 @ 0.154994
0.17/0.23	c bounds 344872 >= 295802 @ 0.15538
0.17/0.23	c bounds 344868 >= 295802 @ 0.155993
0.17/0.23	c bounds 344868 >= 295804 @ 0.156409
0.17/0.23	c bounds 344868 >= 295810 @ 0.156799
0.17/0.23	c bounds 344868 >= 295833 @ 0.157261
0.17/0.23	c bounds 344867 >= 295833 @ 0.157981
0.17/0.23	c bounds 344867 >= 295835 @ 0.158643
0.17/0.23	c bounds 344867 >= 295838 @ 0.159246
0.17/0.23	c bounds 344867 >= 295840 @ 0.159851
0.17/0.23	c bounds 344864 >= 295840 @ 0.160581
0.17/0.24	c bounds 344864 >= 295843 @ 0.161228
0.17/0.24	c bounds 344864 >= 295844 @ 0.16188
0.17/0.24	c bounds 344864 >= 295845 @ 0.162588
0.17/0.24	c bounds 344864 >= 295847 @ 0.163165
0.17/0.24	c bounds 344864 >= 295848 @ 0.163219
0.17/0.24	c bounds 344854 >= 295848 @ 0.16448
0.17/0.24	c bounds 344854 >= 295849 @ 0.165314
0.17/0.24	c bounds 344854 >= 295851 @ 0.165899
0.17/0.24	c bounds 344854 >= 295853 @ 0.166201
0.17/0.24	c bounds 344854 >= 295855 @ 0.166427
0.17/0.24	c bounds 344854 >= 295858 @ 0.166976
0.17/0.24	c bounds 344854 >= 295859 @ 0.167657
0.17/0.24	c bounds 344854 >= 295861 @ 0.168323
0.17/0.25	c bounds 344854 >= 295862 @ 0.169172
0.17/0.25	c bounds 344854 >= 295863 @ 0.169185
0.17/0.25	c bounds 344853 >= 295863 @ 0.169436
0.17/0.25	c bounds 344853 >= 295866 @ 0.169919
0.17/0.25	c bounds 344853 >= 295867 @ 0.170174
0.17/0.25	c bounds 344853 >= 295868 @ 0.170182
0.17/0.25	c bounds 344853 >= 296121 @ 0.170256
0.17/0.25	c bounds 344851 >= 296121 @ 0.171833
0.17/0.25	c bounds 344851 >= 296237 @ 0.172573
0.17/0.25	c bounds 344851 >= 296346 @ 0.172904
0.17/0.25	c bounds 344851 >= 296350 @ 0.17339
0.17/0.25	c bounds 344851 >= 296351 @ 0.174145
0.17/0.26	c bounds 344851 >= 296353 @ 0.174815
0.17/0.26	c bounds 344851 >= 296355 @ 0.175148
0.17/0.26	c bounds 344851 >= 296356 @ 0.176094
0.17/0.26	c bounds 344851 >= 296363 @ 0.176576
0.17/0.26	c bounds 344848 >= 296363 @ 0.177411
0.17/0.26	c bounds 344848 >= 296367 @ 0.178026
0.17/0.26	c bounds 344848 >= 301031 @ 0.179219
0.17/0.26	c bounds 344848 >= 305719 @ 0.179444
0.17/0.26	c bounds 344848 >= 305732 @ 0.179765
0.17/0.26	c bounds 344844 >= 305732 @ 0.180556
0.17/0.26	c bounds 344844 >= 305734 @ 0.180873
0.17/0.26	c bounds 344844 >= 305746 @ 0.181179
0.17/0.26	c bounds 344844 >= 305747 @ 0.181478
0.17/0.26	c bounds 344844 >= 305749 @ 0.181772
0.17/0.26	c bounds 344843 >= 305749 @ 0.18264
0.17/0.26	c bounds 344843 >= 305764 @ 0.182949
0.17/0.26	c bounds 344843 >= 305779 @ 0.183268
0.17/0.26	c bounds 344843 >= 305804 @ 0.183579
0.17/0.27	c bounds 344843 >= 305863 @ 0.183877
0.17/0.27	c bounds 344843 >= 305866 @ 0.18417
0.17/0.27	c bounds 344843 >= 305873 @ 0.184477
0.17/0.27	c bounds 344840 >= 305873 @ 0.185979
0.17/0.27	c bounds 344840 >= 305876 @ 0.186329
0.17/0.27	c bounds 344840 >= 305879 @ 0.186648
0.17/0.27	c bounds 344840 >= 305887 @ 0.186962
0.17/0.27	c bounds 344840 >= 305888 @ 0.187013
0.17/0.27	c bounds 344840 >= 305889 @ 0.187013
0.17/0.27	c bounds 344840 >= 305897 @ 0.187013
0.17/0.27	c bounds 344840 >= 305899 @ 0.187252
0.17/0.27	c bounds 344838 >= 305899 @ 0.187982
0.17/0.27	c bounds 344838 >= 305908 @ 0.188322
0.17/0.27	c bounds 344838 >= 305910 @ 0.188658
0.17/0.27	c bounds 344838 >= 305916 @ 0.188973
0.17/0.27	c bounds 344838 >= 305918 @ 0.189321
0.17/0.27	c bounds 344834 >= 305918 @ 0.190124
0.17/0.27	c bounds 344834 >= 305920 @ 0.190467
0.17/0.27	c bounds 344834 >= 305923 @ 0.190816
0.17/0.27	c bounds 344834 >= 305924 @ 0.191164
0.17/0.27	c bounds 344834 >= 305925 @ 0.191506
0.17/0.28	c bounds 344831 >= 305925 @ 0.192705
0.17/0.28	c bounds 344831 >= 305928 @ 0.193088
0.17/0.28	c bounds 344831 >= 305929 @ 0.193442
0.17/0.28	c bounds 344831 >= 305932 @ 0.193782
0.17/0.28	c bounds 344831 >= 305934 @ 0.193865
0.17/0.28	c bounds 344831 >= 305937 @ 0.193865
0.17/0.28	c bounds 344830 >= 305937 @ 0.194229
0.17/0.28	c bounds 344830 >= 306063 @ 0.194641
0.17/0.28	c bounds 344830 >= 306088 @ 0.194857
0.17/0.28	c bounds 344830 >= 309374 @ 0.194857
0.17/0.28	c bounds 344830 >= 310534 @ 0.194857
0.17/0.28	c bounds 344830 >= 310908 @ 0.195014
0.17/0.28	c bounds 344830 >= 311223 @ 0.195275
0.17/0.28	c bounds 344830 >= 311597 @ 0.195522
0.17/0.28	c bounds 344830 >= 311818 @ 0.196135
0.17/0.28	c bounds 344830 >= 312068 @ 0.196435
0.17/0.28	c bounds 344830 >= 312270 @ 0.19671
0.17/0.28	c bounds 344830 >= 312278 @ 0.196975
0.17/0.28	c bounds 344830 >= 312292 @ 0.197219
0.17/0.28	c bounds 344830 >= 312296 @ 0.197474
0.17/0.28	c bounds 344830 >= 312312 @ 0.197715
0.17/0.28	c bounds 344830 >= 312320 @ 0.197958
0.17/0.28	c bounds 344830 >= 312321 @ 0.198195
0.17/0.28	c bounds 344830 >= 312323 @ 0.198432
0.17/0.28	c bounds 344827 >= 312323 @ 0.199102
0.17/0.29	c bounds 344827 >= 312324 @ 0.199369
0.17/0.29	c bounds 344827 >= 312330 @ 0.199616
0.17/0.29	c bounds 344827 >= 312331 @ 0.199863
0.17/0.29	c bounds 344827 >= 312332 @ 0.200116
0.17/0.29	c bounds 344827 >= 312334 @ 0.200355
0.17/0.29	c bounds 344827 >= 312335 @ 0.200602
0.17/0.29	c bounds 344805 >= 312335 @ 0.201463
0.17/0.29	c bounds 344805 >= 312336 @ 0.201727
0.17/0.29	c bounds 344805 >= 312338 @ 0.201727
0.17/0.29	c bounds 344805 >= 312346 @ 0.201727
0.17/0.29	c bounds 344805 >= 312364 @ 0.201727
0.17/0.29	c bounds 344805 >= 312382 @ 0.202751
0.17/0.29	c bounds 344805 >= 312390 @ 0.203086
0.17/0.29	c bounds 344804 >= 312390 @ 0.203963
0.17/0.29	c bounds 344804 >= 312394 @ 0.204237
0.17/0.29	c bounds 344804 >= 312396 @ 0.204501
0.17/0.29	c bounds 344804 >= 312397 @ 0.204714
0.17/0.29	c bounds 344804 >= 312403 @ 0.204714
0.17/0.29	c bounds 344804 >= 312404 @ 0.204714
0.17/0.29	c bounds 344800 >= 312404 @ 0.205083
0.17/0.29	c bounds 344800 >= 312405 @ 0.205363
0.17/0.29	c bounds 344800 >= 312407 @ 0.205618
0.17/0.29	c bounds 344800 >= 312409 @ 0.205864
0.17/0.29	c bounds 344800 >= 312410 @ 0.206114
0.17/0.29	c bounds 344800 >= 312412 @ 0.206361
0.17/0.29	c bounds 344800 >= 312420 @ 0.206612
0.17/0.30	c bounds 344797 >= 312420 @ 0.207288
0.17/0.30	c bounds 344797 >= 312421 @ 0.20756
0.17/0.30	c bounds 344797 >= 312422 @ 0.20783
0.17/0.30	c bounds 344797 >= 312423 @ 0.20809
0.17/0.30	c bounds 344797 >= 312493 @ 0.208349
0.17/0.30	c bounds 344797 >= 312520 @ 0.208613
0.17/0.30	c bounds 344791 >= 312520 @ 0.209862
0.17/0.30	c bounds 344791 >= 312528 @ 0.210178
0.17/0.30	c bounds 344791 >= 312551 @ 0.21047
0.17/0.30	c bounds 344791 >= 312553 @ 0.210761
0.17/0.30	c bounds 344791 >= 312554 @ 0.21105
0.17/0.30	c bounds 344791 >= 312555 @ 0.21135
0.17/0.30	c bounds 344791 >= 312558 @ 0.211636
0.17/0.30	c bounds 344777 >= 312558 @ 0.212461
0.17/0.30	c bounds 344777 >= 312669 @ 0.212636
0.17/0.30	c bounds 344777 >= 312670 @ 0.212636
0.17/0.30	c bounds 344777 >= 312673 @ 0.212636
0.17/0.30	c bounds 344777 >= 312675 @ 0.212681
0.17/0.30	c bounds 344777 >= 312676 @ 0.212977
0.17/0.30	c bounds 344776 >= 312676 @ 0.213869
0.17/0.30	c bounds 344776 >= 312677 @ 0.214575
0.17/0.30	c bounds 344776 >= 312680 @ 0.2149
0.17/0.30	c bounds 344776 >= 312681 @ 0.215188
0.17/0.30	c bounds 344776 >= 312682 @ 0.215476
0.17/0.30	c bounds 344776 >= 312684 @ 0.215771
0.17/0.31	c bounds 344773 >= 312684 @ 0.217118
0.17/0.31	c bounds 344773 >= 312687 @ 0.217433
0.17/0.31	c bounds 344773 >= 312689 @ 0.217737
0.17/0.31	c bounds 344773 >= 312695 @ 0.218042
0.17/0.31	c bounds 344773 >= 312711 @ 0.218338
0.17/0.31	c bounds 344773 >= 312717 @ 0.218633
0.17/0.31	c bounds 344773 >= 312718 @ 0.218926
0.17/0.31	c bounds 344773 >= 312719 @ 0.219218
0.17/0.31	c bounds 344773 >= 312721 @ 0.219513
0.17/0.31	c bounds 344771 >= 312721 @ 0.221943
0.17/0.31	c bounds 344771 >= 312723 @ 0.222334
0.17/0.31	c bounds 344771 >= 312730 @ 0.222436
0.17/0.31	c bounds 344771 >= 312732 @ 0.222436
0.17/0.31	c bounds 344771 >= 312735 @ 0.222436
0.17/0.31	c bounds 344771 >= 312742 @ 0.22276
0.17/0.31	c bounds 344771 >= 312745 @ 0.223051
0.17/0.31	c bounds 344771 >= 312748 @ 0.223318
0.17/0.31	c bounds 344771 >= 312756 @ 0.223585
0.17/0.31	c bounds 344771 >= 312757 @ 0.223854
0.17/0.31	c bounds 344771 >= 312758 @ 0.224129
0.17/0.31	c bounds 344771 >= 312760 @ 0.224444
0.17/0.32	c bounds 344762 >= 312760 @ 0.225196
0.17/0.32	c bounds 344762 >= 312762 @ 0.225538
0.17/0.32	c bounds 344762 >= 312768 @ 0.22589
0.17/0.32	c bounds 344762 >= 312771 @ 0.226224
0.17/0.32	c bounds 344762 >= 312796 @ 0.226525
0.17/0.32	c bounds 344758 >= 312796 @ 0.227273
0.17/0.32	c bounds 344758 >= 312811 @ 0.22763
0.17/0.32	c bounds 344758 >= 312812 @ 0.227963
0.17/0.32	c bounds 344758 >= 312813 @ 0.228292
0.17/0.32	c bounds 344758 >= 312815 @ 0.228615
0.17/0.32	c bounds 344754 >= 312815 @ 0.229434
0.17/0.32	c bounds 344754 >= 312819 @ 0.229545
0.17/0.32	c bounds 344754 >= 312827 @ 0.229545
0.17/0.32	c bounds 344754 >= 312850 @ 0.229574
0.17/0.32	c bounds 344754 >= 312852 @ 0.229642
0.17/0.32	c bounds 344751 >= 312852 @ 0.229904
0.27/0.32	c bounds 344751 >= 312853 @ 0.230219
0.27/0.32	c bounds 344751 >= 312856 @ 0.23051
0.27/0.32	c bounds 344751 >= 312858 @ 0.230849
0.27/0.32	c bounds 344751 >= 312859 @ 0.231185
0.27/0.33	c bounds 344750 >= 312859 @ 0.232133
0.27/0.33	c bounds 344750 >= 312860 @ 0.23286
0.27/0.33	c bounds 344750 >= 312863 @ 0.233213
0.27/0.33	c bounds 344750 >= 312866 @ 0.233549
0.27/0.33	c bounds 344750 >= 312868 @ 0.233882
0.27/0.33	c bounds 344750 >= 344750 @ 0.236767
0.27/0.33	c cpu time 0.236782 s
0.27/0.33	c deterministic time 2133675 2.13e+06
0.27/0.33	c optimization time 0.081167 s
0.27/0.33	c total solve time 0.15381 s
0.27/0.33	c core-guided solve time 0.086763 s
0.27/0.33	c propagation time 0.096155 s
0.27/0.33	c conflict analysis time 0.025563 s
0.27/0.33	c propagations 111408
0.27/0.33	c resolve steps 614
0.27/0.33	c decisions 40187
0.27/0.33	c conflicts 436
0.27/0.33	c restarts 4
0.27/0.33	c inprocessing phases 0
0.27/0.33	c garbage collections 0 ,( -nan )
0.27/0.33	c input clauses 742 ,( 24.85 )
0.27/0.33	c input cardinalities 852 ,( 28.53 )
0.27/0.33	c input general constraints 1392 ,( 46.62 )
0.27/0.33	c input average constraint length 14.36
0.27/0.33	c input average constraint degree 3248333.87
0.27/0.33	c learned clauses 59 ,( 8.59 )
0.27/0.33	c learned cardinalities 7 ,( 1.02 )
0.27/0.33	c learned general constraints 621 ,( 90.39 )
0.27/0.33	c learned average constraint length 18.62
0.27/0.33	c learned average constraint degree 23882682.69
0.27/0.33	c watched  CF 32, 64, 128, Arb: 17 , 0 , 0 , 0
0.27/0.33	c counting CF 32, 64, 128, Arb: 1995 , 2 , 0 , 0
0.27/0.33	c watched   constraints 17 ,( 0.84 ) 
0.27/0.33	c counting  constraints 1996 ,( 99.16 ) 
0.27/0.33	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 15012 , 49686 , 562487 ,( 1116 , 561371 )
0.27/0.33	c gcd simplifications 204
0.27/0.33	c detected cardinalities 3
0.27/0.33	c weakened non-implied lits 2714
0.27/0.33	c weakened non-implying lits 167
0.27/0.33	c original variables 90
0.27/0.33	c clausal propagations 11179
0.27/0.33	c cardinality propagations 12832
0.27/0.33	c watched propagations 10
0.27/0.33	c counting propagations 67794
0.27/0.33	c watch lookups 968891
0.27/0.33	c watch backjump lookups 0
0.27/0.33	c watch checks 95247
0.27/0.33	c propagation checks 703656
0.27/0.33	c constraint additions 62948
0.27/0.33	c trail pops 150892
0.27/0.33	c formula constraints 6
0.27/0.33	c learned constraints 677
0.27/0.33	c bound constraints 521
0.27/0.33	c core-guided constraints 2459
0.27/0.33	c encountered formula constraints 284
0.27/0.33	c encountered learned constraints 229
0.27/0.33	c encountered bound constraints 195
0.27/0.33	c encountered core-guided constraints 307
0.27/0.33	c LP total time 0.019636 s
0.27/0.33	c LP solve time 0.03 s
0.27/0.33	c LP constraints added 8
0.27/0.33	c LP constraints removed 0
0.27/0.33	c LP pivots internal 441
0.27/0.33	c LP pivots root 4
0.27/0.33	c LP calls 89
0.27/0.33	c LP optimalities 84
0.27/0.33	c LP no pivot count 6
0.27/0.33	c LP infeasibilities 5
0.27/0.33	c LP valid Farkas constraints 4
0.27/0.33	c LP learned Farkas constraints 4
0.27/0.33	c LP basis resets 0
0.27/0.33	c LP cycling count 0
0.27/0.33	c LP singular count 0
0.27/0.33	c LP no primal count 0
0.27/0.33	c LP no farkas count 0
0.27/0.33	c LP other issue count 0
0.27/0.33	c LP Gomory cuts 2
0.27/0.33	c LP learned cuts 0
0.27/0.33	c LP deleted cuts 0
0.27/0.33	c LP encountered Gomory constraints 9
0.27/0.33	c LP encountered Farkas constraints 17
0.27/0.33	c LP encountered learned Farkas constraints 4
0.27/0.33	c CG auxiliary variables introduced 1077
0.27/0.33	c CG solutions found 89
0.27/0.33	c CG cores constructed 431
0.27/0.33	c CG core cardinality constraints returned 0
0.27/0.33	c CG unit cores 14
0.27/0.33	c CG single cores 378
0.27/0.33	c CG blocks removed during cardinality reduction 226
0.27/0.33	c CG first core best 1
0.27/0.33	c CG decision core best 1
0.27/0.33	c CG core reduction tie 37
0.27/0.33	c CG core degree average 1.00
0.27/0.33	c CG core slack average 4.28
0.27/0.33	c CG core upper bound improvements 0
0.27/0.33	c STR number of successful calls 0
0.27/0.33	c STR number of unsuccessful calls 0
0.27/0.33	c STR number of inconclusive calls 0
0.27/0.33	c STR number of successful attempts 0
0.27/0.33	c STR number of unsuccessful attempts 0
0.27/0.33	c STR number of inconclusive attempts 0
0.27/0.33	c STR average degree increase per successful call inf
0.27/0.33	c STR average degree increase per successful attempt inf
0.27/0.33	c STR total number of conflicts for successful attempts 0
0.27/0.33	c STR total number of conflicts for unsuccessful attempts 0
0.27/0.33	c STR total number of conflicts for inconclusive attempts 0
0.27/0.33	c STR average number of conflicts per successful attempt inf
0.27/0.33	c STR average number of conflicts per unsuccessful attempt inf
0.27/0.33	c STR average number of conflicts per inconclusive attempt inf
0.27/0.33	c AVG.sumWPerc 87.44 
0.27/0.33	c bigint constraints 2 
0.27/0.33	o 344750
0.27/0.33	s OPTIMUM FOUND
0.27/0.33	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

Verifier Data

OK	344750

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485874-1751312601/watcher-4485874-1751312601 -o /tmp/evaluation-result-4485874-1751312601/solver-4485874-1751312601 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751305374-39322 --watchdog 3760 run-opt-ls.sh HOME/instance-4485874-1751312601.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10007 s]*
/proc/loadavg: 4.55 4.25 4.18 5/254 40119
/proc/meminfo: memFree=129433524/131382120 swapFree=33010160/33010684
[pid=40116] ppid=40113 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/40116/stat : 40116 (run-opt-ls.sh) S 40113 40116 39312 0 -1 4194304 237 228 0 0 0 0 0 0 20 0 1 0 46939244 4292608 736 18446744073709551615 94674913746944 94674914641477 140734984002096 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94674914880528 94674914928272 94674925002752 140734984005991 140734984006117 140734984006117 140734984011719 0
/proc/40116/statm: 1048 736 672 219 0 110 0
[pid=40119] ppid=40116 vsize=55936 memory=11136 CPUtime=0.06 cores=0,2
/proc/40119/stat : 40119 (roundingsat) R 40116 40116 39312 0 -1 4194304 538 0 0 0 5 1 0 0 20 0 1 0 46939247 57278464 2784 18446744073709551615 4227072 8923433 140735685996880 0 0 0 0 0 8405026 0 0 0 17 2 0 0 0 0 0 9823104 9832592 30474240 140735685998918 140735685999144 140735685999144 140735686004714 0
/proc/40119/statm: 13984 2784 2464 1147 0 1411 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 60128 KiB
Current children cumulated memory: 14080 KiB

[startup+0.214709 s]*
/proc/loadavg: 4.55 4.25 4.18 5/254 40119
/proc/meminfo: memFree=129396916/131382120 swapFree=33010160/33010684
[pid=40116] ppid=40113 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/40116/stat : 40116 (run-opt-ls.sh) S 40113 40116 39312 0 -1 4194304 237 228 0 0 0 0 0 0 20 0 1 0 46939244 4292608 736 18446744073709551615 94674913746944 94674914641477 140734984002096 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94674914880528 94674914928272 94674925002752 140734984005991 140734984006117 140734984006117 140734984011719 0
/proc/40116/statm: 1048 736 672 219 0 110 0
[pid=40119] ppid=40116 vsize=57228 memory=14440 CPUtime=0.17 cores=0,2
/proc/40119/stat : 40119 (roundingsat) R 40116 40116 39312 0 -1 4194304 880 0 0 0 15 2 0 0 20 0 1 0 46939247 58601472 3610 18446744073709551615 4227072 8923433 140735685996880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 30474240 140735685998918 140735685999144 140735685999144 140735686004714 0
/proc/40119/statm: 14307 3610 2464 1147 0 1734 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 61420 KiB
Current children cumulated memory: 17384 KiB

[startup+0.313881 s]*
/proc/loadavg: 4.55 4.25 4.18 5/254 40119
/proc/meminfo: memFree=129396916/131382120 swapFree=33010160/33010684
[pid=40116] ppid=40113 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/40116/stat : 40116 (run-opt-ls.sh) S 40113 40116 39312 0 -1 4194304 237 228 0 0 0 0 0 0 20 0 1 0 46939244 4292608 736 18446744073709551615 94674913746944 94674914641477 140734984002096 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94674914880528 94674914928272 94674925002752 140734984005991 140734984006117 140734984006117 140734984011719 0
/proc/40116/statm: 1048 736 672 219 0 110 0
[pid=40119] ppid=40116 vsize=58236 memory=15464 CPUtime=0.27 cores=0,2
/proc/40119/stat : 40119 (roundingsat) R 40116 40116 39312 0 -1 4194304 1144 0 0 0 23 4 0 0 20 0 1 0 46939247 59633664 3866 18446744073709551615 4227072 8923433 140735685996880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 30474240 140735685998918 140735685999144 140735685999144 140735686004714 0
/proc/40119/statm: 14559 3866 2464 1147 0 1986 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62428 KiB
Current children cumulated memory: 18408 KiB

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

# cumulated CPU time of all completed processes:  user=0.245965 s, system=0.052051 s

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

[startup+0.313881 s]*
/proc/loadavg: 4.55 4.25 4.18 5/254 40119
/proc/meminfo: memFree=129396916/131382120 swapFree=33010160/33010684
[pid=40116] ppid=40113 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/40116/stat : 40116 (run-opt-ls.sh) S 40113 40116 39312 0 -1 4194304 237 228 0 0 0 0 0 0 20 0 1 0 46939244 4292608 736 18446744073709551615 94674913746944 94674914641477 140734984002096 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94674914880528 94674914928272 94674925002752 140734984005991 140734984006117 140734984006117 140734984011719 0
/proc/40116/statm: 1048 736 672 219 0 110 0
[pid=40119] ppid=40116 vsize=58236 memory=15464 CPUtime=0.27 cores=0,2
/proc/40119/stat : 40119 (roundingsat) R 40116 40116 39312 0 -1 4194304 1144 0 0 0 23 4 0 0 20 0 1 0 46939247 59633664 3866 18446744073709551615 4227072 8923433 140735685996880 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 9823104 9832592 30474240 140735685998918 140735685999144 140735685999144 140735686004714 0
/proc/40119/statm: 14559 3866 2464 1147 0 1986 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 62428 KiB
Current children cumulated memory: 18408 KiB

Child status: 0

Real time (s): 0.337258
CPU time (s): 0.298016
CPU user time (s): 0.245965
CPU system time (s): 0.052051
CPU usage (%): 88.3644
Max. virtual memory (cumulated for all children) (KiB): 62428
Max. memory (cumulated for all children) (KiB): 18408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.245965
system time used= 0.052051
maximum resident set size= 15464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 208
involuntary context switches= 37


# summary of solver processes directly reported to runsolver:
#   pid: 40116
#   total CPU time (s): 0.298016
#   total CPU user time (s): 0.245965
#   total CPU system time (s): 0.052051

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027649 second user time and 0.071407 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-30 21:43:21
IDJOB=4485874
IDBENCH=146898
IDSOLVER=3355
FILE ID=nodeC008/4485874-1751312601
RUNJOBID= nodeC008-1751305374-39322
SLURM_JOB_ID= 9594303
Free space on /tmp= 432992 MiB

SOLVER NAME= roundingsat-ls+pbsuma 63f22ad
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= run-opt-ls.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4485874-1751312601/watcher-4485874-1751312601 -o /tmp/evaluation-result-4485874-1751312601/solver-4485874-1751312601 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751305374-39322 --watchdog 3760  run-opt-ls.sh HOME/instance-4485874-1751312601.opb

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

MD5SUM BENCH= 848e47deac6a47526073146630130ada
RANDOM SEED=332146985

nodeC008 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		: 2294.682
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.72
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		: 3661.416
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.72
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.208
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.72
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.242
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.72
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.211
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.72
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.204
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.72
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		: 2095.591
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.72
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.190
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129498572 kB
MemAvailable:   129277008 kB
Buffers:            2144 kB
Cached:           588804 kB
SwapCached:           16 kB
Active:           948248 kB
Inactive:         372680 kB
Active(anon):     711184 kB
Inactive(anon):    36720 kB
Active(file):     237064 kB
Inactive(file):   335960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             42296 kB
Writeback:             0 kB
AnonPages:        731324 kB
Mapped:           113104 kB
Shmem:             17920 kB
KReclaimable:      90076 kB
Slab:             171564 kB
SReclaimable:      90076 kB
SUnreclaim:        81488 kB
KernelStack:        4076 kB
PageTables:         4356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1119564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    327680 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC008 at 2025-06-30 21:43:22