Trace number 4496488

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.07 3608.73

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_025_area_delay.opb
MD5SUM2f3a5e6a8b8ba0aaf9b28d14e4f1bda6
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 benchmark25
Best CPU time to get the best result obtained on this benchmark2.52616
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16199
Total number of constraints117024
Number of constraints which are clauses117024
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 constraint250
Number of terms in the objective function 7971
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 7971
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7971
Number of bits of the biggest sum of numbers13
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.39/0.47	c limit for coefficient in constraints and objective to 1000000000
0.39/0.47	c will solve HOME/instance-4496488-1751388939.opb
0.39/0.47	c [0.01] will start solving
7.94/8.00	c [0.18] solve iteration 1, LB=0, UB=7972
7.94/8.00	c [3.17] solve iteration 2, LB=2, UB=68
7.94/8.00	c [6.14] solve iteration 3, LB=21, UB=38
12.33/12.40	c [10.03] solve iteration 4, LB=21, UB=38
17.02/17.10	c [14.14] solve iteration 5, LB=21, UB=38
147.80/148.23	c [21.22] solve iteration 6, LB=22, UB=37
147.80/148.23	c [26.47] solve iteration 7, LB=22, UB=37
147.80/148.23	c [32.58] solve iteration 8, LB=22, UB=37
147.80/148.23	c [39.26] solve iteration 9, LB=22, UB=37
147.80/148.23	c [47.63] solve iteration 10, LB=23, UB=37
147.80/148.23	c [54.82] solve iteration 11, LB=23, UB=36
147.80/148.23	c [64.54] solve iteration 12, LB=23, UB=36
147.80/148.23	c [74.73] solve iteration 13, LB=23, UB=36
147.80/148.23	c [85.77] solve iteration 14, LB=23, UB=36
147.80/148.23	c [97.21] solve iteration 15, LB=23, UB=36
147.80/148.23	c [109.38] solve iteration 16, LB=23, UB=35
184.71/185.27	c [144.89] solve iteration 17, LB=23, UB=35
226.40/227.09	c [181.27] solve iteration 18, LB=23, UB=35
266.60/267.38	c [224.51] solve iteration 19, LB=23, UB=35
309.09/309.97	c [262.77] solve iteration 20, LB=23, UB=35
371.53/372.53	c [319.8] solve iteration 21, LB=23, UB=35
424.81/425.94	c [368] solve iteration 22, LB=23, UB=35
478.08/479.32	c [421.76] solve iteration 23, LB=23, UB=35
529.46/530.87	c [474.79] solve iteration 24, LB=23, UB=35
581.23/582.73	c [526.25] solve iteration 25, LB=23, UB=35
638.00/639.66	c [579.76] solve iteration 26, LB=23, UB=34
698.55/700.36	c [635.5] solve iteration 27, LB=23, UB=34
767.58/769.50	c [696.73] solve iteration 28, LB=23, UB=34
836.82/838.98	c [764.8] solve iteration 29, LB=23, UB=34
914.74/917.07	c [835.18] solve iteration 30, LB=23, UB=34
1021.28/1023.84	c [918.53] solve iteration 31, LB=23, UB=33
1021.28/1023.84	c [935.97] solve iteration 32, LB=23, UB=33
1100.69/1103.48	c [1017.84] solve iteration 33, LB=23, UB=33
1188.59/1191.54	c [1102.61] solve iteration 34, LB=23, UB=33
1285.37/1288.57	c [1189.82] solve iteration 35, LB=23, UB=33
1393.22/1396.61	c [1293.31] solve iteration 36, LB=23, UB=33
1495.37/1499.08	c [1394.17] solve iteration 37, LB=23, UB=33
1613.38/1617.32	c [1508.15] solve iteration 38, LB=23, UB=33
1724.11/1728.33	c [1613.92] solve iteration 39, LB=23, UB=33
1831.36/1835.80	c [1727.14] solve iteration 40, LB=23, UB=33
1954.38/1959.12	c [1847.71] solve iteration 41, LB=23, UB=33
2067.51/2072.52	c [1959.67] solve iteration 42, LB=23, UB=33
2191.51/2196.89	c [2079.87] solve iteration 43, LB=23, UB=33
2302.34/2307.96	c [2191.82] solve iteration 44, LB=24, UB=33
2412.87/2418.70	c [2300.11] solve iteration 45, LB=24, UB=33
2555.31/2561.59	c [2436.75] solve iteration 46, LB=24, UB=33
2674.93/2681.46	c [2558.88] solve iteration 47, LB=24, UB=33
2790.16/2796.95	c [2677.97] solve iteration 48, LB=24, UB=33
2910.78/2917.82	c [2791.59] solve iteration 49, LB=24, UB=33
3028.70/3036.06	c [2910.5] solve iteration 50, LB=24, UB=33
3174.56/3182.28	c [3047.14] solve iteration 51, LB=24, UB=33
3311.73/3319.76	c [3178.33] solve iteration 52, LB=24, UB=33
3441.33/3449.62	c [3305.42] solve iteration 53, LB=24, UB=33
3574.20/3582.81	c [3442.45] solve iteration 54, LB=24, UB=33

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4496488-1751388939/watcher-4496488-1751388939 -o /tmp/evaluation-result-4496488-1751388939/solver-4496488-1751388939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751385318-55463 --watchdog 3760 ./ipbhs_scip HOME/instance-4496488-1751388939.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
solver pid=56396, runsolver pid=56393
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.15 4.11 4.07 4/260 56397
/proc/meminfo: memFree=127314128/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=54852 memory=20708 CPUtime=0.08 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 4067 0 0 0 8 0 0 0 20 0 1 0 54573389 56168448 5177 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 13713 5177 1632 2790 0 7138 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 54852 KiB
Current children cumulated memory: 20708 KiB

