Trace number 4486547

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.03 3607.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
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 benchmark66791
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
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.27	c initialize IPBHS solver
0.00/0.27	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.27	c optimizer = "gurobi"
0.00/0.27	c pbsolver = "roundingsat"
0.00/0.27	c use separate pbsolver for SIS
0.00/0.27	c load symmetries from file ""
0.00/0.27	c set time limit for symmetry computation to 100 seconds.
0.00/0.27	c set interchangeable summation variable limit to 3
0.00/0.27	c enable explicit+compact SCL
0.00/0.27	c set sym compact max subset size to 5
0.00/0.27	c set explicit symmetry matrix usage to 1
0.00/0.27	c sym budget explicit to 100
0.00/0.27	c sym budget explicit lits to 6000
0.00/0.27	c sym budget compact to 100
0.00/0.27	c sym budget compact lits to 6000
0.00/0.27	c sym budget common to 0
0.00/0.27	c sym budget common lits to 0
0.00/0.27	c set sym generation to 's'
0.00/0.27	c set abstraction set creation to 10 iterations without LB change
0.00/0.27	c set abstraction set inputs to 0
0.00/0.27	c set abstraction set cluster min size to 2
0.00/0.27	c set abstraction set cluster max size to 100000000
0.00/0.27	c set abstraction set cluster activation limit to 2
0.00/0.27	c enable abstraction set require equal cost
0.00/0.27	c set abstraction set assumptions to 0
0.00/0.27	c set abstraction set constraint type to 0
0.00/0.27	c set abstract core extraction strategy to b
0.00/0.27	c set core extraction strategy to 2
0.00/0.27	c set core extraction shuffles 10
0.00/0.27	c set cores per iteration to 5
0.00/0.27	c set optimizer bound usage strategy to 2
0.00/0.27	c set optimizer max non-optimal iterations to 1000
0.00/0.27	c set small core cardinality limit to 2
0.00/0.27	c set max coef in cores to 1000000000
0.00/0.27	c set core processing techniques to 4095
0.00/0.27	c set SIS iterations to 5
0.00/0.27	c set SIS budget abs to 1000
0.00/0.27	c set SIS budget rel to 0.05
0.92/1.25	c limit for coefficient in constraints and objective to 1000000000
0.92/1.25	c will solve HOME/instance-4486547-1751324935.opb
0.92/1.25	Searching graph automorphisms with time limit: 100
1.72/2.03	c [1.05] 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: 63837 MiB (63211 MiB free)
  memory of node 1: 64465 MiB (63832 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=41249, runsolver pid=41233
Current StackSize limit: 8192 KiB


[startup+0.100068 s]*
/proc/loadavg: 0.82 1.96 3.15 6/251 41250
/proc/meminfo: memFree=130090324/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=60280 memory=1024 CPUtime=0 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) D 41233 41249 41181 0 -1 4194304 110 0 4 0 0 0 0 0 20 0 1 0 48172367 61726720 256 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 15070 256 224 641 0 259 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 60280 KiB
Current children cumulated memory: 1024 KiB

[startup+0.213848 s]*
/proc/loadavg: 0.82 1.96 3.15 6/251 41250
/proc/meminfo: memFree=130087844/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=61616 memory=5120 CPUtime=0 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) D 41233 41249 41181 0 -1 4194304 349 0 19 0 0 0 0 0 20 0 1 0 48172367 63094784 1280 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 15404 1280 1088 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 5120 KiB

[startup+0.312903 s]*
/proc/loadavg: 0.82 1.96 3.15 7/252 41251
/proc/meminfo: memFree=129924132/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=73620 memory=9916 CPUtime=0.05 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 1343 0 24 0 4 1 0 0 20 0 1 0 48172367 75386880 2479 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 18405 2479 1600 641 0 3162 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 73620 KiB
Current children cumulated memory: 9916 KiB

