Trace number 4446406

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 NameAnswerCPU timeWall clock time
Exact 2024-07-05UNSAT 2080.46 2086.54

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-21.opb
MD5SUMabfa2b7f448cb4339f1b1eeb1bae5b59
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark46.0198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

2080.41/2086.52	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446406-1721330319/watcher-4446406-1721330319 -o /tmp/evaluation-result-4446406-1721330319/solver-4446406-1721330319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721330331-967635 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514172500 HOME/instance-4446406-1721330319.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=967673, runsolver pid=967669
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 1.05 1.10 1.57 5/248 967685
/proc/meminfo: memFree=129289112/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=35204 memory=16216 CPUtime=0.09 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 2810 0 0 0 9 0 0 0 20 0 1 0 185198906 36048896 4054 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 8801 4054 884 1005 0 7564 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 35204 KiB
Current children cumulated memory: 16216 KiB

[startup+0.205538 s]*
/proc/loadavg: 1.05 1.10 1.57 6/254 967696
/proc/meminfo: memFree=129238760/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=40272 memory=25180 CPUtime=0.2 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 4114 0 0 0 20 0 0 0 20 0 1 0 185198906 41238528 6295 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 10068 6295 884 1005 0 8831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40272 KiB
Current children cumulated memory: 25180 KiB

[startup+0.305707 s]*
/proc/loadavg: 1.05 1.10 1.57 5/254 967696
/proc/meminfo: memFree=129200256/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=46824 memory=33592 CPUtime=0.3 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 5804 0 0 0 29 1 0 0 20 0 1 0 185198906 47947776 8398 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 11706 8398 900 1005 0 10469 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46824 KiB
Current children cumulated memory: 33592 KiB

[startup+0.700246 s]
/proc/loadavg: 1.05 1.10 1.57 6/254 967696
/proc/meminfo: memFree=128953140/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=163244 memory=154312 CPUtime=0.69 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 23561 0 0 0 64 5 0 0 20 0 1 0 185198906 167161856 38578 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 40811 38578 1060 1005 0 39574 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 163244 KiB
Current children cumulated memory: 154312 KiB

[startup+1.50022 s]
/proc/loadavg: 1.05 1.10 1.57 5/254 967698
/proc/meminfo: memFree=128670384/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=163244 memory=156360 CPUtime=1.48 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 23574 0 0 0 143 5 0 0 20 0 1 0 185198906 167161856 39090 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 40811 39090 1060 1005 0 39574 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 163244 KiB
Current children cumulated memory: 156360 KiB

[startup+3.10554 s]
/proc/loadavg: 1.28 1.14 1.58 5/254 967698
/proc/meminfo: memFree=128106256/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=165264 memory=159784 CPUtime=3.08 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24353 0 0 0 303 5 0 0 20 0 1 0 185198906 169230336 39946 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41316 39946 1140 1005 0 40079 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 165264 KiB
Current children cumulated memory: 159784 KiB

[startup+6.30022 s]
/proc/loadavg: 1.28 1.14 1.58 5/254 967698
/proc/meminfo: memFree=127942584/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=165264 memory=159784 CPUtime=6.27 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24363 0 0 0 622 5 0 0 20 0 1 0 185198906 169230336 39946 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41316 39946 1140 1005 0 40079 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 165264 KiB
Current children cumulated memory: 159784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.78 1.25 1.62 5/254 967699
/proc/meminfo: memFree=127919708/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=165264 memory=159784 CPUtime=12.65 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24381 0 0 0 1260 5 0 0 20 0 1 0 185198906 169230336 39946 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41316 39946 1140 1005 0 40079 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 165264 KiB
Current children cumulated memory: 159784 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.35 1.64 5/254 967701
/proc/meminfo: memFree=127919804/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=165264 memory=159828 CPUtime=25.42 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24418 0 0 0 2536 6 0 0 20 0 1 0 185198906 169230336 39957 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41316 39957 1140 1005 0 40079 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 165264 KiB
Current children cumulated memory: 159828 KiB

[startup+51.1057 s]
/proc/loadavg: 2.76 1.56 1.70 5/254 967705
/proc/meminfo: memFree=127915540/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=165264 memory=159828 CPUtime=50.94 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24490 0 0 0 5088 6 0 0 20 0 1 0 185198906 169230336 39957 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41316 39957 1140 1005 0 40079 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 165264 KiB
Current children cumulated memory: 159828 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.00 1.85 5/256 967718
/proc/meminfo: memFree=127905960/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=166724 memory=161964 CPUtime=102 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 24936 0 0 0 10193 7 0 0 20 0 1 0 185198906 170725376 40491 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 41681 40491 1140 1005 0 40444 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 166724 KiB
Current children cumulated memory: 161964 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.38 1.99 5/256 967729
/proc/meminfo: memFree=127899608/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=168436 memory=163596 CPUtime=161.84 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 25463 0 0 0 16176 8 0 0 20 0 1 0 185198906 172478464 40899 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 42109 40899 1140 1005 0 40872 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 168436 KiB
Current children cumulated memory: 163596 KiB

