Trace number 4433023

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-05? (TO) 3602.04 3612.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g100x100.opb
MD5SUM908a9c4c32d975b4e5850834449958a7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2076
Best CPU time to get the best result obtained on this benchmark3558.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints10000
Number of constraints which are clauses10000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 10000
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 10000
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10000
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
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

0.10/0.13	o 2984
0.10/0.15	o 2983
0.10/0.17	o 2982
0.20/0.21	o 2981
0.20/0.25	o 2980
0.30/0.31	o 2979
0.40/0.48	o 2978
0.69/0.70	o 2977
0.89/0.91	o 2976
1.68/1.75	o 2975
2.48/2.56	o 2974
2.98/3.00	o 2973
3.58/3.66	o 2972
4.28/4.35	o 2971
10.76/10.86	o 2970
17.84/17.90	o 2965
17.84/17.90	o 2964
17.84/17.91	o 2963
17.84/17.93	o 2962
24.22/24.30	o 2961
31.90/32.03	o 2960
218.23/218.88	o 2959
218.33/218.94	o 2958
218.33/218.97	o 2957
244.97/245.62	o 2956
1108.12/1111.12	o 2955
1113.30/1116.37	o 2954
2309.75/2316.15	o 2953
2309.84/2316.23	o 2952
2309.84/2316.29	o 2951
2838.66/2846.57	o 2941
2919.43/2927.59	o 2940

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4433023-1721079481/watcher-4433023-1721079481 -o /tmp/evaluation-result-4433023-1721079481/solver-4433023-1721079481 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721072667-858464 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1186874404 HOME/instance-4433023-1721079481.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=863269, runsolver pid=863266
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127778672/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=55108 memory=32100 CPUtime=0.1 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 7969 0 0 0 9 1 0 0 20 0 1 0 160116181 56430592 8025 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 13777 8025 1044 1005 0 12540 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 55108 KiB
Current children cumulated memory: 32100 KiB

[startup+0.205756 s]*
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127767520/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=63044 memory=43192 CPUtime=0.2 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 9834 0 0 0 19 1 0 0 20 0 1 0 160116181 64557056 10798 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 15761 10798 1076 1005 0 14524 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 63044 KiB
Current children cumulated memory: 43192 KiB

[startup+0.305703 s]*
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127751048/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=75628 memory=59744 CPUtime=0.3 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 12955 0 0 0 28 2 0 0 20 0 1 0 160116181 77443072 14936 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 18907 14936 1092 1005 0 17670 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75628 KiB
Current children cumulated memory: 59744 KiB

[startup+0.700235 s]
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127721204/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=104280 memory=93788 CPUtime=0.69 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 17601 0 0 0 66 3 0 0 20 0 1 0 160116181 106782720 23447 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 26070 23447 1092 1005 0 24833 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 104280 KiB
Current children cumulated memory: 93788 KiB

[startup+1.50024 s]
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127671216/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=202532 memory=156540 CPUtime=1.48 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 27405 0 0 0 142 6 0 0 20 0 1 0 160116181 207392768 39135 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 50633 39135 1140 1005 0 49396 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 202532 KiB
Current children cumulated memory: 156540 KiB

[startup+3.10568 s]
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127540592/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=334412 memory=274224 CPUtime=3.09 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 43236 0 0 0 297 12 0 0 20 0 1 0 160116181 342437888 68556 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 83603 68556 1140 1005 0 82366 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 334412 KiB
Current children cumulated memory: 274224 KiB

[startup+6.30021 s]
/proc/loadavg: 4.05 4.12 4.13 5/255 863270
/proc/meminfo: memFree=127411624/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=539648 memory=406472 CPUtime=6.27 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 61622 0 0 0 608 19 0 0 20 0 1 0 160116181 552599552 101618 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 134912 101618 1140 1005 0 133675 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 539648 KiB
Current children cumulated memory: 406472 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.11 4.13 5/255 863271
/proc/meminfo: memFree=127319284/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=580884 memory=490620 CPUtime=12.65 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 73007 0 0 0 1242 23 0 0 20 0 1 0 160116181 594825216 122655 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 145221 122655 1140 1005 0 143984 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 580884 KiB
Current children cumulated memory: 490620 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.13 5/255 863273
/proc/meminfo: memFree=127308032/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=590180 memory=502516 CPUtime=25.42 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 75466 0 0 0 2516 26 0 0 20 0 1 0 160116181 604344320 125629 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 147545 125629 1140 1005 0 146308 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 590180 KiB
Current children cumulated memory: 502516 KiB

