Trace number 4497684

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 2025-06-09? (TO) 3600.04 3609.91

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_8.opb
MD5SUMbeae51edba02eeda3c8007d8306fd545
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 benchmark18
Best CPU time to get the best result obtained on this benchmark1.91149
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4318
Total number of constraints15120
Number of constraints which are clauses15112
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints7
Minimum length of a constraint1
Maximum length of a constraint490
Number of terms in the objective function 490
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 490
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 28
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 518
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 initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.08	c limit for coefficient in constraints and objective to 1000000000
0.00/0.08	c will solve HOME/instance-4497684-1751397021.opb
0.00/0.08	c [0.01] will start solving
12.14/12.23	c [0.01] solve iteration 1, LB=0, UB=491
12.14/12.23	c [1.49] solve iteration 2, LB=5, UB=28
12.14/12.23	c [1.75] solve iteration 3, LB=10, UB=28
12.14/12.23	c [2.1] solve iteration 4, LB=11, UB=28
12.14/12.23	c [2.38] solve iteration 5, LB=11, UB=28
12.14/12.23	c [2.74] solve iteration 6, LB=11, UB=27
12.14/12.23	c [3.1] solve iteration 7, LB=11, UB=27
12.14/12.23	c [3.38] solve iteration 8, LB=12, UB=27
12.14/12.23	c [3.8] solve iteration 9, LB=12, UB=27
12.14/12.23	c [4.18] solve iteration 10, LB=12, UB=26
12.14/12.23	c [5.06] solve iteration 11, LB=12, UB=26
12.14/12.23	c [5.55] solve iteration 12, LB=12, UB=26
12.14/12.23	c [6.08] solve iteration 13, LB=12, UB=24
12.14/12.23	c [6.63] solve iteration 14, LB=12, UB=24
12.14/12.23	c [7.31] solve iteration 15, LB=12, UB=24
12.14/12.23	c [8.69] solve iteration 16, LB=12, UB=24
12.14/12.23	c [9.46] solve iteration 17, LB=12, UB=24
12.14/12.23	c [10.29] solve iteration 18, LB=13, UB=24
12.14/12.23	c [11.22] solve iteration 19, LB=13, UB=24
18.72/18.84	c [15.26] solve iteration 20, LB=13, UB=24
18.72/18.84	c [17.58] solve iteration 21, LB=13, UB=24
42.27/42.47	c [21.48] solve iteration 22, LB=13, UB=24
42.27/42.47	c [24.37] solve iteration 23, LB=13, UB=24
42.27/42.47	c [25.62] solve iteration 24, LB=13, UB=24
42.27/42.47	c [26.71] solve iteration 25, LB=13, UB=24
42.27/42.47	c [29.96] solve iteration 26, LB=13, UB=24
42.27/42.47	c [31.24] solve iteration 27, LB=13, UB=24
42.27/42.47	c [32.83] solve iteration 28, LB=13, UB=24
42.27/42.47	c [34.04] solve iteration 29, LB=13, UB=24
42.27/42.47	c [35.9] solve iteration 30, LB=13, UB=24
42.27/42.47	c [38.81] solve iteration 31, LB=13, UB=24
42.27/42.47	c [40.59] solve iteration 32, LB=13, UB=24
52.73/52.96	c [50.85] solve iteration 33, LB=13, UB=24
70.29/70.53	c [61.57] solve iteration 34, LB=13, UB=24
70.29/70.53	c [63.13] solve iteration 35, LB=13, UB=24
70.29/70.53	c [66.94] solve iteration 36, LB=13, UB=24
70.29/70.53	c [68.24] solve iteration 37, LB=13, UB=24
93.54/93.88	c [80.81] solve iteration 38, LB=13, UB=24
93.54/93.88	c [82.56] solve iteration 39, LB=13, UB=22
93.54/93.88	c [84.33] solve iteration 40, LB=13, UB=22
93.54/93.88	c [88.17] solve iteration 41, LB=13, UB=22
93.54/93.88	c [89.29] solve iteration 42, LB=13, UB=22
93.54/93.88	c [90.5] solve iteration 43, LB=13, UB=22
93.54/93.88	c [91.95] solve iteration 44, LB=13, UB=22
110.09/110.49	c [104.77] solve iteration 45, LB=13, UB=22
110.09/110.49	c [106.99] solve iteration 46, LB=13, UB=22
110.09/110.49	c [108.42] solve iteration 47, LB=13, UB=22
130.23/130.61	c [121.5] solve iteration 48, LB=13, UB=22
130.23/130.61	c [122.85] solve iteration 49, LB=13, UB=22
130.23/130.61	c [124.17] solve iteration 50, LB=13, UB=22
130.23/130.61	c [126.79] solve iteration 51, LB=13, UB=22
130.23/130.61	c [128.22] solve iteration 52, LB=13, UB=22
147.88/148.33	c [145.72] solve iteration 53, LB=13, UB=22
163.55/164.09	c [161.49] solve iteration 54, LB=13, UB=22
180.60/181.13	c [178.43] solve iteration 55, LB=13, UB=22
204.24/204.88	c [193.99] solve iteration 56, LB=13, UB=22
204.24/204.88	c [195.46] solve iteration 57, LB=13, UB=22
204.24/204.88	c [197.09] solve iteration 58, LB=13, UB=22
204.24/204.88	c [198.58] solve iteration 59, LB=13, UB=22
204.24/204.88	c [200.16] solve iteration 60, LB=13, UB=22
224.08/224.76	c [219.1] solve iteration 61, LB=13, UB=22
238.55/239.25	c [234.5] solve iteration 62, LB=13, UB=22
251.42/252.17	c [247.55] solve iteration 63, LB=13, UB=22
269.76/270.54	c [265.67] solve iteration 64, LB=13, UB=22
285.42/286.22	c [281.33] solve iteration 65, LB=13, UB=22
302.47/303.34	c [297.94] solve iteration 66, LB=13, UB=22
319.03/319.91	c [314.55] solve iteration 67, LB=13, UB=22
335.49/336.44	c [331.2] solve iteration 68, LB=13, UB=22
352.44/353.45	c [348] solve iteration 69, LB=13, UB=22
370.00/371.00	c [365.34] solve iteration 70, LB=13, UB=22
391.84/392.94	c [387.24] solve iteration 71, LB=13, UB=22
410.19/411.35	c [405.38] solve iteration 72, LB=13, UB=22
428.34/429.57	c [423.84] solve iteration 73, LB=13, UB=22
447.69/448.97	c [443.05] solve iteration 74, LB=13, UB=22
465.45/466.71	c [460.48] solve iteration 75, LB=13, UB=22
485.40/486.77	c [480.77] solve iteration 76, LB=13, UB=22
502.86/504.20	c [498.12] solve iteration 77, LB=13, UB=22
524.99/526.44	c [520.35] solve iteration 78, LB=13, UB=22
548.84/550.33	c [544.06] solve iteration 79, LB=13, UB=22
569.78/571.38	c [564.71] solve iteration 80, LB=13, UB=22
593.92/595.59	c [588.78] solve iteration 81, LB=13, UB=22
618.16/619.80	c [612.74] solve iteration 82, LB=13, UB=22
643.10/644.86	c [638.06] solve iteration 83, LB=13, UB=22
666.04/667.80	c [660.45] solve iteration 84, LB=13, UB=22
689.08/690.99	c [683.96] solve iteration 85, LB=13, UB=22
714.71/716.66	c [709.56] solve iteration 86, LB=13, UB=22
742.64/744.64	c [735.61] solve iteration 87, LB=13, UB=22
742.64/744.64	c [736.7] solve iteration 88, LB=13, UB=22
742.64/744.64	c [737.65] solve iteration 89, LB=13, UB=21
767.78/769.80	c [762.41] solve iteration 90, LB=13, UB=21
794.70/796.81	c [788.95] solve iteration 91, LB=13, UB=21
821.14/823.37	c [815.44] solve iteration 92, LB=13, UB=21
847.07/849.33	c [841.6] solve iteration 93, LB=13, UB=21
873.70/876.07	c [867.85] solve iteration 94, LB=13, UB=21
900.33/902.78	c [895.11] solve iteration 95, LB=13, UB=21
936.34/938.80	c [930.81] solve iteration 96, LB=13, UB=21
962.17/964.75	c [956.21] solve iteration 97, LB=13, UB=21
988.61/991.23	c [982.6] solve iteration 98, LB=13, UB=21
1016.54/1019.24	c [1010.26] solve iteration 99, LB=13, UB=21
1041.86/1044.68	c [1035.99] solve iteration 100, LB=13, UB=21
1074.88/1077.74	c [1067.96] solve iteration 101, LB=13, UB=21
1094.92/1097.85	c [1088.94] solve iteration 102, LB=13, UB=21
1122.07/1125.09	c [1116.05] solve iteration 103, LB=13, UB=21
1147.79/1150.81	c [1141.69] solve iteration 104, LB=13, UB=20
1171.53/1174.65	c [1165.45] solve iteration 105, LB=13, UB=20
1223.00/1226.26	c [1216.87] solve iteration 106, LB=13, UB=20
1251.52/1254.88	c [1245.44] solve iteration 107, LB=13, UB=20
1284.64/1288.05	c [1277.46] solve iteration 108, LB=13, UB=20
1284.64/1288.05	c [1278.65] solve iteration 109, LB=13, UB=20
1313.06/1316.59	c [1306.97] solve iteration 110, LB=13, UB=20
1373.82/1377.49	c [1367.52] solve iteration 111, LB=13, UB=20
1424.29/1428.05	c [1418.15] solve iteration 112, LB=13, UB=19
1519.94/1523.99	c [1513.66] solve iteration 113, LB=13, UB=19
1573.10/1577.21	c [1566.76] solve iteration 114, LB=13, UB=18

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497684-1751397021/watcher-4497684-1751397021 -o /tmp/evaluation-result-4497684-1751397021/solver-4497684-1751397021 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751397021-57502 --watchdog 3760 ./ipbhs_scip HOME/instance-4497684-1751397021.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=57542, runsolver pid=57537