[startup+222.3 s]
/proc/loadavg: 3.97 2.68 2.12 5/256 967739
/proc/meminfo: memFree=127891852/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=168436 memory=163676 CPUtime=221.69 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 25521 0 0 0 22160 9 0 0 20 0 1 0 185198906 172478464 40919 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 42109 40919 1140 1005 0 40872 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 168436 KiB
Current children cumulated memory: 163676 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.97 2.26 5/257 967751
/proc/meminfo: memFree=127888580/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=171600 memory=166564 CPUtime=281.5 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 26305 0 0 0 28140 10 0 0 20 0 1 0 185198906 175718400 41641 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 42900 41641 1140 1005 0 41663 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 171600 KiB
Current children cumulated memory: 166564 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.17 2.37 5/257 967762
/proc/meminfo: memFree=127884636/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=171600 memory=166580 CPUtime=341.3 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 26363 0 0 0 34119 11 0 0 20 0 1 0 185198906 175718400 41645 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 42900 41645 1140 1005 0 41663 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 171600 KiB
Current children cumulated memory: 166580 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.34 2.48 5/255 967772
/proc/meminfo: memFree=127882936/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=171600 memory=166580 CPUtime=401.1 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 26421 0 0 0 40098 12 0 0 20 0 1 0 185198906 175718400 41645 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 42900 41645 1140 1005 0 41663 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 171600 KiB
Current children cumulated memory: 166580 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.48 2.59 5/256 968165
/proc/meminfo: memFree=127874640/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=172424 memory=167644 CPUtime=460.9 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 26749 0 0 0 46077 13 0 0 20 0 1 0 185198906 176562176 41911 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 43106 41911 1140 1005 0 41869 0

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

/proc/loadavg: 4.07 4.08 3.70 5/255 968645
/proc/meminfo: memFree=127855988/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=177104 memory=172348 CPUtime=1597.44 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 28834 0 0 0 159715 29 0 0 20 0 1 0 185198906 181354496 43087 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44276 43087 1140 1005 0 43039 0
Current children cumulated CPU time: 1597.44 s
Current children cumulated vsize: 177104 KiB
Current children cumulated memory: 172348 KiB

[startup+1662.3 s]
/proc/loadavg: 4.12 4.10 3.73 5/255 968655
/proc/meminfo: memFree=127855568/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=177104 memory=172348 CPUtime=1657.29 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 28897 0 0 0 165699 30 0 0 20 0 1 0 185198906 181354496 43087 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44276 43087 1140 1005 0 43039 0
Current children cumulated CPU time: 1657.29 s
Current children cumulated vsize: 177104 KiB
Current children cumulated memory: 172348 KiB

[startup+1722.3 s]
/proc/loadavg: 4.04 4.08 3.75 5/254 968666
/proc/meminfo: memFree=127855196/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=177104 memory=172348 CPUtime=1717.14 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 28959 0 0 0 171684 30 0 0 20 0 1 0 185198906 181354496 43087 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44276 43087 1140 1005 0 43039 0
Current children cumulated CPU time: 1717.14 s
Current children cumulated vsize: 177104 KiB
Current children cumulated memory: 172348 KiB

[startup+1782.3 s]
/proc/loadavg: 4.12 4.09 3.78 5/254 968676
/proc/meminfo: memFree=127848836/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=177104 memory=172348 CPUtime=1776.99 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29002 0 0 0 177668 31 0 0 20 0 1 0 185198906 181354496 43087 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44276 43087 1140 1005 0 43039 0
Current children cumulated CPU time: 1776.99 s
Current children cumulated vsize: 177104 KiB
Current children cumulated memory: 172348 KiB

[startup+1842.3 s]
/proc/loadavg: 4.14 4.10 3.81 5/255 968687
/proc/meminfo: memFree=127848380/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=177600 memory=172348 CPUtime=1836.84 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29090 0 0 0 183652 32 0 0 20 0 1 0 185198906 181862400 43087 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44400 43087 1140 1005 0 43163 0
Current children cumulated CPU time: 1836.84 s
Current children cumulated vsize: 177600 KiB
Current children cumulated memory: 172348 KiB

