Trace number 4459937

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 2024-07-05SAT (TO)-14 3600.05 3612.4

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_10_2.opb
MD5SUMcf766711a707813c9bd3325657edcc33
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 benchmark-14
Best CPU time to get the best result obtained on this benchmark281.076
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1232
Sum of products size (including duplicates)2464
Number of different products616
Sum of products size1232

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	o -2
0.09/0.14	o -3
0.09/0.14	o -4
0.09/0.14	o -5
0.09/0.14	o -6
0.09/0.14	o -7
0.09/0.15	o -8
0.09/0.15	o -9
0.09/0.15	o -10
0.09/0.15	o -11
0.09/0.18	o -12
132.13/132.64	o -13
463.71/465.53	o -14
3600.04/3612.40	c Program interrupted by user.
3600.04/3612.40	s SATISFIABLE
3600.04/3612.40	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 -x92 -x93 x94 x95 -x96 -x97 -x98 x99 -x100

Verifier Data

OK	-14

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: 63968 MiB (53450 MiB free)
  memory of node 1: 64473 MiB (54576 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459937-1721946459/watcher-4459937-1721946459 -o /tmp/evaluation-result-4459937-1721946459/solver-4459937-1721946459 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721946459-304788 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1676883910 HOME/instance-4459937-1721946459.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=304840, runsolver pid=304834

[startup+0.100816 s]*
/proc/loadavg: 1.09 1.10 1.18 6/254 304852
/proc/meminfo: memFree=110541056/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=30368 memory=8148 CPUtime=0.09 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 1249 0 0 0 9 0 0 0 20 0 1 0 31174187 31096832 2037 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 7592 2037 1060 1005 0 6355 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 30368 KiB
Current children cumulated memory: 8148 KiB

[startup+0.206796 s]*
/proc/loadavg: 1.09 1.10 1.18 6/254 304852
/proc/meminfo: memFree=110495052/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=30500 memory=8856 CPUtime=0.19 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 1394 0 0 0 19 0 0 0 20 0 1 0 31174187 31232000 2214 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 7625 2214 1108 1005 0 6388 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30500 KiB
Current children cumulated memory: 8856 KiB

[startup+0.304777 s]*
/proc/loadavg: 1.09 1.10 1.18 5/254 304852
/proc/meminfo: memFree=110442092/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=30632 memory=11168 CPUtime=0.29 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 1471 0 0 0 29 0 0 0 20 0 1 0 31174187 31367168 2792 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 7658 2792 1108 1005 0 6421 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 30632 KiB
Current children cumulated memory: 11168 KiB

[startup+0.700153 s]
/proc/loadavg: 1.32 1.15 1.20 5/254 304852
/proc/meminfo: memFree=110417300/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=31420 memory=12076 CPUtime=0.68 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 1650 0 0 0 67 1 0 0 20 0 1 0 31174187 32174080 3019 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 7855 3019 1140 1005 0 6618 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31420 KiB
Current children cumulated memory: 12076 KiB

[startup+1.5002 s]
/proc/loadavg: 1.32 1.15 1.20 6/254 304852
/proc/meminfo: memFree=110208732/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=32376 memory=14916 CPUtime=1.48 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 1878 0 0 0 146 2 0 0 20 0 1 0 31174187 33153024 3729 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 8094 3729 1140 1005 0 6857 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 32376 KiB
Current children cumulated memory: 14916 KiB

[startup+3.10574 s]
/proc/loadavg: 1.32 1.15 1.20 6/254 304852
/proc/meminfo: memFree=110171164/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=32928 memory=15696 CPUtime=3.07 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 2016 0 0 0 304 3 0 0 20 0 1 0 31174187 33718272 3924 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 8232 3924 1140 1005 0 6995 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 32928 KiB
Current children cumulated memory: 15696 KiB

[startup+6.30022 s]
/proc/loadavg: 1.62 1.22 1.22 6/254 304854
/proc/meminfo: memFree=110115964/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=33804 memory=18524 CPUtime=6.26 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 2234 0 0 0 621 5 0 0 20 0 1 0 31174187 34615296 4631 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 8451 4631 1140 1005 0 7214 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 33804 KiB
Current children cumulated memory: 18524 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 1.26 1.23 5/254 304854
/proc/meminfo: memFree=110083628/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=34892 memory=19636 CPUtime=12.63 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 2648 0 0 0 1250 13 0 0 20 0 1 0 31174187 35729408 4909 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 8723 4909 1140 1005 0 7486 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 34892 KiB
Current children cumulated memory: 19636 KiB

[startup+25.5098 s]
/proc/loadavg: 2.14 1.35 1.26 6/254 304855
/proc/meminfo: memFree=110046808/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=36120 memory=22756 CPUtime=25.41 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 3306 0 0 0 2515 26 0 0 20 0 1 0 31174187 36986880 5689 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 9030 5689 1140 1005 0 7793 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 36120 KiB
Current children cumulated memory: 22756 KiB

[startup+51.1058 s]
/proc/loadavg: 2.88 1.61 1.35 6/254 305028
/proc/meminfo: memFree=109907844/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=37384 memory=24028 CPUtime=50.91 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 4601 0 0 0 5039 52 0 0 20 0 1 0 31174187 38281216 6007 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 9346 6007 1140 1005 0 8109 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 37384 KiB
Current children cumulated memory: 24028 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 1.99 1.50 6/254 305036
/proc/meminfo: memFree=109834648/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=39776 memory=26376 CPUtime=101.93 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 6304 0 0 0 10088 105 0 0 20 0 1 0 31174187 40730624 6594 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 9944 6594 1140 1005 0 8707 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 39776 KiB
Current children cumulated memory: 26376 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.38 1.66 6/256 305198
/proc/meminfo: memFree=109787644/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=41692 memory=30256 CPUtime=161.71 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 8095 0 0 0 16006 165 0 0 20 0 1 0 31174187 42692608 7564 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 10423 7564 1140 1005 0 9186 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 41692 KiB
Current children cumulated memory: 30256 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.71 1.82 6/256 305209
/proc/meminfo: memFree=109707480/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=43352 memory=31880 CPUtime=221.47 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 9762 0 0 0 21928 219 0 0 20 0 1 0 31174187 44392448 7970 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 10838 7970 1140 1005 0 9601 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 43352 KiB
Current children cumulated memory: 31880 KiB

[startup+282.3 s]
/proc/loadavg: 4.03 2.95 1.96 6/256 305220
/proc/meminfo: memFree=109671084/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=44348 memory=32900 CPUtime=281.22 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 10926 0 0 0 27849 273 0 0 20 0 1 0 31174187 45412352 8225 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 11087 8225 1140 1005 0 9850 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 44348 KiB
Current children cumulated memory: 32900 KiB

[startup+342.3 s]
/proc/loadavg: 3.64 3.05 2.06 4/248 305260
/proc/meminfo: memFree=109680004/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=45060 memory=33616 CPUtime=340.99 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 12240 0 0 0 33772 327 0 0 20 0 1 0 31174187 46141440 8404 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 11265 8404 1140 1005 0 10028 0
Current children cumulated CPU time: 340.99 s
Current children cumulated vsize: 45060 KiB
Current children cumulated memory: 33616 KiB

[startup+402.3 s]
/proc/loadavg: 3.33 3.07 2.14 5/248 305271
/proc/meminfo: memFree=109669872/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=45384 memory=33952 CPUtime=400.76 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 13450 0 0 0 39701 375 0 0 20 0 1 0 31174187 46473216 8488 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 11346 8488 1140 1005 0 10109 0
Current children cumulated CPU time: 400.76 s
Current children cumulated vsize: 45384 KiB
Current children cumulated memory: 33952 KiB

[startup+462.3 s]
/proc/loadavg: 3.17 3.07 2.20 5/249 305282
/proc/meminfo: memFree=109658792/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=45704 memory=34264 CPUtime=460.52 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 14491 0 0 0 45629 423 0 0 20 0 1 0 31174187 46800896 8566 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 11426 8566 1140 1005 0 10189 0

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

Current children cumulated memory: 46592 KiB

[startup+2862.3 s]
/proc/loadavg: 3.54 3.37 3.15 5/247 306291
/proc/meminfo: memFree=109507944/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=53840 memory=47024 CPUtime=2852.41 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 44890 0 0 0 282922 2319 0 0 20 0 1 0 31174187 55132160 11756 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13460 11756 1140 1005 0 12223 0
Current children cumulated CPU time: 2852.41 s
Current children cumulated vsize: 53840 KiB
Current children cumulated memory: 47024 KiB

[startup+2922.3 s]
/proc/loadavg: 3.25 3.32 3.15 5/244 306301
/proc/meminfo: memFree=109506904/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=54040 memory=47224 CPUtime=2912.21 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 45750 0 0 0 288854 2367 0 0 20 0 1 0 31174187 55336960 11806 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13510 11806 1140 1005 0 12273 0
Current children cumulated CPU time: 2912.21 s
Current children cumulated vsize: 54040 KiB
Current children cumulated memory: 47224 KiB

[startup+2982.3 s]
/proc/loadavg: 3.19 3.29 3.15 5/244 306312
/proc/meminfo: memFree=109503740/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=54056 memory=47240 CPUtime=2972.01 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 46538 0 0 0 294789 2412 0 0 20 0 1 0 31174187 55353344 11810 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13514 11810 1140 1005 0 12277 0
Current children cumulated CPU time: 2972.01 s
Current children cumulated vsize: 54056 KiB
Current children cumulated memory: 47240 KiB

[startup+3042.3 s]
/proc/loadavg: 3.12 3.25 3.14 5/244 306322
/proc/meminfo: memFree=109491064/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=54132 memory=47316 CPUtime=3031.82 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 47339 0 0 0 300724 2458 0 0 20 0 1 0 31174187 55431168 11829 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13533 11829 1140 1005 0 12296 0
Current children cumulated CPU time: 3031.82 s
Current children cumulated vsize: 54132 KiB
Current children cumulated memory: 47316 KiB

[startup+3102.3 s]
/proc/loadavg: 3.08 3.22 3.13 5/244 306332
/proc/meminfo: memFree=109490780/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=54152 memory=47336 CPUtime=3091.63 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 48127 0 0 0 306656 2507 0 0 20 0 1 0 31174187 55451648 11834 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13538 11834 1140 1005 0 12301 0
Current children cumulated CPU time: 3091.63 s
Current children cumulated vsize: 54152 KiB
Current children cumulated memory: 47336 KiB

[startup+3162.3 s]
/proc/loadavg: 3.09 3.19 3.13 5/246 306347
/proc/meminfo: memFree=109487980/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=54456 memory=47624 CPUtime=3151.42 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 48962 0 0 0 312590 2552 0 0 20 0 1 0 31174187 55762944 11906 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13614 11906 1140 1005 0 12377 0
Current children cumulated CPU time: 3151.42 s
Current children cumulated vsize: 54456 KiB
Current children cumulated memory: 47624 KiB

[startup+3222.3 s]
/proc/loadavg: 3.08 3.17 3.12 5/246 306357
/proc/meminfo: memFree=109484248/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=55156 memory=48192 CPUtime=3211.23 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 49783 0 0 0 318527 2596 0 0 20 0 1 0 31174187 56479744 12048 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13789 12048 1140 1005 0 12552 0
Current children cumulated CPU time: 3211.23 s
Current children cumulated vsize: 55156 KiB
Current children cumulated memory: 48192 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.17 3.12 5/246 306368
/proc/meminfo: memFree=109468188/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=55924 memory=48860 CPUtime=3271.03 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 50525 0 0 0 324458 2645 0 0 20 0 1 0 31174187 57266176 12215 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 13981 12215 1140 1005 0 12744 0
Current children cumulated CPU time: 3271.03 s
Current children cumulated vsize: 55924 KiB
Current children cumulated memory: 48860 KiB

[startup+3342.3 s]
/proc/loadavg: 3.10 3.15 3.12 5/246 306378
/proc/meminfo: memFree=109464916/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56344 memory=49204 CPUtime=3330.83 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 51264 0 0 0 330395 2688 0 0 20 0 1 0 31174187 57696256 12301 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14086 12301 1140 1005 0 12849 0
Current children cumulated CPU time: 3330.83 s
Current children cumulated vsize: 56344 KiB
Current children cumulated memory: 49204 KiB

[startup+3402.3 s]
/proc/loadavg: 3.15 3.15 3.12 5/247 306390
/proc/meminfo: memFree=109463552/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56344 memory=49204 CPUtime=3390.63 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 51996 0 0 0 336326 2737 0 0 20 0 1 0 31174187 57696256 12301 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14086 12301 1140 1005 0 12849 0
Current children cumulated CPU time: 3390.63 s
Current children cumulated vsize: 56344 KiB
Current children cumulated memory: 49204 KiB

[startup+3462.3 s]
/proc/loadavg: 3.15 3.15 3.12 5/247 306784
/proc/meminfo: memFree=109450660/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56532 memory=49800 CPUtime=3450.44 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 52691 0 0 0 342263 2781 0 0 20 0 1 0 31174187 57888768 12450 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14133 12450 1140 1005 0 12896 0
Current children cumulated CPU time: 3450.44 s
Current children cumulated vsize: 56532 KiB
Current children cumulated memory: 49800 KiB

[startup+3522.3 s]
/proc/loadavg: 3.13 3.15 3.12 5/248 306797
/proc/meminfo: memFree=109447540/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56660 memory=49928 CPUtime=3510.24 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 53353 0 0 0 348199 2825 0 0 20 0 1 0 31174187 58019840 12482 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14165 12482 1140 1005 0 12928 0
Current children cumulated CPU time: 3510.24 s
Current children cumulated vsize: 56660 KiB
Current children cumulated memory: 49928 KiB

[startup+3582.3 s]
/proc/loadavg: 3.12 3.14 3.11 5/248 306808
/proc/meminfo: memFree=109427932/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56724 memory=49992 CPUtime=3570.03 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 54085 0 0 0 354136 2867 0 0 20 0 1 0 31174187 58085376 12498 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14181 12498 1140 1005 0 12944 0
Current children cumulated CPU time: 3570.03 s
Current children cumulated vsize: 56724 KiB
Current children cumulated memory: 49992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 2.99 3.11 3.10 3/241 306843
/proc/meminfo: memFree=109650412/131524600 swapFree=131063756/131071996
[pid=304840] ppid=304834 vsize=56724 memory=49992 CPUtime=3600.04 cores=0,2
/proc/304840/stat : 304840 (Exact) R 304834 304840 300215 0 -1 4194304 54528 0 0 0 357116 2888 0 0 20 0 1 0 31174187 58085376 12498 134679101440 4194304 8309489 140730131846624 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9165528 9243992 45842432 140730131850177 140730131850347 140730131850347 140730131857359 0
/proc/304840/statm: 14181 12498 1140 1005 0 12944 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 56724 KiB
Current children cumulated memory: 49992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3571.16 s, system=28.889 s

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

Child status: 10

Real time (s): 3612.4
CPU time (s): 3600.05
CPU user time (s): 3571.16
CPU system time (s): 28.889
CPU usage (%): 99.6581
Max. virtual memory (cumulated for all children) (KiB): 56820
Max. memory (cumulated for all children) (KiB): 49992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3571.16
system time used= 28.889
maximum resident set size= 50252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54533
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= 24667


# summary of solver processes directly reported to runsolver:
#   pid: 304840
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3571.16
#   total CPU system time (s): 28.889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94474 second user time and 16.7224 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-26 00:27:39
IDJOB=4459937
IDBENCH=148675
IDSOLVER=3060
FILE ID=nodeC027/4459937-1721946459
RUNJOBID= nodeC027-1721946459-304788
SLURM_JOB_ID= 8247247
Free space on /tmp= 890076 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_10_2.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459937-1721946459/watcher-4459937-1721946459 -o /tmp/evaluation-result-4459937-1721946459/solver-4459937-1721946459 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721946459-304788 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1676883910 HOME/instance-4459937-1721946459.opb

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

MD5SUM BENCH= cf766711a707813c9bd3325657edcc33
RANDOM SEED=1676883910

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3645.593
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3654.897
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.65
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		: 3637.733
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3651.436
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.65
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		: 3645.839
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3660.011
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.65
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		: 3649.493
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.74
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		: 3637.468
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110625940 kB
MemAvailable:   129674372 kB
Buffers:          330660 kB
Cached:         19398640 kB
SwapCached:          472 kB
Active:          2644068 kB
Inactive:       17356532 kB
Active(anon):       1592 kB
Inactive(anon):   323140 kB
Active(file):    2642476 kB
Inactive(file): 17033392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063756 kB
Dirty:             19516 kB
Writeback:             0 kB
AnonPages:        270984 kB
Mapped:           119204 kB
Shmem:             53416 kB
KReclaimable:     424776 kB
Slab:             548444 kB
SReclaimable:     424776 kB
SUnreclaim:       123668 kB
KernelStack:        3924 kB
PageTables:         9404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     693872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17376 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      359124 kB
DirectMap2M:    40308736 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC027 at 2024-07-26 01:27:52