[startup+0.700294 s]
/proc/loadavg: 0.82 1.96 3.15 5/252 41251
/proc/meminfo: memFree=129006632/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=86816 memory=27640 CPUtime=0.42 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 4976 0 24 0 33 9 0 0 20 0 1 0 48172367 88899584 6910 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 21704 6910 1696 641 0 6461 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 86816 KiB
Current children cumulated memory: 27640 KiB

[startup+1.50034 s]
/proc/loadavg: 0.82 1.96 3.15 9/256 41255
/proc/meminfo: memFree=127880680/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=154240 memory=83752 CPUtime=1.22 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 17740 0 24 0 100 22 0 0 20 0 2 0 48172367 157941760 20938 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 38560 20938 2368 641 0 21043 0
[pid=41249/tid=41255] ppid=41233 vsize=154240 memory=0 CPUtime=0 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 48172461 157941760 20938 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 154240 KiB
Current children cumulated memory: 83752 KiB

[startup+3.11325 s]
/proc/loadavg: 1.08 1.99 3.15 4/251 41263
/proc/meminfo: memFree=128812428/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=153916 memory=88884 CPUtime=2.82 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 21290 0 24 0 246 36 0 0 20 0 2 0 48172367 157609984 22221 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 38479 22221 3552 641 0 20962 0
[pid=41249/tid=41255] ppid=41233 vsize=153916 memory=30200 CPUtime=0 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 48172461 157609984 22221 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 153916 KiB
Current children cumulated memory: 88884 KiB

[startup+6.30032 s]
/proc/loadavg: 1.08 1.99 3.15 5/255 41301
/proc/meminfo: memFree=128836972/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=153916 memory=88884 CPUtime=5.99 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 23375 0 24 0 524 75 0 0 20 0 2 0 48172367 157609984 22221 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 38479 22221 3552 641 0 20962 0
[pid=41249/tid=41255] ppid=41233 vsize=153916 memory=88884 CPUtime=0 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 48172461 157609984 22221 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 153916 KiB
Current children cumulated memory: 88884 KiB

[startup+12.7003 s]
/proc/loadavg: 1.31 2.03 3.16 5/255 41301
/proc/meminfo: memFree=128845500/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=156636 memory=89524 CPUtime=12.38 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 29387 0 24 0 1084 154 0 0 20 0 2 0 48172367 160395264 22381 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 39159 22381 3552 641 0 21642 0
[pid=41249/tid=41255] ppid=41233 vsize=156636 memory=-7675384534199467461 CPUtime=0.01 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 48172461 160395264 22381 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 156636 KiB
Current children cumulated memory: 89524 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 2.14 3.18 5/255 41301
/proc/meminfo: memFree=128844604/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=156636 memory=91060 CPUtime=25.16 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 33446 0 24 0 2200 316 0 0 20 0 2 0 48172367 160395264 22765 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 39159 22765 3552 641 0 21642 0
[pid=41249/tid=41255] ppid=41233 vsize=156636 memory=17536 CPUtime=0.02 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 12 0 0 0 0 2 0 0 20 0 2 0 48172461 160395264 22765 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 25.16 s
Current children cumulated vsize: 156636 KiB
Current children cumulated memory: 91060 KiB

[startup+51.1128 s]
/proc/loadavg: 3.02 2.37 3.22 5/255 41301
/proc/meminfo: memFree=128652968/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=168236 memory=101924 CPUtime=50.75 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 40621 0 24 0 4713 362 0 0 20 0 2 0 48172367 172273664 25481 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 42059 25481 3552 641 0 24542 0
[pid=41249/tid=41255] ppid=41233 vsize=168236 memory=95536 CPUtime=0.05 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 14 0 0 0 1 4 0 0 20 0 2 0 48172461 172273664 25481 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 50.75 s
Current children cumulated vsize: 168236 KiB
Current children cumulated memory: 101924 KiB

