Trace number 4488421

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) 3600.26 3610.62

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
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 benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3610.47	c Program interrupted by user.
3600.03/3610.47	s UNKNOWN

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: 63794 MiB (62787 MiB free)
  memory of node 1: 64507 MiB (63491 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488421-1751324420/watcher-4488421-1751324420 -o /tmp/evaluation-result-4488421-1751324420/solver-4488421-1751324420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751317195-41828 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1628807752 --ls=360 --inp-dombreaklim=0 HOME/instance-4488421-1751324420.opb 

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
Current StackSize limit: 8192 KiB

solver pid=42688, runsolver pid=42685

[startup+0.100071 s]*
/proc/loadavg: 4.09 4.14 4.12 5/253 42689
/proc/meminfo: memFree=129245648/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=99388 memory=75760 CPUtime=0.1 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 8796 0 0 0 7 3 0 0 20 0 1 0 48121714 101773312 18940 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 24847 18940 1024 1200 0 23327 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 99388 KiB
Current children cumulated memory: 75760 KiB

[startup+0.21092 s]*
/proc/loadavg: 4.09 4.14 4.12 5/253 42689
/proc/meminfo: memFree=129245648/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=110552 memory=88084 CPUtime=0.21 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 12041 0 0 0 17 4 0 0 20 0 1 0 48121714 113205248 22021 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 27638 22021 1024 1200 0 26118 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 110552 KiB
Current children cumulated memory: 88084 KiB

[startup+0.310865 s]*
/proc/loadavg: 4.09 4.14 4.12 4/251 42689
/proc/meminfo: memFree=129552060/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=123036 memory=99896 CPUtime=0.31 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 14363 0 0 0 26 5 0 0 20 0 1 0 48121714 125988864 24974 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 30759 24974 1024 1200 0 29239 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 123036 KiB
Current children cumulated memory: 99896 KiB

[startup+0.700328 s]
/proc/loadavg: 4.09 4.14 4.12 5/252 42703
/proc/meminfo: memFree=129540024/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=161236 memory=139720 CPUtime=0.69 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 22015 0 0 0 61 8 0 0 20 0 1 0 48121714 165105664 34930 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 40309 34930 1024 1200 0 38789 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 161236 KiB
Current children cumulated memory: 139720 KiB

[startup+1.50034 s]
/proc/loadavg: 4.09 4.14 4.12 5/249 42720
/proc/meminfo: memFree=129469080/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=348172 memory=307328 CPUtime=1.48 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 47567 0 0 0 133 15 0 0 20 0 1 0 48121714 356528128 76832 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 87043 76832 1024 1200 0 85523 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 348172 KiB
Current children cumulated memory: 307328 KiB

[startup+3.11308 s]
/proc/loadavg: 4.09 4.14 4.12 5/253 42734
/proc/meminfo: memFree=129270988/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=3.08 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62057 0 0 0 290 18 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+6.30038 s]
/proc/loadavg: 4.08 4.13 4.12 5/253 42734
/proc/meminfo: memFree=129271504/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=6.25 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62086 0 0 0 607 18 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.15 4.13 5/253 42734
/proc/meminfo: memFree=129271756/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=12.61 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62817 0 0 0 1243 18 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.14 4.12 5/253 42735
/proc/meminfo: memFree=129272804/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=25.35 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62851 0 0 0 2516 19 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 4.13 4.12 5/253 42750
/proc/meminfo: memFree=129265732/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=50.82 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62891 0 0 0 5063 19 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 50.82 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.15 4.13 5/253 42753
/proc/meminfo: memFree=129268128/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=101.71 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62949 0 0 0 10152 19 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 101.71 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.12 5/251 42755
/proc/meminfo: memFree=129263168/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=161.39 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 62996 0 0 0 16120 19 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 161.39 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/251 42757
/proc/meminfo: memFree=129253164/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379276 CPUtime=221.09 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 63030 0 0 0 22090 19 0 0 20 0 1 0 48121714 429416448 94819 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94819 1024 1200 0 103318 0
Current children cumulated CPU time: 221.09 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379276 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.15 4.12 5/251 42759
/proc/meminfo: memFree=129220120/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=379404 CPUtime=280.78 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 63123 0 0 0 28058 20 0 0 20 0 1 0 48121714 429416448 94851 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 94851 1024 1200 0 103318 0
Current children cumulated CPU time: 280.78 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379404 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/250 42761
/proc/meminfo: memFree=129218052/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=419352 memory=381580 CPUtime=340.47 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 63234 0 0 0 34027 20 0 0 20 0 1 0 48121714 429416448 95395 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 104838 95395 1024 1200 0 103318 0
Current children cumulated CPU time: 340.47 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 381580 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/251 42810
/proc/meminfo: memFree=128817692/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=677560 memory=634456 CPUtime=400.29 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 80649 0 0 0 39999 30 0 0 20 0 1 0 48121714 693821440 158614 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 169390 158614 1248 1200 0 167870 0
Current children cumulated CPU time: 400.29 s
Current children cumulated vsize: 677560 KiB
Current children cumulated memory: 634456 KiB

