Trace number 4520944

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+pbsuma-opt 63f22adOPT-540 757.128 759.365

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/
normalized-maxcut_opt_complete_5-partite_block_nvert_47.opb
MD5SUM84fd44c84eee80e386362762f3a8050d
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 benchmark-540
Best CPU time to get the best result obtained on this benchmark36.5516
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1081
Total number of constraints64860
Number of constraints which are clauses64860
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 883
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 883
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 883
Number of bits of the biggest sum of numbers10
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-4520944-1751558974.opb'
0.00/0.09	c 	read 2.03MB  (77.13ms)
0.00/0.09	c	 [cnf: #variables 1081 #clauses 64861 #duplicates 0 #arr 195463]
0.00/0.09	c 
0.00/0.09	c make graph and approximate orbits
0.09/0.12	c	 [group: #orbits ~= 10] (35.03ms)
0.09/0.12	c 
0.09/0.12	c detect special group actions
0.09/0.12	c 	probe for Johnson action (limit=64)
0.09/0.17	c 	probe for row-column symmetry (limit=64, splits=16.78M)
0.09/0.20	c 	probe for row symmetry (limit=64, splits=16.78M)
0.20/0.24	c 	 (116.32ms)
0.20/0.24	c 
0.20/0.24	c detect symmetries on remainder
0.20/0.24	c 	[graph: #vertices 69185 #edges 397412]
0.20/0.24	c 	dejavu (support_limit=2048.00MB, budget_limit=64)
0.59/0.67	c 	 [group: #symmetries 7.55*10^30 #generators 13] (429.10ms)
0.59/0.67	c 
0.59/0.67	c optimize generators (opt_passes=64, conjugate_limit=256)
0.59/0.67	c 	opt it=15, l=413, m=158, opt=28, avg=880, b=180, gens=13
0.59/0.68	c 	opt it=31, l=733, m=270, opt=46, avg=799, b=180, gens=13
0.59/0.68	c 	opt it=47, l=1043, m=349, opt=52, avg=769, b=180, gens=13
0.59/0.68	c 	ran it=0, +gens=13 
0.68/0.76	c 	con best_support=180, best_gens=3, +gens=254
0.68/0.76	c 	(86.15ms)
0.68/0.76	c 
0.68/0.76	c finalize break order and special generators
0.68/0.76	c 
0.68/0.76	c add generic predicates (break_depth=20)
0.68/0.76	c 	added predicates for 280 generators (4.36ms)
0.68/0.76	c 
0.68/0.76	c generation finished
0.68/0.76	c 	[sbp: #constraints 16240 #add_vars 5320]
0.68/0.76	c 
0.68/0.76	c write result to 'HOME/instance-4520944-1751558974.opb.pre'
0.68/0.77	c 	wrote 2.64MB (10.75ms)
0.68/0.77	c ------------------------------------------------------------------
0.68/0.77	c                 429.10ms 56.43% detect_generic
0.68/0.77	c                 116.32ms 15.30% detect_special
0.68/0.77	c                  86.15ms 11.33% optimize_gens
0.68/0.77	c                  77.12ms 10.14% parse
0.68/0.77	c                  35.03ms  4.61% approx_orbits
0.68/0.77	c                  10.75ms  1.41% output
0.68/0.77	c                   4.36ms  0.57% break_generic
0.68/0.77	c                   0.96ms  0.13% other
0.68/0.77	c                   0.64ms  0.08% finalize_order
0.68/0.77	c         ───────────────────────────────────────────────
0.68/0.77	c                 760.42ms   100% total
0.68/0.77	c ------------------------------------------------------------------
0.76/0.80	c RoundingSat 2
0.76/0.80	c branch pb25
0.76/0.80	c commit 63f22ad
1.26/1.36	c #variables 6401 #constraints 81100
1.26/1.36	c objective is ce32 
1.26/1.36	c initial watched  CF 32, 64, 128, Arb: 0 , 0 , 0 , 0
1.26/1.36	c initial counting CF 32, 64, 128, Arb: 1 , 0 , 0 , 0
1.26/1.36	c bounds - >= -883 @ 0.420021
4.06/4.13	c bounds 0 >= -883 @ 3.15976
7.83/7.93	c bounds 0 >= -882 @ 6.93728
16.81/16.97	c bounds 0 >= -881 @ 15.9161
31.57/31.71	c rational objective -588.667
31.88/32.09	c bounds 0 >= -880 @ 30.9486
31.88/32.09	c bounds 0 >= -879 @ 30.9488
31.88/32.09	c bounds 0 >= -878 @ 30.9489
31.88/32.09	c bounds 0 >= -877 @ 30.9491
31.88/32.09	c bounds 0 >= -876 @ 30.9492
31.88/32.09	c bounds 0 >= -875 @ 30.9494
31.88/32.09	c bounds 0 >= -874 @ 30.9495
31.88/32.09	c bounds 0 >= -873 @ 30.95
31.88/32.09	c bounds 0 >= -872 @ 30.9502
31.88/32.09	c bounds 0 >= -871 @ 30.9504
31.88/32.09	c bounds 0 >= -870 @ 30.9505
31.88/32.09	c bounds 0 >= -869 @ 30.9507
31.88/32.09	c bounds 0 >= -868 @ 30.9508
31.88/32.09	c bounds 0 >= -867 @ 30.951
31.88/32.09	c bounds 0 >= -866 @ 30.9514
31.88/32.09	c bounds 0 >= -865 @ 30.9516
31.88/32.09	c bounds 0 >= -864 @ 30.9517
31.88/32.09	c bounds 0 >= -863 @ 30.9519
31.88/32.09	c bounds 0 >= -862 @ 30.952
31.88/32.09	c bounds 0 >= -861 @ 30.9521
31.88/32.10	c bounds 0 >= -860 @ 30.9523
31.88/32.10	c bounds 0 >= -859 @ 30.9524
31.88/32.10	c bounds 0 >= -858 @ 30.9526
31.88/32.10	c bounds 0 >= -857 @ 30.9527
31.88/32.10	c bounds 0 >= -856 @ 30.9531
31.88/32.10	c bounds 0 >= -855 @ 30.9533
31.88/32.10	c bounds 0 >= -854 @ 30.9534
31.88/32.10	c bounds 0 >= -853 @ 30.9536
31.88/32.10	c bounds 0 >= -852 @ 30.9538
31.88/32.10	c bounds 0 >= -851 @ 30.954
31.88/32.10	c bounds 0 >= -850 @ 30.9541
31.88/32.10	c bounds 0 >= -849 @ 30.9543
31.88/32.10	c bounds 0 >= -848 @ 30.9546
31.88/32.10	c bounds 0 >= -847 @ 30.9547
31.88/32.10	c bounds 0 >= -846 @ 30.955
31.88/32.10	c bounds 0 >= -845 @ 30.9551
31.88/32.10	c bounds 0 >= -844 @ 30.9553
31.88/32.10	c bounds 0 >= -843 @ 30.9554
31.88/32.10	c bounds 0 >= -842 @ 30.9555
31.88/32.10	c bounds 0 >= -841 @ 30.9555
31.88/32.10	c bounds 0 >= -840 @ 30.9555
31.88/32.10	c bounds 0 >= -839 @ 30.9555
31.88/32.10	c bounds 0 >= -838 @ 30.9555
31.88/32.10	c bounds 0 >= -837 @ 30.9555
31.88/32.10	c bounds 0 >= -836 @ 30.9555
31.88/32.10	c bounds 0 >= -835 @ 30.9557
31.88/32.10	c bounds 0 >= -834 @ 30.9558
31.88/32.10	c bounds 0 >= -833 @ 30.956
31.88/32.10	c bounds 0 >= -832 @ 30.9561
31.88/32.10	c bounds 0 >= -831 @ 30.9563
31.88/32.10	c bounds 0 >= -830 @ 30.9565
31.88/32.10	c bounds 0 >= -829 @ 30.9569
31.88/32.10	c bounds 0 >= -828 @ 30.957
31.88/32.10	c bounds 0 >= -827 @ 30.9571
31.88/32.10	c bounds 0 >= -826 @ 30.9573
31.88/32.10	c bounds 0 >= -825 @ 30.9574
31.88/32.10	c bounds 0 >= -824 @ 30.9576
31.88/32.10	c bounds 0 >= -823 @ 30.9577
31.88/32.10	c bounds 0 >= -822 @ 30.9578
31.88/32.10	c bounds 0 >= -821 @ 30.9579
31.88/32.10	c bounds 0 >= -820 @ 30.9581
31.88/32.10	c bounds 0 >= -819 @ 30.9582
31.88/32.10	c bounds 0 >= -818 @ 30.9583
31.88/32.10	c bounds 0 >= -817 @ 30.9585
31.88/32.10	c bounds 0 >= -816 @ 30.9586
31.88/32.10	c bounds 0 >= -815 @ 30.959
31.98/32.11	c bounds -370 >= -815 @ 30.9664
31.98/32.11	c bounds -370 >= -814 @ 30.9668
31.98/32.11	c bounds -370 >= -813 @ 30.9672
31.98/32.11	c bounds -370 >= -812 @ 30.9674
31.98/32.11	c bounds -370 >= -811 @ 30.9675
31.98/32.11	c bounds -370 >= -810 @ 30.9676
31.98/32.11	c bounds -370 >= -809 @ 30.9678
31.98/32.11	c bounds -370 >= -808 @ 30.9679
31.98/32.11	c bounds -370 >= -807 @ 30.968
31.98/32.11	c bounds -370 >= -806 @ 30.9682
31.98/32.11	c bounds -370 >= -805 @ 30.9683
31.98/32.11	c bounds -370 >= -804 @ 30.9685
31.98/32.11	c bounds -370 >= -803 @ 30.9687
31.98/32.11	c bounds -370 >= -802 @ 30.9688
31.98/32.11	c bounds -370 >= -801 @ 30.969
31.98/32.11	c bounds -370 >= -800 @ 30.9691
31.98/32.11	c bounds -370 >= -799 @ 30.9692
31.98/32.11	c bounds -370 >= -798 @ 30.9693
31.98/32.11	c bounds -370 >= -797 @ 30.9696
31.98/32.11	c bounds -370 >= -796 @ 30.9697
31.98/32.11	c bounds -370 >= -795 @ 30.9699
31.98/32.11	c bounds -370 >= -794 @ 30.97
31.98/32.11	c bounds -370 >= -793 @ 30.9701
31.98/32.11	c bounds -370 >= -792 @ 30.9703
31.98/32.11	c bounds -370 >= -791 @ 30.9704
31.98/32.11	c bounds -370 >= -790 @ 30.9705
31.98/32.11	c bounds -370 >= -789 @ 30.9707
31.98/32.11	c bounds -370 >= -788 @ 30.9709
31.98/32.11	c bounds -370 >= -787 @ 30.9711
31.98/32.12	c bounds -370 >= -786 @ 30.9713
31.98/32.12	c bounds -370 >= -785 @ 30.9714
31.98/32.12	c bounds -370 >= -784 @ 30.9716
31.98/32.12	c bounds -370 >= -783 @ 30.9717
31.98/32.12	c bounds -370 >= -782 @ 30.9718
31.98/32.12	c bounds -370 >= -781 @ 30.972
31.98/32.12	c bounds -370 >= -780 @ 30.9721
31.98/32.12	c bounds -370 >= -779 @ 30.9723
31.98/32.12	c bounds -370 >= -778 @ 30.9724
31.98/32.13	c bounds -380 >= -778 @ 30.9804
31.98/32.13	c bounds -380 >= -777 @ 30.9807
31.98/32.13	c bounds -380 >= -776 @ 30.9809
31.98/32.13	c bounds -380 >= -775 @ 30.981
31.98/32.13	c bounds -380 >= -774 @ 30.9812
31.98/32.13	c bounds -380 >= -773 @ 30.9813
31.98/32.13	c bounds -380 >= -772 @ 30.9814
31.98/32.13	c bounds -380 >= -771 @ 30.9815
31.98/32.13	c bounds -380 >= -770 @ 30.9817
31.98/32.13	c bounds -380 >= -769 @ 30.982
31.98/32.13	c bounds -380 >= -768 @ 30.9822
31.98/32.13	c bounds -380 >= -767 @ 30.9823
31.98/32.13	c bounds -380 >= -766 @ 30.9824
31.98/32.13	c bounds -380 >= -765 @ 30.9826
31.98/32.13	c bounds -380 >= -764 @ 30.9827
31.98/32.13	c bounds -380 >= -763 @ 30.983
31.98/32.13	c bounds -380 >= -762 @ 30.9832
31.98/32.13	c bounds -380 >= -761 @ 30.9835
31.98/32.13	c bounds -380 >= -760 @ 30.9837
31.98/32.13	c bounds -380 >= -759 @ 30.9838
31.98/32.13	c bounds -380 >= -758 @ 30.9839
31.98/32.13	c bounds -380 >= -757 @ 30.9841
31.98/32.13	c bounds -380 >= -756 @ 30.9842
31.98/32.13	c bounds -380 >= -755 @ 30.9843
31.98/32.13	c bounds -380 >= -754 @ 30.9844
31.98/32.13	c bounds -380 >= -753 @ 30.9846
31.98/32.13	c bounds -380 >= -752 @ 30.9847
31.98/32.13	c bounds -380 >= -751 @ 30.9849
31.98/32.13	c bounds -380 >= -750 @ 30.985
31.98/32.13	c bounds -380 >= -749 @ 30.9851
31.98/32.13	c bounds -380 >= -748 @ 30.9864
31.98/32.13	c bounds -380 >= -747 @ 30.9867
31.98/32.13	c bounds -380 >= -746 @ 30.9869
31.98/32.13	c bounds -380 >= -745 @ 30.987
31.98/32.13	c bounds -380 >= -744 @ 30.9872
31.98/32.13	c bounds -380 >= -743 @ 30.9873
31.98/32.13	c bounds -380 >= -742 @ 30.9874
31.98/32.13	c bounds -380 >= -741 @ 30.9875
31.98/32.13	c bounds -380 >= -740 @ 30.9877
31.98/32.13	c bounds -380 >= -739 @ 30.9878
31.98/32.13	c bounds -380 >= -738 @ 30.9879
31.98/32.13	c bounds -380 >= -737 @ 30.988
31.98/32.13	c bounds -380 >= -736 @ 30.9882
31.98/32.13	c bounds -380 >= -735 @ 30.9883
31.98/32.13	c bounds -380 >= -734 @ 30.9886
31.98/32.13	c bounds -380 >= -733 @ 30.9888
31.98/32.13	c bounds -380 >= -732 @ 30.989
31.98/32.13	c bounds -380 >= -731 @ 30.9892
31.98/32.13	c bounds -380 >= -730 @ 30.9893
31.98/32.14	c bounds -401 >= -730 @ 30.9933
31.98/32.14	c bounds -401 >= -729 @ 30.9934
31.98/32.14	c bounds -401 >= -728 @ 30.9934
31.98/32.14	c bounds -401 >= -727 @ 30.9934
31.98/32.14	c bounds -401 >= -726 @ 30.9934
31.98/32.14	c bounds -401 >= -725 @ 30.9934
31.98/32.14	c bounds -401 >= -724 @ 30.9934
31.98/32.14	c bounds -401 >= -723 @ 30.9934
31.98/32.14	c bounds -401 >= -722 @ 30.9936
31.98/32.14	c bounds -401 >= -721 @ 30.9937
31.98/32.14	c bounds -401 >= -720 @ 30.9939
31.98/32.14	c bounds -401 >= -719 @ 30.994
31.98/32.14	c bounds -401 >= -718 @ 30.9942
31.98/32.14	c bounds -401 >= -717 @ 30.9944
31.98/32.14	c bounds -401 >= -716 @ 30.9945
31.98/32.14	c bounds -401 >= -715 @ 30.9947
31.98/32.14	c bounds -401 >= -714 @ 30.9948
31.98/32.14	c bounds -401 >= -713 @ 30.995
31.98/32.14	c bounds -401 >= -712 @ 30.9951
31.98/32.14	c bounds -401 >= -711 @ 30.9953
31.98/32.14	c bounds -401 >= -710 @ 30.9956
31.98/32.14	c bounds -401 >= -709 @ 30.9958
31.98/32.14	c bounds -401 >= -708 @ 30.996
31.98/32.14	c bounds -401 >= -707 @ 30.9961
31.98/32.14	c bounds -401 >= -706 @ 30.9963
31.98/32.14	c bounds -401 >= -705 @ 30.9964
31.98/32.14	c bounds -401 >= -704 @ 30.9964
31.98/32.14	c bounds -401 >= -703 @ 30.9964
31.98/32.14	c bounds -401 >= -702 @ 30.9964
31.98/32.14	c bounds -401 >= -701 @ 30.9964
31.98/32.14	c bounds -401 >= -700 @ 30.9965
31.98/32.14	c bounds -401 >= -699 @ 30.9966
31.98/32.14	c bounds -401 >= -698 @ 30.9969
31.98/32.15	c bounds -422 >= -698 @ 31.0049
31.98/32.15	c bounds -422 >= -697 @ 31.0054
31.98/32.15	c bounds -422 >= -696 @ 31.0058
31.98/32.15	c bounds -422 >= -695 @ 31.006
31.98/32.15	c bounds -422 >= -694 @ 31.0062
31.98/32.15	c bounds -422 >= -693 @ 31.0064
31.98/32.15	c bounds -422 >= -692 @ 31.0066
31.98/32.15	c bounds -422 >= -691 @ 31.007
31.98/32.15	c bounds -422 >= -690 @ 31.0072
31.98/32.15	c bounds -422 >= -689 @ 31.0075
31.98/32.15	c bounds -422 >= -688 @ 31.0077
31.98/32.15	c bounds -422 >= -687 @ 31.0079
31.98/32.15	c bounds -422 >= -686 @ 31.0081
31.98/32.16	c bounds -422 >= -685 @ 31.0084
31.98/32.16	c bounds -422 >= -684 @ 31.0086
31.98/32.16	c bounds -422 >= -683 @ 31.0088
31.98/32.16	c bounds -422 >= -682 @ 31.0092
31.98/32.16	c bounds -422 >= -681 @ 31.01
31.98/32.16	c bounds -447 >= -681 @ 31.0133
31.98/32.16	c bounds -447 >= -680 @ 31.0133
31.98/32.16	c bounds -447 >= -679 @ 31.0137
31.98/32.16	c bounds -447 >= -678 @ 31.0142
31.98/32.17	c bounds -455 >= -678 @ 31.0183
31.98/32.17	c bounds -455 >= -677 @ 31.019
31.98/32.17	c bounds -455 >= -676 @ 31.0196
31.98/32.17	c bounds -455 >= -675 @ 31.02
31.98/32.17	c bounds -455 >= -674 @ 31.0205
31.98/32.17	c bounds -455 >= -673 @ 31.0209
31.98/32.17	c bounds -455 >= -672 @ 31.0213
31.98/32.17	c bounds -455 >= -671 @ 31.0216
31.98/32.17	c bounds -463 >= -671 @ 31.0246
31.98/32.18	c bounds -463 >= -670 @ 31.0252
31.98/32.18	c bounds -463 >= -669 @ 31.0255
31.98/32.18	c bounds -463 >= -668 @ 31.0258
31.98/32.18	c bounds -463 >= -667 @ 31.0264
31.98/32.18	c bounds -463 >= -666 @ 31.0266
31.98/32.18	c bounds -463 >= -665 @ 31.0277
31.98/32.18	c bounds -471 >= -665 @ 31.0303
31.98/32.18	c bounds -471 >= -664 @ 31.0322
31.98/32.19	c bounds -473 >= -664 @ 31.0384
31.98/32.19	c bounds -473 >= -663 @ 31.0394
31.98/32.19	c bounds -473 >= -662 @ 31.0406
31.98/32.19	c bounds -473 >= -661 @ 31.0416
31.98/32.19	c bounds -473 >= -660 @ 31.0424
31.98/32.20	c bounds -473 >= -659 @ 31.0444
32.06/32.20	c bounds -479 >= -659 @ 31.0472
32.06/32.20	c bounds -479 >= -658 @ 31.0482
32.06/32.21	c bounds -485 >= -658 @ 31.0514
32.06/32.21	c bounds -485 >= -657 @ 31.0534
32.06/32.21	c bounds -485 >= -656 @ 31.0562
32.06/32.21	c bounds -491 >= -656 @ 31.0588
32.06/32.22	c bounds -491 >= -655 @ 31.0632
32.06/32.22	c bounds -497 >= -655 @ 31.0646
32.06/32.23	c bounds -503 >= -655 @ 31.0741
32.06/32.24	c bounds -503 >= -654 @ 31.0751
32.06/32.24	c bounds -503 >= -653 @ 31.0761
32.06/32.24	c bounds -506 >= -653 @ 31.0811
32.06/32.25	c bounds -506 >= -652 @ 31.0836
32.06/32.25	c bounds -506 >= -651 @ 31.0848
32.06/32.26	c bounds -507 >= -651 @ 31.1014
32.06/32.27	c bounds -507 >= -650 @ 31.1068
32.06/32.27	c bounds -507 >= -649 @ 31.1077
32.06/32.28	c bounds -508 >= -649 @ 31.1153
32.06/32.28	c bounds -508 >= -648 @ 31.1197
32.06/32.29	c bounds -509 >= -648 @ 31.124
32.06/32.29	c bounds -509 >= -647 @ 31.1278
32.17/32.31	c bounds -512 >= -647 @ 31.1424
32.17/32.31	c bounds -512 >= -646 @ 31.1471
32.17/32.32	c bounds -525 >= -646 @ 31.1507
32.17/32.32	c bounds -525 >= -645 @ 31.1543
32.37/32.51	c bounds -529 >= -645 @ 31.346
32.37/32.52	c bounds -529 >= -644 @ 31.3569
32.37/32.54	c bounds -529 >= -643 @ 31.3682
32.37/32.54	c bounds -529 >= -642 @ 31.3752
32.37/32.55	c bounds -529 >= -641 @ 31.3824
32.37/32.56	c bounds -529 >= -640 @ 31.3901
32.37/32.57	c #Conflicts:       1000 | #Constraints:      84164
32.37/32.57	c bounds -529 >= -639 @ 31.3997
32.37/32.59	c bounds -529 >= -638 @ 31.4176
32.46/32.64	c bounds -532 >= -638 @ 31.4744
32.46/32.67	c bounds -532 >= -637 @ 31.5002
33.76/33.98	c #Conflicts:       2000 | #Constraints:      85312
33.76/33.98	c INPROCESSING
33.76/33.98	c GARBAGE COLLECT
33.76/33.98	c bounds -532 >= -636 @ 32.7979
33.76/34.00	c bounds -532 >= -635 @ 32.8224
33.88/34.10	c bounds -532 >= -634 @ 32.9188
33.97/34.17	c bounds -532 >= -633 @ 32.9853
34.06/34.25	c #Conflicts:       3000 | #Constraints:      85016
34.06/34.25	c bounds -532 >= -632 @ 33.0606
70.16/70.42	c #Conflicts:       4000 | #Constraints:      86065
70.16/70.42	c INPROCESSING
70.16/70.42	c GARBAGE COLLECT
70.16/70.42	c bounds -532 >= -631 @ 69.0376
70.26/70.50	c #Conflicts:       5000 | #Constraints:      85162
70.26/70.50	c bounds -532 >= -630 @ 69.119
70.26/70.59	c bounds -532 >= -629 @ 69.2087
70.36/70.70	c bounds -532 >= -628 @ 69.3097
71.25/71.56	c #Conflicts:       6000 | #Constraints:      86288
71.25/71.56	c INPROCESSING
71.25/71.56	c GARBAGE COLLECT
71.25/71.56	c #Conflicts:       7000 | #Constraints:      85089
71.25/71.56	c bounds -532 >= -627 @ 70.1682
71.35/71.66	c bounds -532 >= -626 @ 70.2713
71.45/71.77	c #Conflicts:       8000 | #Constraints:      86239
71.45/71.77	c bounds -532 >= -625 @ 70.3783
72.95/73.26	c #Conflicts:       9000 | #Constraints:      87278
72.95/73.26	c INPROCESSING
72.95/73.26	c GARBAGE COLLECT
72.95/73.26	c bounds -532 >= -624 @ 71.8537
73.15/73.48	c #Conflicts:      10000 | #Constraints:      85907
73.15/73.48	c bounds -532 >= -623 @ 72.0721
73.25/73.59	c bounds -532 >= -622 @ 72.1834
73.45/73.70	c #Conflicts:      11000 | #Constraints:      87045
73.45/73.70	c bounds -532 >= -621 @ 72.2892
73.65/74.00	c bounds -532 >= -620 @ 72.5812
73.76/74.09	c bounds -538 >= -620 @ 72.6774
74.15/74.45	c #Conflicts:      12000 | #Constraints:      88142
74.15/74.45	c INPROCESSING
74.15/74.45	c GARBAGE COLLECT
74.15/74.45	c bounds -540 >= -620 @ 73.03
77.23/77.50	c #Conflicts:      13000 | #Constraints:      86407
77.23/77.50	c #Conflicts:      14000 | #Constraints:      87407
77.23/77.50	c #Conflicts:      15000 | #Constraints:      88407
77.23/77.50	c INPROCESSING
77.23/77.50	c GARBAGE COLLECT
77.23/77.50	c bounds -540 >= -619 @ 76.0576
77.44/77.72	c #Conflicts:      16000 | #Constraints:      85896
77.44/77.72	c bounds -540 >= -618 @ 76.2771
77.54/77.87	c bounds -540 >= -617 @ 76.4305
77.75/78.07	c #Conflicts:      17000 | #Constraints:      86983
77.75/78.07	c bounds -540 >= -616 @ 76.6242
77.94/78.29	c bounds -540 >= -615 @ 76.8439
78.33/78.64	c #Conflicts:      18000 | #Constraints:      88067
78.33/78.64	c INPROCESSING
78.33/78.64	c GARBAGE COLLECT
78.33/78.64	c bounds -540 >= -614 @ 77.1944
78.53/78.87	c #Conflicts:      19000 | #Constraints:      86079
78.53/78.87	c bounds -540 >= -613 @ 77.4152
78.85/79.17	c #Conflicts:      20000 | #Constraints:      87109
78.85/79.17	c bounds -540 >= -612 @ 77.7082
88.50/88.81	c bounds -540 >= -611 @ 87.2944
106.95/107.37	c #Conflicts:      21000 | #Constraints:      88191
106.95/107.37	c #Conflicts:      22000 | #Constraints:      89191
106.95/107.37	c #Conflicts:      23000 | #Constraints:      90191
106.95/107.37	c #Conflicts:      24000 | #Constraints:      91191
106.95/107.37	c #Conflicts:      25000 | #Constraints:      92191
106.95/107.37	c #Conflicts:      26000 | #Constraints:      93191
106.95/107.37	c #Conflicts:      27000 | #Constraints:      94191
106.95/107.37	c #Conflicts:      28000 | #Constraints:      95191
106.95/107.37	c INPROCESSING
106.95/107.37	c GARBAGE COLLECT
106.95/107.37	WSVECS04 Frhs2[22]: 6 0 1.00004 shouldn't be
106.95/107.37	WSVECS04 Frhs2[27]: 6 0 1.00009 shouldn't be
106.95/107.37	WSVECS04 Frhs2[38]: 6 0 1.00005 shouldn't be
106.95/107.37	WSVECS04 Frhs2[39]: 6 0 1.00007 shouldn't be
106.95/107.37	WSVECS04 Frhs2[41]: 6 0 1.0001 shouldn't be
106.95/107.37	WSVECS04 Frhs2[42]: 6 0 1.00008 shouldn't be
106.95/107.37	WSVECS04 Frhs2[46]: 6 0 1.00001 shouldn't be
106.95/107.37	WSVECS04 Frhs2[559]: 6 0 1.00007 shouldn't be
106.95/107.37	WSVECS04 Frhs2[568]: 6 0 1.00007 shouldn't be
106.95/107.37	WSVECS04 Frhs2[569]: 6 0 1.00007 shouldn't be
106.95/107.37	WSVECS04 Frhs2[574]: 6 0 1.00002 shouldn't be
106.95/107.37	WSVECS04 Frhs2[579]: 6 0 1.00001 shouldn't be
106.95/107.37	WSVECS04 Frhs2[590]: 6 0 1.00003 shouldn't be
106.95/107.37	WSVECS04 Frhs2[605]: 6 0 1.00005 shouldn't be
106.95/107.37	WSVECS04 Frhs2[607]: 6 0 1.00004 shouldn't be
106.95/107.37	WSVECS04 Frhs2[610]: 6 0 1.00002 shouldn't be
106.95/107.37	WSVECS04 Frhs2[739]: 6 0 1.00006 shouldn't be
106.95/107.37	WSVECS04 Frhs2[800]: 6 0 1.00002 shouldn't be
106.95/107.37	WSVECS04 Frhs2[804]: 6 0 1.00001 shouldn't be
106.95/107.37	WSVECS04 Frhs2[805]: 6 0 1.00002 shouldn't be
106.95/107.37	WSVECS04 Frhs2[908]: 6 0 1.00003 shouldn't be
106.95/107.37	WSVECS04 Frhs2[909]: 6 0 1.00009 shouldn't be
106.95/107.37	WSVECS04 Frhs2[955]: 6 0 1.00004 shouldn't be
122.62/123.08	WSVECS04 Frhs2[44]: 6 0 1.00005 shouldn't be
122.62/123.08	WSVECS04 Frhs2[45]: 6 0 1.00005 shouldn't be
122.62/123.08	WSVECS04 Frhs2[576]: 6 0 1.00005 shouldn't be
122.62/123.08	WSVECS04 Frhs2[599]: 6 0 1.00005 shouldn't be
122.62/123.08	WSVECS04 Frhs2[600]: 6 0 1.00005 shouldn't be
122.62/123.08	WSVECS04 Frhs2[745]: 6 0 1.00006 shouldn't be
122.62/123.08	WSVECS04 Frhs2[747]: 6 0 1.00009 shouldn't be
122.62/123.08	WSVECS04 Frhs2[750]: 6 0 1.00002 shouldn't be
122.62/123.08	WSVECS04 Frhs2[798]: 6 0 1.00001 shouldn't be
122.62/123.08	WSVECS04 Frhs2[801]: 6 0 1.00007 shouldn't be
122.62/123.08	WSVECS04 Frhs2[803]: 6 0 1.00008 shouldn't be
122.62/123.08	WSVECS04 Frhs2[902]: 6 0 1.00003 shouldn't be
122.62/123.08	WSVECS04 Frhs2[906]: 6 0 1.00007 shouldn't be
122.62/123.08	WSVECS04 Frhs2[910]: 6 0 1.00001 shouldn't be
122.62/123.08	WSVECS04 Frhs2[1039]: 6 0 1.00005 shouldn't be
140.16/140.67	WSVECS04 Frhs2[740]: 6 0 1.00003 shouldn't be
140.16/140.67	WSVECS04 Frhs2[797]: 6 0 1.00005 shouldn't be
140.16/140.67	WSVECS04 Frhs2[903]: 6 0 1.00002 shouldn't be
140.16/140.67	WSVECS04 Frhs2[1020]: 6 0 1.00002 shouldn't be
156.62/157.17	WSVECS04 Frhs2[905]: 6 0 1.00005 shouldn't be
156.62/157.17	WSVECS04 Frhs2[939]: 6 0 1.00004 shouldn't be
182.34/182.92	c #Conflicts:      29000 | #Constraints:      89385
182.34/182.92	WSVECS04 Frhs2[97]: 6 -7.00005 0 shouldn't be
182.34/182.92	WSVECS04 Frhs2[101]: 6 -1.00006 0 shouldn't be
182.34/182.92	WSVECS04 Frhs2[111]: 6 -119.439 0 shouldn't be
182.34/182.92	WSVECS04 Frhs2[232]: 6 0 257.695 shouldn't be
182.34/182.92	WSVECS04 Frhs2[643]: 6 -588.181 0 shouldn't be
182.34/182.92	WSVECS04 Frhs2[974]: 6 -144.306 0 shouldn't be
195.79/196.46	WSVECS04 Frhs2[107]: 6 -176.932 0 shouldn't be
195.79/196.46	WSVECS04 Frhs2[290]: 6 0 1.0001 shouldn't be
195.79/196.46	WSVECS04 Frhs2[637]: 6 0 189.689 shouldn't be
195.79/196.46	WSVECS04 Frhs2[881]: 6 -295.371 0 shouldn't be
210.55/211.29	WSVECS04 Frhs2[125]: 6 -295.371 0 shouldn't be
216.35/217.07	c bounds -540 >= -610 @ 214.875
216.74/217.41	c #Conflicts:      30000 | #Constraints:      90455
216.74/217.41	c bounds -540 >= -609 @ 215.215
217.23/217.93	c #Conflicts:      31000 | #Constraints:      91503
217.23/217.93	c bounds -540 >= -608 @ 215.729
217.54/218.27	c #Conflicts:      32000 | #Constraints:      92542
217.54/218.27	c bounds -540 >= -607 @ 216.058
218.03/218.73	c bounds -540 >= -606 @ 216.518
218.44/219.19	c #Conflicts:      33000 | #Constraints:      93599
218.44/219.19	c INPROCESSING
218.44/219.19	c GARBAGE COLLECT
218.44/219.19	c bounds -540 >= -605 @ 216.97
218.93/219.65	c #Conflicts:      34000 | #Constraints:      88806
218.93/219.65	c bounds -540 >= -604 @ 217.424
219.44/220.15	c #Conflicts:      35000 | #Constraints:      89872
219.44/220.15	c bounds -540 >= -603 @ 217.922
220.03/220.78	c #Conflicts:      36000 | #Constraints:      90914
220.03/220.78	c bounds -540 >= -602 @ 218.548
220.62/221.32	c #Conflicts:      37000 | #Constraints:      91950
220.62/221.32	c bounds -540 >= -601 @ 219.084
221.33/222.02	c #Conflicts:      38000 | #Constraints:      92998
221.33/222.02	c INPROCESSING
221.33/222.02	c GARBAGE COLLECT
221.33/222.02	c #Conflicts:      39000 | #Constraints:      88633
221.33/222.02	c bounds -540 >= -600 @ 219.775
222.02/222.73	c #Conflicts:      40000 | #Constraints:      89702
222.02/222.73	c bounds -540 >= -599 @ 220.477
222.92/223.62	c #Conflicts:      41000 | #Constraints:      90759
222.92/223.62	c #Conflicts:      42000 | #Constraints:      91759
222.92/223.62	c bounds -540 >= -598 @ 221.349
223.62/224.36	c #Conflicts:      43000 | #Constraints:      92816
223.62/224.36	c #Conflicts:      44000 | #Constraints:      93816
223.62/224.36	c bounds -540 >= -597 @ 222.083
224.51/225.22	c #Conflicts:      45000 | #Constraints:      94846
224.51/225.22	c bounds -540 >= -596 @ 222.929
225.43/226.19	c #Conflicts:      46000 | #Constraints:      95876
225.43/226.19	c #Conflicts:      47000 | #Constraints:      96876
225.43/226.19	c bounds -540 >= -595 @ 223.888
269.99/270.83	c #Conflicts:      48000 | #Constraints:      97903
269.99/270.83	c #Conflicts:      49000 | #Constraints:      98903
269.99/270.83	c #Conflicts:      50000 | #Constraints:      99903
269.99/270.83	c #Conflicts:      51000 | #Constraints:     100903
269.99/270.83	c #Conflicts:      52000 | #Constraints:     101907
269.99/270.83	c INPROCESSING
269.99/270.83	c GARBAGE COLLECT
269.99/270.83	c #Conflicts:      53000 | #Constraints:      92961
269.99/270.83	c #Conflicts:      54000 | #Constraints:      93961
269.99/270.83	c bounds -540 >= -594 @ 268.298
271.09/271.98	c #Conflicts:      55000 | #Constraints:      95021
271.09/271.98	c #Conflicts:      56000 | #Constraints:      96021
271.09/271.98	c bounds -540 >= -593 @ 269.436
272.49/273.40	c #Conflicts:      57000 | #Constraints:      97057
272.49/273.40	c #Conflicts:      58000 | #Constraints:      98057
272.49/273.40	c bounds -540 >= -592 @ 270.838
283.85/284.76	c INPROCESSING
283.85/284.76	c GARBAGE COLLECT
283.85/284.76	WSVECS04 Frhs2[23]: 6 0 1.00003 shouldn't be
283.85/284.76	WSVECS04 Frhs2[42]: 6 0 1.00004 shouldn't be
283.85/284.76	WSVECS04 Frhs2[803]: 6 0 1.00009 shouldn't be
300.12/301.05	WSVECS04 Frhs2[46]: 6 0 1.00009 shouldn't be
300.12/301.05	WSVECS04 Frhs2[751]: 6 0 1.00003 shouldn't be
300.12/301.05	WSVECS04 Frhs2[797]: 6 0 1.00004 shouldn't be
300.12/301.05	WSVECS04 Frhs2[801]: 6 0 1.00007 shouldn't be
300.12/301.05	WSVECS04 Frhs2[821]: 6 0 1.00003 shouldn't be
300.12/301.05	WSVECS04 Frhs2[826]: 6 0 1.00007 shouldn't be
300.12/301.05	WSVECS04 Frhs2[828]: 6 0 1.00003 shouldn't be
300.12/301.05	WSVECS04 Frhs2[867]: 6 0 1.00007 shouldn't be
300.12/301.05	WSVECS04 Frhs2[870]: 6 0 1.00006 shouldn't be
300.12/301.05	WSVECS04 Frhs2[906]: 6 0 1.00007 shouldn't be
318.95/319.91	WSVECS04 Frhs2[22]: 6 0 1.00001 shouldn't be
318.95/319.91	WSVECS04 Frhs2[25]: 6 0 1.00008 shouldn't be
318.95/319.91	WSVECS04 Frhs2[27]: 6 0 1.00008 shouldn't be
318.95/319.91	WSVECS04 Frhs2[38]: 6 0 1.00005 shouldn't be
318.95/319.91	WSVECS04 Frhs2[39]: 6 0 1.00009 shouldn't be
318.95/319.91	WSVECS04 Frhs2[44]: 6 0 1.00008 shouldn't be
318.95/319.91	WSVECS04 Frhs2[45]: 6 0 1.00001 shouldn't be
318.95/319.91	WSVECS04 Frhs2[798]: 6 0 1.00001 shouldn't be
318.95/319.91	WSVECS04 Frhs2[804]: 6 0 1.00009 shouldn't be
318.95/319.91	WSVECS04 Frhs2[805]: 6 0 1.0001 shouldn't be
318.95/319.91	WSVECS04 Frhs2[820]: 6 0 1.00005 shouldn't be
318.95/319.91	WSVECS04 Frhs2[824]: 6 0 1.00007 shouldn't be
318.95/319.91	WSVECS04 Frhs2[827]: 6 0 1.0001 shouldn't be
318.95/319.91	WSVECS04 Frhs2[863]: 6 0 1.00003 shouldn't be
318.95/319.91	WSVECS04 Frhs2[864]: 6 0 1.00002 shouldn't be
318.95/319.91	WSVECS04 Frhs2[869]: 6 0 1.00007 shouldn't be
318.95/319.91	WSVECS04 Frhs2[871]: 6 0 1.00008 shouldn't be
318.95/319.91	WSVECS04 Frhs2[903]: 6 0 1.00005 shouldn't be
318.95/319.91	WSVECS04 Frhs2[908]: 6 0 1.00004 shouldn't be
318.95/319.91	WSVECS04 Frhs2[909]: 6 0 1.00003 shouldn't be
318.95/319.91	WSVECS04 Frhs2[910]: 6 0 1.00007 shouldn't be
354.34/355.49	WSVECS04 Frhs2[902]: 6 0 1.00002 shouldn't be
434.98/436.38	c #Conflicts:      59000 | #Constraints:      90980
434.98/436.38	c #Conflicts:      60000 | #Constraints:      91980
434.98/436.38	c bounds -540 >= -591 @ 433.01
435.98/437.38	c #Conflicts:      61000 | #Constraints:      93049
435.98/437.38	c #Conflicts:      62000 | #Constraints:      94049
435.98/437.38	c bounds -540 >= -590 @ 433.996
441.17/442.54	c #Conflicts:      63000 | #Constraints:      95112
441.17/442.54	c #Conflicts:      64000 | #Constraints:      96112
441.17/442.54	c #Conflicts:      65000 | #Constraints:      97112
441.17/442.54	c INPROCESSING
441.17/442.54	c GARBAGE COLLECT
441.17/442.54	c #Conflicts:      66000 | #Constraints:      90884
441.17/442.54	c #Conflicts:      67000 | #Constraints:      91884
441.17/442.54	c #Conflicts:      68000 | #Constraints:      92884
441.17/442.54	c bounds -540 >= -589 @ 439.116
481.56/483.07	c #Conflicts:      69000 | #Constraints:      93968
481.56/483.07	c #Conflicts:      70000 | #Constraints:      94968
481.56/483.07	c #Conflicts:      71000 | #Constraints:      95968
481.56/483.07	c #Conflicts:      72000 | #Constraints:      96968
481.56/483.07	c #Conflicts:      73000 | #Constraints:      97970
481.56/483.07	c #Conflicts:      74000 | #Constraints:      98971
481.56/483.07	c #Conflicts:      75000 | #Constraints:      99972
481.56/483.07	c #Conflicts:      76000 | #Constraints:     100972
481.56/483.07	c #Conflicts:      77000 | #Constraints:     101973
481.56/483.07	c #Conflicts:      78000 | #Constraints:     102973
481.56/483.07	c #Conflicts:      79000 | #Constraints:     103973
481.56/483.07	c #Conflicts:      80000 | #Constraints:     104973
481.56/483.07	c #Conflicts:      81000 | #Constraints:     105974
481.56/483.07	c #Conflicts:      82000 | #Constraints:     106974
481.56/483.07	c #Conflicts:      83000 | #Constraints:     107975
481.56/483.07	c #Conflicts:      84000 | #Constraints:     108975
481.56/483.07	c INPROCESSING
481.56/483.07	c GARBAGE COLLECT
481.56/483.07	c bounds -540 >= -588 @ 479.413
482.35/483.80	c #Conflicts:      85000 | #Constraints:      94239
482.35/483.80	c #Conflicts:      86000 | #Constraints:      95239
482.35/483.80	c bounds -540 >= -587 @ 480.14
486.94/488.44	c bounds -540 >= -586 @ 484.748
488.04/489.52	c #Conflicts:      87000 | #Constraints:      96300
488.04/489.52	c #Conflicts:      88000 | #Constraints:      97300
488.04/489.52	c bounds -540 >= -585 @ 485.827
488.94/490.40	c #Conflicts:      89000 | #Constraints:      98336
488.94/490.40	c bounds -540 >= -584 @ 486.697
490.03/491.58	c #Conflicts:      90000 | #Constraints:      99366
490.03/491.58	c bounds -540 >= -583 @ 487.863
497.81/499.32	c #Conflicts:      91000 | #Constraints:     100387
497.81/499.32	WSVECS04 Frhs2[22]: 6 0 1.00009 shouldn't be
497.81/499.32	WSVECS04 Frhs2[23]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[25]: 6 0 1.0001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[32]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[39]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[46]: 6 0 1.00007 shouldn't be
497.81/499.32	WSVECS04 Frhs2[568]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[569]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[574]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[576]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[599]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[600]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[605]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[607]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[739]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[740]: 6 0 1.00009 shouldn't be
497.81/499.32	WSVECS04 Frhs2[745]: 6 0 1.00009 shouldn't be
497.81/499.32	WSVECS04 Frhs2[791]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[792]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[801]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[803]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[804]: 6 0 1.0001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[805]: 6 0 1.00007 shouldn't be
497.81/499.32	WSVECS04 Frhs2[814]: 6 0 1.00007 shouldn't be
497.81/499.32	WSVECS04 Frhs2[815]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[821]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[824]: 6 0 1.00009 shouldn't be
497.81/499.32	WSVECS04 Frhs2[826]: 6 0 1.00004 shouldn't be
497.81/499.32	WSVECS04 Frhs2[827]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[858]: 6 0 1.00001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[864]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[867]: 6 0 1.00001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[869]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[870]: 6 0 1.00009 shouldn't be
497.81/499.32	WSVECS04 Frhs2[871]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[896]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[903]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[910]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[937]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[939]: 6 0 1.00004 shouldn't be
497.81/499.32	WSVECS04 Frhs2[940]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[942]: 6 0 1.00007 shouldn't be
497.81/499.32	WSVECS04 Frhs2[953]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[956]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[958]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[983]: 6 0 1.00004 shouldn't be
497.81/499.32	WSVECS04 Frhs2[986]: 6 0 1.0001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[988]: 6 0 1.00004 shouldn't be
497.81/499.32	WSVECS04 Frhs2[989]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[990]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[996]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1003]: 6 0 1.00001 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1018]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1020]: 6 0 1.00005 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1021]: 6 0 1.00003 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1023]: 6 0 1.00002 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1037]: 6 0 1.00006 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1040]: 6 0 1.00008 shouldn't be
497.81/499.32	WSVECS04 Frhs2[1042]: 6 0 1.00007 shouldn't be
509.97/511.56	WSVECS04 Frhs2[747]: 6 0 1.0001 shouldn't be
509.97/511.56	WSVECS04 Frhs2[798]: 6 0 1.00006 shouldn't be
509.97/511.56	WSVECS04 Frhs2[828]: 6 0 1.00009 shouldn't be
509.97/511.56	WSVECS04 Frhs2[955]: 6 0 1.00004 shouldn't be
509.97/511.56	WSVECS04 Frhs2[1039]: 6 0 1.0001 shouldn't be
555.03/556.79	c INPROCESSING
555.03/556.79	c GARBAGE COLLECT
555.03/556.79	c #Conflicts:      92000 | #Constraints:      92241
555.03/556.79	c bounds -540 >= -582 @ 552.728
556.12/557.89	c #Conflicts:      93000 | #Constraints:      93289
556.12/557.89	c bounds -540 >= -581 @ 553.822
557.34/559.10	c #Conflicts:      94000 | #Constraints:      94331
557.34/559.10	c #Conflicts:      95000 | #Constraints:      95331
557.34/559.10	c bounds -540 >= -580 @ 555.019
558.91/560.62	c #Conflicts:      96000 | #Constraints:      96373
558.91/560.62	c #Conflicts:      97000 | #Constraints:      97373
558.91/560.62	c bounds -540 >= -579 @ 556.53
560.43/562.19	c #Conflicts:      98000 | #Constraints:      98415
560.43/562.19	c #Conflicts:      99000 | #Constraints:      99415
560.43/562.19	c bounds -540 >= -578 @ 558.093
561.32/563.04	c #Conflicts:     100000 | #Constraints:     100448
561.32/563.04	c bounds -540 >= -577 @ 558.94
562.61/564.35	c #Conflicts:     101000 | #Constraints:     101484
562.61/564.35	c bounds -540 >= -576 @ 560.236
564.10/565.84	c #Conflicts:     102000 | #Constraints:     102502
564.10/565.84	c #Conflicts:     103000 | #Constraints:     103502
564.10/565.84	c bounds -540 >= -575 @ 561.712
566.70/568.45	c #Conflicts:     104000 | #Constraints:     104538
566.70/568.45	c #Conflicts:     105000 | #Constraints:     105538
566.70/568.45	c bounds -540 >= -574 @ 564.303
568.69/570.47	c #Conflicts:     106000 | #Constraints:     106562
568.69/570.47	c #Conflicts:     107000 | #Constraints:     107562
568.69/570.47	c bounds -540 >= -573 @ 566.306
570.59/572.32	c #Conflicts:     108000 | #Constraints:     108589
570.59/572.32	c #Conflicts:     109000 | #Constraints:     109589
570.59/572.32	c bounds -540 >= -572 @ 568.142
572.78/574.53	c #Conflicts:     110000 | #Constraints:     110622
572.78/574.53	c #Conflicts:     111000 | #Constraints:     111622
572.78/574.53	c bounds -540 >= -571 @ 570.335
575.28/577.06	c #Conflicts:     112000 | #Constraints:     112658
575.28/577.06	c #Conflicts:     113000 | #Constraints:     113658
575.28/577.06	c INPROCESSING
575.28/577.06	c GARBAGE COLLECT
575.28/577.06	c bounds -540 >= -570 @ 572.851
578.57/580.31	c #Conflicts:     114000 | #Constraints:      98879
578.57/580.31	c #Conflicts:     115000 | #Constraints:      99879
578.57/580.31	c #Conflicts:     116000 | #Constraints:     100879
578.57/580.31	c #Conflicts:     117000 | #Constraints:     101879
578.57/580.31	c bounds -540 >= -569 @ 576.078
647.56/649.57	c #Conflicts:     118000 | #Constraints:     102963
647.56/649.57	c #Conflicts:     119000 | #Constraints:     103963
647.56/649.57	c #Conflicts:     120000 | #Constraints:     104963
647.56/649.57	c #Conflicts:     121000 | #Constraints:     105963
647.56/649.57	c #Conflicts:     122000 | #Constraints:     106965
647.56/649.57	c INPROCESSING
647.56/649.57	c GARBAGE COLLECT
647.56/649.57	c rational objective -566.333
653.54/655.56	c #Conflicts:     123000 | #Constraints:      93086
653.54/655.56	c #Conflicts:     124000 | #Constraints:      94087
653.54/655.56	c #Conflicts:     125000 | #Constraints:      95087
653.54/655.56	c bounds -540 >= -568 @ 650.928
657.54/659.52	c #Conflicts:     126000 | #Constraints:      96153
657.54/659.52	c #Conflicts:     127000 | #Constraints:      97154
657.54/659.52	c bounds -540 >= -567 @ 654.857
659.14/661.16	c #Conflicts:     128000 | #Constraints:      98187
659.14/661.16	c bounds -540 >= -566 @ 656.477
664.72/666.75	c #Conflicts:     129000 | #Constraints:      99223
664.72/666.75	c #Conflicts:     130000 | #Constraints:     100224
664.72/666.75	c bounds -540 >= -565 @ 662.029
677.48/679.55	c #Conflicts:     131000 | #Constraints:     101257
677.48/679.55	c #Conflicts:     132000 | #Constraints:     102257
677.48/679.55	c #Conflicts:     133000 | #Constraints:     103257
677.48/679.55	c #Conflicts:     134000 | #Constraints:     104257
677.48/679.55	WSVECS04 Frhs2[23]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[24]: 6 0 1.00005 shouldn't be
677.48/679.55	WSVECS04 Frhs2[25]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[28]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[39]: 6 0 1.00005 shouldn't be
677.48/679.55	WSVECS04 Frhs2[42]: 6 0 1.00001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[44]: 6 0 1.0001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[112]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[113]: 6 0 1.0001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[114]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[117]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[128]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[131]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[133]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[559]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[573]: 6 0 1.0001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[575]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[577]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[590]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[604]: 6 0 1.00009 shouldn't be
677.48/679.55	WSVECS04 Frhs2[606]: 6 0 1.0001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[608]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[739]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[740]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[741]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[744]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[745]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[746]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[747]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[750]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[751]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[753]: 6 0 1.00009 shouldn't be
677.48/679.55	WSVECS04 Frhs2[798]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[801]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[803]: 6 0 1.00005 shouldn't be
677.48/679.55	WSVECS04 Frhs2[824]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[826]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[827]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[846]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[848]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[849]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[864]: 6 0 1.00009 shouldn't be
677.48/679.55	WSVECS04 Frhs2[867]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[869]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[887]: 6 0 1.00009 shouldn't be
677.48/679.55	WSVECS04 Frhs2[889]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[903]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[906]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[908]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[921]: 6 0 1.00009 shouldn't be
677.48/679.55	WSVECS04 Frhs2[924]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[926]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[927]: 6 0 1.00007 shouldn't be
677.48/679.55	WSVECS04 Frhs2[937]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[953]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[968]: 6 0 1.00006 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1007]: 6 0 1.00004 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1009]: 6 0 1.00002 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1010]: 6 0 1.00001 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1012]: 6 0 1.00005 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1018]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1028]: 6 0 1.00008 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1033]: 6 0 1.00003 shouldn't be
677.48/679.55	WSVECS04 Frhs2[1037]: 6 0 1.00002 shouldn't be
688.35/690.44	WSVECS04 Frhs2[748]: 6 0 1.00003 shouldn't be
688.35/690.44	WSVECS04 Frhs2[821]: 6 0 1.00008 shouldn't be
688.35/690.44	WSVECS04 Frhs2[843]: 6 0 1.00005 shouldn't be
688.35/690.44	WSVECS04 Frhs2[870]: 6 0 1.00008 shouldn't be
688.35/690.44	WSVECS04 Frhs2[884]: 6 0 1.00008 shouldn't be
688.35/690.44	WSVECS04 Frhs2[1030]: 6 0 1.00008 shouldn't be
688.35/690.44	WSVECS04 Frhs2[1031]: 6 0 1.00009 shouldn't be
757.04/759.35	c #Conflicts:     135000 | #Constraints:     105258
757.04/759.35	c #Conflicts:     136000 | #Constraints:     106258
757.04/759.35	c bounds -540 >= -540 @ 754.149
757.04/759.35	c cpu time 754.149 s
757.04/759.35	c deterministic time 3287532631 3.29e+09
757.04/759.35	c optimization time 0.053628 s
757.04/759.35	c total solve time 753.675 s
757.04/759.35	c core-guided solve time 445.414 s
757.04/759.35	c propagation time 353.27 s
757.04/759.35	c conflict analysis time 70.8884 s
757.04/759.35	c propagations 83582618
757.04/759.35	c resolve steps 9181842
757.04/759.35	c decisions 260573
757.04/759.35	c conflicts 136498
757.04/759.35	c restarts 379
757.04/759.35	c inprocessing phases 17
757.04/759.35	c garbage collections 17 ,( 100.00 )
757.04/759.35	c input clauses 82629 ,( 95.35 )
757.04/759.35	c input cardinalities 2432 ,( 2.81 )
757.04/759.35	c input general constraints 1599 ,( 1.85 )
757.04/759.35	c input average constraint length 7.22
757.04/759.35	c input average constraint degree 2.12
757.04/759.35	c learned clauses 131241 ,( 96.08 )
757.04/759.35	c learned cardinalities 545 ,( 0.40 )
757.04/759.35	c learned general constraints 4806 ,( 3.52 )
757.04/759.35	c learned average constraint length 248.10
757.04/759.35	c learned average constraint degree 5588532.28
757.04/759.35	c watched  CF 32, 64, 128, Arb: 428 , 0 , 0 , 0
757.04/759.35	c counting CF 32, 64, 128, Arb: 5978 , 0 , 0 , 0
757.04/759.35	c watched   constraints 428 ,( 6.68 ) 
757.04/759.35	c counting  constraints 5977 ,( 93.32 ) 
757.04/759.35	c loaded clauses, cards, PBs, (WATCHED, COUNTING): 340135741 , 225825246 , 148081898 ,( 568240 , 147513658 )
757.04/759.35	c gcd simplifications 18198
757.04/759.35	c detected cardinalities 5
757.04/759.35	c weakened non-implied lits 25785480
757.04/759.35	c weakened non-implying lits 182670
757.04/759.35	c original variables 6401
757.04/759.35	c clausal propagations 62452502
757.04/759.35	c cardinality propagations 6343157
757.04/759.35	c watched propagations 8500
757.04/759.35	c counting propagations 14399859
757.04/759.35	c watch lookups 1078323779
757.04/759.35	c watch backjump lookups 0
757.04/759.35	c watch checks 1622167194
757.04/759.35	c propagation checks 239041935
757.04/759.35	c constraint additions 179856836
757.04/759.35	c trail pops 83975390
757.04/759.35	c formula constraints 81100
757.04/759.35	c learned constraints 136531
757.04/759.35	c bound constraints 343
757.04/759.35	c core-guided constraints 5217
757.04/759.35	c encountered formula constraints 5780048
757.04/759.35	c encountered learned constraints 1449416
757.04/759.35	c encountered bound constraints 1360
757.04/759.35	c encountered core-guided constraints 2086733
757.04/759.35	c LP total time 633.319 s
757.04/759.35	c LP solve time 632.15 s
757.04/759.35	c LP constraints added 81113
757.04/759.35	c LP constraints removed 4
757.04/759.35	c LP pivots internal 175402
757.04/759.35	c LP pivots root 148903
757.04/759.35	c LP calls 38
757.04/759.35	c LP optimalities 3
757.04/759.35	c LP no pivot count 0
757.04/759.35	c LP infeasibilities 28
757.04/759.35	c LP valid Farkas constraints 28
757.04/759.35	c LP learned Farkas constraints 28
757.04/759.35	c LP basis resets 0
757.04/759.35	c LP cycling count 0
757.04/759.35	c LP singular count 0
757.04/759.35	c LP no primal count 0
757.04/759.35	c LP no farkas count 0
757.04/759.35	c LP other issue count 0
757.04/759.35	c LP Gomory cuts 5
757.04/759.35	c LP learned cuts 8
757.04/759.35	c LP deleted cuts 4
757.04/759.35	c LP encountered Gomory constraints 288
757.04/759.35	c LP encountered Farkas constraints 359
757.04/759.35	c LP encountered learned Farkas constraints 108
757.04/759.35	c CG auxiliary variables introduced 1845
757.04/759.35	c CG solutions found 25
757.04/759.35	c CG cores constructed 318
757.04/759.35	c CG core cardinality constraints returned 0
757.04/759.35	c CG unit cores 0
757.04/759.35	c CG single cores 314
757.04/759.35	c CG blocks removed during cardinality reduction 0
757.04/759.35	c CG first core best 0
757.04/759.35	c CG decision core best 0
757.04/759.35	c CG core reduction tie 4
757.04/759.35	c CG core degree average 1.00
757.04/759.35	c CG core slack average 7.35
757.04/759.35	c CG core upper bound improvements 0
757.04/759.35	c STR number of successful calls 0
757.04/759.35	c STR number of unsuccessful calls 0
757.04/759.35	c STR number of inconclusive calls 0
757.04/759.35	c STR number of successful attempts 0
757.04/759.35	c STR number of unsuccessful attempts 0
757.04/759.35	c STR number of inconclusive attempts 0
757.04/759.35	c STR average degree increase per successful call inf
757.04/759.35	c STR average degree increase per successful attempt inf
757.04/759.35	c STR total number of conflicts for successful attempts 0
757.04/759.35	c STR total number of conflicts for unsuccessful attempts 0
757.04/759.35	c STR total number of conflicts for inconclusive attempts 0
757.04/759.35	c STR average number of conflicts per successful attempt inf
757.04/759.35	c STR average number of conflicts per unsuccessful attempt inf
757.04/759.35	c STR average number of conflicts per inconclusive attempt inf
757.04/759.35	c AVG.sumWPerc 75.85 
757.04/759.35	c bigint constraints 0 
757.04/759.35	o -540
757.04/759.35	s OPTIMUM FOUND
757.04/759.35	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 x235 x236 x237 x238 x239 x240 x241 x242 x243 x244 x245 x246 x247 x248 x249 x250 x251 x252 x253 x254 x255 x256 x257 x258 x259 x260 x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 x276 x277 x278 x279 x280 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 x295 x296 x297 x298 x299 x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 x315 x316 x317 x318 x319 x320 x321 x322 x323 x324 x325 x326 x327 x328 x329 x330 x331 x332 x333 x334 x335 x336 x337 x338 x339 x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 x353 x354 x355 x356 x357 x358 x359 x360 x361 x362 x363 x364 x365 x366 x367 x368 x369 x370 x371 x372 x373 x374 x375 x376 x377 x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 x390 x391 x392 x393 x394 x395 x396 x397 x398 x399 x400 x401 x402 x403 x404 x405 x406 x407 x408 x409 x410 x411 x412 x413 x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 x425 x426 x427 x428 x429 x430 x431 x432 x433 x434 x435 x436 x437 x438 x439 x440 x441 x442 x443 x444 x445 x446 x447 x448 x449 x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 x469 x470 x471 x472 x473 x474 x475 x476 x477 x478 x479 x480 x481 x482 x483 x484 x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 x494 x495 x496 x497 x498 x499 x500 x501 x502 x503 x504 x505 x506 x507 x508 x509 x510 x511 x512 x513 x514 x515 x516 x517 x518 x519 x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 x528 x529 x530 x531 x532 x533 x534 x535 x536 x537 x538 x539 x540 x541 x542 x543 x544 x545 x546 x547 x548 x549 x550 x551 x552 x553 -x554 -x555 -x556 -x557 -x558 x559 x560 x561 x562 x563 x564 x565 x566 x567 x568 x569 x570 x571 x572 x573 x574 x575 x576 x577 x578 x579 x580 x581 x582 x583 x584 x585 -x586 -x587 -x588 -x589 x590 x591 x592 x593 x594 x595 x596 x597 x598 x599 x600 x601 x602 x603 x604 x605 x606 x607 x608 x609 x610 x611 x612 x613 x614 x615 x616 -x617 -x618 -x619 x620 x621 x622 x623 x624 x625 x626 x627 x628 x629 x630 x631 x632 x633 x634 x635 x636 x637 x638 x639 x640 x641 x642 x643 x644 x645 x646 -x647 -x648 x649 x650 x651 x652 x653 x654 x655 x656 x657 x658 x659 x660 x661 x662 x663 x664 x665 x666 x667 x668 x669 x670 x671 x672 x673 x674 x675 -x676 x677 x678 x679 x680 x681 x682 x683 x684 x685 x686 x687 x688 x689 x690 x691 x692 x693 x694 x695 x696 x697 x698 x699 x700 x701 x702 x703 x704 x705 x706 x707 x708 x709 x710 x711 x712 x713 x714 x715 x716 x717 x718 x719 x720 x721 x722 x723 x724 x725 x726 x727 x728 x729 x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081