[startup+51.1057 s]
/proc/loadavg: 4.07 4.11 4.13 5/255 863277
/proc/meminfo: memFree=127285364/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=613192 memory=522572 CPUtime=50.96 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 80693 0 0 0 5067 29 0 0 20 0 1 0 160116181 627908608 130643 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 153298 130643 1140 1005 0 152061 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 613192 KiB
Current children cumulated memory: 522572 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.11 4.12 5/255 863286
/proc/meminfo: memFree=126876268/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1078484 memory=944444 CPUtime=102.01 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 133227 0 0 0 10150 51 0 0 20 0 1 0 160116181 1104367616 236111 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 269621 236111 1140 1005 0 268384 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 1078484 KiB
Current children cumulated memory: 944444 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/257 863302
/proc/meminfo: memFree=126801644/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1095952 memory=1002600 CPUtime=161.88 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 136601 0 0 0 16119 69 0 0 20 0 1 0 160116181 1122254848 250650 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 273988 250650 1140 1005 0 272751 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 1095952 KiB
Current children cumulated memory: 1002600 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.09 4.11 5/257 863314
/proc/meminfo: memFree=126790720/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1095952 memory=1012772 CPUtime=221.72 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 136907 0 0 0 22100 72 0 0 20 0 1 0 160116181 1122254848 253193 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 273988 253193 1140 1005 0 272751 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 1095952 KiB
Current children cumulated memory: 1012772 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/257 863324
/proc/meminfo: memFree=126766752/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1097544 memory=1035844 CPUtime=281.59 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 137510 0 0 0 28073 86 0 0 20 0 1 0 160116181 1123885056 258961 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 274386 258961 1140 1005 0 273149 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 1097544 KiB
Current children cumulated memory: 1035844 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.10 4.10 5/257 863335
/proc/meminfo: memFree=126730404/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1108156 memory=1070160 CPUtime=341.44 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 138096 0 0 0 34051 93 0 0 20 0 1 0 160116181 1134751744 267540 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 277039 267540 1140 1005 0 275802 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 1108156 KiB
Current children cumulated memory: 1070160 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.09 4.10 5/257 863714
/proc/meminfo: memFree=126919876/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1112256 memory=1081748 CPUtime=401.3 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 139079 0 0 0 40031 99 0 0 20 0 1 0 160116181 1138950144 270437 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 278064 270437 1140 1005 0 276827 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 1112256 KiB
Current children cumulated memory: 1081748 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/255 863724
/proc/meminfo: memFree=126419784/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1136068 memory=1099908 CPUtime=461.13 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 139647 0 0 0 46008 105 0 0 20 0 1 0 160116181 1163333632 274977 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 284017 274977 1140 1005 0 282780 0

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

[startup+3042.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/259 865856
/proc/meminfo: memFree=119109228/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1303092 CPUtime=3033.91 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 153693 0 0 0 303051 340 0 0 20 0 1 0 160116181 1598795776 325773 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 325773 1140 1005 0 389094 0
Current children cumulated CPU time: 3033.91 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1303092 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 865866
/proc/meminfo: memFree=118925576/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3093.75 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 153831 0 0 0 309020 355 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3093.75 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/257 865933
/proc/meminfo: memFree=118830656/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3153.58 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 153886 0 0 0 314995 363 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3153.58 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.12 4.10 5/257 865945
/proc/meminfo: memFree=118731080/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3213.42 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 153989 0 0 0 320971 371 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3213.42 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.17 4.11 5/258 865956
/proc/meminfo: memFree=118631140/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3273.25 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154085 0 0 0 326947 378 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3273.25 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/257 865967
/proc/meminfo: memFree=118482396/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3333.08 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154197 0 0 0 332925 383 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3333.08 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.11 6/258 865978
/proc/meminfo: memFree=118201500/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3392.91 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154304 0 0 0 338902 389 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3392.91 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/256 865988
/proc/meminfo: memFree=118094876/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3452.74 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154413 0 0 0 344880 394 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/256 865999
/proc/meminfo: memFree=117728396/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3512.57 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154503 0 0 0 350857 400 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3512.57 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/255 866010
/proc/meminfo: memFree=117452324/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3572.4 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154621 0 0 0 356834 406 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3572.4 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.12 4.13 4.10 5/255 866015
/proc/meminfo: memFree=117385332/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3600.02 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154662 0 0 0 359595 407 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.95 s, system=4.08595 s

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

[startup+3611.2 s]
/proc/loadavg: 4.12 4.13 4.10 5/255 866015
/proc/meminfo: memFree=117385260/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3601.21 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154662 0 0 0 359714 407 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3601.21 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3611.6 s]
/proc/loadavg: 4.12 4.13 4.10 5/255 866015
/proc/meminfo: memFree=117385260/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3601.61 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154662 0 0 0 359754 407 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3601.61 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

