Trace number 4483151

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 2025-06-02SAT (TO)718 3600.1 3608.9

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-070.opb
MD5SUM038c3c94959b7fb9ae78b9306ef53fb4
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark717
Best CPU time to get the best result obtained on this benchmark140.348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1221
Biggest coefficient in the objective function 1013
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3843
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1013
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1133
Sum of products size (including duplicates)2266
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

359.20/360.05	o 1003
359.20/360.06	o 726
1175.60/1178.46	o 725
1175.60/1178.47	o 723
1175.60/1178.47	o 722
1175.70/1178.53	o 721
1176.09/1178.90	o 720
1176.09/1178.91	o 719
1176.39/1179.28	o 718
3600.09/3608.90	c Program interrupted by user.
3600.09/3608.90	s SATISFIABLE
3600.09/3608.90	v -x1 -x2 x3 x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 x18 x19 x20 x21 x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 x33 x34 -x35 -x36 x37 x38 -x39 x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 x52 x53 x54 x55 x56 -x57 x58 -x59 -x60 x61 x62 x63 x64 x65 x66 x67 -x68 x69 x70 x71 x72 -x73 -x74 x75 x76 x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 x90 x91

Verifier Data

OK	718

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62527 MiB free)
  memory of node 1: 64507 MiB (62017 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4483151-1751271852/watcher-4483151-1751271852 -o /tmp/evaluation-result-4483151-1751271852/solver-4483151-1751271852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751268232-33149 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1449179163 --ls=360 HOME/instance-4483151-1751271852.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100058 s]*
/proc/loadavg: 4.18 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530572/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=0.09 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 9 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+0.205421 s]*
/proc/loadavg: 4.18 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530828/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=0.2 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 20 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+0.304922 s]*
/proc/loadavg: 4.18 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530828/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=0.3 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 30 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+0.700102 s]
/proc/loadavg: 4.18 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530828/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=0.69 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 69 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+1.5001 s]
/proc/loadavg: 4.18 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530828/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=1.49 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 149 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+3.10527 s]
/proc/loadavg: 4.17 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530940/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=3.09 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 309 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+6.30017 s]
/proc/loadavg: 4.17 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127530940/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=6.28 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 628 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+12.7001 s]
/proc/loadavg: 4.15 4.13 4.08 5/264 33571
/proc/meminfo: memFree=127531368/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=12.66 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 1266 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+25.5001 s]
/proc/loadavg: 4.20 4.14 4.09 5/264 33571
/proc/meminfo: memFree=127531440/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=25.43 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 2543 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+51.1052 s]
/proc/loadavg: 4.13 4.12 4.08 5/264 33572
/proc/meminfo: memFree=127523704/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=50.98 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1296 0 0 0 5098 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.10 4.08 5/264 33573
/proc/meminfo: memFree=127515372/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=102.06 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1297 0 0 0 10206 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.08 5/265 33577
/proc/meminfo: memFree=127515112/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=161.93 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1297 0 0 0 16193 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.08 5/266 33580
/proc/meminfo: memFree=127508016/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=221.8 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1297 0 0 0 22180 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.10 4.08 5/266 33582
/proc/meminfo: memFree=127490504/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=281.66 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1297 0 0 0 28166 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 33584
/proc/meminfo: memFree=127473080/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=31836 memory=8448 CPUtime=341.53 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 1297 0 0 0 34153 0 0 0 20 0 1 0 42864844 32600064 2112 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 7959 2112 1024 1200 0 6439 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 31836 KiB
Current children cumulated memory: 8448 KiB

[startup+402.3 s]
/proc/loadavg: 3.12 3.85 4.00 3/253 33648
/proc/meminfo: memFree=128248168/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=77632 memory=68256 CPUtime=401.38 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 9834 0 0 0 40111 27 0 0 20 0 1 0 42864844 79495168 17064 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 19408 17064 1280 1200 0 17888 0
Current children cumulated CPU time: 401.38 s
Current children cumulated vsize: 77632 KiB
Current children cumulated memory: 68256 KiB

[startup+462.3 s]
/proc/loadavg: 2.52 3.54 3.89 3/251 33650
/proc/meminfo: memFree=128213240/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=107892 memory=81636 CPUtime=461.21 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 11985 0 0 0 46059 62 0 0 20 0 1 0 42864844 110481408 20409 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 26973 20409 1280 1200 0 25453 0
Current children cumulated CPU time: 461.21 s

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

Current children cumulated memory: 137144 KiB