[startup+0.100069 s]*
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=128646624/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=69092 memory=45760 CPUtime=0.08 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 7352 0 0 0 5 3 0 0 20 0 1 0 55378726 70750208 11440 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 17273 11440 3488 2790 0 10698 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 69092 KiB
Current children cumulated memory: 45760 KiB

[startup+0.20576 s]*
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=127720552/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=76028 memory=52928 CPUtime=0.19 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 9099 0 0 0 15 4 0 0 20 0 1 0 55378726 77852672 13232 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 19007 13232 3552 2790 0 12432 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 76028 KiB
Current children cumulated memory: 52928 KiB

[startup+0.305716 s]*
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=126778612/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=76028 memory=53312 CPUtime=0.29 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 9204 0 0 0 25 4 0 0 20 0 1 0 55378726 77852672 13328 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 19007 13328 3552 2790 0 12432 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 76028 KiB
Current children cumulated memory: 53312 KiB

[startup+0.700129 s]
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=125436580/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=76564 memory=55972 CPUtime=0.67 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 9376 0 0 0 63 4 0 0 20 0 1 0 55378726 78401536 13993 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 19141 13993 3552 2790 0 12566 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 76564 KiB
Current children cumulated memory: 55972 KiB

[startup+1.50013 s]
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=125242532/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=86572 memory=61928 CPUtime=1.47 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 10345 0 0 0 142 5 0 0 20 0 1 0 55378726 88649728 15482 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 21643 15482 3552 2790 0 15068 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 86572 KiB
Current children cumulated memory: 61928 KiB