[startup+3612 s]*
/proc/loadavg: 4.12 4.13 4.10 5/255 866015
/proc/meminfo: memFree=117385256/131524600 swapFree=131071996/131071996
[pid=863269] ppid=863266 vsize=1561324 memory=1344052 CPUtime=3602.02 cores=5,7
/proc/863269/stat : 863269 (Exact) R 863266 863269 858451 0 -1 4194304 154662 0 0 0 359794 408 0 0 20 0 1 0 160116181 1598795776 336013 134679101440 4194304 8309489 140721699403600 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9165528 9243992 22093824 140721699410878 140721699411048 140721699411048 140721699418063 0
/proc/863269/statm: 390331 336013 1140 1005 0 389094 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 1561324 KiB
Current children cumulated memory: 1344052 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.01
CPU time (s): 3602.04
CPU user time (s): 3597.95
CPU system time (s): 4.08595
CPU usage (%): 99.7239
Max. virtual memory (cumulated for all children) (KiB): 2003348
Max. memory (cumulated for all children) (KiB): 1598596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.95
system time used= 4.08595
maximum resident set size= 1623172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154662
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= 69
involuntary context switches= 1137


# summary of solver processes directly reported to runsolver:
#   pid: 863269
#   total CPU time (s): 3602.04
#   total CPU user time (s): 3597.95
#   total CPU system time (s): 4.08595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57312 second user time and 16.3317 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-15 23:38:14
IDJOB=4433023
IDBENCH=147222
IDSOLVER=3060
FILE ID=nodeC030/4433023-1721079481
RUNJOBID= nodeC030-1721072667-858464
SLURM_JOB_ID= 7505540
Free space on /tmp= 890060 MiB

SOLVER NAME= Exact 2024-07-05
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g100x100.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-4433023-1721079481/watcher-4433023-1721079481 -o /tmp/evaluation-result-4433023-1721079481/solver-4433023-1721079481 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721072667-858464 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1186874404 HOME/instance-4433023-1721079481.opb

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

MD5SUM BENCH= 908a9c4c32d975b4e5850834449958a7
RANDOM SEED=1186874404

nodeC030.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		: 3663.313
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.28
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		: 3623.430
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.11
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		: 3599.653
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.28
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		: 3599.654
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.11
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		: 3663.239
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.28
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		: 3599.633
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.11
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		: 3599.959
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.28
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		: 3623.895
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127807404 kB
MemAvailable:   129048600 kB
Buffers:          373108 kB
Cached:          1695024 kB
SwapCached:            0 kB
Active:           837676 kB
Inactive:        2263504 kB
Active(anon):       1540 kB
Inactive(anon):  1069220 kB
Active(file):     836136 kB
Inactive(file):  1194284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6532 kB
Writeback:             4 kB
AnonPages:       1032676 kB
Mapped:           117304 kB
Shmem:             37720 kB
KReclaimable:     101196 kB
Slab:             207388 kB
SReclaimable:     101196 kB
SUnreclaim:       106192 kB
KernelStack:        4112 kB
PageTables:        11164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1497064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62496 kB
HardwareCorrupted:     0 kB
AnonHugePages:    872448 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:      234196 kB
DirectMap2M:    18413568 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC030 at 2024-07-16 00:38:26