Trace number 4488191

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
Exact_no_dombreaking 2025-06-16? (TO) 3602.01 3613.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
MD5SUM607a385ad096de7d3af24e5f6042a910
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark5.02817
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488191-1751323470/watcher-4488191-1751323470 -o /tmp/evaluation-result-4488191-1751323470/solver-4488191-1751323470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751314075-42012 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=49362721 --ls=360 --inp-dombreaklim=0 HOME/instance-4488191-1751323470.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=43731, runsolver pid=43728

[startup+0.100072 s]*
/proc/loadavg: 4.16 4.22 4.16 5/251 43732
/proc/meminfo: memFree=128173516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=106240 memory=81448 CPUtime=0.1 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 9200 0 0 0 7 3 0 0 20 0 1 0 48026447 108789760 20362 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 26560 20362 1024 1200 0 25040 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 106240 KiB
Current children cumulated memory: 81448 KiB

[startup+0.211126 s]*
/proc/loadavg: 4.16 4.22 4.16 5/251 43732
/proc/meminfo: memFree=128163624/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=117968 memory=94356 CPUtime=0.2 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 12298 0 0 0 16 4 0 0 20 0 1 0 48026447 120799232 23589 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 29492 23589 1024 1200 0 27972 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 117968 KiB
Current children cumulated memory: 94356 KiB

[startup+0.311103 s]*
/proc/loadavg: 4.16 4.22 4.16 5/251 43732
/proc/meminfo: memFree=128142644/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=127836 memory=103696 CPUtime=0.31 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 14507 0 0 0 26 5 0 0 20 0 1 0 48026447 130904064 25924 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 31959 25924 1024 1200 0 30439 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 127836 KiB
Current children cumulated memory: 103696 KiB

[startup+0.700326 s]
/proc/loadavg: 4.16 4.22 4.16 5/251 43732
/proc/meminfo: memFree=128126768/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=162412 memory=139664 CPUtime=0.68 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 21712 0 0 0 60 8 0 0 20 0 1 0 48026447 166309888 34916 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 40603 34916 1024 1200 0 39083 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 162412 KiB
Current children cumulated memory: 139664 KiB

[startup+1.50037 s]
/proc/loadavg: 4.16 4.22 4.16 5/251 43732
/proc/meminfo: memFree=128058028/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=259636 memory=240392 CPUtime=1.48 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 38222 0 0 0 134 14 0 0 20 0 1 0 48026447 265867264 60098 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 64909 60098 1024 1200 0 63389 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 259636 KiB
Current children cumulated memory: 240392 KiB

[startup+3.11352 s]
/proc/loadavg: 4.15 4.22 4.16 5/251 43732
/proc/meminfo: memFree=127805460/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=3.09 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69452 0 0 0 287 22 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+6.30036 s]
/proc/loadavg: 4.15 4.22 4.16 5/251 43732
/proc/meminfo: memFree=127804336/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=6.25 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69492 0 0 0 603 22 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+12.7004 s]
/proc/loadavg: 4.13 4.21 4.16 5/251 43732
/proc/meminfo: memFree=127802824/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=12.61 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69536 0 0 0 1238 23 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.21 4.15 5/251 43732
/proc/meminfo: memFree=127787528/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=25.32 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69588 0 0 0 2509 23 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+51.1137 s]
/proc/loadavg: 4.13 4.20 4.15 5/251 43733
/proc/meminfo: memFree=127778748/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=50.76 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69646 0 0 0 5053 23 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.18 4.15 5/251 43742
/proc/meminfo: memFree=127750844/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=101.58 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69686 0 0 0 10135 23 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 101.58 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.18 4.15 5/251 43788
/proc/meminfo: memFree=127910252/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438760 CPUtime=161.23 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69726 0 0 0 16100 23 0 0 20 0 1 0 48026447 480055296 109690 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109690 1024 1200 0 115681 0
Current children cumulated CPU time: 161.23 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438760 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.16 4.14 5/251 43790
/proc/meminfo: memFree=127799488/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438888 CPUtime=220.89 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69779 0 0 0 22066 23 0 0 20 0 1 0 48026447 480055296 109722 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109722 1024 1200 0 115681 0
Current children cumulated CPU time: 220.89 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438888 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.16 4.14 5/251 43792
/proc/meminfo: memFree=127743188/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438888 CPUtime=280.47 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69779 0 0 0 28024 23 0 0 20 0 1 0 48026447 480055296 109722 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109722 1024 1200 0 115681 0
Current children cumulated CPU time: 280.47 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438888 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.16 4.14 5/250 43794
/proc/meminfo: memFree=127716952/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=468804 memory=438888 CPUtime=340.07 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 69819 0 0 0 33984 23 0 0 20 0 1 0 48026447 480055296 109722 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 117201 109722 1024 1200 0 115681 0
Current children cumulated CPU time: 340.07 s
Current children cumulated vsize: 468804 KiB
Current children cumulated memory: 438888 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/249 43795
/proc/meminfo: memFree=127414272/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=798476 memory=729576 CPUtime=399.81 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 93378 0 0 0 39948 33 0 0 20 0 1 0 48026447 817639424 182394 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 199619 182394 1248 1200 0 198099 0
Current children cumulated CPU time: 399.81 s
Current children cumulated vsize: 798476 KiB
Current children cumulated memory: 729576 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.15 4.14 5/250 43798
/proc/meminfo: memFree=127414028/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=799664 memory=737084 CPUtime=459.65 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 93793 0 0 0 45932 33 0 0 20 0 1 0 48026447 818855936 184271 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 199916 184271 1248 1200 0 198396 0
Current children cumulated CPU time: 459.65 s

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

