Trace number 4450390

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
FiberSCIP 2024-07-02? (TO) 3600.02 3608.71

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/SUMINEQ/
normalized-sumineqArity4houseP128.opb
MD5SUMe9f5941775c0ec216e13c0fdf86c7766
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 benchmark3.40217
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables66044
Total number of constraints16512
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints16383
Minimum length of a constraint4
Maximum length of a constraint12
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 16
Number of bits of the biggest sum of numbers5
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 The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.19/0.23	c Default LC presolving (default).
0.19/0.23	c ** Before presolving: virtualMemUsedAtLc = 251768732, getVmSize() = 202739712, SCIPgetMemUsed() = 172100792, SCIPgetMemTotal() = 177186080, SCIPgetMemExternEstim() = 74582652
0.19/0.23	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **

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: 63931 MiB (60006 MiB free)
  memory of node 1: 64510 MiB (61155 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450390-1721410836/watcher-4450390-1721410836 -o /tmp/evaluation-result-4450390-1721410836/solver-4450390-1721410836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721410598-1040500 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4450390-1721410836.opb -qsol -t 3600 -sth 1 

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=1040758, runsolver pid=1040755

[startup+0.100244 s]*
/proc/loadavg: 4.04 2.82 1.82 5/264 1040759
/proc/meminfo: memFree=123998588/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=92860 memory=80216 CPUtime=0.09 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 17998 0 0 0 7 2 0 0 20 0 1 0 193253358 95088640 20054 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 23215 20054 2318 3032 0 19615 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 92860 KiB
Current children cumulated memory: 80216 KiB

[startup+0.205862 s]*
/proc/loadavg: 4.04 2.82 1.82 5/264 1040759
/proc/meminfo: memFree=123910692/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=181996 memory=170164 CPUtime=0.19 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 40527 0 0 0 15 4 0 0 20 0 1 0 193253358 186363904 42541 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 45499 42541 2542 3032 0 41899 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 181996 KiB
Current children cumulated memory: 170164 KiB

[startup+0.305985 s]*
/proc/loadavg: 4.04 2.82 1.82 5/264 1040759
/proc/meminfo: memFree=123884008/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=215620 memory=196132 CPUtime=0.29 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 46965 0 0 0 24 5 0 0 20 0 1 0 193253358 220794880 49033 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 53905 49033 2606 3032 0 50305 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 215620 KiB
Current children cumulated memory: 196132 KiB

[startup+0.700269 s]
/proc/loadavg: 4.04 2.82 1.82 5/264 1040759
/proc/meminfo: memFree=123819952/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=314240 memory=296572 CPUtime=0.68 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 82065 0 0 0 58 10 0 0 20 0 1 0 193253358 321781760 74143 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 78560 74143 2718 3032 0 74960 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 314240 KiB
Current children cumulated memory: 296572 KiB

[startup+1.50024 s]
/proc/loadavg: 4.04 2.82 1.82 5/264 1040759
/proc/meminfo: memFree=123779852/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=420924 memory=303416 CPUtime=1.49 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 83239 0 0 0 138 11 0 0 20 0 1 0 193253358 431026176 75854 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 105231 75854 2734 3032 0 101631 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 420924 KiB
Current children cumulated memory: 303416 KiB

[startup+3.10565 s]
/proc/loadavg: 4.11 2.85 1.83 5/264 1040759
/proc/meminfo: memFree=123592012/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=627856 memory=496348 CPUtime=3.08 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 130472 0 0 0 290 18 0 0 20 0 1 0 193253358 642924544 124087 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 156964 124087 2766 3032 0 153364 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 627856 KiB
Current children cumulated memory: 496348 KiB

[startup+6.30023 s]
/proc/loadavg: 4.11 2.85 1.83 5/264 1040759
/proc/meminfo: memFree=123290012/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=945996 memory=814732 CPUtime=6.27 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 210011 0 0 0 595 32 0 0 20 0 1 0 193253358 968699904 203683 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 236499 203683 2766 3032 0 232899 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 945996 KiB
Current children cumulated memory: 814732 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 2.87 1.85 5/264 1040761
/proc/meminfo: memFree=123045096/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1155892 memory=1032580 CPUtime=12.66 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 262961 0 0 0 1221 45 0 0 20 0 1 0 193253358 1183633408 258145 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 288973 258145 2766 3032 0 285373 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1155892 KiB
Current children cumulated memory: 1032580 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 2.93 1.88 5/264 1040762
/proc/meminfo: memFree=122957824/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1225556 memory=1106880 CPUtime=25.43 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 280558 0 0 0 2494 49 0 0 20 0 1 0 193253358 1254969344 276720 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 306389 276720 2766 3032 0 302789 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1225556 KiB
Current children cumulated memory: 1106880 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 3.03 1.94 5/264 1040767
/proc/meminfo: memFree=122865300/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1309152 memory=1190568 CPUtime=50.98 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 301457 0 0 0 5042 56 0 0 20 0 1 0 193253358 1340571648 297642 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 327288 297642 2766 3032 0 323688 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1309152 KiB
Current children cumulated memory: 1190568 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 3.22 2.07 5/262 1040777
/proc/meminfo: memFree=122791220/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326964 memory=1208252 CPUtime=102.06 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 305847 0 0 0 10144 62 0 0 20 0 1 0 193253358 1358811136 302063 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331741 302063 2766 3032 0 328141 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 1326964 KiB
Current children cumulated memory: 1208252 KiB

[startup+162.3 s]
/proc/loadavg: 4.72 3.55 2.25 5/262 1040788
/proc/meminfo: memFree=122686004/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326968 memory=1208252 CPUtime=161.93 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 305848 0 0 0 16126 67 0 0 20 0 1 0 193253358 1358815232 302063 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331742 302063 2766 3032 0 328142 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 1326968 KiB
Current children cumulated memory: 1208252 KiB

[startup+222.3 s]
/proc/loadavg: 4.38 3.66 2.38 5/262 1040798
/proc/meminfo: memFree=122672584/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326976 memory=1208252 CPUtime=221.8 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 305850 0 0 0 22107 73 0 0 20 0 1 0 193253358 1358823424 302063 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331744 302063 2766 3032 0 328144 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 1326976 KiB
Current children cumulated memory: 1208252 KiB

[startup+282.3 s]
/proc/loadavg: 4.25 3.76 2.49 5/262 1040808
/proc/meminfo: memFree=122557992/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326980 memory=1208252 CPUtime=281.68 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 305851 0 0 0 28089 79 0 0 20 0 1 0 193253358 1358827520 302063 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331745 302063 2766 3032 0 328145 0
Current children cumulated CPU time: 281.68 s
Current children cumulated vsize: 1326980 KiB
Current children cumulated memory: 1208252 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 3.83 2.60 5/260 1040819
/proc/meminfo: memFree=122489148/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326980 memory=1208252 CPUtime=341.55 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 305851 0 0 0 34070 85 0 0 20 0 1 0 193253358 1358827520 302063 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331745 302063 2766 3032 0 328145 0
Current children cumulated CPU time: 341.55 s
Current children cumulated vsize: 1326980 KiB
Current children cumulated memory: 1208252 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.89 2.70 5/260 1040829
/proc/meminfo: memFree=122412068/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326984 memory=1208308 CPUtime=401.41 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 306356 0 0 0 40053 88 0 0 20 0 1 0 193253358 1358831616 302077 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331746 302077 2766 3032 0 328146 0
Current children cumulated CPU time: 401.41 s
Current children cumulated vsize: 1326984 KiB
Current children cumulated memory: 1208308 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.93 2.79 5/262 1040843
/proc/meminfo: memFree=122274644/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1326988 memory=1208308 CPUtime=461.25 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 306365 0 0 0 46035 90 0 0 20 0 1 0 193253358 1358835712 302077 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331747 302077 2766 3032 0 328147 0

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

Current children cumulated memory: 1223116 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.14 4.04 5/261 1042640
/proc/meminfo: memFree=122089904/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327060 memory=1223116 CPUtime=2915.32 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 308800 0 0 0 291429 103 0 0 20 0 1 0 193253358 1358909440 305779 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331765 305779 2766 3032 0 328165 0
Current children cumulated CPU time: 2915.32 s
Current children cumulated vsize: 1327060 KiB
Current children cumulated memory: 1223116 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.14 4.04 5/261 1042650
/proc/meminfo: memFree=122050780/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327060 memory=1223120 CPUtime=2975.17 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 308864 0 0 0 297414 103 0 0 20 0 1 0 193253358 1358909440 305780 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331765 305780 2766 3032 0 328165 0
Current children cumulated CPU time: 2975.17 s
Current children cumulated vsize: 1327060 KiB
Current children cumulated memory: 1223120 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.13 4.04 5/260 1042717
/proc/meminfo: memFree=122043684/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327060 memory=1223120 CPUtime=3035.01 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 308966 0 0 0 303398 103 0 0 20 0 1 0 193253358 1358909440 305780 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331765 305780 2766 3032 0 328165 0
Current children cumulated CPU time: 3035.01 s
Current children cumulated vsize: 1327060 KiB
Current children cumulated memory: 1223120 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.13 4.05 5/260 1042728
/proc/meminfo: memFree=122037768/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327064 memory=1223120 CPUtime=3094.86 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309071 0 0 0 309383 103 0 0 20 0 1 0 193253358 1358913536 305780 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331766 305780 2766 3032 0 328166 0
Current children cumulated CPU time: 3094.86 s
Current children cumulated vsize: 1327064 KiB
Current children cumulated memory: 1223120 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.05 5/260 1042738
/proc/meminfo: memFree=122024596/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327064 memory=1223124 CPUtime=3154.71 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309143 0 0 0 315368 103 0 0 20 0 1 0 193253358 1358913536 305781 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331766 305781 2766 3032 0 328166 0
Current children cumulated CPU time: 3154.71 s
Current children cumulated vsize: 1327064 KiB
Current children cumulated memory: 1223124 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.05 5/259 1042749
/proc/meminfo: memFree=122011188/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327064 memory=1223124 CPUtime=3214.55 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309246 0 0 0 321352 103 0 0 20 0 1 0 193253358 1358913536 305781 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331766 305781 2766 3032 0 328166 0
Current children cumulated CPU time: 3214.55 s
Current children cumulated vsize: 1327064 KiB
Current children cumulated memory: 1223124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.06 5/259 1042759
/proc/meminfo: memFree=121990380/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327064 memory=1223124 CPUtime=3274.4 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309325 0 0 0 327337 103 0 0 20 0 1 0 193253358 1358913536 305781 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331766 305781 2766 3032 0 328166 0
Current children cumulated CPU time: 3274.4 s
Current children cumulated vsize: 1327064 KiB
Current children cumulated memory: 1223124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.14 4.07 5/258 1042769
/proc/meminfo: memFree=121977772/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327068 memory=1223128 CPUtime=3334.25 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309426 0 0 0 333322 103 0 0 20 0 1 0 193253358 1358917632 305782 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331767 305782 2766 3032 0 328167 0
Current children cumulated CPU time: 3334.25 s
Current children cumulated vsize: 1327068 KiB
Current children cumulated memory: 1223128 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.18 4.08 5/258 1042826
/proc/meminfo: memFree=122980884/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327068 memory=1223128 CPUtime=3394.1 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309535 0 0 0 339307 103 0 0 20 0 1 0 193253358 1358917632 305782 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331767 305782 2766 3032 0 328167 0
Current children cumulated CPU time: 3394.1 s
Current children cumulated vsize: 1327068 KiB
Current children cumulated memory: 1223128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.16 4.08 5/258 1042837
/proc/meminfo: memFree=122980240/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327068 memory=1223128 CPUtime=3453.95 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309602 0 0 0 345292 103 0 0 20 0 1 0 193253358 1358917632 305782 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331767 305782 2766 3032 0 328167 0
Current children cumulated CPU time: 3453.95 s
Current children cumulated vsize: 1327068 KiB
Current children cumulated memory: 1223128 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.14 4.08 5/258 1042847
/proc/meminfo: memFree=122979748/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327068 memory=1223128 CPUtime=3513.81 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309711 0 0 0 351278 103 0 0 20 0 1 0 193253358 1358917632 305782 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331767 305782 2766 3032 0 328167 0
Current children cumulated CPU time: 3513.81 s
Current children cumulated vsize: 1327068 KiB
Current children cumulated memory: 1223128 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/258 1042857
/proc/meminfo: memFree=122981624/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327072 memory=1223132 CPUtime=3573.66 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309829 0 0 0 357263 103 0 0 20 0 1 0 193253358 1358921728 305783 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331768 305783 2766 3032 0 328168 0
Current children cumulated CPU time: 3573.66 s
Current children cumulated vsize: 1327072 KiB
Current children cumulated memory: 1223132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 4.09 4.13 4.09 5/260 1042868
/proc/meminfo: memFree=122973852/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327072 memory=1223132 CPUtime=3600 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309888 0 0 0 359897 103 0 0 20 0 1 0 193253358 1358921728 305783 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331768 305783 2766 3032 0 328168 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1327072 KiB
Current children cumulated memory: 1223132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.98 s, system=1.04452 s

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

[startup+3608.7 s]
/proc/loadavg: 4.09 4.13 4.09 5/260 1042868
/proc/meminfo: memFree=122973852/131524600 swapFree=131071996/131071996
[pid=1040758] ppid=1040755 vsize=1327072 memory=1223132 CPUtime=3600 cores=1,3
/proc/1040758/stat : 1040758 (fscip) R 1040755 1040758 1040488 0 -1 4194304 309888 0 0 0 359897 103 0 0 20 0 1 0 193253358 1358921728 305783 134679101440 4194304 16613245 140730956444256 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 51052544 140730956452883 140730956452999 140730956452999 140730956460016 0
/proc/1040758/statm: 331768 305783 2766 3032 0 328168 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1327072 KiB
Current children cumulated memory: 1223132 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.71
CPU time (s): 3600.02
CPU user time (s): 3598.98
CPU system time (s): 1.04452
CPU usage (%): 99.7593
Max. virtual memory (cumulated for all children) (KiB): 1327072
Max. memory (cumulated for all children) (KiB): 1223132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.98
system time used= 1.04452
maximum resident set size= 1223132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309888
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= 7
involuntary context switches= 1183


# summary of solver processes directly reported to runsolver:
#   pid: 1040758
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.98
#   total CPU system time (s): 1.04452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5659 second user time and 12.3456 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-19 19:40:49
IDJOB=4450390
IDBENCH=160448
IDSOLVER=3064
FILE ID=nodeC033/4450390-1721410836
RUNJOBID= nodeC033-1721410598-1040500
SLURM_JOB_ID= 7545470
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4houseP128.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450390-1721410836/watcher-4450390-1721410836 -o /tmp/evaluation-result-4450390-1721410836/solver-4450390-1721410836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721410598-1040500 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4450390-1721410836.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= e9f5941775c0ec216e13c0fdf86c7766
RANDOM SEED=49149893

nodeC033.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		: 3666.308
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.50
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		: 3674.288
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	: 7006.25
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.999
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.50
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		: 3665.639
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	: 7006.25
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		: 3666.302
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.50
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		: 3671.577
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	: 7006.25
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.789
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.50
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		: 3644.249
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124070072 kB
MemAvailable:   128439956 kB
Buffers:          567396 kB
Cached:          4595412 kB
SwapCached:            0 kB
Active:          1028288 kB
Inactive:        5696400 kB
Active(anon):       1556 kB
Inactive(anon):  1606208 kB
Active(file):    1026732 kB
Inactive(file):  4090192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30192 kB
Writeback:            52 kB
AnonPages:       1559220 kB
Mapped:           143236 kB
Shmem:             45908 kB
KReclaimable:     185212 kB
Slab:             308732 kB
SReclaimable:     185212 kB
SUnreclaim:       123520 kB
KernelStack:        4160 kB
PageTables:        12696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1081960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC033 at 2024-07-19 20:40:57