[startup+3.10544 s]
/proc/loadavg: 1.37 3.34 3.83 5/268 57560
/proc/meminfo: memFree=124766672/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=103996 memory=79636 CPUtime=3.07 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 16620 0 0 0 297 10 0 0 20 0 1 0 55378726 106491904 19909 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 25999 19909 3776 2790 0 19424 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 103996 KiB
Current children cumulated memory: 79636 KiB

[startup+6.30012 s]
/proc/loadavg: 1.66 3.37 3.84 5/268 57560
/proc/meminfo: memFree=124671260/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=175572 memory=153876 CPUtime=6.26 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 34670 0 0 0 607 19 0 0 20 0 1 0 55378726 179785728 38469 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 43893 38469 3776 2790 0 37318 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 175572 KiB
Current children cumulated memory: 153876 KiB

[startup+12.7001 s]
/proc/loadavg: 1.85 3.38 3.84 5/268 57560
/proc/meminfo: memFree=124575504/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=290108 memory=270612 CPUtime=12.64 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 65209 0 0 0 1233 31 0 0 20 0 1 0 55378726 297070592 67653 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 72527 67653 3776 2790 0 65952 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 290108 KiB
Current children cumulated memory: 270612 KiB

[startup+25.5001 s]
/proc/loadavg: 2.39 3.43 3.85 5/268 57560
/proc/meminfo: memFree=124406060/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=360464 memory=336204 CPUtime=25.41 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 82219 0 0 0 2502 39 0 0 20 0 1 0 55378726 369115136 84051 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 90116 84051 3776 2790 0 83541 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 360464 KiB
Current children cumulated memory: 336204 KiB