[startup+2922.3 s]
/proc/loadavg: 2.07 2.10 2.21 3/250 33777
/proc/meminfo: memFree=128063376/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=158548 memory=137272 CPUtime=2915.33 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24056 0 0 0 290024 1509 0 0 20 0 1 0 42864844 162353152 34318 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 39637 34318 1280 1200 0 38117 0
Current children cumulated CPU time: 2915.33 s
Current children cumulated vsize: 158548 KiB
Current children cumulated memory: 137272 KiB

[startup+2982.3 s]
/proc/loadavg: 2.07 2.09 2.20 3/250 33779
/proc/meminfo: memFree=128071376/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=158548 memory=137272 CPUtime=2975.16 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24075 0 0 0 295977 1539 0 0 20 0 1 0 42864844 162353152 34318 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 39637 34318 1280 1200 0 38117 0
Current children cumulated CPU time: 2975.16 s
Current children cumulated vsize: 158548 KiB
Current children cumulated memory: 137272 KiB

[startup+3042.3 s]
/proc/loadavg: 2.13 2.10 2.19 3/251 33788
/proc/meminfo: memFree=128068860/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=159024 memory=137784 CPUtime=3034.98 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24190 0 0 0 301925 1573 0 0 20 0 1 0 42864844 162840576 34446 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 39756 34446 1280 1200 0 38236 0
Current children cumulated CPU time: 3034.98 s
Current children cumulated vsize: 159024 KiB
Current children cumulated memory: 137784 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.10 2.18 3/251 33790
/proc/meminfo: memFree=128067536/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=159912 memory=140756 CPUtime=3094.81 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24416 0 0 0 307873 1608 0 0 20 0 1 0 42864844 163749888 35189 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 39978 35189 1280 1200 0 38458 0
Current children cumulated CPU time: 3094.81 s
Current children cumulated vsize: 159912 KiB
Current children cumulated memory: 140756 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.09 2.17 3/251 33792
/proc/meminfo: memFree=128069172/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=160116 memory=140884 CPUtime=3154.63 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24471 0 0 0 313822 1641 0 0 20 0 1 0 42864844 163958784 35221 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40029 35221 1280 1200 0 38509 0
Current children cumulated CPU time: 3154.63 s
Current children cumulated vsize: 160116 KiB
Current children cumulated memory: 140884 KiB

[startup+3222.3 s]
/proc/loadavg: 2.10 2.09 2.17 3/251 33794
/proc/meminfo: memFree=128068432/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=160116 memory=140884 CPUtime=3214.46 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24476 0 0 0 319768 1678 0 0 20 0 1 0 42864844 163958784 35221 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40029 35221 1280 1200 0 38509 0
Current children cumulated CPU time: 3214.46 s
Current children cumulated vsize: 160116 KiB
Current children cumulated memory: 140884 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.09 2.16 3/251 33796
/proc/meminfo: memFree=128070552/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=160116 memory=140884 CPUtime=3274.29 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24488 0 0 0 325716 1713 0 0 20 0 1 0 42864844 163958784 35221 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40029 35221 1280 1200 0 38509 0
Current children cumulated CPU time: 3274.29 s
Current children cumulated vsize: 160116 KiB
Current children cumulated memory: 140884 KiB

[startup+3342.3 s]
/proc/loadavg: 2.50 2.21 2.20 3/250 33798
/proc/meminfo: memFree=128071964/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=160116 memory=141012 CPUtime=3334.12 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24515 0 0 0 331665 1747 0 0 20 0 1 0 42864844 163958784 35253 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40029 35253 1280 1200 0 38509 0
Current children cumulated CPU time: 3334.12 s
Current children cumulated vsize: 160116 KiB
Current children cumulated memory: 141012 KiB

[startup+3402.3 s]
/proc/loadavg: 2.30 2.21 2.20 3/251 33813
/proc/meminfo: memFree=128071004/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=160660 memory=141524 CPUtime=3393.94 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24647 0 0 0 337613 1781 0 0 20 0 1 0 42864844 164515840 35381 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40165 35381 1280 1200 0 38645 0
Current children cumulated CPU time: 3393.94 s
Current children cumulated vsize: 160660 KiB
Current children cumulated memory: 141524 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.19 2.19 3/251 33815
/proc/meminfo: memFree=128067332/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=161076 memory=141908 CPUtime=3453.79 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24726 0 0 0 343562 1817 0 0 20 0 1 0 42864844 164941824 35477 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40269 35477 1280 1200 0 38749 0
Current children cumulated CPU time: 3453.79 s
Current children cumulated vsize: 161076 KiB
Current children cumulated memory: 141908 KiB

