Trace number 4452515

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
SCIP 2024-07-07? (TO) 3600.01 3606.7

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
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 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4452515-1721442968.opb>
0.00/0.04	c original problem has 31248 variables (31248 bin, 0 int, 0 impl, 0 cont) and 354 constraints
0.00/0.04	c problem read in 0.04
0.00/0.04	c No objective function, only one solution is needed.
0.09/0.11	c presolving:
0.09/0.13	c (round 1, fast)       1680 del vars, 168 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.16	c    (0.2s) running MILP presolver
0.09/0.18	c    (0.2s) MILP presolver found nothing
0.09/0.18	c (round 2, exhaustive) 1680 del vars, 168 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 18 upgd conss, 0 impls, 0 clqs
0.29/0.33	c    (0.3s) probing: 51/29568 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.33	c    (0.3s) probing aborted: 50/50 successive totally useless probings
0.29/0.34	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452515-1721442968/watcher-4452515-1721442968 -o /tmp/evaluation-result-4452515-1721442968/solver-4452515-1721442968 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036358 --watchdog 3760 pbscip -f HOME/instance-4452515-1721442968.opb -t 3600 -j 2 -m 31000 

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

solver pid=1042161, runsolver pid=1042158

[startup+0.100853 s]*
/proc/loadavg: 4.13 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125617848/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=136784 memory=94516 CPUtime=0.09 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 20507 0 0 0 7 2 0 0 20 0 1 0 196461769 140066816 23629 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 34196 23629 3602 3540 0 22453 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 136784 KiB
Current children cumulated memory: 94516 KiB

[startup+0.205463 s]*
/proc/loadavg: 4.12 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125605472/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=162044 memory=114040 CPUtime=0.2 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 28375 0 0 0 17 3 0 0 20 0 1 0 196461769 165933056 28510 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 40511 28510 3809 3540 0 28768 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 162044 KiB
Current children cumulated memory: 114040 KiB

[startup+0.305541 s]*
/proc/loadavg: 4.12 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125578492/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=181536 memory=133600 CPUtime=0.29 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 31726 0 0 0 25 4 0 0 20 0 1 0 196461769 185892864 33400 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 45384 33400 3809 3540 0 33641 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 181536 KiB
Current children cumulated memory: 133600 KiB

[startup+0.700179 s]
/proc/loadavg: 4.12 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125341320/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=530808 memory=429732 CPUtime=0.68 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 104608 0 0 0 54 14 0 0 20 0 1 0 196461769 543547392 107433 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 132702 107433 3825 3540 0 120959 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 530808 KiB
Current children cumulated memory: 429732 KiB

[startup+1.50019 s]
/proc/loadavg: 4.12 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125237160/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=648216 memory=549784 CPUtime=1.48 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 134113 0 0 0 130 18 0 0 20 0 1 0 196461769 663773184 137446 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 162054 137446 3825 3540 0 150311 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 648216 KiB
Current children cumulated memory: 549784 KiB

[startup+3.10533 s]
/proc/loadavg: 4.12 4.14 4.10 5/255 1042162
/proc/meminfo: memFree=125122704/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=686108 memory=589572 CPUtime=3.09 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 143532 0 0 0 289 20 0 0 20 0 1 0 196461769 702574592 147393 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 171527 147393 3825 3540 0 159784 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 686108 KiB
Current children cumulated memory: 589572 KiB

[startup+6.30015 s]
/proc/loadavg: 4.11 4.13 4.10 5/255 1042163
/proc/meminfo: memFree=125088984/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=718452 memory=626380 CPUtime=6.27 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 151681 0 0 0 605 22 0 0 20 0 1 0 196461769 735694848 156595 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 179613 156595 3825 3540 0 167870 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 718452 KiB
Current children cumulated memory: 626380 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.13 4.10 5/255 1042163
/proc/meminfo: memFree=125062216/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738784 memory=647480 CPUtime=12.66 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156974 0 0 0 1242 24 0 0 20 0 1 0 196461769 756514816 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184696 161870 3825 3540 0 172953 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 738784 KiB
Current children cumulated memory: 647480 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.13 4.10 5/255 1042166
/proc/meminfo: memFree=125036436/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738788 memory=647480 CPUtime=25.43 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156977 0 0 0 2519 24 0 0 20 0 1 0 196461769 756518912 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184697 161870 3825 3540 0 172954 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 738788 KiB
Current children cumulated memory: 647480 KiB

