Trace number 4432043

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
IPBHS-SCIP 2024-07-09? (TO) 3600.18 3609.3

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.F.recomb10-0.20-11.opb
MD5SUM33acd32e5ec46935389a8e040a16b267
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 benchmark4807
Best CPU time to get the best result obtained on this benchmark6.02166
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70483
Total number of constraints857327
Number of constraints which are clauses857327
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 constraint1
Maximum length of a constraint339
Number of terms in the objective function 4960
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1575760
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1575760
Number of bits of the biggest sum of numbers21
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

35.30/35.42	c initialize IPBHS solver
35.30/35.42	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:06:57), with Glucose 3.0, with SCIP , with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
35.30/35.42	c optimizer = "scip"
35.30/35.42	c pbsolver = "roundingsat"
35.30/35.42	c load symmetries from file ""
35.30/35.42	c set time limit for symmetry computation to 100 seconds.
35.30/35.42	c set interchangeable summation variable limit to 3
35.30/35.42	c set abs symmetric core budget per WCE-iteration to 100
35.30/35.42	c set rel symmetric core budget per WCE-iteration to 0
35.30/35.42	c set lit symmetric core budget per WCE-iteration to 0
35.30/35.42	c set sym generation to 's'
35.30/35.42	c set abstraction set creation to 10 iterations without LB change
35.30/35.42	c set abstraction set inputs to 0
35.30/35.42	c set abstraction set cluster min size to 2
35.30/35.42	c set abstraction set cluster max size to 100000000
35.30/35.42	c set abstraction set cluster activation limit to 2
35.30/35.42	c enable abstraction set require equal cost
35.30/35.42	c set abstraction set assumptions to 0
35.30/35.42	c set abstraction set constraint type to 0
35.30/35.42	c set abstract core extraction strategy to b
35.30/35.42	c set core extraction strategy to 2
35.30/35.42	c set core extraction shuffles 10
35.30/35.42	c set cores per iteration to 5
35.30/35.42	c set optimizer bound usage strategy to 2
35.30/35.42	c set optimizer max non-optimal iterations to 1000
35.30/35.42	c set small core cardinality limit to 2
35.30/35.42	c set max coef in cores to 1000000000
35.30/35.42	c set SIS iterations to 5
35.30/35.42	c set SIS budget abs to 1000
35.30/35.42	c set SIS budget rel to 0.05
35.30/35.42	c limit for coefficient in constraints and objective to 9223372036854775807
35.30/35.42	c will solve HOME/instance-4432043-1721158936.opb
35.30/35.42	c [0.06] solve iteration 1, LB=0, UB=1575761
35.30/35.42	c [4.69] solve iteration 2, LB=2, UB=22572
35.30/35.42	c [7.15] solve iteration 3, LB=4794, UB=5858
35.30/35.42	c [10.09] solve iteration 4, LB=4794, UB=5858
35.30/35.42	c [13.08] solve iteration 5, LB=4795, UB=5858
35.30/35.42	c [15.68] solve iteration 6, LB=4795, UB=4830
35.30/35.42	c [17.86] solve iteration 7, LB=4796, UB=4830
35.30/35.42	c [20.45] solve iteration 8, LB=4797, UB=4830
35.30/35.42	c [22.42] solve iteration 9, LB=4798, UB=4829
35.30/35.42	c [24.73] solve iteration 10, LB=4798, UB=4826
35.30/35.42	c [26.87] solve iteration 11, LB=4800, UB=4821
38.69/38.83	c [29.94] solve iteration 12, LB=4800, UB=4821
43.28/43.44	c [34.07] solve iteration 13, LB=4801, UB=4821
47.27/47.49	c [37.75] solve iteration 14, LB=4801, UB=4821
52.06/52.21	c [41.91] solve iteration 15, LB=4801, UB=4821
56.35/56.59	c [46.35] solve iteration 16, LB=4801, UB=4821
61.74/61.94	c [50.86] solve iteration 17, LB=4801, UB=4821
64.43/64.68	c [53.85] solve iteration 18, LB=4802, UB=4816
69.22/69.46	c [58.41] solve iteration 19, LB=4802, UB=4816
73.01/73.20	c [61.99] solve iteration 20, LB=4802, UB=4816
76.80/77.03	c [65.41] solve iteration 21, LB=4803, UB=4816
80.68/80.99	c [69.15] solve iteration 22, LB=4803, UB=4816
84.47/84.73	c [72.72] solve iteration 23, LB=4803, UB=4816
88.46/88.77	c [76.47] solve iteration 24, LB=4804, UB=4816
92.35/92.69	c [80.27] solve iteration 25, LB=4804, UB=4816
95.94/96.29	c [83.66] solve iteration 26, LB=4804, UB=4815
99.54/99.85	c [87.09] solve iteration 27, LB=4804, UB=4815
103.43/103.72	c [90.57] solve iteration 28, LB=4804, UB=4815
109.91/110.26	c [96.83] solve iteration 29, LB=4804, UB=4814
113.60/113.99	c [100.5] solve iteration 30, LB=4804, UB=4814
117.98/118.38	c [104.59] solve iteration 31, LB=4804, UB=4810
137.54/137.93	c [108.04] solve iteration 32, LB=4804, UB=4810
137.54/137.93	c [111.22] solve iteration 33, LB=4804, UB=4810
137.54/137.93	c [119.99] solve iteration 34, LB=4804, UB=4810
137.54/137.93	c [123.38] solve iteration 35, LB=4804, UB=4810
142.33/142.74	c [127.82] solve iteration 36, LB=4804, UB=4810
147.02/147.44	c [132.37] solve iteration 37, LB=4804, UB=4810
169.37/169.84	c [136.91] solve iteration 38, LB=4804, UB=4810
169.37/169.84	c [152.39] solve iteration 39, LB=4804, UB=4810
174.85/175.32	c [157.46] solve iteration 40, LB=4804, UB=4810
183.72/184.26	c [162.45] solve iteration 41, LB=4804, UB=4810
183.72/184.26	c [166.3] solve iteration 42, LB=4804, UB=4810
189.01/189.53	c [171.23] solve iteration 43, LB=4804, UB=4810
196.09/196.68	c [178.37] solve iteration 44, LB=4804, UB=4809
203.77/204.36	c [185.74] solve iteration 45, LB=4804, UB=4809
209.36/209.93	c [191.02] solve iteration 46, LB=4805, UB=4809
214.25/214.81	c [195.7] solve iteration 47, LB=4805, UB=4809
219.84/220.42	c [201.14] solve iteration 48, LB=4805, UB=4809
225.82/226.46	c [207.03] solve iteration 49, LB=4805, UB=4809
231.80/232.45	c [213] solve iteration 50, LB=4805, UB=4809
243.38/244.08	c [224.09] solve iteration 51, LB=4805, UB=4808
251.66/252.38	c [232.16] solve iteration 52, LB=4805, UB=4808
258.24/258.97	c [238.65] solve iteration 53, LB=4805, UB=4808
264.72/265.43	c [244.91] solve iteration 54, LB=4805, UB=4808
272.20/272.90	c [252.24] solve iteration 55, LB=4805, UB=4808
299.24/300.03	c [278.01] solve iteration 56, LB=4805, UB=4808
305.52/306.34	c [283.91] solve iteration 57, LB=4805, UB=4808
318.59/319.49	c [291.34] solve iteration 58, LB=4805, UB=4808
318.59/319.49	c [296.75] solve iteration 59, LB=4805, UB=4808
324.18/325.03	c [302.21] solve iteration 60, LB=4805, UB=4808
364.19/365.17	c [340.87] solve iteration 61, LB=4805, UB=4808
374.46/375.42	c [350.84] solve iteration 62, LB=4805, UB=4808
381.43/382.42	c [357.36] solve iteration 63, LB=4805, UB=4808
389.41/390.47	c [365.44] solve iteration 64, LB=4805, UB=4808
395.39/396.46	c [371.37] solve iteration 65, LB=4805, UB=4808
417.85/418.98	c [393.17] solve iteration 66, LB=4805, UB=4808
426.62/427.79	c [402.03] solve iteration 67, LB=4805, UB=4808
434.30/435.46	c [409.54] solve iteration 68, LB=4805, UB=4808
445.08/446.20	c [419.79] solve iteration 69, LB=4805, UB=4808
451.66/452.86	c [426.44] solve iteration 70, LB=4805, UB=4808
556.30/557.73	c [526.64] solve iteration 71, LB=4805, UB=4808
565.47/566.91	c [535.94] solve iteration 72, LB=4805, UB=4808
574.75/576.23	c [545.21] solve iteration 73, LB=4805, UB=4808
583.03/584.52	c [553.18] solve iteration 74, LB=4805, UB=4808
594.60/596.14	c [564.69] solve iteration 75, LB=4805, UB=4808
732.33/734.26	c [700.84] solve iteration 76, LB=4805, UB=4808
742.51/744.44	c [711.06] solve iteration 77, LB=4805, UB=4808
751.88/753.87	c [720.39] solve iteration 78, LB=4805, UB=4808
764.26/766.22	c [732.91] solve iteration 79, LB=4806, UB=4808
777.03/779.06	c [745.14] solve iteration 80, LB=4806, UB=4808
791.19/793.21	c [759.11] solve iteration 81, LB=4806, UB=4808
805.25/807.37	c [773.43] solve iteration 82, LB=4806, UB=4808
820.51/822.67	c [788.25] solve iteration 83, LB=4806, UB=4808
935.12/937.51	c [902] solve iteration 84, LB=4806, UB=4808
946.78/949.26	c [913.5] solve iteration 85, LB=4806, UB=4808
958.36/960.90	c [925.36] solve iteration 86, LB=4806, UB=4808
970.72/973.22	c [937.5] solve iteration 87, LB=4806, UB=4808
983.08/985.68	c [949.69] solve iteration 88, LB=4806, UB=4808
1047.54/1050.27	c [1013.78] solve iteration 89, LB=4806, UB=4808
1060.70/1063.43	c [1026.8] solve iteration 90, LB=4806, UB=4808
1073.47/1076.25	c [1039.46] solve iteration 91, LB=4806, UB=4808
1085.13/1087.95	c [1051.28] solve iteration 92, LB=4806, UB=4808
1100.10/1102.90	c [1065.26] solve iteration 93, LB=4806, UB=4808
1346.57/1350.09	c [1308.55] solve iteration 94, LB=4806, UB=4808
1356.65/1360.14	c [1318.21] solve iteration 95, LB=4806, UB=4808
1370.61/1374.19	c [1331.81] solve iteration 96, LB=4806, UB=4808
1383.67/1387.27	c [1345.08] solve iteration 97, LB=4806, UB=4808
1394.84/1398.46	c [1356.34] solve iteration 98, LB=4806, UB=4808
1568.41/1572.48	c [1527.79] solve iteration 99, LB=4806, UB=4808
1583.98/1588.03	c [1542.99] solve iteration 100, LB=4806, UB=4808
1595.95/1600.06	c [1554.69] solve iteration 101, LB=4806, UB=4808
1607.42/1611.55	c [1566.52] solve iteration 102, LB=4806, UB=4808
1619.89/1624.09	c [1578.74] solve iteration 103, LB=4806, UB=4808
1705.77/1710.19	c [1664.48] solve iteration 104, LB=4806, UB=4808
1724.71/1729.16	c [1682.98] solve iteration 105, LB=4806, UB=4808
1747.14/1751.69	c [1705.02] solve iteration 106, LB=4806, UB=4808
1759.72/1764.29	c [1717.81] solve iteration 107, LB=4806, UB=4808
1771.19/1775.72	c [1729.25] solve iteration 108, LB=4806, UB=4808
2450.80/2457.19	c [2404.43] solve iteration 109, LB=4806, UB=4808
2464.47/2470.82	c [2417.78] solve iteration 110, LB=4806, UB=4808
2478.84/2485.20	c [2432.34] solve iteration 111, LB=4806, UB=4808
2492.60/2499.00	c [2445.68] solve iteration 112, LB=4806, UB=4808
2508.16/2514.61	c [2460.9] solve iteration 113, LB=4806, UB=4808
2753.63/2760.75	c [2705.88] solve iteration 114, LB=4806, UB=4808
2767.19/2774.36	c [2718.88] solve iteration 115, LB=4806, UB=4808
2780.26/2787.49	c [2732.16] solve iteration 116, LB=4806, UB=4808
2793.02/2800.29	c [2744.9] solve iteration 117, LB=4806, UB=4807
2806.49/2813.72	c [2758.75] solve iteration 118, LB=4806, UB=4807
2936.19/2943.75	c [2887.43] solve iteration 119, LB=4806, UB=4807
2948.96/2956.55	c [2900.41] solve iteration 120, LB=4806, UB=4807
2969.00/2976.65	c [2919.7] solve iteration 121, LB=4806, UB=4807
2981.28/2988.90	c [2931.81] solve iteration 122, LB=4806, UB=4807
2997.04/3004.76	c [2948.16] solve iteration 123, LB=4806, UB=4807
3218.12/3226.35	c [3168.35] solve iteration 124, LB=4806, UB=4807
3241.66/3249.97	c [3191.57] solve iteration 125, LB=4806, UB=4807
3255.92/3264.24	c [3205.97] solve iteration 126, LB=4806, UB=4807
3271.98/3280.33	c [3222.28] solve iteration 127, LB=4806, UB=4807
3288.24/3296.64	c [3238.33] solve iteration 128, LB=4806, UB=4807