[startup+0.205566 s]*
/proc/loadavg: 4.15 4.11 4.07 4/260 56397
/proc/meminfo: memFree=127308580/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=63308 memory=34288 CPUtime=0.19 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 6352 0 0 0 15 4 0 0 20 0 1 0 54573389 64827392 8572 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 15827 8572 1728 2790 0 9252 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 63308 KiB
Current children cumulated memory: 34288 KiB

[startup+0.305517 s]*
/proc/loadavg: 4.15 4.11 4.07 4/260 56397
/proc/meminfo: memFree=127306564/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=65128 memory=38292 CPUtime=0.28 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 6854 0 0 0 20 8 0 0 20 0 1 0 54573389 66691072 9573 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 16282 9573 1728 2790 0 9707 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 65128 KiB
Current children cumulated memory: 38292 KiB

[startup+0.700176 s]
/proc/loadavg: 4.22 4.13 4.07 4/261 56400
/proc/meminfo: memFree=127247180/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=167904 memory=144712 CPUtime=0.67 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 31304 0 0 0 41 26 0 0 20 0 1 0 54573389 171933696 36178 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 41976 36178 3200 2790 0 35401 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 167904 KiB
Current children cumulated memory: 144712 KiB

[startup+1.50019 s]
/proc/loadavg: 4.22 4.13 4.07 5/261 56426
/proc/meminfo: memFree=127119468/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=305524 memory=278764 CPUtime=1.47 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 65713 0 0 0 110 37 0 0 20 0 1 0 54573389 312856576 69691 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 76381 69691 3552 2790 0 69806 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 305524 KiB
Current children cumulated memory: 278764 KiB

[startup+3.10542 s]
/proc/loadavg: 4.22 4.13 4.07 5/265 56435
/proc/meminfo: memFree=126380728/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=305524 memory=278764 CPUtime=3.07 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 65714 0 0 0 246 61 0 0 20 0 1 0 54573389 312856576 69691 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 76381 69691 3552 2790 0 69806 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 305524 KiB
Current children cumulated memory: 278764 KiB