[startup+51.1055 s]
/proc/loadavg: 4.05 4.11 4.09 5/255 1042169
/proc/meminfo: memFree=125022116/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738792 memory=647480 CPUtime=50.99 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156981 0 0 0 5073 26 0 0 20 0 1 0 196461769 756523008 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184698 161870 3825 3540 0 172955 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 738792 KiB
Current children cumulated memory: 647480 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.14 4.10 5/254 1042179
/proc/meminfo: memFree=125014452/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738800 memory=647480 CPUtime=102.09 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156986 0 0 0 10182 27 0 0 20 0 1 0 196461769 756531200 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184700 161870 3825 3540 0 172957 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 738800 KiB
Current children cumulated memory: 647480 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/254 1042189
/proc/meminfo: memFree=124966260/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738804 memory=647480 CPUtime=161.96 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156990 0 0 0 16168 28 0 0 20 0 1 0 196461769 756535296 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184701 161870 3825 3540 0 172958 0
Current children cumulated CPU time: 161.96 s
Current children cumulated vsize: 738804 KiB
Current children cumulated memory: 647480 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/254 1042199
/proc/meminfo: memFree=124951040/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738812 memory=647480 CPUtime=221.84 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156995 0 0 0 22155 29 0 0 20 0 1 0 196461769 756543488 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184703 161870 3825 3540 0 172960 0
Current children cumulated CPU time: 221.84 s
Current children cumulated vsize: 738812 KiB
Current children cumulated memory: 647480 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/257 1042215
/proc/meminfo: memFree=124942500/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738816 memory=647480 CPUtime=281.72 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 156999 0 0 0 28142 30 0 0 20 0 1 0 196461769 756547584 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184704 161870 3825 3540 0 172961 0
Current children cumulated CPU time: 281.72 s
Current children cumulated vsize: 738816 KiB
Current children cumulated memory: 647480 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/257 1042225
/proc/meminfo: memFree=124931616/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738820 memory=647480 CPUtime=341.6 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 157003 0 0 0 34129 31 0 0 20 0 1 0 196461769 756551680 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184705 161870 3825 3540 0 172962 0
Current children cumulated CPU time: 341.6 s
Current children cumulated vsize: 738820 KiB
Current children cumulated memory: 647480 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 1042235
/proc/meminfo: memFree=124924780/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738824 memory=647480 CPUtime=401.48 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 157007 0 0 0 40116 32 0 0 20 0 1 0 196461769 756555776 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184706 161870 3825 3540 0 172963 0
Current children cumulated CPU time: 401.48 s
Current children cumulated vsize: 738824 KiB
Current children cumulated memory: 647480 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/257 1042246
/proc/meminfo: memFree=124918140/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738824 memory=647480 CPUtime=461.36 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 157010 0 0 0 46103 33 0 0 20 0 1 0 196461769 756555776 161870 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184706 161870 3825 3540 0 172963 0

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

Current children cumulated memory: 662244 KiB

[startup+2922.3 s]
/proc/loadavg: 2.14 3.05 3.66 3/242 1043375
/proc/meminfo: memFree=126063108/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738900 memory=662244 CPUtime=2916.74 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158599 0 0 0 291638 36 0 0 20 0 1 0 196461769 756633600 165561 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184725 165561 3825 3540 0 172982 0
Current children cumulated CPU time: 2916.74 s
Current children cumulated vsize: 738900 KiB
Current children cumulated memory: 662244 KiB

[startup+2982.3 s]
/proc/loadavg: 2.09 2.87 3.56 3/241 1043768
/proc/meminfo: memFree=126062544/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738904 memory=662244 CPUtime=2976.64 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158651 0 0 0 297628 36 0 0 20 0 1 0 196461769 756637696 165561 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184726 165561 3825 3540 0 172983 0
Current children cumulated CPU time: 2976.64 s
Current children cumulated vsize: 738904 KiB
Current children cumulated memory: 662244 KiB