Verifier Data

OK	-540

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520944-1751558974/watcher-4520944-1751558974 -o /tmp/evaluation-result-4520944-1751558974/solver-4520944-1751558974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751550309-79815 --watchdog 3760 run-opt-break.sh HOME/instance-4520944-1751558974.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=82143, runsolver pid=82140

[startup+0.100099 s]*
/proc/loadavg: 4.00 4.08 4.12 5/255 82145
/proc/meminfo: memFree=122929588/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82145] ppid=82143 vsize=34320 memory=25284 CPUtime=0.09 cores=5,7
/proc/82145/stat : 82145 (pbsuma) R 82143 82143 79758 0 -1 4194304 4482 0 0 0 7 2 0 0 20 0 1 0 71576558 35143680 6321 18446744073709551615 4210688 4653049 140721033986544 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 32120832 140721033988451 140721033988658 140721033988658 140721033994223 0
/proc/82145/statm: 8580 6321 992 108 0 5988 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 38512 KiB
Current children cumulated memory: 28100 KiB

[startup+0.213345 s]*
/proc/loadavg: 4.00 4.08 4.12 5/255 82145
/proc/meminfo: memFree=122917996/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82145] ppid=82143 vsize=43884 memory=32564 CPUtime=0.2 cores=5,7
/proc/82145/stat : 82145 (pbsuma) R 82143 82143 79758 0 -1 4194304 6980 0 0 0 17 3 0 0 20 0 1 0 71576558 44937216 8141 18446744073709551615 4210688 4653049 140721033986544 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 32120832 140721033988451 140721033988658 140721033988658 140721033994223 0
/proc/82145/statm: 10971 8141 992 108 0 8379 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 48076 KiB
Current children cumulated memory: 35380 KiB