[startup+51.1053 s]
/proc/loadavg: 2.94 3.48 3.85 5/268 57560
/proc/meminfo: memFree=124288980/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=434532 memory=408904 CPUtime=50.94 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 98877 0 0 0 5045 49 0 0 20 0 1 0 55378726 444960768 102226 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 108633 102226 3776 2790 0 102058 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 434532 KiB
Current children cumulated memory: 408904 KiB

[startup+102.3 s]
/proc/loadavg: 3.60 3.58 3.87 5/269 57565
/proc/meminfo: memFree=124117784/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=496816 memory=467376 CPUtime=102.01 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 107476 0 0 0 10140 61 0 0 20 0 1 0 55378726 508739584 116844 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 124204 116844 3776 2790 0 117629 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 496816 KiB
Current children cumulated memory: 467376 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 3.67 3.88 5/268 57571
/proc/meminfo: memFree=124045504/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=515704 memory=488828 CPUtime=161.85 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 113349 0 0 0 16114 71 0 0 20 0 1 0 55378726 528080896 122207 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 128926 122207 3776 2790 0 122351 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 515704 KiB
Current children cumulated memory: 488828 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.76 3.91 5/265 57573
/proc/meminfo: memFree=123941696/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=533700 memory=502908 CPUtime=221.69 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 116896 0 0 0 22090 79 0 0 20 0 1 0 55378726 546508800 125727 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 133425 125727 3776 2790 0 126850 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 533700 KiB
Current children cumulated memory: 502908 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.83 3.92 5/265 57577
/proc/meminfo: memFree=123871604/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=549032 memory=520400 CPUtime=281.53 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 120751 0 0 0 28071 82 0 0 20 0 1 0 55378726 562208768 130100 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 137258 130100 3776 2790 0 130683 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 549032 KiB
Current children cumulated memory: 520400 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.87 3.93 5/265 57579
/proc/meminfo: memFree=123791964/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=560412 memory=531280 CPUtime=341.38 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 124407 0 0 0 34051 87 0 0 20 0 1 0 55378726 573861888 132820 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 140103 132820 3776 2790 0 133528 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 560412 KiB
Current children cumulated memory: 531280 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.93 3.95 5/265 57581
/proc/meminfo: memFree=123753436/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=597160 memory=560444 CPUtime=401.21 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 125634 0 0 0 40030 91 0 0 20 0 1 0 55378726 611491840 140111 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 149290 140111 3776 2790 0 142715 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 597160 KiB
Current children cumulated memory: 560444 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.97 3.96 6/265 57583
/proc/meminfo: memFree=123712512/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=597160 memory=560444 CPUtime=461.06 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 125856 0 0 0 46013 93 0 0 20 0 1 0 55378726 611491840 140111 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 149290 140111 3776 2790 0 142715 0

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