[startup+3102.3 s]
/proc/loadavg: 2.16 2.65 3.00 3/239 43999
/proc/meminfo: memFree=127047896/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2363184 CPUtime=3092.5 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 348242 0 0 0 309131 119 0 0 20 0 1 0 48026447 2646417408 590796 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 590796 1280 1200 0 644578 0
Current children cumulated CPU time: 3092.5 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2363184 KiB

[startup+3162.3 s]
/proc/loadavg: 2.10 2.55 2.94 3/240 44008
/proc/meminfo: memFree=127044948/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2366640 CPUtime=3152.34 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 348277 0 0 0 315115 119 0 0 20 0 1 0 48026447 2646417408 591660 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 591660 1280 1200 0 644578 0
Current children cumulated CPU time: 3152.34 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2366640 KiB

[startup+3222.3 s]
/proc/loadavg: 2.14 2.48 2.89 3/240 44010
/proc/meminfo: memFree=127037840/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2371504 CPUtime=3212.2 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 348779 0 0 0 321101 119 0 0 20 0 1 0 48026447 2646417408 592876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 592876 1280 1200 0 644578 0
Current children cumulated CPU time: 3212.2 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2371504 KiB

[startup+3282.3 s]
/proc/loadavg: 1.72 2.31 2.80 2/233 44043
/proc/meminfo: memFree=127107436/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2376880 CPUtime=3272.05 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 349333 0 0 0 327085 120 0 0 20 0 1 0 48026447 2646417408 594220 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 594220 1280 1200 0 644578 0
Current children cumulated CPU time: 3272.05 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2376880 KiB

[startup+3342.3 s]
/proc/loadavg: 1.44 2.11 2.70 2/232 44045
/proc/meminfo: memFree=127103796/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2380976 CPUtime=3331.85 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 349688 0 0 0 333065 120 0 0 20 0 1 0 48026447 2646417408 595244 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 595244 1280 1200 0 644578 0
Current children cumulated CPU time: 3331.85 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2380976 KiB

[startup+3402.3 s]
/proc/loadavg: 1.28 1.94 2.61 2/233 44048
/proc/meminfo: memFree=127095908/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2384048 CPUtime=3391.66 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 350030 0 0 0 339046 120 0 0 20 0 1 0 48026447 2646417408 596012 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 596012 1280 1200 0 644578 0
Current children cumulated CPU time: 3391.66 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2384048 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.78 2.51 2/232 44050
/proc/meminfo: memFree=127094304/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2389936 CPUtime=3451.47 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 350491 0 0 0 345027 120 0 0 20 0 1 0 48026447 2646417408 597484 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 597484 1280 1200 0 644578 0
Current children cumulated CPU time: 3451.47 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2389936 KiB

[startup+3522.3 s]
/proc/loadavg: 1.17 1.67 2.42 2/232 44052
/proc/meminfo: memFree=127082884/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2396848 CPUtime=3511.28 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 350891 0 0 0 351008 120 0 0 20 0 1 0 48026447 2646417408 599212 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 599212 1280 1200 0 644578 0
Current children cumulated CPU time: 3511.28 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2396848 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.56 2.33 2/232 44054
/proc/meminfo: memFree=127080360/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2401456 CPUtime=3571.09 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351068 0 0 0 356989 120 0 0 20 0 1 0 48026447 2646417408 600364 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600364 1280 1200 0 644578 0
Current children cumulated CPU time: 3571.09 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2401456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 1.14 1.52 2.30 2/232 44055
/proc/meminfo: memFree=127076516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2403504 CPUtime=3600 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351366 0 0 0 359879 121 0 0 20 0 1 0 48026447 2646417408 600876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600876 1280 1200 0 644578 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2403504 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3613.31 s]
# the end of solver process 43731 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3600.79 s, system=1.21635 s

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