[startup+0.31303 s]*
/proc/loadavg: 4.00 4.08 4.12 5/255 82145
/proc/meminfo: memFree=122905648/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82145] ppid=82143 vsize=65908 memory=46792 CPUtime=0.3 cores=5,7
/proc/82145/stat : 82145 (pbsuma) R 82143 82143 79758 0 -1 4194304 11182 0 0 0 26 4 0 0 20 0 1 0 71576558 67489792 11698 18446744073709551615 4210688 4653049 140721033986544 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 32120832 140721033988451 140721033988658 140721033988658 140721033994223 0
/proc/82145/statm: 16477 11698 992 108 0 13885 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 70100 KiB
Current children cumulated memory: 49608 KiB

[startup+0.700383 s]
/proc/loadavg: 4.00 4.08 4.12 5/255 82145
/proc/meminfo: memFree=122889772/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82145] ppid=82143 vsize=71068 memory=53872 CPUtime=0.68 cores=5,7
/proc/82145/stat : 82145 (pbsuma) R 82143 82143 79758 0 -1 4194304 14879 0 0 0 62 6 0 0 20 0 1 0 71576558 72773632 13468 18446744073709551615 4210688 4653049 140721033986544 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 4700520 4703148 32120832 140721033988451 140721033988658 140721033988658 140721033994223 0
/proc/82145/statm: 17767 13468 992 108 0 15175 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 75260 KiB
Current children cumulated memory: 56688 KiB