[startup+102.3 s]
/proc/loadavg: 4.03 2.76 3.31 5/255 41303
/proc/meminfo: memFree=128499968/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=179912 memory=106020 CPUtime=101.84 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 47879 0 24 0 9758 426 0 0 20 0 2 0 48172367 184229888 26505 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 44978 26505 3552 641 0 27461 0
[pid=41249/tid=41255] ppid=41233 vsize=179912 memory=14464 CPUtime=0.1 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 18 0 0 0 2 8 0 0 20 0 2 0 48172461 184229888 26505 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 179912 KiB
Current children cumulated memory: 106020 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.02 3.37 5/255 41305
/proc/meminfo: memFree=128368692/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=179912 memory=110116 CPUtime=161.71 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 62810 0 24 0 15669 502 0 0 20 0 2 0 48172367 184229888 27529 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 44978 27529 3552 641 0 27461 0
[pid=41249/tid=41255] ppid=41233 vsize=179912 memory=-7675384534148742597 CPUtime=0.17 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 22 0 0 0 4 13 0 0 20 0 2 0 48172461 184229888 27529 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 179912 KiB
Current children cumulated memory: 110116 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.21 3.42 5/255 41307
/proc/meminfo: memFree=128104788/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=179912 memory=114212 CPUtime=221.58 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 63355 0 24 0 21606 552 0 0 20 0 2 0 48172367 184229888 28553 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 44978 28553 3552 641 0 27461 0
[pid=41249/tid=41255] ppid=41233 vsize=179912 memory=114212 CPUtime=0.24 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 23 0 0 0 5 19 0 0 20 0 2 0 48172461 184229888 28553 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 179912 KiB
Current children cumulated memory: 114212 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.38 3.46 5/255 41309
/proc/meminfo: memFree=127910328/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=198880 memory=126668 CPUtime=281.46 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 64155 0 24 0 27531 615 0 0 20 0 2 0 48172367 203653120 31667 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 49720 31667 3552 641 0 32203 0
[pid=41249/tid=41255] ppid=41233 vsize=198880 memory=126668 CPUtime=0.31 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 24 0 0 0 7 24 0 0 20 0 2 0 48172461 203653120 31667 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 198880 KiB
Current children cumulated memory: 126668 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.51 3.50 5/255 41315
/proc/meminfo: memFree=127776636/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=198880 memory=126668 CPUtime=341.33 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 80565 0 24 0 33457 676 0 0 20 0 2 0 48172367 203653120 31667 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 49720 31667 3552 641 0 32203 0
[pid=41249/tid=41255] ppid=41233 vsize=198880 memory=126668 CPUtime=0.37 cores=1,3

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

/proc/meminfo: memFree=125942832/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=280868 memory=186624 CPUtime=2976.15 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127738 0 24 0 295140 2475 0 0 20 0 2 0 48172367 287608832 46656 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70217 46656 3552 641 0 52700 0
[pid=41249/tid=41255] ppid=41233 vsize=280868 memory=14464 CPUtime=3.39 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 42 0 0 0 83 256 0 0 20 0 2 0 48172461 287608832 46656 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 2976.15 s
Current children cumulated vsize: 280868 KiB
Current children cumulated memory: 186624 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/253 41442
/proc/meminfo: memFree=125914116/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281076 memory=186752 CPUtime=3036.07 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127768 0 24 0 301098 2509 0 0 20 0 2 0 48172367 287821824 46688 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70269 46688 3552 641 0 52752 0
[pid=41249/tid=41255] ppid=41233 vsize=281076 memory=186624 CPUtime=3.45 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 42 0 0 0 85 260 0 0 20 0 2 0 48172461 287821824 46688 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3036.07 s
Current children cumulated vsize: 281076 KiB
Current children cumulated memory: 186752 KiB