[startup+6.30012 s]
/proc/loadavg: 4.20 4.12 4.07 5/265 56435
/proc/meminfo: memFree=126308744/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=329480 memory=305132 CPUtime=6.26 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 72192 0 0 0 540 86 0 0 20 0 1 0 54573389 337387520 76283 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 82370 76283 3776 2790 0 75795 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 329480 KiB
Current children cumulated memory: 305132 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.12 4.07 6/265 56525
/proc/meminfo: memFree=125622352/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=392424 memory=369388 CPUtime=12.63 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 88332 0 0 0 1119 144 0 0 20 0 1 0 54573389 401842176 92347 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 98106 92347 3776 2790 0 91531 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 392424 KiB
Current children cumulated memory: 369388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.13 4.08 6/264 56525
/proc/meminfo: memFree=125276256/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=431716 memory=411628 CPUtime=25.4 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 98895 0 0 0 2333 207 0 0 20 0 1 0 54573389 442077184 102907 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 107929 102907 3776 2790 0 101354 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 431716 KiB
Current children cumulated memory: 411628 KiB

[startup+51.1053 s]
/proc/loadavg: 4.21 4.14 4.08 6/264 56525
/proc/meminfo: memFree=124860056/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=588428 memory=562940 CPUtime=50.95 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 133881 0 0 0 4757 338 0 0 20 0 1 0 54573389 602550272 140735 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 147107 140735 3808 2790 0 140532 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 588428 KiB
Current children cumulated memory: 562940 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.08 6/264 56527
/proc/meminfo: memFree=124178524/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=852248 memory=819552 CPUtime=102.03 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 189920 0 0 0 9714 489 0 0 20 0 1 0 54573389 872701952 204888 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 213062 204888 3808 2790 0 206487 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 852248 KiB
Current children cumulated memory: 819552 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.08 6/266 56531
/proc/meminfo: memFree=123696144/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1038324 memory=988828 CPUtime=161.87 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 226783 0 0 0 15631 556 0 0 20 0 1 0 54573389 1063243776 247207 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 259581 247207 3808 2790 0 253006 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1038324 KiB
Current children cumulated memory: 988828 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.08 6/266 56533
/proc/meminfo: memFree=123455920/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1056000 memory=1016376 CPUtime=221.71 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 232630 0 0 0 21592 579 0 0 20 0 1 0 54573389 1081344000 254094 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 264000 254094 3808 2790 0 257425 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 1056000 KiB
Current children cumulated memory: 1016376 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.08 6/267 56538
/proc/meminfo: memFree=123204196/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1094528 memory=1045088 CPUtime=281.56 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 243752 0 0 0 27525 631 0 0 20 0 1 0 54573389 1120796672 261272 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 273632 261272 3808 2790 0 267057 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 1094528 KiB
Current children cumulated memory: 1045088 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/266 56646
/proc/meminfo: memFree=124572412/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1171336 memory=1130220 CPUtime=341.41 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 262748 0 0 0 33467 674 0 0 20 0 1 0 54573389 1199448064 282555 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 292834 282555 3808 2790 0 286259 0
Current children cumulated CPU time: 341.41 s
Current children cumulated vsize: 1171336 KiB
Current children cumulated memory: 1130220 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/266 56648
/proc/meminfo: memFree=124232488/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1270004 memory=1207524 CPUtime=401.27 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 277987 0 0 0 39428 699 0 0 20 0 1 0 54573389 1300484096 301881 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 317501 301881 3808 2790 0 310926 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 1270004 KiB
Current children cumulated memory: 1207524 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/264 56650
/proc/meminfo: memFree=123970596/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=1314816 memory=1272328 CPUtime=461.12 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 290105 0 0 0 45377 735 0 0 20 0 1 0 54573389 1346371584 318082 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 328704 318082 3808 2790 0 322129 0

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