Verifier Data

ERROR: no interpretation found !

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: 63931 MiB (61026 MiB free)
  memory of node 1: 64510 MiB (61106 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432043-1721158936/watcher-4432043-1721158936 -o /tmp/evaluation-result-4432043-1721158936/solver-4432043-1721158936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866989 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432043-1721158936.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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=867132, runsolver pid=867129

[startup+0.100158 s]*
/proc/loadavg: 3.76 2.25 2.46 5/257 867133
/proc/meminfo: memFree=125052200/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=41668 memory=16636 CPUtime=0.09 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 3943 0 0 0 9 0 0 0 20 0 1 0 168057822 42668032 4159 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 10417 4159 1023 2900 0 6931 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 41668 KiB
Current children cumulated memory: 16636 KiB

[startup+0.205596 s]*
/proc/loadavg: 3.76 2.25 2.46 5/257 867133
/proc/meminfo: memFree=125038300/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=53456 memory=28092 CPUtime=0.2 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 6306 0 0 0 19 1 0 0 20 0 1 0 168057822 54738944 7023 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 13364 7023 1023 2900 0 9878 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53456 KiB
Current children cumulated memory: 28092 KiB

[startup+0.305569 s]*
/proc/loadavg: 3.76 2.25 2.46 5/257 867133
/proc/meminfo: memFree=125026400/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=70068 memory=39288 CPUtime=0.29 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 8603 0 0 0 28 1 0 0 20 0 1 0 168057822 71749632 9822 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 17517 9822 1023 2900 0 14031 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 70068 KiB
Current children cumulated memory: 39288 KiB

[startup+0.700234 s]
/proc/loadavg: 3.76 2.25 2.46 5/257 867133
/proc/meminfo: memFree=125006036/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=113888 memory=82108 CPUtime=0.68 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 16247 0 0 0 64 4 0 0 20 0 1 0 168057822 116621312 20527 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 28472 20527 1023 2900 0 24986 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 113888 KiB
Current children cumulated memory: 82108 KiB

[startup+1.50022 s]
/proc/loadavg: 3.76 2.25 2.46 6/256 867145
/proc/meminfo: memFree=124954296/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=165436 memory=134224 CPUtime=1.49 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 25624 0 0 0 122 27 0 0 20 0 1 0 168057822 169406464 33556 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 41359 33556 1135 2900 0 37873 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 165436 KiB
Current children cumulated memory: 134224 KiB

[startup+3.10556 s]
/proc/loadavg: 3.78 2.28 2.47 5/259 867167
/proc/meminfo: memFree=124664928/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=439756 memory=398576 CPUtime=3.09 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 87157 0 0 0 247 62 0 0 20 0 1 0 168057822 450310144 99644 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 109939 99644 2687 2900 0 106453 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 439756 KiB
Current children cumulated memory: 398576 KiB

[startup+6.30022 s]
/proc/loadavg: 3.78 2.28 2.47 5/259 867167
/proc/meminfo: memFree=124635664/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=439756 memory=398576 CPUtime=6.27 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 87192 0 0 0 484 143 0 0 20 0 1 0 168057822 450310144 99644 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 109939 99644 2687 2900 0 106453 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 439756 KiB
Current children cumulated memory: 398576 KiB

[startup+12.7002 s]
/proc/loadavg: 3.80 2.31 2.48 5/259 867168
/proc/meminfo: memFree=124459096/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=494592 memory=467144 CPUtime=12.66 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 104148 0 0 0 999 267 0 0 20 0 1 0 168057822 506462208 116786 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 123648 116786 2911 2900 0 120162 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 494592 KiB
Current children cumulated memory: 467144 KiB

[startup+25.5003 s]
/proc/loadavg: 3.85 2.39 2.50 5/259 867170
/proc/meminfo: memFree=124185752/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=620556 memory=594356 CPUtime=25.43 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 135423 0 0 0 2070 473 0 0 20 0 1 0 168057822 635449344 148589 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 155139 148589 2943 2900 0 151653 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 620556 KiB
Current children cumulated memory: 594356 KiB

[startup+51.1055 s]
/proc/loadavg: 3.98 2.54 2.55 5/259 867173
/proc/meminfo: memFree=123331532/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=1073796 memory=1045980 CPUtime=50.97 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 238891 0 0 0 4414 683 0 0 20 0 1 0 168057822 1099567104 261495 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 268449 261495 2943 2900 0 264963 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1073796 KiB
Current children cumulated memory: 1045980 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 2.78 2.63 5/259 867184
/proc/meminfo: memFree=122612608/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=1438628 memory=1402724 CPUtime=102.03 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 312307 0 0 0 9289 914 0 0 20 0 1 0 168057822 1473155072 350681 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 359657 350681 2943 2900 0 356171 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 1438628 KiB
Current children cumulated memory: 1402724 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 3.02 2.72 5/259 867194
/proc/meminfo: memFree=121921004/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=1681244 memory=1622696 CPUtime=161.88 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 355073 0 0 0 14970 1218 0 0 20 0 1 0 168057822 1721593856 405674 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 420311 405674 2943 2900 0 416825 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 1681244 KiB
Current children cumulated memory: 1622696 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.22 2.81 5/254 867205
/proc/meminfo: memFree=121488932/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=1973468 memory=1877628 CPUtime=221.73 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 423695 0 0 0 20779 1394 0 0 20 0 1 0 168057822 2020831232 469407 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 493367 469407 2943 2900 0 489881 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 1973468 KiB
Current children cumulated memory: 1877628 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.38 2.89 5/254 867215
/proc/meminfo: memFree=120664564/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=2086280 memory=1995212 CPUtime=281.58 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 463923 0 0 0 26613 1545 0 0 20 0 1 0 168057822 2136350720 498803 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 521570 498803 2943 2900 0 518084 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 2086280 KiB
Current children cumulated memory: 1995212 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.51 2.97 5/254 867225
/proc/meminfo: memFree=120258764/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=2140924 memory=2062268 CPUtime=341.43 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 477906 0 0 0 32407 1736 0 0 20 0 1 0 168057822 2192306176 515567 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 535231 515567 2943 2900 0 531745 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 2140924 KiB
Current children cumulated memory: 2062268 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.63 3.05 5/254 867236
/proc/meminfo: memFree=119905400/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=2241208 memory=2174068 CPUtime=401.28 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 499374 0 0 0 38249 1879 0 0 20 0 1 0 168057822 2294996992 543517 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 560302 543517 2943 2900 0 556816 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 2241208 KiB
Current children cumulated memory: 2174068 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 3.70 3.11 5/254 867246
/proc/meminfo: memFree=119759148/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=2326472 memory=2262528 CPUtime=461.13 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 519018 0 0 0 44151 1962 0 0 20 0 1 0 168057822 2382307328 565632 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 581618 565632 2943 2900 0 578132 0

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

Current children cumulated memory: 3562052 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.18 4.09 5/256 868796
/proc/meminfo: memFree=114297412/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3734652 memory=3567792 CPUtime=2854.98 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 771006 0 0 0 281387 4111 0 0 20 0 1 0 168057822 3824283648 891948 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 933663 891948 3263 2900 0 930177 0
Current children cumulated CPU time: 2854.98 s
Current children cumulated vsize: 3734652 KiB
Current children cumulated memory: 3567792 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.16 4.09 5/255 868863
/proc/meminfo: memFree=113611560/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3734652 memory=3567792 CPUtime=2914.84 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 771043 0 0 0 287350 4134 0 0 20 0 1 0 168057822 3824283648 891948 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 933663 891948 3263 2900 0 930177 0
Current children cumulated CPU time: 2914.84 s
Current children cumulated vsize: 3734652 KiB
Current children cumulated memory: 3567792 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.16 4.09 5/255 868873
/proc/meminfo: memFree=113304528/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3758464 memory=3591540 CPUtime=2974.69 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 776636 0 0 0 293311 4158 0 0 20 0 1 0 168057822 3848667136 897885 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 939616 897885 3263 2900 0 936130 0
Current children cumulated CPU time: 2974.69 s
Current children cumulated vsize: 3758464 KiB
Current children cumulated memory: 3591540 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.15 4.09 5/255 868883
/proc/meminfo: memFree=112527172/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3764316 memory=3597104 CPUtime=3034.55 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 778064 0 0 0 299276 4179 0 0 20 0 1 0 168057822 3854659584 899276 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 941079 899276 3263 2900 0 937593 0
Current children cumulated CPU time: 3034.55 s
Current children cumulated vsize: 3764316 KiB
Current children cumulated memory: 3597104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.12 4.08 5/255 868895
/proc/meminfo: memFree=112417124/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3764316 memory=3597104 CPUtime=3094.41 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 778106 0 0 0 305243 4198 0 0 20 0 1 0 168057822 3854659584 899276 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 941079 899276 3263 2900 0 937593 0
Current children cumulated CPU time: 3094.41 s
Current children cumulated vsize: 3764316 KiB
Current children cumulated memory: 3597104 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/255 868905
/proc/meminfo: memFree=112221792/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3764316 memory=3597104 CPUtime=3154.28 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 778180 0 0 0 311214 4214 0 0 20 0 1 0 168057822 3854659584 899276 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 941079 899276 3263 2900 0 937593 0
Current children cumulated CPU time: 3154.28 s
Current children cumulated vsize: 3764316 KiB
Current children cumulated memory: 3597104 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 868915
/proc/meminfo: memFree=112221508/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3764316 memory=3597104 CPUtime=3214.13 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 778390 0 0 0 317186 4227 0 0 20 0 1 0 168057822 3854659584 899276 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 941079 899276 3263 2900 0 937593 0
Current children cumulated CPU time: 3214.13 s
Current children cumulated vsize: 3764316 KiB
Current children cumulated memory: 3597104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/254 868925
/proc/meminfo: memFree=112200404/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3781520 memory=3617072 CPUtime=3273.98 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 783233 0 0 0 323154 4244 0 0 20 0 1 0 168057822 3872276480 904268 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 945380 904268 3263 2900 0 941894 0
Current children cumulated CPU time: 3273.98 s
Current children cumulated vsize: 3781520 KiB
Current children cumulated memory: 3617072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/254 868936
/proc/meminfo: memFree=112135736/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3792960 memory=3627760 CPUtime=3333.82 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 786009 0 0 0 329120 4262 0 0 20 0 1 0 168057822 3883991040 906940 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 948240 906940 3263 2900 0 944754 0
Current children cumulated CPU time: 3333.82 s
Current children cumulated vsize: 3792960 KiB
Current children cumulated memory: 3627760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/254 868946
/proc/meminfo: memFree=112134240/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3792960 memory=3627760 CPUtime=3393.67 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 786111 0 0 0 335096 4271 0 0 20 0 1 0 168057822 3883991040 906940 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 948240 906940 3263 2900 0 944754 0
Current children cumulated CPU time: 3393.67 s
Current children cumulated vsize: 3792960 KiB
Current children cumulated memory: 3627760 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/256 868960
/proc/meminfo: memFree=112132908/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3792960 memory=3627760 CPUtime=3453.52 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 786263 0 0 0 341065 4287 0 0 20 0 1 0 168057822 3883991040 906940 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 948240 906940 3263 2900 0 944754 0
Current children cumulated CPU time: 3453.52 s
Current children cumulated vsize: 3792960 KiB
Current children cumulated memory: 3627760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.17 4.11 5/256 869523
/proc/meminfo: memFree=123008048/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=3792960 memory=3648308 CPUtime=3513.38 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 786477 0 0 0 347036 4302 0 0 20 0 1 0 168057822 3883991040 912077 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 948240 912077 3263 2900 0 944754 0
Current children cumulated CPU time: 3513.38 s
Current children cumulated vsize: 3792960 KiB
Current children cumulated memory: 3648308 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.21 4.13 5/256 869533
/proc/meminfo: memFree=122886980/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=4142208 memory=3705672 CPUtime=3573.23 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 789586 0 0 0 353008 4315 0 0 20 0 1 0 168057822 4241620992 926418 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 1035552 926418 3263 2900 0 1032066 0
Current children cumulated CPU time: 3573.23 s
Current children cumulated vsize: 4142208 KiB
Current children cumulated memory: 3705672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.23 4.19 4.12 5/256 869536
/proc/meminfo: memFree=122850780/131524600 swapFree=131071996/131071996
[pid=867132] ppid=867129 vsize=4142208 memory=3729432 CPUtime=3600.07 cores=5,7
/proc/867132/stat : 867132 (ipbhs_static_sc) R 867129 867132 866976 0 -1 4194304 790978 0 0 0 355686 4321 0 0 20 0 1 0 168057822 4241620992 932358 134679101440 4194304 16068861 140730925861360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 18370176 18462544 44146688 140730925863974 140730925864061 140730925864061 140730925871076 0
/proc/867132/statm: 1035552 932358 3263 2900 0 1032066 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4142208 KiB
Current children cumulated memory: 3729432 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.3 s]
# the end of solver process 867132 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3556.87 s, system=43.3112 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.3
CPU time (s): 3600.18
CPU user time (s): 3556.87
CPU system time (s): 43.3112
CPU usage (%): 99.7475
Max. virtual memory (cumulated for all children) (KiB): 4142208
Max. memory (cumulated for all children) (KiB): 3729432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3556.87
system time used= 43.3112
maximum resident set size= 3729656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790978
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2706