[startup+3102.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/253 41444
/proc/meminfo: memFree=125812840/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281076 memory=186752 CPUtime=3095.99 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127774 0 24 0 307052 2547 0 0 20 0 2 0 48172367 287821824 46688 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70269 46688 3552 641 0 52752 0
[pid=41249/tid=41255] ppid=41233 vsize=281076 memory=186368 CPUtime=3.53 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 42 0 0 0 87 266 0 0 20 0 2 0 48172461 287821824 46688 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3095.99 s
Current children cumulated vsize: 281076 KiB
Current children cumulated memory: 186752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/253 41461
/proc/meminfo: memFree=124710580/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281256 memory=187008 CPUtime=3155.93 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127827 0 24 0 313023 2570 0 0 20 0 2 0 48172367 288006144 46752 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70314 46752 3552 641 0 52797 0
[pid=41249/tid=41255] ppid=41233 vsize=281256 memory=186368 CPUtime=3.6 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 42 0 0 0 90 270 0 0 20 0 2 0 48172461 288006144 46752 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3155.93 s
Current children cumulated vsize: 281256 KiB
Current children cumulated memory: 187008 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 7/254 41464
/proc/meminfo: memFree=125932612/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281584 memory=189336 CPUtime=3215.82 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127913 0 24 0 318976 2606 0 0 20 0 2 0 48172367 288342016 47334 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70396 47334 3552 641 0 52879 0
[pid=41249/tid=41255] ppid=41233 vsize=281584 memory=189336 CPUtime=3.67 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 42 0 0 0 91 276 0 0 20 0 2 0 48172461 288342016 47334 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3215.82 s
Current children cumulated vsize: 281584 KiB
Current children cumulated memory: 189336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/254 41466
/proc/meminfo: memFree=124787456/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281720 memory=189592 CPUtime=3275.71 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127974 0 24 0 324929 2642 0 0 20 0 2 0 48172367 288481280 47398 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70430 47398 3552 641 0 52913 0
[pid=41249/tid=41255] ppid=41233 vsize=281720 memory=189464 CPUtime=3.73 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 93 280 0 0 20 0 2 0 48172461 288481280 47398 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3275.71 s
Current children cumulated vsize: 281720 KiB
Current children cumulated memory: 189592 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/255 41471
/proc/meminfo: memFree=125573856/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=281876 memory=189592 CPUtime=3335.6 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 127987 0 24 0 330880 2680 0 0 20 0 2 0 48172367 288641024 47398 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70469 47398 3552 641 0 52952 0
[pid=41249/tid=41255] ppid=41233 vsize=281876 memory=189592 CPUtime=3.8 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 95 285 0 0 20 0 2 0 48172461 288641024 47398 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3335.6 s
Current children cumulated vsize: 281876 KiB
Current children cumulated memory: 189592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/256 41478
/proc/meminfo: memFree=125785388/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=282480 memory=190232 CPUtime=3395.49 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 128138 0 24 0 336837 2712 0 0 20 0 2 0 48172367 289259520 47558 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70620 47558 3552 641 0 53103 0
[pid=41249/tid=41255] ppid=41233 vsize=282480 memory=189592 CPUtime=3.88 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 97 291 0 0 20 0 2 0 48172461 289259520 47558 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3395.49 s
Current children cumulated vsize: 282480 KiB
Current children cumulated memory: 190232 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 41480
/proc/meminfo: memFree=125644272/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=282480 memory=190232 CPUtime=3455.39 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 128138 0 24 0 342788 2751 0 0 20 0 2 0 48172367 289259520 47558 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70620 47558 3552 641 0 53103 0
[pid=41249/tid=41255] ppid=41233 vsize=282480 memory=189592 CPUtime=3.94 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 98 296 0 0 20 0 2 0 48172461 289259520 47558 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3455.39 s
Current children cumulated vsize: 282480 KiB
Current children cumulated memory: 190232 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 41482
/proc/meminfo: memFree=125714784/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=283824 memory=191640 CPUtime=3515.28 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 128474 0 24 0 348742 2786 0 0 20 0 2 0 48172367 290635776 47910 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 70956 47910 3552 641 0 53439 0
[pid=41249/tid=41255] ppid=41233 vsize=283824 memory=191640 CPUtime=4.01 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 99 302 0 0 20 0 2 0 48172461 290635776 47910 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3515.28 s
Current children cumulated vsize: 283824 KiB
Current children cumulated memory: 191640 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/256 41485
/proc/meminfo: memFree=125686904/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=284360 memory=192152 CPUtime=3575.17 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 128611 0 24 0 354694 2823 0 0 20 0 2 0 48172367 291184640 48038 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 71090 48038 3552 641 0 53573 0
[pid=41249/tid=41255] ppid=41233 vsize=284360 memory=14464 CPUtime=4.09 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 102 307 0 0 20 0 2 0 48172461 291184640 48038 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3575.17 s
Current children cumulated vsize: 284360 KiB
Current children cumulated memory: 192152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.2 s]
/proc/loadavg: 4.03 4.08 4.08 5/257 41578
/proc/meminfo: memFree=128164564/131382120 swapFree=33010416/33010684
[pid=41249] ppid=41233 vsize=284360 memory=192152 CPUtime=3600.02 cores=1,3
/proc/41249/stat : 41249 (ipbhs_gurobi) R 41233 41249 41181 0 -1 4194304 128611 0 24 0 357169 2833 0 0 20 0 2 0 48172367 291184640 48038 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
/proc/41249/statm: 71090 48038 3552 641 0 53573 0
[pid=41249/tid=41255] ppid=41233 vsize=284360 memory=17536 CPUtime=4.12 cores=1,3
/proc/41249/task/41255/stat : 41255 (ipbhs_gurobi) S 41233 41249 41181 0 -1 4194368 43 0 0 0 102 310 0 0 20 0 2 0 48172461 291184640 48038 18446744073709551615 94376487641088 94376490266141 140732393502960 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94376490885016 94376490917978 94376516100096 140732393507211 140732393507335 140732393507335 140732393512937 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 284360 KiB
Current children cumulated memory: 192152 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.7 s, system=28.3321 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.21
CPU time (s): 3600.03
CPU user time (s): 3571.7
CPU system time (s): 28.3321
CPU usage (%): 99.8011
Max. virtual memory (cumulated for all children) (KiB): 284360
Max. memory (cumulated for all children) (KiB): 192152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.7
system time used= 28.3321
maximum resident set size= 192152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128611
page faults= 24
swaps= 0
block input operations= 1408
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357447
involuntary context switches= 1184