Current children cumulated memory: 781448 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.14 4.13 5/263 57700
/proc/meminfo: memFree=122783176/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781704 CPUtime=2914.4 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 246193 0 0 0 291289 151 0 0 20 0 1 0 55378726 845922304 195426 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195426 3776 2790 0 199949 0
Current children cumulated CPU time: 2914.4 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781704 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/263 57702
/proc/meminfo: memFree=122793064/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781704 CPUtime=2974.23 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 246394 0 0 0 297272 151 0 0 20 0 1 0 55378726 845922304 195426 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195426 3776 2790 0 199949 0
Current children cumulated CPU time: 2974.23 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781704 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/264 57716
/proc/meminfo: memFree=122792384/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781704 CPUtime=3034.06 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 246404 0 0 0 303255 151 0 0 20 0 1 0 55378726 845922304 195426 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195426 3776 2790 0 199949 0
Current children cumulated CPU time: 3034.06 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781704 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.12 4.11 5/264 57721
/proc/meminfo: memFree=122785864/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781704 CPUtime=3093.88 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 246423 0 0 0 309237 151 0 0 20 0 1 0 55378726 845922304 195426 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195426 3776 2790 0 199949 0
Current children cumulated CPU time: 3093.88 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781704 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/264 57727
/proc/meminfo: memFree=122777616/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781900 CPUtime=3153.72 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 247731 0 0 0 315220 152 0 0 20 0 1 0 55378726 845922304 195475 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195475 3776 2790 0 199949 0
Current children cumulated CPU time: 3153.72 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781900 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/264 57729
/proc/meminfo: memFree=122756760/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781900 CPUtime=3213.54 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 247732 0 0 0 321202 152 0 0 20 0 1 0 55378726 845922304 195475 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195475 3776 2790 0 199949 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781900 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.10 5/265 57732
/proc/meminfo: memFree=122744452/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=826096 memory=781900 CPUtime=3273.37 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 247732 0 0 0 327185 152 0 0 20 0 1 0 55378726 845922304 195475 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 206524 195475 3776 2790 0 199949 0
Current children cumulated CPU time: 3273.37 s
Current children cumulated vsize: 826096 KiB
Current children cumulated memory: 781900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/264 57734
/proc/meminfo: memFree=122737064/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=841332 memory=796108 CPUtime=3333.19 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251307 0 0 0 333167 152 0 0 20 0 1 0 55378726 861523968 199027 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210333 199027 3776 2790 0 203758 0
Current children cumulated CPU time: 3333.19 s
Current children cumulated vsize: 841332 KiB
Current children cumulated memory: 796108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 57736
/proc/meminfo: memFree=122700048/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=841332 memory=796236 CPUtime=3393.02 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251523 0 0 0 339150 152 0 0 20 0 1 0 55378726 861523968 199059 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210333 199059 3776 2790 0 203758 0
Current children cumulated CPU time: 3393.02 s
Current children cumulated vsize: 841332 KiB
Current children cumulated memory: 796236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 57738
/proc/meminfo: memFree=122675328/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=842352 memory=797260 CPUtime=3452.84 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251805 0 0 0 345132 152 0 0 20 0 1 0 55378726 862568448 199315 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210588 199315 3776 2790 0 204013 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 842352 KiB
Current children cumulated memory: 797260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 57740
/proc/meminfo: memFree=122675432/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=842352 memory=797388 CPUtime=3512.67 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251827 0 0 0 351115 152 0 0 20 0 1 0 55378726 862568448 199347 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210588 199347 3776 2790 0 204013 0
Current children cumulated CPU time: 3512.67 s
Current children cumulated vsize: 842352 KiB
Current children cumulated memory: 797388 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/262 57742
/proc/meminfo: memFree=122675400/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=842352 memory=797388 CPUtime=3572.49 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251850 0 0 0 357097 152 0 0 20 0 1 0 55378726 862568448 199347 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210588 199347 3776 2790 0 204013 0
Current children cumulated CPU time: 3572.49 s
Current children cumulated vsize: 842352 KiB
Current children cumulated memory: 797388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 57751
/proc/meminfo: memFree=125405408/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=842352 memory=797516 CPUtime=3600.01 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251864 0 0 0 359849 152 0 0 20 0 1 0 55378726 862568448 199379 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210588 199379 3776 2790 0 204013 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 842352 KiB
Current children cumulated memory: 797516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.5 s, system=1.53909 s

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