# summary of solver processes directly reported to runsolver:
#   pid: 867132
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3556.87
#   total CPU system time (s): 43.3112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.80382 second user time and 16.7344 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-16 21:42:29
IDJOB=4432043
IDBENCH=158253
IDSOLVER=3057
FILE ID=nodeC022/4432043-1721158936
RUNJOBID= nodeC022-1721158828-866989
SLURM_JOB_ID= 7505771
Free space on /tmp= 889800 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.F.recomb10-0.20-11.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432043-1721158936/watcher-4432043-1721158936 -o /tmp/evaluation-result-4432043-1721158936/solver-4432043-1721158936 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866989 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432043-1721158936.opb

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

MD5SUM BENCH= 33acd32e5ec46935389a8e040a16b267
RANDOM SEED=1258517295

nodeC022.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.135
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3688.167
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.166
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3610.449
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.126
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3687.555
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.925
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3684.899
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125064916 kB
MemAvailable:   127805932 kB
Buffers:          410596 kB
Cached:          3141200 kB
SwapCached:            0 kB
Active:           846928 kB
Inactive:        4959092 kB
Active(anon):       1548 kB
Inactive(anon):  2290400 kB
Active(file):     845380 kB
Inactive(file):  2668692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             82136 kB
Writeback:             0 kB
AnonPages:       2253556 kB
Mapped:           128064 kB
Shmem:             37720 kB
KReclaimable:     133184 kB
Slab:             243940 kB
SReclaimable:     133184 kB
SUnreclaim:       110756 kB
KernelStack:        4128 kB
PageTables:        13692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2648516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62336 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      240340 kB
DirectMap2M:    26796032 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889844 MiB
End job on nodeC022 at 2024-07-16 22:42:39