Current children cumulated memory: 2114056 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/267 56955
/proc/meminfo: memFree=122151520/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2323232 memory=2136516 CPUtime=2915.27 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 480620 0 0 0 290135 1392 0 0 20 0 1 0 54573389 2378989568 534129 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 580808 534129 3808 2790 0 574233 0
Current children cumulated CPU time: 2915.27 s
Current children cumulated vsize: 2323232 KiB
Current children cumulated memory: 2136516 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.09 6/267 56958
/proc/meminfo: memFree=121520528/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2323232 memory=2138180 CPUtime=2975.12 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 481057 0 0 0 296099 1413 0 0 20 0 1 0 54573389 2378989568 534545 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 580808 534545 3808 2790 0 574233 0
Current children cumulated CPU time: 2975.12 s
Current children cumulated vsize: 2323232 KiB
Current children cumulated memory: 2138180 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/266 56960
/proc/meminfo: memFree=119866984/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2327328 memory=2149604 CPUtime=3034.99 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 482917 0 0 0 302085 1414 0 0 20 0 1 0 54573389 2383183872 537401 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 581832 537401 3808 2790 0 575257 0
Current children cumulated CPU time: 3034.99 s
Current children cumulated vsize: 2327328 KiB
Current children cumulated memory: 2149604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.10 4.09 6/267 56963
/proc/meminfo: memFree=118521516/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2327328 memory=2178492 CPUtime=3094.85 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 483050 0 0 0 308026 1459 0 0 20 0 1 0 54573389 2383183872 544623 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 581832 544623 3808 2790 0 575257 0
Current children cumulated CPU time: 3094.85 s
Current children cumulated vsize: 2327328 KiB
Current children cumulated memory: 2178492 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.10 4.09 6/265 56965
/proc/meminfo: memFree=117771996/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2327328 memory=2178492 CPUtime=3154.7 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 483060 0 0 0 314011 1459 0 0 20 0 1 0 54573389 2383183872 544623 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 581832 544623 3808 2790 0 575257 0
Current children cumulated CPU time: 3154.7 s
Current children cumulated vsize: 2327328 KiB
Current children cumulated memory: 2178492 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 6/265 56968
/proc/meminfo: memFree=117104252/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2362152 memory=2211316 CPUtime=3214.56 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 489984 0 0 0 319968 1488 0 0 20 0 1 0 54573389 2418843648 552829 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 590538 552829 3808 2790 0 583963 0
Current children cumulated CPU time: 3214.56 s
Current children cumulated vsize: 2362152 KiB
Current children cumulated memory: 2211316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.09 6/264 56970
/proc/meminfo: memFree=116572892/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2362152 memory=2215156 CPUtime=3274.42 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 490438 0 0 0 325954 1488 0 0 20 0 1 0 54573389 2418843648 553789 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 590538 553789 3808 2790 0 583963 0
Current children cumulated CPU time: 3274.42 s
Current children cumulated vsize: 2362152 KiB
Current children cumulated memory: 2215156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/265 56976
/proc/meminfo: memFree=116091192/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2359856 memory=2217008 CPUtime=3334.27 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 494234 0 0 0 331924 1503 0 0 20 0 1 0 54573389 2416492544 554252 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 589964 554252 3808 2790 0 583389 0
Current children cumulated CPU time: 3334.27 s
Current children cumulated vsize: 2359856 KiB
Current children cumulated memory: 2217008 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/264 56982
/proc/meminfo: memFree=115953644/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2332488 memory=2194860 CPUtime=3394.13 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 494235 0 0 0 337910 1503 0 0 20 0 1 0 54573389 2388467712 548715 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 583122 548715 3808 2790 0 576547 0
Current children cumulated CPU time: 3394.13 s
Current children cumulated vsize: 2332488 KiB
Current children cumulated memory: 2194860 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/265 56985
/proc/meminfo: memFree=115777812/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2382632 memory=2228400 CPUtime=3453.99 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 501091 0 0 0 343895 1504 0 0 20 0 1 0 54573389 2439815168 557100 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 595658 557100 3808 2790 0 589083 0
Current children cumulated CPU time: 3453.99 s
Current children cumulated vsize: 2382632 KiB
Current children cumulated memory: 2228400 KiB