# summary of solver processes directly reported to runsolver:
#   pid: 41249
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3571.7
#   total CPU system time (s): 28.3321

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2824 second user time and 32.5927 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 01:08:55
IDJOB=4486547
IDBENCH=147023
IDSOLVER=3334
FILE ID=nodeC002/4486547-1751324935
RUNJOBID= nodeC002-1751324935-41193
SLURM_JOB_ID= 9594348
Free space on /tmp= 433056 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486547-1751324935/watcher-4486547-1751324935 -o /tmp/evaluation-result-4486547-1751324935/solver-4486547-1751324935 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751324935-41193 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4486547-1751324935.opb --max-coef 1000000000

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=77580650

nodeC002 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	: 0xb00001f
cpu MHz		: 1197.501
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.224
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.225
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.313
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.230
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
cpu MHz		: 1197.234
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
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	: 0xb00001f
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130076644 kB
MemAvailable:   129977868 kB
Buffers:            2128 kB
Cached:           711136 kB
SwapCached:           28 kB
Active:           355784 kB
Inactive:         420036 kB
Active(anon):      74188 kB
Inactive(anon):     6404 kB
Active(file):     281596 kB
Inactive(file):   413632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            240164 kB
Writeback:            16 kB
AnonPages:         65704 kB
Mapped:           102588 kB
Shmem:             17932 kB
KReclaimable:      91248 kB
Slab:             174068 kB
SReclaimable:      91248 kB
SUnreclaim:        82820 kB
KernelStack:        3808 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC002 at 2025-07-01 02:09:03