[startup+1.50041 s]
/proc/loadavg: 4.00 4.08 4.12 5/255 82146
/proc/meminfo: memFree=122885992/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=176864 memory=110756 CPUtime=0.69 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 14133 0 0 0 54 15 0 0 20 0 1 0 71576636 181108736 27689 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 44216 27689 2272 1147 0 31643 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 181056 KiB
Current children cumulated memory: 113572 KiB

[startup+3.1129 s]
/proc/loadavg: 4.00 4.08 4.12 5/255 82146
/proc/meminfo: memFree=122831312/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=176864 memory=110756 CPUtime=2.3 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 14140 0 0 0 214 16 0 0 20 0 1 0 71576636 181108736 27689 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 44216 27689 2272 1147 0 31643 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 181056 KiB
Current children cumulated memory: 113572 KiB

[startup+6.30041 s]
/proc/loadavg: 4.00 4.08 4.12 5/255 82146
/proc/meminfo: memFree=122823248/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=179796 memory=113956 CPUtime=5.48 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 14884 0 0 0 531 17 0 0 20 0 1 0 71576636 184111104 28489 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 44949 28489 2336 1147 0 32376 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 183988 KiB
Current children cumulated memory: 116772 KiB

[startup+12.7004 s]
/proc/loadavg: 4.00 4.08 4.12 5/255 82146
/proc/meminfo: memFree=122808356/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=188136 memory=117968 CPUtime=11.86 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 15502 0 0 0 1167 19 0 0 20 0 1 0 71576636 192651264 29492 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 47034 29492 2336 1147 0 34461 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 192328 KiB
Current children cumulated memory: 120784 KiB

