Trace number 4505201

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.19 3608.5

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_0_ic.opb
MD5SUMc6b8715c3f6301baee7dd7835457fcc6
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 benchmark14682715
Best CPU time to get the best result obtained on this benchmark71179.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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 149684681822
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 149684681822
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.89	c limit for coefficient in constraints and objective to 1000000000
24.73/24.89	c will solve HOME/instance-4505201-1751462829.opb
24.73/24.89	Searching graph automorphisms with time limit: 87
92.81/93.06	c [80.11] 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: 63708 MiB (56515 MiB free)
  memory of node 1: 64465 MiB (63117 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505201-1751462829/watcher-4505201-1751462829 -o /tmp/evaluation-result-4505201-1751462829/solver-4505201-1751462829 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751455609-67422 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4505201-1751462829.opb --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
Starting watchdog thread
solver pid=68336, runsolver pid=68333
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=122427396/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=158584 memory=61204 CPUtime=0.09 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 5875 0 0 0 7 2 0 0 20 0 1 0 61962422 162390016 15301 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 39646 15301 1632 641 0 24403 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 158584 KiB
Current children cumulated memory: 61204 KiB

[startup+0.205065 s]*
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=122403204/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=176164 memory=78172 CPUtime=0.19 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 8065 0 0 0 17 2 0 0 20 0 1 0 61962422 180391936 19543 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 44041 19543 1632 641 0 28798 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 176164 KiB
Current children cumulated memory: 78172 KiB

[startup+0.305377 s]*
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=122395140/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=183264 memory=87264 CPUtime=0.29 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 9852 0 0 0 26 3 0 0 20 0 1 0 61962422 187662336 21816 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 45816 21816 1632 641 0 30573 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 183264 KiB
Current children cumulated memory: 87264 KiB

[startup+0.700162 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=122370948/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=232408 memory=136128 CPUtime=0.68 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 16426 0 0 0 63 5 0 0 20 0 1 0 61962422 237985792 34032 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 58102 34032 1632 641 0 42859 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 232408 KiB
Current children cumulated memory: 136128 KiB

[startup+1.50014 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=122285396/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=328548 memory=231940 CPUtime=1.47 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 28638 0 0 0 139 8 0 0 20 0 1 0 61962422 336433152 57985 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 82137 57985 1632 641 0 66894 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 328548 KiB
Current children cumulated memory: 231940 KiB

[startup+3.10551 s]
/proc/loadavg: 4.13 4.12 4.09 5/267 68337
/proc/meminfo: memFree=121786140/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=466924 memory=370416 CPUtime=3.07 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 53584 0 0 0 292 15 0 0 20 0 1 0 61962422 478130176 92604 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 116731 92604 1632 641 0 101488 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 466924 KiB
Current children cumulated memory: 370416 KiB

[startup+6.30014 s]
/proc/loadavg: 4.20 4.14 4.10 5/267 68337
/proc/meminfo: memFree=120909284/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=1109724 memory=979004 CPUtime=6.27 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 98936 0 0 0 525 102 0 0 20 0 1 0 61962422 1136357376 244751 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 277431 244751 1760 641 0 262188 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1109724 KiB
Current children cumulated memory: 979004 KiB

[startup+12.7002 s]
/proc/loadavg: 4.19 4.13 4.10 5/269 68339
/proc/meminfo: memFree=118797380/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=2345592 memory=2035428 CPUtime=12.65 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 260473 0 0 0 945 320 0 0 20 0 2 0 61962422 2401886208 508825 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 586398 508825 2304 641 0 568881 0
[pid=68336/tid=68339] ppid=68333 vsize=2345592 memory=1453268 CPUtime=0 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 61963573 2401886208 508857 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2345592 KiB
Current children cumulated memory: 2035428 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.13 4.09 5/269 68340
/proc/meminfo: memFree=115952208/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3866132 memory=3377720 CPUtime=25.43 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 663112 0 0 0 2162 381 0 0 20 0 2 0 61962422 3958919168 844430 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 966533 844430 2336 641 0 949016 0
[pid=68336/tid=68339] ppid=68333 vsize=3866132 memory=3411076 CPUtime=0 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 61963573 3958919168 844430 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 3866132 KiB
Current children cumulated memory: 3377720 KiB

[startup+51.1054 s]
/proc/loadavg: 4.16 4.13 4.09 5/269 68340
/proc/meminfo: memFree=115757316/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3731544 memory=3432100 CPUtime=50.99 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 898862 0 0 0 4695 404 0 0 20 0 2 0 61962422 3821101056 858025 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 932886 858025 2336 641 0 915369 0
[pid=68336/tid=68339] ppid=68333 vsize=3731544 memory=3432140 CPUtime=0.01 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 5 0 0 0 0 1 0 0 20 0 2 0 61963573 3821101056 858025 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 3731544 KiB
Current children cumulated memory: 3432100 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 68342
/proc/meminfo: memFree=115553900/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3831048 memory=3538416 CPUtime=102.08 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 1336551 0 0 0 9752 456 0 0 20 0 2 0 61962422 3922993152 884604 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 957762 884604 3776 641 0 940245 0
[pid=68336/tid=68339] ppid=68333 vsize=3831048 memory=3538288 CPUtime=0.03 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 9 0 0 0 1 2 0 0 20 0 2 0 61963573 3922993152 884604 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3538416 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/269 68348
/proc/meminfo: memFree=115452148/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3831048 memory=3544612 CPUtime=161.97 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 1367315 0 0 0 15640 557 0 0 20 0 2 0 61962422 3922993152 886153 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 957762 886153 3776 641 0 940245 0
[pid=68336/tid=68339] ppid=68333 vsize=3831048 memory=3540516 CPUtime=0.06 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 12 0 0 0 2 4 0 0 20 0 2 0 61963573 3922993152 886153 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3544612 KiB

[startup+222.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/269 68354
/proc/meminfo: memFree=115284172/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3831048 memory=3552804 CPUtime=221.82 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 1383916 0 0 0 21525 657 0 0 20 0 2 0 61962422 3922993152 888201 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 957762 888201 3776 641 0 940245 0
[pid=68336/tid=68339] ppid=68333 vsize=3831048 memory=3552804 CPUtime=0.1 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 13 0 0 0 3 7 0 0 20 0 2 0 61963573 3922993152 888201 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3552804 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/269 68356
/proc/meminfo: memFree=115213100/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3831048 memory=3558948 CPUtime=281.67 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 1419959 0 0 0 27406 761 0 0 20 0 2 0 61962422 3922993152 889737 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 957762 889737 3776 641 0 940245 0
[pid=68336/tid=68339] ppid=68333 vsize=3831048 memory=3558948 CPUtime=0.13 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 17 0 0 0 4 9 0 0 20 0 2 0 61963573 3922993152 889737 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3558948 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/269 68359
/proc/meminfo: memFree=115101916/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=3831048 memory=3567140 CPUtime=341.53 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 1451277 0 0 0 33293 860 0 0 20 0 2 0 61962422 3922993152 891785 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 957762 891785 3776 641 0 940245 0
[pid=68336/tid=68339] ppid=68333 vsize=3831048 memory=16440 CPUtime=0.17 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 18 0 0 0 5 12 0 0 20 0 2 0 61963573 3922993152 891785 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 3831048 KiB
Current children cumulated memory: 3567140 KiB

[startup+402.3 s]

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

/proc/meminfo: memFree=111664508/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3792836 CPUtime=2975.39 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2550745 0 0 0 292391 5148 0 0 20 0 2 0 61962422 4278509568 948209 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 948209 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3792836 CPUtime=1.66 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 100 0 0 0 55 111 0 0 20 0 2 0 61963573 4278509568 948209 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 2975.39 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3792836 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 68548
/proc/meminfo: memFree=111642700/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3801032 CPUtime=3035.24 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2597981 0 0 0 298276 5248 0 0 20 0 2 0 61962422 4278509568 950258 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 950258 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3798984 CPUtime=1.69 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 102 0 0 0 56 113 0 0 20 0 2 0 61963573 4278509568 950258 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3035.24 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3801032 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 68551
/proc/meminfo: memFree=111627444/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3807176 CPUtime=3095.11 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2600415 0 0 0 304168 5343 0 0 20 0 2 0 61962422 4278509568 951794 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 951794 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3807176 CPUtime=1.72 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 103 0 0 0 57 115 0 0 20 0 2 0 61963573 4278509568 951794 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3095.11 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3807176 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 68555
/proc/meminfo: memFree=111579652/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3815368 CPUtime=3154.97 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2634145 0 0 0 310060 5437 0 0 20 0 2 0 61962422 4278509568 953842 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 953842 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3811272 CPUtime=1.76 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 105 0 0 0 59 117 0 0 20 0 2 0 61963573 4278509568 953842 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3154.97 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3815368 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/270 68564
/proc/meminfo: memFree=111565088/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3821512 CPUtime=3214.83 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2665942 0 0 0 315954 5529 0 0 20 0 2 0 61962422 4278509568 955378 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 955378 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3819464 CPUtime=1.79 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 107 0 0 0 60 119 0 0 20 0 2 0 61963573 4278509568 955378 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3214.83 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3821512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 68566
/proc/meminfo: memFree=111538472/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3827656 CPUtime=3274.69 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2667054 0 0 0 321848 5621 0 0 20 0 2 0 61962422 4278509568 956914 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 956914 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3827656 CPUtime=1.83 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 108 0 0 0 61 122 0 0 20 0 2 0 61963573 4278509568 956914 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3274.69 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3827656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/270 68568
/proc/meminfo: memFree=111516684/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3831624 CPUtime=3334.55 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2699593 0 0 0 327741 5714 0 0 20 0 2 0 61962422 4278509568 957906 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 957906 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=18944 CPUtime=1.86 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 110 0 0 0 62 124 0 0 20 0 2 0 61963573 4278509568 957906 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3334.55 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3831624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/270 68571
/proc/meminfo: memFree=111509528/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3832136 CPUtime=3394.41 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2731441 0 0 0 333627 5814 0 0 20 0 2 0 61962422 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 958034 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3832136 CPUtime=1.89 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 113 0 0 0 63 126 0 0 20 0 2 0 61963573 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3394.41 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3832136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/270 68573
/proc/meminfo: memFree=111518216/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3832136 CPUtime=3454.28 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2754773 0 0 0 339513 5915 0 0 20 0 2 0 61962422 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 958034 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3832136 CPUtime=1.93 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 114 0 0 0 64 129 0 0 20 0 2 0 61963573 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3454.28 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3832136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 68575
/proc/meminfo: memFree=111510416/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3832136 CPUtime=3514.16 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2784949 0 0 0 345397 6019 0 0 20 0 2 0 61962422 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 958034 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=18944 CPUtime=1.96 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 116 0 0 0 65 131 0 0 20 0 2 0 61963573 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3514.16 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3832136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/267 68577
/proc/meminfo: memFree=111497052/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3832136 CPUtime=3574.05 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2806646 0 0 0 351289 6116 0 0 20 0 2 0 61962422 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 958034 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=3832136 CPUtime=1.99 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 117 0 0 0 66 133 0 0 20 0 2 0 61963573 4278509568 958034 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3574.05 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3832136 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.4 s]
/proc/loadavg: 4.07 4.10 4.09 3/253 68640
/proc/meminfo: memFree=116079752/131250000 swapFree=33009904/33010684
[pid=68336] ppid=68333 vsize=4178232 memory=3832904 CPUtime=3600.08 cores=4,6
/proc/68336/stat : 68336 (ipbhs_gurobi) R 68333 68336 67411 0 -1 4194304 2808775 0 0 0 353847 6161 0 0 20 0 2 0 61962422 4278509568 958226 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
/proc/68336/statm: 1044558 958226 3776 641 0 1027041 0
[pid=68336/tid=68339] ppid=68333 vsize=4178232 memory=10752 CPUtime=2.01 cores=4,6
/proc/68336/task/68339/stat : 68339 (ipbhs_gurobi) S 68333 68336 67411 0 -1 4194368 118 0 0 0 67 134 0 0 20 0 2 0 61963573 4278509568 958226 18446744073709551615 93986573213696 93986575838749 140720902967168 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 93986576457624 93986576490586 93986586902528 140720902973835 140720902973959 140720902973959 140720902979561 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4178232 KiB
Current children cumulated memory: 3832904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3538.48 s, system=61.7086 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): 3608.5
CPU time (s): 3600.19
CPU user time (s): 3538.48
CPU system time (s): 61.7086
CPU usage (%): 99.7697
Max. virtual memory (cumulated for all children) (KiB): 4207060
Max. memory (cumulated for all children) (KiB): 3837584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3538.48
system time used= 61.7086
maximum resident set size= 3837584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2808775
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= 357724
involuntary context switches= 1421


# summary of solver processes directly reported to runsolver:
#   pid: 68336
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3538.48
#   total CPU system time (s): 61.7086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.78848 second user time and 17.2228 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-02 15:27:10
IDJOB=4505201
IDBENCH=155746
IDSOLVER=3334
FILE ID=nodeC033/4505201-1751462829
RUNJOBID= nodeC033-1751455609-67422
SLURM_JOB_ID= 9598451
Free space on /tmp= 429528 MiB

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

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

MD5SUM BENCH= c6b8715c3f6301baee7dd7835457fcc6
RANDOM SEED=875058353

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		: 3600.051
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		: 3600.066
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		: 3601.779
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.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		: 3591.893
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		: 3599.976
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.086
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:        122504332 kB
MemAvailable:   128704408 kB
Buffers:            2128 kB
Cached:          6954168 kB
SwapCached:           68 kB
Active:          1593724 kB
Inactive:        6374020 kB
Active(anon):    1023956 kB
Inactive(anon):     5524 kB
Active(file):     569768 kB
Inactive(file):  6368496 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            436196 kB
Writeback:             0 kB
AnonPages:       1014460 kB
Mapped:           118348 kB
Shmem:             18028 kB
KReclaimable:     202100 kB
Slab:             294096 kB
SReclaimable:     202100 kB
SUnreclaim:        91996 kB
KernelStack:        4304 kB
PageTables:         5008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1457660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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= 429596 MiB
End job on nodeC033 at 2025-07-02 16:27:19