[startup+462.3 s]
/proc/loadavg: 4.40 4.19 4.13 5/251 42814
/proc/meminfo: memFree=128764472/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=717188 memory=643040 CPUtime=460.16 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 81626 0 0 0 45984 32 0 0 20 0 1 0 48121714 734400512 160760 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 179297 160760 1248 1200 0 177777 0
Current children cumulated CPU time: 460.16 s

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

Current children cumulated memory: 2094456 KiB

[startup+2922.3 s]
/proc/loadavg: 4.50 4.27 4.16 5/250 42972
/proc/meminfo: memFree=126600476/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=2213660 memory=2108432 CPUtime=2913.95 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 270638 0 0 0 291288 107 0 0 20 0 1 0 48121714 2266787840 527108 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 553415 527108 1280 1200 0 551895 0
Current children cumulated CPU time: 2913.95 s
Current children cumulated vsize: 2213660 KiB
Current children cumulated memory: 2108432 KiB

[startup+2982.3 s]
/proc/loadavg: 4.22 4.24 4.15 5/250 42978
/proc/meminfo: memFree=126515924/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=2262364 memory=2178540 CPUtime=2973.76 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 279285 0 0 0 297267 109 0 0 20 0 1 0 48121714 2316660736 544635 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 565591 544635 1280 1200 0 564071 0
Current children cumulated CPU time: 2973.76 s
Current children cumulated vsize: 2262364 KiB
Current children cumulated memory: 2178540 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.21 4.15 5/250 42980
/proc/meminfo: memFree=126466052/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=2271012 memory=2210256 CPUtime=3033.59 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 281407 0 0 0 303249 110 0 0 20 0 1 0 48121714 2325516288 552564 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 567753 552564 1280 1200 0 566233 0
Current children cumulated CPU time: 3033.59 s
Current children cumulated vsize: 2271012 KiB
Current children cumulated memory: 2210256 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.18 4.14 5/249 42982
/proc/meminfo: memFree=126226056/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3196544 memory=2439052 CPUtime=3093.41 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 329709 0 0 0 309206 135 0 0 20 0 1 0 48121714 3273261056 609763 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 799136 609763 1280 1200 0 797616 0
Current children cumulated CPU time: 3093.41 s
Current children cumulated vsize: 3196544 KiB
Current children cumulated memory: 2439052 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.18 4.14 5/249 42984
/proc/meminfo: memFree=126167700/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3258648 memory=2496860 CPUtime=3153.24 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 341332 0 0 0 315186 138 0 0 20 0 1 0 48121714 3336855552 624215 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 814662 624215 1280 1200 0 813142 0
Current children cumulated CPU time: 3153.24 s
Current children cumulated vsize: 3258648 KiB
Current children cumulated memory: 2496860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.14 4.13 5/249 42986
/proc/meminfo: memFree=126137412/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3274928 memory=2526936 CPUtime=3213.06 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 345846 0 0 0 321167 139 0 0 20 0 1 0 48121714 3353526272 631734 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 818732 631734 1280 1200 0 817212 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 3274928 KiB
Current children cumulated memory: 2526936 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.13 5/249 42988
/proc/meminfo: memFree=126086060/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3288040 memory=2574448 CPUtime=3272.89 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 350879 0 0 0 327149 140 0 0 20 0 1 0 48121714 3366952960 643612 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 822010 643612 1280 1200 0 820490 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 3288040 KiB
Current children cumulated memory: 2574448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/249 42990
/proc/meminfo: memFree=126060036/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3288908 memory=2603080 CPUtime=3332.72 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 353322 0 0 0 333130 142 0 0 20 0 1 0 48121714 3367841792 650770 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 822227 650770 1280 1200 0 820707 0
Current children cumulated CPU time: 3332.72 s
Current children cumulated vsize: 3288908 KiB
Current children cumulated memory: 2603080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.12 4.12 5/249 42992
/proc/meminfo: memFree=126033524/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3289628 memory=2622804 CPUtime=3392.53 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 355291 0 0 0 339111 142 0 0 20 0 1 0 48121714 3368579072 655701 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 822407 655701 1280 1200 0 820887 0
Current children cumulated CPU time: 3392.53 s
Current children cumulated vsize: 3289628 KiB
Current children cumulated memory: 2622804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.12 5/248 42996
/proc/meminfo: memFree=125978316/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3291932 memory=2668620 CPUtime=3452.36 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 359235 0 0 0 345092 144 0 0 20 0 1 0 48121714 3370938368 667155 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 822983 667155 1280 1200 0 821463 0
Current children cumulated CPU time: 3452.36 s
Current children cumulated vsize: 3291932 KiB
Current children cumulated memory: 2668620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.12 4.11 5/248 42998
/proc/meminfo: memFree=125951896/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3293084 memory=2697256 CPUtime=3512.19 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 361730 0 0 0 351074 145 0 0 20 0 1 0 48121714 3372118016 674314 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 823271 674314 1280 1200 0 821751 0
Current children cumulated CPU time: 3512.19 s
Current children cumulated vsize: 3293084 KiB
Current children cumulated memory: 2697256 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/249 43005
/proc/meminfo: memFree=125944964/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3293372 memory=2705640 CPUtime=3572.01 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 362996 0 0 0 357055 146 0 0 20 0 1 0 48121714 3372412928 676410 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 823343 676410 1280 1200 0 821823 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 3293372 KiB
Current children cumulated memory: 2705640 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.14 4.13 4.11 5/249 43006
/proc/meminfo: memFree=125938644/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=3293372 memory=2705640 CPUtime=3600.03 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 363134 0 0 0 359857 146 0 0 20 0 1 0 48121714 3372412928 676410 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 823343 676410 1280 1200 0 821823 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 3293372 KiB
Current children cumulated memory: 2705640 KiB

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