[startup+3042.3 s]
/proc/loadavg: 2.13 2.74 3.47 3/241 1043778
/proc/meminfo: memFree=126062164/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738904 memory=662248 CPUtime=3036.54 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158702 0 0 0 303618 36 0 0 20 0 1 0 196461769 756637696 165562 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184726 165562 3825 3540 0 172983 0
Current children cumulated CPU time: 3036.54 s
Current children cumulated vsize: 738904 KiB
Current children cumulated memory: 662248 KiB

[startup+3102.3 s]
/proc/loadavg: 2.05 2.60 3.37 3/241 1043789
/proc/meminfo: memFree=126062044/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738904 memory=662248 CPUtime=3096.44 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158753 0 0 0 309608 36 0 0 20 0 1 0 196461769 756637696 165562 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184726 165562 3825 3540 0 172983 0
Current children cumulated CPU time: 3096.44 s
Current children cumulated vsize: 738904 KiB
Current children cumulated memory: 662248 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.52 3.30 3/243 1043970
/proc/meminfo: memFree=126061304/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738908 memory=662248 CPUtime=3156.34 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158806 0 0 0 315598 36 0 0 20 0 1 0 196461769 756641792 165562 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184727 165562 3825 3540 0 172984 0
Current children cumulated CPU time: 3156.34 s
Current children cumulated vsize: 738908 KiB
Current children cumulated memory: 662248 KiB

[startup+3222.3 s]
/proc/loadavg: 2.10 2.44 3.22 3/243 1043980
/proc/meminfo: memFree=126060896/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738908 memory=662252 CPUtime=3216.24 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158858 0 0 0 321588 36 0 0 20 0 1 0 196461769 756641792 165563 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184727 165563 3825 3540 0 172984 0
Current children cumulated CPU time: 3216.24 s
Current children cumulated vsize: 738908 KiB
Current children cumulated memory: 662252 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.37 3.14 3/243 1044048
/proc/meminfo: memFree=126058920/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738908 memory=662252 CPUtime=3276.14 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158910 0 0 0 327578 36 0 0 20 0 1 0 196461769 756641792 165563 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184727 165563 3825 3540 0 172984 0
Current children cumulated CPU time: 3276.14 s
Current children cumulated vsize: 738908 KiB
Current children cumulated memory: 662252 KiB

[startup+3342.3 s]
/proc/loadavg: 2.09 2.32 3.07 3/243 1044059
/proc/meminfo: memFree=126058616/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738912 memory=662252 CPUtime=3336.04 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 158965 0 0 0 333568 36 0 0 20 0 1 0 196461769 756645888 165563 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184728 165563 3825 3540 0 172985 0
Current children cumulated CPU time: 3336.04 s
Current children cumulated vsize: 738912 KiB
Current children cumulated memory: 662252 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.27 3.01 3/243 1044069
/proc/meminfo: memFree=126058136/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738912 memory=662256 CPUtime=3395.94 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159018 0 0 0 339558 36 0 0 20 0 1 0 196461769 756645888 165564 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184728 165564 3825 3540 0 172985 0
Current children cumulated CPU time: 3395.94 s
Current children cumulated vsize: 738912 KiB
Current children cumulated memory: 662256 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.25 2.95 3/242 1044080
/proc/meminfo: memFree=126057004/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738912 memory=662256 CPUtime=3455.84 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159071 0 0 0 345548 36 0 0 20 0 1 0 196461769 756645888 165564 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184728 165564 3825 3540 0 172985 0
Current children cumulated CPU time: 3455.84 s
Current children cumulated vsize: 738912 KiB
Current children cumulated memory: 662256 KiB