[startup+25.5004 s]
/proc/loadavg: 4.08 4.09 4.12 5/255 82147
/proc/meminfo: memFree=122799400/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=188136 memory=120656 CPUtime=24.63 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 15637 0 0 0 2440 23 0 0 20 0 1 0 71576636 192651264 30164 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 47034 30164 2336 1147 0 34461 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 192328 KiB
Current children cumulated memory: 123472 KiB

[startup+51.113 s]
/proc/loadavg: 4.05 4.09 4.12 5/255 82147
/proc/meminfo: memFree=122772888/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=210364 memory=138576 CPUtime=50.17 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 17554 0 0 0 4984 33 0 0 20 0 1 0 71576636 215412736 34644 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 52591 34644 2368 1147 0 40018 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 214556 KiB
Current children cumulated memory: 141392 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.09 4.12 5/255 82150
/proc/meminfo: memFree=122719568/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=231556 memory=151840 CPUtime=101.21 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 18825 0 0 0 10069 52 0 0 20 0 1 0 71576636 237113344 37960 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 57889 37960 2368 1147 0 45316 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 235748 KiB
Current children cumulated memory: 154656 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.11 5/255 82152
/proc/meminfo: memFree=122655080/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=251512 memory=173316 CPUtime=161.04 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 20124 0 0 0 16040 64 0 0 20 0 1 0 71576636 257548288 43329 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 62878 43329 2368 1147 0 50305 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 255704 KiB
Current children cumulated memory: 176132 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.10 5/256 82157
/proc/meminfo: memFree=122608120/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=251512 memory=173316 CPUtime=220.87 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 20124 0 0 0 22005 82 0 0 20 0 1 0 71576636 257548288 43329 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 62878 43329 2368 1147 0 50305 0
Current children cumulated CPU time: 221.63 s