[startup+3610.62 s]
# the end of solver process 42688 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.76 s, system=1.49959 s

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

[startup+3610.6 s]
/proc/loadavg: 4.14 4.13 4.11 5/249 43006
/proc/meminfo: memFree=125938644/131382112 swapFree=33010684/33010684
[pid=42688] ppid=42685 vsize=1152464 memory=1143144 CPUtime=3600.23 cores=1,3
/proc/42688/stat : 42688 (Exact) R 42685 42688 41816 0 -1 4194304 363396 0 0 0 359875 148 0 0 20 0 1 0 48121714 1180123136 285786 18446744073709551615 4198400 9112445 140728024835760 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 19521536 140728024844582 140728024844781 140728024844781 140728024850383 0
/proc/42688/statm: 288116 285786 1280 1200 0 286596 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 1152464 KiB
Current children cumulated memory: 1143144 KiB

Child status: 0

Real time (s): 3610.62
CPU time (s): 3600.26
CPU user time (s): 3598.76
CPU system time (s): 1.49959
CPU usage (%): 99.713
Max. virtual memory (cumulated for all children) (KiB): 3793360
Max. memory (cumulated for all children) (KiB): 2907052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.76
system time used= 1.49959
maximum resident set size= 3089324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363397
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= 91
involuntary context switches= 2301


# summary of solver processes directly reported to runsolver:
#   pid: 42688
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.76
#   total CPU system time (s): 1.49959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.6562 second user time and 31.8411 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 01:00:20
IDJOB=4488421
IDBENCH=147466
IDSOLVER=3319
FILE ID=nodeC012/4488421-1751324420
RUNJOBID= nodeC012-1751317195-41828
SLURM_JOB_ID= 9594341
Free space on /tmp= 433016 MiB

SOLVER NAME= Exact_no_dombreaking 2025-06-16
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.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-4488421-1751324420/watcher-4488421-1751324420 -o /tmp/evaluation-result-4488421-1751324420/solver-4488421-1751324420 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751317195-41828 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1628807752 --ls=360 --inp-dombreaklim=0 HOME/instance-4488421-1751324420.opb

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1628807752

nodeC012 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		: 3662.669
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.39
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.163
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.39
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.212
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.39
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.615
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.39
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.153
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.39
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		: 3691.252
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.39
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.39
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.641
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129310420 kB
MemAvailable:   129312464 kB
Buffers:            3280 kB
Cached:           810580 kB
SwapCached:            0 kB
Active:           984652 kB
Inactive:         500176 kB
Active(anon):     688928 kB
Inactive(anon):        0 kB
Active(file):     295724 kB
Inactive(file):   500176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             32992 kB
Writeback:             0 kB
AnonPages:        674056 kB
Mapped:           116912 kB
Shmem:             17960 kB
KReclaimable:      91156 kB
Slab:             173900 kB
SReclaimable:      91156 kB
SUnreclaim:        82744 kB
KernelStack:        4080 kB
PageTables:         4244 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1079856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    591872 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC012 at 2025-07-01 02:00:31