Trace number 4450385

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.06 3607.41

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 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-4450385-1721411183.opb>
0.10/0.12	c original problem has 66044 variables (66044 bin, 0 int, 0 impl, 0 cont) and 16512 constraints
0.10/0.12	c problem read in 0.12
0.10/0.12	c No objective function, only one solution is needed.
0.20/0.27	c presolving:
0.30/0.31	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
0.30/0.38	c    (0.4s) running MILP presolver
0.40/0.46	c    (0.5s) MILP presolver (2 rounds): 0 aggregations, 4 fixings, 0 bound changes
0.50/0.58	c (round 2, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 0 chg coeffs, 16426 upgd conss, 0 impls, 0 clqs
0.60/0.63	c (round 3, exhaustive) 4 del vars, 1 del conss, 0 add conss, 0 chg bounds, 129 chg sides, 0 chg coeffs, 16511 upgd conss, 0 impls, 0 clqs
1.39/1.46	c    (1.5s) probing: 51/66040 (0.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
1.39/1.46	c    (1.5s) probing aborted: 50/50 successive totally useless probings
1.49/1.52	c    (1.5s) 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 (61538 MiB free)
  memory of node 1: 64473 MiB (61724 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=1025533, runsolver pid=1025530
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 4.13 3.27 3.21 5/254 1025534
/proc/meminfo: memFree=126156572/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=121688 memory=80764 CPUtime=0.1 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 17300 0 0 0 6 4 0 0 20 0 1 0 193289100 124608512 20191 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 30422 20191 3203 3540 0 18679 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 121688 KiB
Current children cumulated memory: 80764 KiB

[startup+0.205975 s]*
/proc/loadavg: 4.13 3.27 3.21 5/254 1025534
/proc/meminfo: memFree=126067000/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=209232 memory=168844 CPUtime=0.2 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 39298 0 0 0 13 7 0 0 20 0 1 0 193289100 214253568 42211 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 52308 42211 3490 3540 0 40565 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 209232 KiB
Current children cumulated memory: 168844 KiB

[startup+0.305809 s]*
/proc/loadavg: 4.13 3.27 3.21 5/254 1025534
/proc/meminfo: memFree=126037656/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=239756 memory=196276 CPUtime=0.3 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 46102 0 0 0 22 8 0 0 20 0 1 0 193289100 245510144 49069 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 59939 49069 3554 3540 0 48196 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 239756 KiB
Current children cumulated memory: 196276 KiB

[startup+0.700229 s]
/proc/loadavg: 4.12 3.28 3.22 5/254 1025534
/proc/meminfo: memFree=125989636/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=347164 memory=301028 CPUtime=0.69 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 79362 0 0 0 55 14 0 0 20 0 1 0 193289100 355495936 75257 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 86791 75257 3729 3540 0 75048 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 347164 KiB
Current children cumulated memory: 301028 KiB

[startup+1.5002 s]
/proc/loadavg: 4.12 3.28 3.22 5/254 1025534
/proc/meminfo: memFree=125930748/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=349732 memory=303980 CPUtime=1.49 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 80078 0 0 0 135 14 0 0 20 0 1 0 193289100 358125568 75995 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 87433 75995 3745 3540 0 75690 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 349732 KiB
Current children cumulated memory: 303980 KiB

[startup+3.10566 s]
/proc/loadavg: 4.12 3.28 3.22 5/254 1025534
/proc/meminfo: memFree=125722368/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=692752 memory=520928 CPUtime=3.08 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 128758 0 0 0 285 23 0 0 20 0 1 0 193289100 709378048 130232 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 173188 130232 3761 3540 0 161445 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 692752 KiB
Current children cumulated memory: 520928 KiB

[startup+6.3002 s]
/proc/loadavg: 4.11 3.30 3.22 5/254 1025534
/proc/meminfo: memFree=125403976/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=1030632 memory=858840 CPUtime=6.28 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 213238 0 0 0 590 38 0 0 20 0 1 0 193289100 1055367168 214710 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 257658 214710 3761 3540 0 245915 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1030632 KiB
Current children cumulated memory: 858840 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 3.32 3.23 5/254 1025535
/proc/meminfo: memFree=124779016/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=1690572 memory=1519092 CPUtime=12.66 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 378271 0 0 0 1199 67 0 0 20 0 1 0 193289100 1731145728 379773 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 422643 379773 3761 3540 0 410900 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1690572 KiB
Current children cumulated memory: 1519092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 3.35 3.24 5/254 1025537
/proc/meminfo: memFree=124329148/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2012948 memory=1858092 CPUtime=25.43 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 459421 0 0 0 2463 80 0 0 20 0 1 0 193289100 2061258752 464523 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 503237 464523 3761 3540 0 491494 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2012948 KiB
Current children cumulated memory: 1858092 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 3.41 3.27 5/254 1025542
/proc/meminfo: memFree=124176088/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2142992 memory=1998176 CPUtime=50.98 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 491956 0 0 0 5013 85 0 0 20 0 1 0 193289100 2194423808 499544 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 535748 499544 3761 3540 0 524005 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2142992 KiB
Current children cumulated memory: 1998176 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 3.54 3.32 5/255 1025552
/proc/meminfo: memFree=123942424/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2301416 memory=2156804 CPUtime=102.07 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 531571 0 0 0 10115 92 0 0 20 0 1 0 193289100 2356649984 539201 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 575354 539201 3761 3540 0 563611 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 2301416 KiB
Current children cumulated memory: 2156804 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.64 3.37 5/255 1025563
/proc/meminfo: memFree=123812660/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357152 memory=2212484 CPUtime=161.94 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545519 0 0 0 16096 98 0 0 20 0 1 0 193289100 2413723648 553121 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589288 553121 3761 3540 0 577545 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 2357152 KiB
Current children cumulated memory: 2212484 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.72 3.41 5/257 1025577
/proc/meminfo: memFree=123663608/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357156 memory=2212484 CPUtime=221.81 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545533 0 0 0 22079 102 0 0 20 0 1 0 193289100 2413727744 553121 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589289 553121 3761 3540 0 577546 0
Current children cumulated CPU time: 221.81 s
Current children cumulated vsize: 2357156 KiB
Current children cumulated memory: 2212484 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.80 3.47 5/257 1025589
/proc/meminfo: memFree=123616936/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357160 memory=2212484 CPUtime=281.69 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545548 0 0 0 28063 106 0 0 20 0 1 0 193289100 2413731840 553121 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589290 553121 3761 3540 0 577547 0
Current children cumulated CPU time: 281.69 s
Current children cumulated vsize: 2357160 KiB
Current children cumulated memory: 2212484 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.86 3.51 5/257 1025600
/proc/meminfo: memFree=123551856/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357164 memory=2212600 CPUtime=341.56 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545562 0 0 0 34046 110 0 0 20 0 1 0 193289100 2413735936 553150 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589291 553150 3761 3540 0 577548 0
Current children cumulated CPU time: 341.56 s
Current children cumulated vsize: 2357164 KiB
Current children cumulated memory: 2212600 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.92 3.55 5/256 1025612
/proc/meminfo: memFree=123486808/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357164 memory=2212600 CPUtime=401.42 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545573 0 0 0 40030 112 0 0 20 0 1 0 193289100 2413735936 553150 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589291 553150 3761 3540 0 577548 0
Current children cumulated CPU time: 401.42 s
Current children cumulated vsize: 2357164 KiB
Current children cumulated memory: 2212600 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 3.96 3.59 5/257 1025624
/proc/meminfo: memFree=123463300/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357168 memory=2212600 CPUtime=461.3 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 545587 0 0 0 46013 117 0 0 20 0 1 0 193289100 2413740032 553150 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589292 553150 3761 3540 0 577549 0

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

Current children cumulated memory: 2229444 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.15 4.09 5/258 1027473
/proc/meminfo: memFree=122775324/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357212 memory=2229444 CPUtime=2856.52 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 550416 0 0 0 285485 167 0 0 20 0 1 0 193289100 2413785088 557361 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589303 557361 3761 3540 0 577560 0
Current children cumulated CPU time: 2856.52 s
Current children cumulated vsize: 2357212 KiB
Current children cumulated memory: 2229444 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.15 4.09 5/254 1027483
/proc/meminfo: memFree=122763668/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229444 CPUtime=2916.4 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 550664 0 0 0 291473 167 0 0 20 0 1 0 193289100 2413789184 557361 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557361 3761 3540 0 577561 0
Current children cumulated CPU time: 2916.4 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229444 KiB

[startup+2982.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/254 1027493
/proc/meminfo: memFree=122732360/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229448 CPUtime=2976.28 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 550913 0 0 0 297461 167 0 0 20 0 1 0 193289100 2413789184 557362 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557362 3761 3540 0 577561 0
Current children cumulated CPU time: 2976.28 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229448 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/254 1027503
/proc/meminfo: memFree=122702012/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229448 CPUtime=3036.17 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 551165 0 0 0 303450 167 0 0 20 0 1 0 193289100 2413789184 557362 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557362 3761 3540 0 577561 0
Current children cumulated CPU time: 3036.17 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229448 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/254 1027514
/proc/meminfo: memFree=122604236/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229448 CPUtime=3096.05 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 551417 0 0 0 309438 167 0 0 20 0 1 0 193289100 2413789184 557362 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557362 3761 3540 0 577561 0
Current children cumulated CPU time: 3096.05 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229448 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/254 1027524
/proc/meminfo: memFree=122598536/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229448 CPUtime=3155.94 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 551673 0 0 0 315427 167 0 0 20 0 1 0 193289100 2413789184 557362 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557362 3761 3540 0 577561 0
Current children cumulated CPU time: 3155.94 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229448 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/256 1027538
/proc/meminfo: memFree=122584868/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357216 memory=2229448 CPUtime=3215.82 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 551931 0 0 0 321415 167 0 0 20 0 1 0 193289100 2413789184 557362 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589304 557362 3761 3540 0 577561 0
Current children cumulated CPU time: 3215.82 s
Current children cumulated vsize: 2357216 KiB
Current children cumulated memory: 2229448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/257 1027550
/proc/meminfo: memFree=122578884/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357220 memory=2229452 CPUtime=3275.71 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 552190 0 0 0 327404 167 0 0 20 0 1 0 193289100 2413793280 557363 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589305 557363 3761 3540 0 577562 0
Current children cumulated CPU time: 3275.71 s
Current children cumulated vsize: 2357220 KiB
Current children cumulated memory: 2229452 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/257 1027605
/proc/meminfo: memFree=123381928/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357220 memory=2229452 CPUtime=3335.56 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 552452 0 0 0 333389 167 0 0 20 0 1 0 193289100 2413793280 557363 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589305 557363 3761 3540 0 577562 0
Current children cumulated CPU time: 3335.56 s
Current children cumulated vsize: 2357220 KiB
Current children cumulated memory: 2229452 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/257 1027616
/proc/meminfo: memFree=123380684/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357220 memory=2229452 CPUtime=3395.42 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 552715 0 0 0 339375 167 0 0 20 0 1 0 193289100 2413793280 557363 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589305 557363 3761 3540 0 577562 0
Current children cumulated CPU time: 3395.42 s
Current children cumulated vsize: 2357220 KiB
Current children cumulated memory: 2229452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 1027628
/proc/meminfo: memFree=123370464/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357220 memory=2229452 CPUtime=3455.28 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 552979 0 0 0 345361 167 0 0 20 0 1 0 193289100 2413793280 557363 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589305 557363 3761 3540 0 577562 0
Current children cumulated CPU time: 3455.28 s
Current children cumulated vsize: 2357220 KiB
Current children cumulated memory: 2229452 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/257 1027638
/proc/meminfo: memFree=123368964/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357220 memory=2229452 CPUtime=3515.14 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 553246 0 0 0 351347 167 0 0 20 0 1 0 193289100 2413793280 557363 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589305 557363 3761 3540 0 577562 0
Current children cumulated CPU time: 3515.14 s
Current children cumulated vsize: 2357220 KiB
Current children cumulated memory: 2229452 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 1027648
/proc/meminfo: memFree=123366004/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357224 memory=2229456 CPUtime=3574.99 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 553514 0 0 0 357332 167 0 0 20 0 1 0 193289100 2413797376 557364 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589306 557364 3761 3540 0 577563 0
Current children cumulated CPU time: 3574.99 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 2229456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.4 s]
/proc/loadavg: 4.12 4.11 4.09 5/254 1027654
/proc/meminfo: memFree=123365632/131524600 swapFree=131071996/131071996
[pid=1025533] ppid=1025530 vsize=2357224 memory=2229456 CPUtime=3600.03 cores=5,7
/proc/1025533/stat : 1025533 (pbscip) R 1025530 1025533 1025265 0 -1 4194304 553605 0 0 0 359836 167 0 0 20 0 1 0 193289100 2413797376 557364 134679101440 4194304 18693293 140736752732592 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 48222208 140736752735234 140736752735333 140736752735333 140736752742350 0
/proc/1025533/statm: 589306 557364 3761 3540 0 577563 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 2229456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.37 s, system=1.6869 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.41
CPU time (s): 3600.06
CPU user time (s): 3598.37
CPU system time (s): 1.6869
CPU usage (%): 99.7962
Max. virtual memory (cumulated for all children) (KiB): 2357224
Max. memory (cumulated for all children) (KiB): 2229456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.37
system time used= 1.6869
maximum resident set size= 2229456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 553605
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= 20
involuntary context switches= 1259


# summary of solver processes directly reported to runsolver:
#   pid: 1025533
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.37
#   total CPU system time (s): 1.6869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.22403 second user time and 17.755 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-19 19:46:35
IDJOB=4450385
IDBENCH=160448
IDSOLVER=3059
FILE ID=nodeC035/4450385-1721411183
RUNJOBID= nodeC035-1721410880-1025278
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-sumineqArity4houseP128.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-4450385-1721411183/watcher-4450385-1721411183 -o /tmp/evaluation-result-4450385-1721411183/solver-4450385-1721411183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721410880-1025278 --watchdog 3760  pbscip -f HOME/instance-4450385-1721411183.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= e9f5941775c0ec216e13c0fdf86c7766
RANDOM SEED=786875625

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		: 3669.524
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		: 3670.929
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.013
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		: 3621.283
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		: 3669.506
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		: 3662.864
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		: 3600.075
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		: 3673.309
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:        126221340 kB
MemAvailable:   128938516 kB
Buffers:          536828 kB
Cached:          2998836 kB
SwapCached:            0 kB
Active:          1009160 kB
Inactive:        3621104 kB
Active(anon):       1544 kB
Inactive(anon):  1138948 kB
Active(file):    1007616 kB
Inactive(file):  2482156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20896 kB
Writeback:             0 kB
AnonPages:       1094628 kB
Mapped:           141676 kB
Shmem:             45916 kB
KReclaimable:     134456 kB
Slab:             251156 kB
SReclaimable:     134456 kB
SUnreclaim:       116700 kB
KernelStack:        4048 kB
PageTables:        12348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1646492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            72672 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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 20:46:43