Trace number 4505523

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-GUROBI-SYM 2025-06-09? (TO) 3600.11 3607.9

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
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:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
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 enable explicit+compact SCL
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
24.73/24.81	c limit for coefficient in constraints and objective to 1000000000
24.73/24.81	c will solve HOME/instance-4505523-1751476966.opb
24.73/24.81	Searching graph automorphisms with time limit: 88
92.68/92.99	c [80.01] will start solving

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: 63665 MiB (51223 MiB free)
  memory of node 1: 64507 MiB (63608 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505523-1751476966/watcher-4505523-1751476966 -o /tmp/evaluation-result-4505523-1751476966/solver-4505523-1751476966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751469715-63504 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4505523-1751476966.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=65057, runsolver pid=65054

[startup+0.100063 s]*
/proc/loadavg: 4.17 4.11 4.09 5/265 65063
/proc/meminfo: memFree=117436928/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=153420 memory=58236 CPUtime=0.09 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 5646 0 0 0 7 2 0 0 20 0 1 0 63376525 157102080 14559 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 38355 14559 1632 641 0 23112 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153420 KiB
Current children cumulated memory: 58236 KiB

[startup+0.205722 s]*
/proc/loadavg: 4.17 4.11 4.09 5/265 65063
/proc/meminfo: memFree=117385720/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=176164 memory=76704 CPUtime=0.19 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 8719 0 0 0 17 2 0 0 20 0 1 0 63376525 180391936 19176 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 44041 19176 1632 641 0 28798 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 176164 KiB
Current children cumulated memory: 76704 KiB

[startup+0.30562 s]*
/proc/loadavg: 4.17 4.11 4.09 5/265 65063
/proc/meminfo: memFree=117369464/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=183000 memory=87572 CPUtime=0.29 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 9930 0 0 0 26 3 0 0 20 0 1 0 63376525 187392000 21893 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 45750 21893 1632 641 0 30507 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 183000 KiB
Current children cumulated memory: 87572 KiB

[startup+0.700183 s]
/proc/loadavg: 4.17 4.11 4.09 5/265 65063
/proc/meminfo: memFree=117227384/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=231748 memory=135940 CPUtime=0.68 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 16398 0 0 0 63 5 0 0 20 0 1 0 63376525 237309952 33985 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 57937 33985 1632 641 0 42694 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 231748 KiB
Current children cumulated memory: 135940 KiB

[startup+1.50018 s]
/proc/loadavg: 4.17 4.11 4.09 5/265 65063
/proc/meminfo: memFree=116902560/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=330000 memory=232740 CPUtime=1.48 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 28830 0 0 0 140 8 0 0 20 0 1 0 63376525 337920000 58185 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 82500 58185 1632 641 0 67257 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 330000 KiB
Current children cumulated memory: 232740 KiB

[startup+3.10547 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 65063
/proc/meminfo: memFree=115693352/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=467452 memory=370192 CPUtime=3.07 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 53533 0 0 0 293 14 0 0 20 0 1 0 63376525 478670848 92548 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 116863 92548 1632 641 0 101620 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 467452 KiB
Current children cumulated memory: 370192 KiB

[startup+6.30019 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 65063
/proc/meminfo: memFree=113956412/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=1109196 memory=971116 CPUtime=6.27 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 101076 0 0 0 524 103 0 0 20 0 1 0 63376525 1135816704 242779 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 277299 242779 1728 641 0 262056 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1109196 KiB
Current children cumulated memory: 971116 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 65065
/proc/meminfo: memFree=111497288/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=2338464 memory=2030388 CPUtime=12.66 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 261878 0 0 0 945 321 0 0 20 0 2 0 63376525 2394587136 507597 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 584616 507597 2304 641 0 567099 0
[pid=65057/tid=65064] ppid=65054 vsize=2338596 memory=1453964 CPUtime=0 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 63377676 2394722304 507597 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2338464 KiB
Current children cumulated memory: 2030388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 65066
/proc/meminfo: memFree=106998024/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3866132 memory=3380656 CPUtime=25.42 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 666586 0 0 0 2162 380 0 0 20 0 2 0 63376525 3958919168 845164 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 966533 845164 2336 641 0 949016 0
[pid=65057/tid=65064] ppid=65054 vsize=3866132 memory=3413240 CPUtime=0 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 63377676 3958919168 845164 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3866132 KiB
Current children cumulated memory: 3380656 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.12 4.10 5/267 65066
/proc/meminfo: memFree=106767964/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3739728 memory=3442328 CPUtime=50.97 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 906113 0 0 0 4694 403 0 0 20 0 2 0 63376525 3829481472 860582 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 934932 860582 2336 641 0 917415 0
[pid=65057/tid=65064] ppid=65054 vsize=3739728 memory=14720 CPUtime=0.02 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 5 0 0 0 0 2 0 0 20 0 2 0 63377676 3829481472 860614 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 3739728 KiB
Current children cumulated memory: 3442328 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/267 65068
/proc/meminfo: memFree=107221196/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3831048 memory=3540288 CPUtime=102.05 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 1343803 0 0 0 9748 457 0 0 20 0 2 0 63376525 3922993152 885072 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 957762 885072 3712 641 0 940245 0
[pid=65057/tid=65064] ppid=65054 vsize=3831048 memory=3540288 CPUtime=0.04 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 9 0 0 0 1 3 0 0 20 0 2 0 63377676 3922993152 885072 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3540288 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 65070
/proc/meminfo: memFree=107244248/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3831048 memory=3546476 CPUtime=161.92 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 1375386 0 0 0 15626 566 0 0 20 0 2 0 63376525 3922993152 886619 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 957762 886619 3712 641 0 940245 0
[pid=65057/tid=65064] ppid=65054 vsize=3831048 memory=14720 CPUtime=0.08 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 12 0 0 0 2 6 0 0 20 0 2 0 63377676 3922993152 886619 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3546476 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 65074
/proc/meminfo: memFree=103927796/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3831048 memory=3554668 CPUtime=221.79 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 1418847 0 0 0 21513 666 0 0 20 0 2 0 63376525 3922993152 888667 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 957762 888667 3712 641 0 940245 0
[pid=65057/tid=65064] ppid=65054 vsize=3831048 memory=14720 CPUtime=0.12 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 14 0 0 0 3 9 0 0 20 0 2 0 63377676 3922993152 888667 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 221.79 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3554668 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 65076
/proc/meminfo: memFree=104143216/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3831048 memory=3560812 CPUtime=281.66 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 1458673 0 0 0 27400 766 0 0 20 0 2 0 63376525 3922993152 890203 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 957762 890203 3712 641 0 940245 0
[pid=65057/tid=65064] ppid=65054 vsize=3831048 memory=3558764 CPUtime=0.16 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 17 0 0 0 4 12 0 0 20 0 2 0 63377676 3922993152 890203 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3560812 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/267 65083
/proc/meminfo: memFree=104139036/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=3831048 memory=3569004 CPUtime=341.53 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 1489319 0 0 0 33284 869 0 0 20 0 2 0 63376525 3922993152 892251 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 957762 892251 3712 641 0 940245 0
[pid=65057/tid=65064] ppid=65054 vsize=3831048 memory=3558764 CPUtime=0.19 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 19 0 0 0 5 14 0 0 20 0 2 0 63377676 3922993152 892251 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3569004 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=103727404/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3791756 CPUtime=2975.83 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2604411 0 0 0 292292 5291 0 0 20 0 2 0 63376525 4278509568 947939 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 947939 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=14720 CPUtime=2.08 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 98 0 0 0 63 145 0 0 20 0 2 0 63377676 4278509568 947939 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 2975.83 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3791756 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/266 65216
/proc/meminfo: memFree=103708476/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3799952 CPUtime=3035.71 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2606719 0 0 0 298187 5384 0 0 20 0 2 0 63376525 4278509568 949988 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 949988 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3795852 CPUtime=2.12 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 99 0 0 0 64 148 0 0 20 0 2 0 63377676 4278509568 949988 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3035.71 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3799952 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 65219
/proc/meminfo: memFree=103693204/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3806096 CPUtime=3095.59 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2640700 0 0 0 304076 5483 0 0 20 0 2 0 63376525 4278509568 951524 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 951524 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3806096 CPUtime=2.17 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 101 0 0 0 66 151 0 0 20 0 2 0 63377676 4278509568 951524 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3095.59 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3806096 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 65221
/proc/meminfo: memFree=103686788/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3812240 CPUtime=3155.46 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2674607 0 0 0 309968 5578 0 0 20 0 2 0 63376525 4278509568 953060 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 953060 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3808144 CPUtime=2.21 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 103 0 0 0 67 154 0 0 20 0 2 0 63377676 4278509568 953060 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3155.46 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3812240 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 65226
/proc/meminfo: memFree=103671944/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3818384 CPUtime=3215.33 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2675075 0 0 0 315855 5678 0 0 20 0 2 0 63376525 4278509568 954596 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 954596 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3808144 CPUtime=2.25 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 104 0 0 0 68 157 0 0 20 0 2 0 63377676 4278509568 954596 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3215.33 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3818384 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 65228
/proc/meminfo: memFree=103670632/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3275.2 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2721687 0 0 0 321745 5775 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3820432 CPUtime=2.3 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 106 0 0 0 70 160 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3275.2 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/268 65234
/proc/meminfo: memFree=103675984/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3335.07 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2759219 0 0 0 327635 5872 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3820432 CPUtime=2.33 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 108 0 0 0 71 162 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3335.07 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/268 65236
/proc/meminfo: memFree=103675112/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3394.95 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2782724 0 0 0 333524 5971 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=14720 CPUtime=2.37 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 110 0 0 0 73 164 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3394.95 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/267 65238
/proc/meminfo: memFree=103674868/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3454.82 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2825600 0 0 0 339402 6080 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=14720 CPUtime=2.42 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 113 0 0 0 74 168 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3454.82 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/266 65240
/proc/meminfo: memFree=103674916/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3514.69 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2850896 0 0 0 345288 6181 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=14720 CPUtime=2.46 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 115 0 0 0 75 171 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3514.69 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 3/252 65304
/proc/meminfo: memFree=121745088/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3574.57 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2889188 0 0 0 351176 6281 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=3820432 CPUtime=2.51 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 118 0 0 0 77 174 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3574.57 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 3.39 3.92 4.03 3/252 65304
/proc/meminfo: memFree=121745096/131250000 swapFree=33010416/33010684
[pid=65057] ppid=65054 vsize=4178232 memory=3820432 CPUtime=3600.01 cores=5,7
/proc/65057/stat : 65057 (ipbhs_gurobi) R 65054 65057 63491 0 -1 4194304 2912450 0 0 0 353677 6324 0 0 20 0 2 0 63376525 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
/proc/65057/statm: 1044558 955108 3712 641 0 1027041 0
[pid=65057/tid=65064] ppid=65054 vsize=4178232 memory=5148 CPUtime=2.52 cores=5,7
/proc/65057/task/65064/stat : 65064 (ipbhs_gurobi) S 65054 65057 63491 0 -1 4194368 119 0 0 0 77 175 0 0 20 0 2 0 63377676 4278509568 955108 18446744073709551615 94484186411008 94484189036061 140721189581296 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94484189654936 94484189687898 94484208267264 140721189583243 140721189583367 140721189583367 140721189588969 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3820432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3536.78 s, system=63.3316 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.9
CPU time (s): 3600.11
CPU user time (s): 3536.78
CPU system time (s): 63.3316
CPU usage (%): 99.7842
Max. virtual memory (cumulated for all children) (KiB): 4207060
Max. memory (cumulated for all children) (KiB): 3839748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3536.78
system time used= 63.3316
maximum resident set size= 3839748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2912452
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= 357518
involuntary context switches= 3986


# summary of solver processes directly reported to runsolver:
#   pid: 65057
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3536.78
#   total CPU system time (s): 63.3316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38331 second user time and 16.3598 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-02 19:22:46
IDJOB=4505523
IDBENCH=155760
IDSOLVER=3334
FILE ID=nodeC027/4505523-1751476966
RUNJOBID= nodeC027-1751469715-63504
SLURM_JOB_ID= 9598493
Free space on /tmp= 430440 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505523-1751476966/watcher-4505523-1751476966 -o /tmp/evaluation-result-4505523-1751476966/solver-4505523-1751476966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751469715-63504 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4505523-1751476966.opb --max-coef 1000000000

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=1718503861

nodeC027 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.691
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	: 6999.29
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		: 3602.141
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	: 6999.29
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		: 3700.000
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	: 6999.29
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		: 3599.641
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	: 6999.29
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		: 3599.640
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	: 6999.29
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		: 3599.635
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	: 6999.29
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		: 3700.000
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	: 6999.29
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		: 3603.273
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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        117632848 kB
MemAvailable:   118560340 kB
Buffers:            2488 kB
Cached:          1728128 kB
SwapCached:           12 kB
Active:         11772640 kB
Inactive:        1187624 kB
Active(anon):   11244912 kB
Inactive(anon):     2792 kB
Active(file):     527728 kB
Inactive(file):  1184832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            317616 kB
Writeback:             0 kB
AnonPages:      11232844 kB
Mapped:           111332 kB
Shmem:             18056 kB
KReclaimable:     107944 kB
Slab:             197168 kB
SReclaimable:     107944 kB
SUnreclaim:        89224 kB
KernelStack:        4256 kB
PageTables:        25048 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   12866332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5437440 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:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430876 MiB
End job on nodeC027 at 2025-07-02 20:22:54