[startup+3609.9 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 57751
/proc/meminfo: memFree=125405408/131250000 swapFree=33010672/33010684
[pid=57542] ppid=57537 vsize=842352 memory=797516 CPUtime=3600.01 cores=4,6
/proc/57542/stat : 57542 (ipbhs_scip) R 57537 57542 57491 0 -1 4194304 251864 0 0 0 359849 152 0 0 20 0 1 0 55378726 862568448 199379 18446744073709551615 94025201467392 94025212893789 140728093955168 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94025215029464 94025215074482 94025235808256 140728093960594 140728093960713 140728093960713 140728093966315 0
/proc/57542/statm: 210588 199379 3776 2790 0 204013 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 842352 KiB
Current children cumulated memory: 797516 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.91
CPU time (s): 3600.04
CPU user time (s): 3598.5
CPU system time (s): 1.53909
CPU usage (%): 99.7264
Max. virtual memory (cumulated for all children) (KiB): 842352
Max. memory (cumulated for all children) (KiB): 797516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.5
system time used= 1.53909
maximum resident set size= 797516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251864
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= 136
involuntary context switches= 3289


# summary of solver processes directly reported to runsolver:
#   pid: 57542
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.5
#   total CPU system time (s): 1.53909

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50434 second user time and 15.2359 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-01 21:10:21
IDJOB=4497684
IDBENCH=148191
IDSOLVER=3335
FILE ID=nodeC014/4497684-1751397021
RUNJOBID= nodeC014-1751397021-57502
SLURM_JOB_ID= 9598275
Free space on /tmp= 433000 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_8.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497684-1751397021/watcher-4497684-1751397021 -o /tmp/evaluation-result-4497684-1751397021/solver-4497684-1751397021 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751397021-57502 --watchdog 3760  ./ipbhs_scip HOME/instance-4497684-1751397021.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= beae51edba02eeda3c8007d8306fd545
RANDOM SEED=1494373995

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.116
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3600.076
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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.085
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3600.125
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3600.163
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129189816 kB
MemAvailable:   129780776 kB
Buffers:            2508 kB
Cached:          1387976 kB
SwapCached:            4 kB
Active:           539960 kB
Inactive:         924944 kB
Active(anon):      88628 kB
Inactive(anon):     3856 kB
Active(file):     451332 kB
Inactive(file):   921088 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            295236 kB
Writeback:             4 kB
AnonPages:         77488 kB
Mapped:           103712 kB
Shmem:             18064 kB
KReclaimable:     115556 kB
Slab:             206220 kB
SReclaimable:     115556 kB
SUnreclaim:        90664 kB
KernelStack:        4080 kB
PageTables:         2792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     339788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432720 MiB
End job on nodeC014 at 2025-07-01 22:10:31