[startup+3522.3 s]
/proc/loadavg: 4.66 4.27 4.16 6/265 56987
/proc/meminfo: memFree=115083236/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2382632 memory=2232080 CPUtime=3513.84 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 501529 0 0 0 349858 1526 0 0 20 0 1 0 54573389 2439815168 558020 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 595658 558020 3808 2790 0 589083 0
Current children cumulated CPU time: 3513.84 s
Current children cumulated vsize: 2382632 KiB
Current children cumulated memory: 2232080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.24 4.15 6/264 56989
/proc/meminfo: memFree=114592596/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2386192 memory=2233616 CPUtime=3573.71 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 501939 0 0 0 355844 1527 0 0 20 0 1 0 54573389 2443460608 558404 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 596548 558404 3808 2790 0 589973 0
Current children cumulated CPU time: 3573.71 s
Current children cumulated vsize: 2386192 KiB
Current children cumulated memory: 2233616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 4.20 4.22 4.14 6/264 56989
/proc/meminfo: memFree=114406892/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2415628 memory=2263184 CPUtime=3600.04 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 509330 0 0 0 358457 1547 0 0 20 0 1 0 54573389 2473603072 565796 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 603907 565796 3808 2790 0 597332 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2415628 KiB
Current children cumulated memory: 2263184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.57 s, system=15.5 s

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

[startup+3608.7 s]
/proc/loadavg: 4.20 4.22 4.14 6/264 56989
/proc/meminfo: memFree=114406892/131250000 swapFree=33009904/33010684
[pid=56396] ppid=56393 vsize=2415628 memory=2263184 CPUtime=3600.04 cores=4,6
/proc/56396/stat : 56396 (ipbhs_scip) R 56393 56396 55452 0 -1 4194304 509330 0 0 0 358457 1547 0 0 20 0 1 0 54573389 2473603072 565796 18446744073709551615 94270040162304 94270051588701 140725194029680 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94270053724376 94270053769394 94270060003328 140725194037650 140725194037769 140725194037769 140725194043371 0
/proc/56396/statm: 603907 565796 3808 2790 0 597332 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2415628 KiB
Current children cumulated memory: 2263184 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.73
CPU time (s): 3600.07
CPU user time (s): 3584.57
CPU system time (s): 15.5
CPU usage (%): 99.7602
Max. virtual memory (cumulated for all children) (KiB): 2415628
Max. memory (cumulated for all children) (KiB): 2263184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.57
system time used= 15.5
maximum resident set size= 2263184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 509330
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= 158
involuntary context switches= 2308


# summary of solver processes directly reported to runsolver:
#   pid: 56396
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3584.57
#   total CPU system time (s): 15.5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.81947 second user time and 15.3443 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-01 18:55:40
IDJOB=4496488
IDBENCH=148118
IDSOLVER=3335
FILE ID=nodeC033/4496488-1751388939
RUNJOBID= nodeC033-1751385318-55463
SLURM_JOB_ID= 9598240
Free space on /tmp= 432264 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_025_area_delay.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496488-1751388939/watcher-4496488-1751388939 -o /tmp/evaluation-result-4496488-1751388939/solver-4496488-1751388939 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751385318-55463 --watchdog 3760  ./ipbhs_scip HOME/instance-4496488-1751388939.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 2f3a5e6a8b8ba0aaf9b28d14e4f1bda6
RANDOM SEED=658184049

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

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.826
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.13
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.329
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.13
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		: 3565.465
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.13
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		: 3600.037
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.13
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		: 3600.038
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.13
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.066
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.13
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		: 3700.000
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127315192 kB
MemAvailable:   127343900 kB
Buffers:            2128 kB
Cached:           826444 kB
SwapCached:           68 kB
Active:          2519828 kB
Inactive:         587168 kB
Active(anon):    2271964 kB
Inactive(anon):    24488 kB
Active(file):     247864 kB
Inactive(file):   562680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            143540 kB
Writeback:             0 kB
AnonPages:       2278296 kB
Mapped:           124676 kB
Shmem:             18028 kB
KReclaimable:     114808 kB
Slab:             203796 kB
SReclaimable:     114808 kB
SUnreclaim:        88988 kB
KernelStack:        4192 kB
PageTables:         7448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2616184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2199552 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432192 MiB
End job on nodeC033 at 2025-07-01 19:55:49