[startup+1902.3 s]
/proc/loadavg: 4.09 4.10 3.83 5/257 968701
/proc/meminfo: memFree=127844764/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173040 CPUtime=1896.69 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29305 0 0 0 189636 33 0 0 20 0 1 0 185198906 182484992 43260 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43260 1140 1005 0 43315 0
Current children cumulated CPU time: 1896.69 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173040 KiB

[startup+1962.3 s]
/proc/loadavg: 4.23 4.14 3.86 5/257 968712
/proc/meminfo: memFree=127844316/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173040 CPUtime=1956.53 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29347 0 0 0 195620 33 0 0 20 0 1 0 185198906 182484992 43260 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43260 1140 1005 0 43315 0
Current children cumulated CPU time: 1956.53 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173040 KiB

[startup+2022.3 s]
/proc/loadavg: 4.13 4.12 3.88 5/257 968722
/proc/meminfo: memFree=127844000/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2016.38 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29409 0 0 0 201604 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2016.38 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2082.3 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842160/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2076.22 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207588 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2076.22 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2086.54 s]
# the end of solver process 967673 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=2080.12 s, system=0.346086 s

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

[startup+2083.2 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842160/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2077.12 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207678 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2077.12 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2084.8 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842152/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2078.72 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207838 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2078.72 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2085.6 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842152/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2079.52 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207918 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2079.52 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2086 s]*
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842152/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2079.92 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207958 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2079.92 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2086.4 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842152/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2080.31 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 207997 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2080.31 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

[startup+2086.5 s]
/proc/loadavg: 4.16 4.13 3.90 5/257 968733
/proc/meminfo: memFree=127842152/131524600 swapFree=131071996/131071996
[pid=967673] ppid=967669 vsize=178208 memory=173064 CPUtime=2080.41 cores=1,3
/proc/967673/stat : 967673 (Exact) R 967669 967673 967623 0 -1 4194304 29451 0 0 0 208007 34 0 0 20 0 1 0 185198906 182484992 43266 134679101440 4194304 8309489 140725612367984 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9165528 9243992 16072704 140725612372925 140725612373095 140725612373095 140725612380111 0
/proc/967673/statm: 44552 43266 1140 1005 0 43315 0
Current children cumulated CPU time: 2080.41 s
Current children cumulated vsize: 178208 KiB
Current children cumulated memory: 173064 KiB

Child status: 20

Real time (s): 2086.54
CPU time (s): 2080.46
CPU user time (s): 2080.12
CPU system time (s): 0.346086
CPU usage (%): 99.7088
Max. virtual memory (cumulated for all children) (KiB): 178208
Max. memory (cumulated for all children) (KiB): 173064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2080.12
system time used= 0.346086
maximum resident set size= 173064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29461
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= 30
involuntary context switches= 615


# summary of solver processes directly reported to runsolver:
#   pid: 967673
#   total CPU time (s): 2080.46
#   total CPU user time (s): 2080.12
#   total CPU system time (s): 0.346086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.61246 second user time and 9.94926 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-18 21:18:51
IDJOB=4446406
IDBENCH=155589
IDSOLVER=3060
FILE ID=nodeC028/4446406-1721330319
RUNJOBID= nodeC028-1721330331-967635
SLURM_JOB_ID= 7542706
Free space on /tmp= 890036 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-21.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-4446406-1721330319/watcher-4446406-1721330319 -o /tmp/evaluation-result-4446406-1721330319/solver-4446406-1721330319 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721330331-967635 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1514172500 HOME/instance-4446406-1721330319.opb

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

MD5SUM BENCH= abfa2b7f448cb4339f1b1eeb1bae5b59
RANDOM SEED=1514172500

nodeC028.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		: 3458.925
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.56
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		: 3650.447
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.59
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		: 3638.443
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.56
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		: 3643.087
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.59
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		: 3590.660
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.56
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		: 3522.244
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.59
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		: 3641.230
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.56
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		: 3653.273
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129347008 kB
MemAvailable:   129737544 kB
Buffers:          487636 kB
Cached:           745096 kB
SwapCached:            0 kB
Active:           987192 kB
Inactive:         594756 kB
Active(anon):       1452 kB
Inactive(anon):   385800 kB
Active(file):     985740 kB
Inactive(file):   208956 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             50260 kB
Writeback:             0 kB
AnonPages:        346272 kB
Mapped:           105644 kB
Shmem:             37720 kB
KReclaimable:      71328 kB
Slab:             178408 kB
SReclaimable:      71328 kB
SUnreclaim:       107080 kB
KernelStack:        3872 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     591080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            66336 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      197332 kB
DirectMap2M:    20547584 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 889988 MiB
End job on nodeC028 at 2024-07-18 21:53:38