[startup+3522.3 s]
/proc/loadavg: 2.15 2.18 2.18 3/251 33817
/proc/meminfo: memFree=128061004/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=161288 memory=142164 CPUtime=3513.67 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24801 0 0 0 349518 1849 0 0 20 0 1 0 42864844 165158912 35541 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40322 35541 1280 1200 0 38802 0
Current children cumulated CPU time: 3513.67 s
Current children cumulated vsize: 161288 KiB
Current children cumulated memory: 142164 KiB

[startup+3582.3 s]
/proc/loadavg: 2.06 2.14 2.17 3/252 33820
/proc/meminfo: memFree=128062144/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=161620 memory=142420 CPUtime=3573.55 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 24891 0 0 0 355474 1881 0 0 20 0 1 0 42864844 165498880 35605 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40405 35605 1280 1200 0 38885 0
Current children cumulated CPU time: 3573.55 s
Current children cumulated vsize: 161620 KiB
Current children cumulated memory: 142420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 2.10 2.15 2.17 3/252 33828
/proc/meminfo: memFree=128060448/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=162788 memory=143444 CPUtime=3600.09 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 25149 0 0 0 358108 1901 0 0 20 0 1 0 42864844 166694912 35861 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40697 35861 1280 1200 0 39177 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 162788 KiB
Current children cumulated memory: 143444 KiB

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

[startup+3608.9 s]
# the end of solver process 33570 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3581.09 s, system=19.0147 s

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

[startup+3608.9 s]
/proc/loadavg: 2.10 2.15 2.17 3/252 33828
/proc/meminfo: memFree=128060448/131249996 swapFree=33010416/33010684
[pid=33570] ppid=33563 vsize=162788 memory=143444 CPUtime=3600.09 cores=4,6
/proc/33570/stat : 33570 (Exact) R 33563 33570 33131 0 -1 4194304 25149 0 0 0 358108 1901 0 0 20 0 1 0 42864844 166694912 35861 18446744073709551615 4198400 9112445 140736495323536 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10316848 10407236 46469120 140736495327546 140736495327725 140736495327725 140736495333327 0
/proc/33570/statm: 40697 35861 1280 1200 0 39177 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 162788 KiB
Current children cumulated memory: 143444 KiB

Child status: 10

Real time (s): 3608.9
CPU time (s): 3600.1
CPU user time (s): 3581.09
CPU system time (s): 19.0147
CPU usage (%): 99.7561
Max. virtual memory (cumulated for all children) (KiB): 162788
Max. memory (cumulated for all children) (KiB): 143444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.09
system time used= 19.0147
maximum resident set size= 143572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25151
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= 48
involuntary context switches= 1905


# summary of solver processes directly reported to runsolver:
#   pid: 33570
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3581.09
#   total CPU system time (s): 19.0147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.48818 second user time and 13.372 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-30 10:24:12
IDJOB=4483151
IDBENCH=160535
IDSOLVER=3317
FILE ID=nodeC030/4483151-1751271852
RUNJOBID= nodeC030-1751268232-33149
SLURM_JOB_ID= 9594197
Free space on /tmp= 433024 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-070.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4483151-1751271852/watcher-4483151-1751271852 -o /tmp/evaluation-result-4483151-1751271852/solver-4483151-1751271852 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751268232-33149 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1449179163 --ls=360 HOME/instance-4483151-1751271852.opb

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

MD5SUM BENCH= 038c3c94959b7fb9ae78b9306ef53fb4
RANDOM SEED=1449179163

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.346
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3592.637
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3578.233
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3567.618
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3586.893
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.354
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.562
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.059
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127538332 kB
MemAvailable:   128885012 kB
Buffers:            2564 kB
Cached:          2142208 kB
SwapCached:           16 kB
Active:          1224680 kB
Inactive:        1841872 kB
Active(anon):     935164 kB
Inactive(anon):     4664 kB
Active(file):     289516 kB
Inactive(file):  1837208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14316 kB
Writeback:             0 kB
AnonPages:        923500 kB
Mapped:           113576 kB
Shmem:             18048 kB
KReclaimable:     117988 kB
Slab:             204832 kB
SReclaimable:     117988 kB
SUnreclaim:        86844 kB
KernelStack:        4240 kB
PageTables:         4736 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1276788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC030 at 2025-06-30 11:24:22