################
# More data... #
################

/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22204 0 0 0 57805 175 0 0 20 0 1 0 71576636 309690368 52036 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75608 52036 2368 1147 0 63035 0
Current children cumulated CPU time: 580.56 s
Current children cumulated vsize: 306624 KiB
Current children cumulated memory: 210960 KiB

[startup+642.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/253 82221
/proc/meminfo: memFree=124889952/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302432 memory=208144 CPUtime=639.62 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 63774 188 0 0 20 0 1 0 71576636 309690368 52036 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75608 52036 2368 1147 0 63035 0
Current children cumulated CPU time: 640.38 s
Current children cumulated vsize: 306624 KiB
Current children cumulated memory: 210960 KiB

[startup+702.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/253 82223
/proc/meminfo: memFree=124860308/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=699.45 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 69738 207 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 700.21 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

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

# cumulated CPU time of all completed processes:  user=754.859 s, system=2.26839 s

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

[startup+716.8 s]
/proc/loadavg: 4.14 4.10 4.09 5/253 82224
/proc/meminfo: memFree=124862856/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=713.9 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 71181 209 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 714.66 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+742.4 s]
/proc/loadavg: 4.09 4.09 4.09 5/253 82224
/proc/meminfo: memFree=124860800/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=739.43 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 73729 214 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 740.19 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+748.8 s]
/proc/loadavg: 4.08 4.08 4.09 5/253 82224
/proc/meminfo: memFree=124860800/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=745.81 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 74365 216 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 746.57 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+755.2 s]
/proc/loadavg: 4.07 4.08 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=752.19 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75002 217 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 752.95 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+756.8 s]
/proc/loadavg: 4.07 4.08 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=753.79 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75161 218 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 754.55 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+758.4 s]
/proc/loadavg: 4.15 4.10 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=755.38 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75320 218 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 756.14 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+758.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=755.78 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75360 218 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 756.54 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+759.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=756.18 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75399 219 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 756.94 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