[startup+3612 s]*
/proc/loadavg: 1.14 1.52 2.30 2/232 44055
/proc/meminfo: memFree=127076516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2403504 CPUtime=3600.71 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351366 0 0 0 359950 121 0 0 20 0 1 0 48026447 2646417408 600876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600876 1280 1200 0 644578 0
Current children cumulated CPU time: 3600.71 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2403504 KiB

[startup+3612.8 s]
/proc/loadavg: 1.14 1.52 2.30 2/232 44055
/proc/meminfo: memFree=127076516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2403504 CPUtime=3601.5 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351366 0 0 0 360029 121 0 0 20 0 1 0 48026447 2646417408 600876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600876 1280 1200 0 644578 0
Current children cumulated CPU time: 3601.5 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2403504 KiB

[startup+3613.2 s]
/proc/loadavg: 1.12 1.51 2.29 2/232 44056
/proc/meminfo: memFree=127076516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2403504 CPUtime=3601.9 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351366 0 0 0 360069 121 0 0 20 0 1 0 48026447 2646417408 600876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600876 1280 1200 0 644578 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2403504 KiB

[startup+3613.3 s]
/proc/loadavg: 1.12 1.51 2.29 2/232 44056
/proc/meminfo: memFree=127076516/131382116 swapFree=33010684/33010684
[pid=43731] ppid=43728 vsize=2584392 memory=2403504 CPUtime=3602 cores=0,2
/proc/43731/stat : 43731 (Exact) R 43728 43731 42002 0 -1 4194304 351366 0 0 0 360079 121 0 0 20 0 1 0 48026447 2646417408 600876 18446744073709551615 4198400 9112445 140722679896992 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 10316848 10407236 42164224 140722679900456 140722679900653 140722679900653 140722679906255 0
/proc/43731/statm: 646098 600876 1280 1200 0 644578 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 2584392 KiB
Current children cumulated memory: 2403504 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.31
CPU time (s): 3602.01
CPU user time (s): 3600.79
CPU system time (s): 1.21635
CPU usage (%): 99.6874
Max. virtual memory (cumulated for all children) (KiB): 2584392
Max. memory (cumulated for all children) (KiB): 2403504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.79
system time used= 1.21635
maximum resident set size= 2403504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 351366
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= 16
involuntary context switches= 8250


# summary of solver processes directly reported to runsolver:
#   pid: 43731
#   total CPU time (s): 3602.01
#   total CPU user time (s): 3600.79
#   total CPU system time (s): 1.21635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8814 second user time and 34.8757 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-01 00:44:30
IDJOB=4488191
IDBENCH=147318
IDSOLVER=3319
FILE ID=nodeC010/4488191-1751323470
RUNJOBID= nodeC010-1751314075-42012
SLURM_JOB_ID= 9594323
Free space on /tmp= 432648 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4488191-1751323470/watcher-4488191-1751323470 -o /tmp/evaluation-result-4488191-1751323470/solver-4488191-1751323470 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751314075-42012 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=49362721 --ls=360 --inp-dombreaklim=0 HOME/instance-4488191-1751323470.opb

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

MD5SUM BENCH= 607a385ad096de7d3af24e5f6042a910
RANDOM SEED=49362721

nodeC010 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.244
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.36
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		: 3662.231
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.36
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		: 1496.438
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.36
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		: 1197.912
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.36
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		: 3660.364
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.36
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		: 3589.133
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.36
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.121
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.36
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		: 1197.473
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128243584 kB
MemAvailable:   128687468 kB
Buffers:            3280 kB
Cached:          1251396 kB
SwapCached:            0 kB
Active:          1659180 kB
Inactive:         945748 kB
Active(anon):    1368216 kB
Inactive(anon):        0 kB
Active(file):     290964 kB
Inactive(file):   945748 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30120 kB
Writeback:             0 kB
AnonPages:       1351644 kB
Mapped:           119444 kB
Shmem:             17960 kB
KReclaimable:      93600 kB
Slab:             177260 kB
SReclaimable:      93600 kB
SUnreclaim:        83660 kB
KernelStack:        4048 kB
PageTables:         5724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1853564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    995328 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432664 MiB
End job on nodeC010 at 2025-07-01 01:44:44