Trace number 4450475

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.05 3608.11

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
MD5SUM0c828c266e62d79f9353be6d834d3452
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 benchmark1.63183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32004
Total number of constraints8002
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)127
Number of constraints which are nor clauses,nor cardinality constraints7875
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 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-4450475-1721412141.opb>
0.00/0.05	c original problem has 32004 variables (32004 bin, 0 int, 0 impl, 0 cont) and 8002 constraints
0.00/0.05	c problem read in 0.05
0.00/0.05	c No objective function, only one solution is needed.
0.09/0.12	c presolving:
0.09/0.14	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 127 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
0.09/0.18	c    (0.2s) running MILP presolver
0.20/0.21	c    (0.2s) MILP presolver (2 rounds): 0 aggregations, 4 fixings, 0 bound changes
0.20/0.26	c (round 2, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 127 chg sides, 0 chg coeffs, 7876 upgd conss, 0 impls, 0 clqs
0.20/0.29	c (round 3, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 127 chg sides, 0 chg coeffs, 8001 upgd conss, 0 impls, 0 clqs
0.59/0.61	c    (0.6s) probing: 51/32000 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.59/0.61	c    (0.6s) probing aborted: 50/50 successive totally useless probings
0.59/0.64	c    (0.6s) 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 (60779 MiB free)
  memory of node 1: 64473 MiB (59807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450475-1721412141/watcher-4450475-1721412141 -o /tmp/evaluation-result-4450475-1721412141/solver-4450475-1721412141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721410880-1025277 --watchdog 3760 pbscip -f HOME/instance-4450475-1721412141.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=1026422, runsolver pid=1026419

[startup+0.100592 s]*
/proc/loadavg: 4.10 4.11 3.85 5/260 1026423
/proc/meminfo: memFree=123400884/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=134448 memory=94080 CPUtime=0.09 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 20408 0 0 0 7 2 0 0 20 0 1 0 193384941 137674752 23520 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 33612 23520 3578 3540 0 21869 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 134448 KiB
Current children cumulated memory: 94080 KiB

[startup+0.205701 s]*
/proc/loadavg: 4.10 4.11 3.85 5/260 1026423
/proc/meminfo: memFree=123364348/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=172200 memory=125504 CPUtime=0.2 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 30635 0 0 0 16 4 0 0 20 0 1 0 193384941 176332800 31376 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 42428 31376 3769 3540 0 30685 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 172200 KiB
Current children cumulated memory: 125504 KiB

[startup+0.305597 s]*
/proc/loadavg: 4.10 4.11 3.85 5/260 1026423
/proc/meminfo: memFree=123334084/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=205852 memory=160808 CPUtime=0.29 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 39763 0 0 0 24 5 0 0 20 0 1 0 193384941 210792448 40202 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 51463 40202 3801 3540 0 39720 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 205852 KiB
Current children cumulated memory: 160808 KiB

[startup+0.70023 s]
/proc/loadavg: 4.10 4.11 3.85 5/260 1026423
/proc/meminfo: memFree=123331996/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=292680 memory=198576 CPUtime=0.68 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 47670 0 0 0 62 6 0 0 20 0 1 0 193384941 299704320 49644 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 73170 49644 3833 3540 0 61427 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 292680 KiB
Current children cumulated memory: 198576 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.11 3.85 5/260 1026423
/proc/meminfo: memFree=123220500/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=431708 memory=329688 CPUtime=1.48 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 80471 0 0 0 137 11 0 0 20 0 1 0 193384941 442068992 82422 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 107927 82422 3833 3540 0 96184 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 431708 KiB
Current children cumulated memory: 329688 KiB

[startup+3.10543 s]
/proc/loadavg: 4.17 4.13 3.85 5/260 1026423
/proc/meminfo: memFree=123002808/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=604632 memory=502608 CPUtime=3.08 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 123731 0 0 0 289 19 0 0 20 0 1 0 193384941 619143168 125652 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 151158 125652 3833 3540 0 139415 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 604632 KiB
Current children cumulated memory: 502608 KiB

[startup+6.30016 s]
/proc/loadavg: 4.17 4.13 3.85 5/260 1026423
/proc/meminfo: memFree=122880416/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=711332 memory=616176 CPUtime=6.27 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 150570 0 0 0 603 24 0 0 20 0 1 0 193384941 728403968 154044 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 177833 154044 3833 3540 0 166090 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 711332 KiB
Current children cumulated memory: 616176 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.12 3.85 5/260 1026424
/proc/meminfo: memFree=122797612/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=758340 memory=667248 CPUtime=12.65 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 162326 0 0 0 1240 25 0 0 20 0 1 0 193384941 776540160 166812 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 189585 166812 3833 3540 0 177842 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 758340 KiB
Current children cumulated memory: 667248 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.12 3.86 5/260 1026426
/proc/meminfo: memFree=122736088/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=815352 memory=725324 CPUtime=25.43 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 176847 0 0 0 2515 28 0 0 20 0 1 0 193384941 834920448 181331 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 203838 181331 3833 3540 0 192095 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 815352 KiB
Current children cumulated memory: 725324 KiB

[startup+51.1058 s]
/proc/loadavg: 4.15 4.12 3.87 5/260 1026430
/proc/meminfo: memFree=122597268/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=890364 memory=800828 CPUtime=50.98 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 195723 0 0 0 5065 33 0 0 20 0 1 0 193384941 911732736 200207 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 222591 200207 3833 3540 0 210848 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 890364 KiB
Current children cumulated memory: 800828 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.13 3.89 5/259 1026440
/proc/meminfo: memFree=122499972/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985380 memory=895340 CPUtime=102.07 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219354 0 0 0 10165 42 0 0 20 0 1 0 193384941 1009029120 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246345 223835 3833 3540 0 234602 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 985380 KiB
Current children cumulated memory: 895340 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.14 3.91 5/255 1026450
/proc/meminfo: memFree=122497744/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985384 memory=895340 CPUtime=161.94 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219355 0 0 0 16146 48 0 0 20 0 1 0 193384941 1009033216 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246346 223835 3833 3540 0 234603 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 985384 KiB
Current children cumulated memory: 895340 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.14 3.93 5/255 1026461
/proc/meminfo: memFree=122478716/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985388 memory=895340 CPUtime=221.82 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219356 0 0 0 22128 54 0 0 20 0 1 0 193384941 1009037312 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246347 223835 3833 3540 0 234604 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 985388 KiB
Current children cumulated memory: 895340 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.13 3.94 5/254 1026471
/proc/meminfo: memFree=122443628/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985392 memory=895340 CPUtime=281.69 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219357 0 0 0 28109 60 0 0 20 0 1 0 193384941 1009041408 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246348 223835 3833 3540 0 234605 0
Current children cumulated CPU time: 281.69 s
Current children cumulated vsize: 985392 KiB
Current children cumulated memory: 895340 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.12 3.95 5/254 1026482
/proc/meminfo: memFree=122389412/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985396 memory=895340 CPUtime=341.56 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219358 0 0 0 34090 66 0 0 20 0 1 0 193384941 1009045504 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246349 223835 3833 3540 0 234606 0
Current children cumulated CPU time: 341.56 s
Current children cumulated vsize: 985396 KiB
Current children cumulated memory: 895340 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.14 3.97 5/254 1026493
/proc/meminfo: memFree=122385656/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985400 memory=895340 CPUtime=401.44 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219359 0 0 0 40072 72 0 0 20 0 1 0 193384941 1009049600 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246350 223835 3833 3540 0 234607 0
Current children cumulated CPU time: 401.44 s
Current children cumulated vsize: 985400 KiB
Current children cumulated memory: 895340 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.13 3.98 5/257 1026555
/proc/meminfo: memFree=123118556/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985404 memory=895340 CPUtime=461.31 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 219360 0 0 0 46053 78 0 0 20 0 1 0 193384941 1009053696 223835 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246351 223835 3833 3540 0 234608 0

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

Current children cumulated memory: 910332 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 1027753
/proc/meminfo: memFree=125449676/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985472 memory=910332 CPUtime=2916.08 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221002 0 0 0 291440 168 0 0 20 0 1 0 193384941 1009123328 227583 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246368 227583 3833 3540 0 234625 0
Current children cumulated CPU time: 2916.08 s
Current children cumulated vsize: 985472 KiB
Current children cumulated memory: 910332 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/259 1027766
/proc/meminfo: memFree=125447712/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985476 memory=910332 CPUtime=2975.92 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221072 0 0 0 297424 168 0 0 20 0 1 0 193384941 1009127424 227583 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246369 227583 3833 3540 0 234626 0
Current children cumulated CPU time: 2975.92 s
Current children cumulated vsize: 985476 KiB
Current children cumulated memory: 910332 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/259 1027777
/proc/meminfo: memFree=125443224/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985476 memory=910336 CPUtime=3035.76 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221179 0 0 0 303408 168 0 0 20 0 1 0 193384941 1009127424 227584 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246369 227584 3833 3540 0 234626 0
Current children cumulated CPU time: 3035.76 s
Current children cumulated vsize: 985476 KiB
Current children cumulated memory: 910336 KiB

[startup+3102.3 s]
/proc/loadavg: 4.38 4.19 4.12 5/259 1027788
/proc/meminfo: memFree=125430796/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985476 memory=910336 CPUtime=3095.6 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221240 0 0 0 309392 168 0 0 20 0 1 0 193384941 1009127424 227584 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246369 227584 3833 3540 0 234626 0
Current children cumulated CPU time: 3095.6 s
Current children cumulated vsize: 985476 KiB
Current children cumulated memory: 910336 KiB

[startup+3162.3 s]
/proc/loadavg: 4.27 4.19 4.12 5/258 1028183
/proc/meminfo: memFree=125521600/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985476 memory=910336 CPUtime=3155.43 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221310 0 0 0 315375 168 0 0 20 0 1 0 193384941 1009127424 227584 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246369 227584 3833 3540 0 234626 0
Current children cumulated CPU time: 3155.43 s
Current children cumulated vsize: 985476 KiB
Current children cumulated memory: 910336 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.17 4.11 5/256 1028193
/proc/meminfo: memFree=125521504/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985480 memory=910340 CPUtime=3215.27 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221421 0 0 0 321359 168 0 0 20 0 1 0 193384941 1009131520 227585 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246370 227585 3833 3540 0 234627 0
Current children cumulated CPU time: 3215.27 s
Current children cumulated vsize: 985480 KiB
Current children cumulated memory: 910340 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/255 1028203
/proc/meminfo: memFree=125506640/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985480 memory=910340 CPUtime=3275.11 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221483 0 0 0 327343 168 0 0 20 0 1 0 193384941 1009131520 227585 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246370 227585 3833 3540 0 234627 0
Current children cumulated CPU time: 3275.11 s
Current children cumulated vsize: 985480 KiB
Current children cumulated memory: 910340 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/255 1028384
/proc/meminfo: memFree=125499380/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985480 memory=910340 CPUtime=3334.95 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221554 0 0 0 333327 168 0 0 20 0 1 0 193384941 1009131520 227585 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246370 227585 3833 3540 0 234627 0
Current children cumulated CPU time: 3334.95 s
Current children cumulated vsize: 985480 KiB
Current children cumulated memory: 910340 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/255 1028394
/proc/meminfo: memFree=125497668/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985484 memory=910344 CPUtime=3394.79 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221668 0 0 0 339310 169 0 0 20 0 1 0 193384941 1009135616 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246371 227586 3833 3540 0 234628 0
Current children cumulated CPU time: 3394.79 s
Current children cumulated vsize: 985484 KiB
Current children cumulated memory: 910344 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.10 5/255 1028407
/proc/meminfo: memFree=125491088/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985484 memory=910344 CPUtime=3454.63 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221731 0 0 0 345294 169 0 0 20 0 1 0 193384941 1009135616 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246371 227586 3833 3540 0 234628 0
Current children cumulated CPU time: 3454.63 s
Current children cumulated vsize: 985484 KiB
Current children cumulated memory: 910344 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/255 1028429
/proc/meminfo: memFree=125478224/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985484 memory=910344 CPUtime=3514.47 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221804 0 0 0 351278 169 0 0 20 0 1 0 193384941 1009135616 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246371 227586 3833 3540 0 234628 0
Current children cumulated CPU time: 3514.47 s
Current children cumulated vsize: 985484 KiB
Current children cumulated memory: 910344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/255 1028439
/proc/meminfo: memFree=125470468/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985484 memory=910344 CPUtime=3574.31 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221919 0 0 0 357262 169 0 0 20 0 1 0 193384941 1009135616 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246371 227586 3833 3540 0 234628 0
Current children cumulated CPU time: 3574.31 s
Current children cumulated vsize: 985484 KiB
Current children cumulated memory: 910344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 4.24 4.15 4.10 5/255 1028443
/proc/meminfo: memFree=125470400/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985488 memory=910344 CPUtime=3600.04 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221931 0 0 0 359835 169 0 0 20 0 1 0 193384941 1009139712 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246372 227586 3833 3540 0 234629 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 985488 KiB
Current children cumulated memory: 910344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.36 s, system=1.69581 s

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

[startup+3608.11 s]
/proc/loadavg: 4.24 4.15 4.10 5/255 1028443
/proc/meminfo: memFree=125470400/131524600 swapFree=131071996/131071996
[pid=1026422] ppid=1026419 vsize=985488 memory=910344 CPUtime=3600.04 cores=1,3
/proc/1026422/stat : 1026422 (pbscip) R 1026419 1026422 1025265 0 -1 4194304 221931 0 0 0 359835 169 0 0 20 0 1 0 193384941 1009139712 227586 134679101440 4194304 18693293 140723390191328 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 56020992 140723390194690 140723390194789 140723390194789 140723390201806 0
/proc/1026422/statm: 246372 227586 3833 3540 0 234629 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 985488 KiB
Current children cumulated memory: 910344 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.11
CPU time (s): 3600.05
CPU user time (s): 3598.36
CPU system time (s): 1.69581
CPU usage (%): 99.7767
Max. virtual memory (cumulated for all children) (KiB): 985488
Max. memory (cumulated for all children) (KiB): 910344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.36
system time used= 1.69581
maximum resident set size= 910348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221931
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= 2877


# summary of solver processes directly reported to runsolver:
#   pid: 1026422
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.36
#   total CPU system time (s): 1.69581

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.28071 second user time and 15.1901 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 20:02:33
IDJOB=4450475
IDBENCH=160458
IDSOLVER=3059
FILE ID=nodeC035/4450475-1721412141
RUNJOBID= nodeC035-1721410880-1025277
SLURM_JOB_ID= 7545474
Free space on /tmp= 890008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0125.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-4450475-1721412141/watcher-4450475-1721412141 -o /tmp/evaluation-result-4450475-1721412141/solver-4450475-1721412141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721410880-1025277 --watchdog 3760  pbscip -f HOME/instance-4450475-1721412141.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 0c828c266e62d79f9353be6d834d3452
RANDOM SEED=1229634307

nodeC035.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		: 3665.282
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.65
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		: 3668.966
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.79
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		: 3600.033
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.65
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		: 3664.898
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.79
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		: 3665.228
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.65
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		: 3668.659
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.79
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.926
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.65
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		: 3600.155
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123481332 kB
MemAvailable:   126212300 kB
Buffers:          538252 kB
Cached:          3010896 kB
SwapCached:            0 kB
Active:          1012204 kB
Inactive:        6353264 kB
Active(anon):       1536 kB
Inactive(anon):  3860372 kB
Active(file):    1010668 kB
Inactive(file):  2492892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19700 kB
Writeback:           104 kB
AnonPages:       3816036 kB
Mapped:           140924 kB
Shmem:             45916 kB
KReclaimable:     134464 kB
Slab:             251744 kB
SReclaimable:     134464 kB
SUnreclaim:       117280 kB
KernelStack:        4160 kB
PageTables:        16832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4354156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72672 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1462272 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:      207572 kB
DirectMap2M:    19488768 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 889992 MiB
End job on nodeC035 at 2024-07-19 21:02:42