[startup+3522.3 s]
/proc/loadavg: 2.05 2.20 2.89 3/242 1044092
/proc/meminfo: memFree=126056620/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738912 memory=662256 CPUtime=3515.74 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159126 0 0 0 351538 36 0 0 20 0 1 0 196461769 756645888 165564 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184728 165564 3825 3540 0 172985 0
Current children cumulated CPU time: 3515.74 s
Current children cumulated vsize: 738912 KiB
Current children cumulated memory: 662256 KiB

[startup+3582.3 s]
/proc/loadavg: 2.06 2.18 2.84 3/240 1044102
/proc/meminfo: memFree=126054772/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738916 memory=662260 CPUtime=3575.64 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159181 0 0 0 357528 36 0 0 20 0 1 0 196461769 756649984 165565 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184729 165565 3825 3540 0 172986 0
Current children cumulated CPU time: 3575.64 s
Current children cumulated vsize: 738916 KiB
Current children cumulated memory: 662260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.7 s]
/proc/loadavg: 2.09 2.18 2.82 3/240 1044107
/proc/meminfo: memFree=126045880/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738916 memory=662260 CPUtime=3600 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159190 0 0 0 359964 36 0 0 20 0 1 0 196461769 756649984 165565 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184729 165565 3825 3540 0 172986 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 738916 KiB
Current children cumulated memory: 662260 KiB

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

[startup+3606.7 s]
# the end of solver process 1042161 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3599.64 s, system=0.363191 s

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

[startup+3606.7 s]
/proc/loadavg: 2.09 2.18 2.82 3/240 1044107
/proc/meminfo: memFree=126045880/131524600 swapFree=131070704/131071996
[pid=1042161] ppid=1042158 vsize=738916 memory=662260 CPUtime=3600 cores=1,3
/proc/1042161/stat : 1042161 (pbscip) R 1042158 1042161 1036346 0 -1 4194304 159190 0 0 0 359964 36 0 0 20 0 1 0 196461769 756649984 165565 134679101440 4194304 18693293 140722080949392 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 40878080 140722080953346 140722080953445 140722080953445 140722080960462 0
/proc/1042161/statm: 184729 165565 3825 3540 0 172986 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 738916 KiB
Current children cumulated memory: 662260 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.7
CPU time (s): 3600.01
CPU user time (s): 3599.64
CPU system time (s): 0.363191
CPU usage (%): 99.8143
Max. virtual memory (cumulated for all children) (KiB): 738916
Max. memory (cumulated for all children) (KiB): 662260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.64
system time used= 0.363191
maximum resident set size= 662260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159190
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= 15
involuntary context switches= 1237


# summary of solver processes directly reported to runsolver:
#   pid: 1042161
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3599.64
#   total CPU system time (s): 0.363191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15186 second user time and 15.4819 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 04:36:21
IDJOB=4452515
IDBENCH=164400
IDSOLVER=3059
FILE ID=nodeC023/4452515-1721442968
RUNJOBID= nodeC023-1721434856-1036358
SLURM_JOB_ID= 7545638
Free space on /tmp= 890020 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452515-1721442968/watcher-4452515-1721442968 -o /tmp/evaluation-result-4452515-1721442968/solver-4452515-1721442968 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721434856-1036358 --watchdog 3760  pbscip -f HOME/instance-4452515-1721442968.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=1408111890

nodeC023.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		: 3685.575
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.61
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		: 3669.265
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.48
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.974
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.61
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		: 3669.273
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.48
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		: 3685.595
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.61
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		: 3686.115
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.196
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.61
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		: 3618.184
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125697880 kB
MemAvailable:   127964840 kB
Buffers:          582592 kB
Cached:          2520456 kB
SwapCached:           80 kB
Active:          1221652 kB
Inactive:        4031844 kB
Active(anon):       1580 kB
Inactive(anon):  2194596 kB
Active(file):    1220072 kB
Inactive(file):  1837248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             19616 kB
Writeback:             8 kB
AnonPages:       2150364 kB
Mapped:           142340 kB
Shmem:             45728 kB
KReclaimable:      98924 kB
Slab:             193252 kB
SReclaimable:      98924 kB
SUnreclaim:        94328 kB
KernelStack:        4064 kB
PageTables:        13832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2695668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1406976 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC023 at 2024-07-20 05:36:28