[startup+759.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/253 82224
/proc/meminfo: memFree=124861784/131382116 swapFree=33009904/33010684
[pid=82143] ppid=82140 vsize=4192 memory=2816 CPUtime=0.76 cores=5,7
/proc/82143/stat : 82143 (run-opt-break.s) S 82140 82143 79758 0 -1 4194304 237 15008 0 0 0 0 70 6 20 0 1 0 71576557 4292608 704 18446744073709551615 94020663652352 94020664546885 140729765841840 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94020664785936 94020664833680 94020686872576 140729765849441 140729765849570 140729765849570 140729765855172 0
/proc/82143/statm: 1048 704 672 219 0 110 0
[pid=82146] ppid=82143 vsize=302048 memory=207772 CPUtime=756.28 cores=5,7
/proc/82146/stat : 82146 (roundingsat) R 82143 82143 79758 0 -1 4194304 22205 0 0 0 75409 219 0 0 20 0 1 0 71576636 309297152 51943 18446744073709551615 4227072 8923433 140736737741024 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 9823104 9832592 11702272 140736737745252 140736737745448 140736737745448 140736737751018 0
/proc/82146/statm: 75512 51943 2368 1147 0 62939 0
Current children cumulated CPU time: 757.04 s
Current children cumulated vsize: 306240 KiB
Current children cumulated memory: 210588 KiB

Child status: 0

Real time (s): 759.365
CPU time (s): 757.128
CPU user time (s): 754.859
CPU system time (s): 2.26839
CPU usage (%): 99.7054
Max. virtual memory (cumulated for all children) (KiB): 306624
Max. memory (cumulated for all children) (KiB): 210960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 754.859
system time used= 2.26839
maximum resident set size= 208144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37474
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 209
involuntary context switches= 521


# summary of solver processes directly reported to runsolver:
#   pid: 82143
#   total CPU time (s): 757.128
#   total CPU user time (s): 754.859
#   total CPU system time (s): 2.26839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.05527 second user time and 7.58755 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-03 18:09:34
IDJOB=4520944
IDBENCH=178158
IDSOLVER=3359
FILE ID=nodeC004/4520944-1751558974
RUNJOBID= nodeC004-1751550309-79815
SLURM_JOB_ID= 9598729
Free space on /tmp= 431600 MiB

SOLVER NAME= roundingsat+pbsuma-opt 63f22ad
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/maxcut/maxcut_opt_complete_5-partite_block/normalized-maxcut_opt_complete_5-partite_block_nvert_47.opb
COMMAND LINE= run-opt-break.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4520944-1751558974/watcher-4520944-1751558974 -o /tmp/evaluation-result-4520944-1751558974/solver-4520944-1751558974 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751550309-79815 --watchdog 3760  run-opt-break.sh HOME/instance-4520944-1751558974.opb

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

MD5SUM BENCH= 84fd44c84eee80e386362762f3a8050d
RANDOM SEED=942756141

nodeC004 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		: 3662.510
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.74
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		: 3662.461
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.74
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.699
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.74
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.766
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.74
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		: 3662.590
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.74
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.217
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.693
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.74
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.566
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        122937876 kB
MemAvailable:   123809328 kB
Buffers:            2128 kB
Cached:          1621020 kB
SwapCached:           32 kB
Active:          6716516 kB
Inactive:        1027012 kB
Active(anon):    6127564 kB
Inactive(anon):    10748 kB
Active(file):     588952 kB
Inactive(file):  1016264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9360 kB
Writeback:             8 kB
AnonPages:       6122944 kB
Mapped:           117208 kB
Shmem:             17932 kB
KReclaimable:     211728 kB
Slab:             298556 kB
SReclaimable:     211728 kB
SUnreclaim:        86828 kB
KernelStack:        4116 kB
PageTables:        16108 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7402168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2740224 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431560 MiB
End job on nodeC004 at 2025-07-03 18:22:13