Trace number 4446015

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.14 3613.15

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
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-4446015-1721328784.opb>
2.18/2.22	c original problem has 48253 variables (48253 bin, 0 int, 0 impl, 0 cont) and 1119563 constraints
2.18/2.22	c problem read in 2.22
2.18/2.23	c No objective function, only one solution is needed.
3.78/3.82	c presolving:
4.98/5.10	c (round 1, fast)       841 del vars, 13704 del conss, 0 add conss, 841 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 227956 clqs
5.08/5.18	c (round 2, fast)       841 del vars, 23508 del conss, 0 add conss, 841 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 227956 clqs
6.78/6.82	c    (6.8s) running MILP presolver
9.97/10.05	c    (10.0s) MILP presolver found nothing
12.46/12.56	c (round 3, exhaustive) 841 del vars, 23525 del conss, 0 add conss, 841 chg bounds, 17 chg sides, 0 chg coeffs, 1096037 upgd conss, 0 impls, 227956 clqs
15.45/15.55	c (round 4, exhaustive) 841 del vars, 37499 del conss, 0 add conss, 841 chg bounds, 17 chg sides, 20980 chg coeffs, 1096037 upgd conss, 0 impls, 227956 clqs
30.81/30.93	c    (30.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
33.30/33.45	c    (33.4s) no symmetry present (symcode time: 0.42)
34.91/35.03	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
34.91/35.03	c  866 deleted vars, 37524 deleted constraints, 0 added constraints, 841 tightened bounds, 0 added holes, 17 changed sides, 21025 changed coefficients
34.91/35.03	c  0 implications, 227929 cliques
34.91/35.03	c presolved problem has 47387 variables (47387 bin, 0 int, 0 impl, 0 cont) and 1082039 constraints
34.91/35.03	c  111893 constraints of type <knapsack>
34.91/35.03	c  227931 constraints of type <setppc>
34.91/35.03	c       1 constraints of type <linear>
34.91/35.03	c  742214 constraints of type <logicor>
34.91/35.03	c transformed objective value is always integral (scale: 1)
34.91/35.03	c Presolving Time: 31.22
34.91/35.03	c - non default parameters ----------------------------------------------------------------------
34.91/35.03	c # SCIP version 10.0.0
34.91/35.03	c 
34.91/35.03	c # maximal time in seconds to run
34.91/35.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
34.91/35.03	c limits/time = 3596.997049
34.91/35.03	c 
34.91/35.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
34.91/35.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
34.91/35.03	c limits/memory = 27900
34.91/35.03	c 
34.91/35.03	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
34.91/35.03	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
34.91/35.03	c limits/solutions = 1
34.91/35.03	c 
34.91/35.03	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
34.91/35.03	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
34.91/35.03	c misc/usesymmetry = 3
34.91/35.03	c 
34.91/35.03	c # belongs reading time to solving time?
34.91/35.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
34.91/35.03	c timing/reading = TRUE
34.91/35.03	c 
34.91/35.03	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
34.91/35.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
34.91/35.03	c propagating/symmetry/detectdoublelex = FALSE
34.91/35.03	c 
34.91/35.03	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
34.91/35.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
34.91/35.03	c propagating/symmetry/detectsubgroups = FALSE
34.91/35.03	c 
34.91/35.03	c # Type of symmetries that shall be computed?
34.91/35.03	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
34.91/35.03	c propagating/symmetry/symtype = 1
34.91/35.03	c 
34.91/35.03	c # Should components consisting of a single full reflection be handled?
34.91/35.03	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
34.91/35.03	c propagating/symmetry/usesimplesgncomp = FALSE
34.91/35.03	c 
34.91/35.03	c -----------------------------------------------------------------------------------------------
34.91/35.03	c start solving
34.91/35.05	c 
41.78/41.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.78/41.93	c  41.9s|     1 |     0 |  2136 |     - |  4995M |   0 |  47k|1082k|1082k|   0 |  0 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
474.03/475.75	c   476s|     1 |     0 |  7239 |     - |  5141M |   0 |  47k|1082k|1082k|   6 |  1 |  92 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1199.23/1203.30	c  1203s|     1 |     0 |  9842 |     - |  5254M |   0 |  47k|1082k|1082k|  13 |  2 |  94 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1885.12/1892.06	c  1892s|     1 |     0 | 10378 |     - |  5360M |   0 |  47k|1082k|1082k|  23 |  3 |  94 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2405.52/2414.20	c  2414s|     1 |     0 | 11963 |     - |  5467M |   0 |  47k|1082k|1082k|  38 |  4 |  94 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3060.13/3071.26	c  3071s|     1 |     0 | 17398 |     - |  5577M |   0 |  47k|1082k|1082k|  52 |  5 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3126.50/3137.83	c  3138s|     1 |     0 | 19127 |     - |  5681M |   0 |  47k|1082k|1082k| 104 |  6 |  99 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3160.57/3172.10	c  3172s|     1 |     0 | 22928 |     - |  5787M |   0 |  47k|1082k|1082k| 138 |  7 | 100 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3188.67/3200.27	c  3200s|     1 |     0 | 31783 |     - |  5892M |   0 |  47k|1082k|1082k| 171 |  8 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3201.31/3212.97	c  3213s|     1 |     0 | 35095 |     - |  5998M |   0 |  47k|1082k|1082k| 213 |  9 | 104 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3360.26/3372.43	c  3372s|     1 |     0 | 41395 |     - |  6102M |   0 |  47k|1082k|1082k| 261 | 10 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3386.97/3399.29	c  3399s|     1 |     0 | 46825 |     - |  6206M |   0 |  47k|1082k|1082k| 303 | 11 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446015-1721328784/watcher-4446015-1721328784 -o /tmp/evaluation-result-4446015-1721328784/solver-4446015-1721328784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721328778-973108 --watchdog 3760 pbscip -f HOME/instance-4446015-1721328784.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=973356, runsolver pid=973353
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 3.05 3.57 3.91 5/259 973357
/proc/meminfo: memFree=128162232/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=88684 memory=47940 CPUtime=0.09 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 9054 0 0 0 9 0 0 0 20 0 1 0 185038666 90812416 11985 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 22171 11985 3267 3540 0 10428 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 88684 KiB
Current children cumulated memory: 47940 KiB

[startup+0.205574 s]*
/proc/loadavg: 3.05 3.57 3.91 5/259 973357
/proc/meminfo: memFree=128130480/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=119180 memory=78124 CPUtime=0.2 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 16570 0 0 0 19 1 0 0 20 0 1 0 185038666 122040320 19531 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 29795 19531 3267 3540 0 18052 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 119180 KiB
Current children cumulated memory: 78124 KiB

[startup+0.305526 s]*
/proc/loadavg: 3.05 3.57 3.91 5/259 973357
/proc/meminfo: memFree=128100800/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=148728 memory=106384 CPUtime=0.29 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 23649 0 0 0 27 2 0 0 20 0 1 0 185038666 152297472 26596 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 37182 26596 3267 3540 0 25439 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 148728 KiB
Current children cumulated memory: 106384 KiB

[startup+0.700226 s]
/proc/loadavg: 3.05 3.57 3.91 6/259 973357
/proc/meminfo: memFree=128043396/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=256476 memory=215172 CPUtime=0.69 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 50298 0 0 0 62 7 0 0 20 0 1 0 185038666 262631424 53793 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 64119 53793 3267 3540 0 52376 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 256476 KiB
Current children cumulated memory: 215172 KiB

[startup+1.50023 s]
/proc/loadavg: 3.05 3.57 3.91 5/259 973357
/proc/meminfo: memFree=127905620/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=474652 memory=433000 CPUtime=1.48 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 102743 0 0 0 134 14 0 0 20 0 1 0 185038666 486043648 108250 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 118663 108250 3267 3540 0 106920 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 474652 KiB
Current children cumulated memory: 433000 KiB

[startup+3.10547 s]
/proc/loadavg: 3.05 3.57 3.91 5/259 973357
/proc/meminfo: memFree=127125308/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=1194960 memory=1153432 CPUtime=3.09 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 260404 0 0 0 269 40 0 0 20 0 1 0 185038666 1223639040 288358 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 298740 288358 3555 3540 0 286997 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1194960 KiB
Current children cumulated memory: 1153432 KiB

[startup+6.30028 s]
/proc/loadavg: 3.13 3.58 3.91 5/259 973357
/proc/meminfo: memFree=126338688/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=2017852 memory=1920396 CPUtime=6.28 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 366318 0 0 0 567 61 0 0 20 0 1 0 185038666 2066280448 480099 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 504463 480099 3619 3540 0 492720 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2017852 KiB
Current children cumulated memory: 1920396 KiB

[startup+12.7002 s]
/proc/loadavg: 3.20 3.59 3.91 5/259 973359
/proc/meminfo: memFree=125873864/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=2399824 memory=2331792 CPUtime=12.66 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 507157 0 0 0 1162 104 0 0 20 0 1 0 185038666 2457419776 582948 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 599956 582948 3746 3540 0 588213 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2399824 KiB
Current children cumulated memory: 2331792 KiB

[startup+25.5003 s]
/proc/loadavg: 3.38 3.61 3.91 5/259 973361
/proc/meminfo: memFree=125855660/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=2453960 memory=2377308 CPUtime=25.42 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 508437 0 0 0 2436 106 0 0 20 0 1 0 185038666 2512855040 594327 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 613490 594327 3794 3540 0 601747 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2453960 KiB
Current children cumulated memory: 2377308 KiB

[startup+51.1056 s]
/proc/loadavg: 3.67 3.66 3.92 6/259 973366
/proc/meminfo: memFree=122843160/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5310712 CPUtime=50.96 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 734198 0 0 0 4899 197 0 0 20 0 1 0 185038666 5694345216 1327678 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1327678 3986 3540 0 1378478 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5310712 KiB

[startup+102.3 s]
/proc/loadavg: 3.93 3.73 3.93 5/259 973377
/proc/meminfo: memFree=122784776/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5328812 CPUtime=101.97 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 734768 0 0 0 9999 198 0 0 20 0 1 0 185038666 5694345216 1332203 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332203 3986 3540 0 1378478 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5328812 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.80 3.94 5/258 973774
/proc/meminfo: memFree=122852640/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5328812 CPUtime=161.73 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 734995 0 0 0 15972 201 0 0 20 0 1 0 185038666 5694345216 1332203 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332203 3986 3540 0 1378478 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5328812 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.85 3.95 5/258 973784
/proc/meminfo: memFree=122831168/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5328856 CPUtime=221.47 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 735202 0 0 0 21943 204 0 0 20 0 1 0 185038666 5694345216 1332214 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332214 3986 3540 0 1378478 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5328856 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.91 3.97 5/258 973794
/proc/meminfo: memFree=122796496/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5329156 CPUtime=281.26 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 735444 0 0 0 27920 206 0 0 20 0 1 0 185038666 5694345216 1332289 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332289 3986 3540 0 1378478 0
Current children cumulated CPU time: 281.26 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5329156 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.95 3.98 5/258 973974
/proc/meminfo: memFree=122772332/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5329156 CPUtime=341.07 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 735719 0 0 0 33898 209 0 0 20 0 1 0 185038666 5694345216 1332289 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332289 3986 3540 0 1378478 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5329156 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.99 4.00 5/258 973985
/proc/meminfo: memFree=122769268/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5329156 CPUtime=400.87 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 736003 0 0 0 39876 211 0 0 20 0 1 0 185038666 5694345216 1332289 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332289 3986 3540 0 1378478 0
Current children cumulated CPU time: 400.87 s
Current children cumulated vsize: 5560884 KiB
Current children cumulated memory: 5329156 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.02 4.01 5/257 973997
/proc/meminfo: memFree=122762544/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=5560884 memory=5329156 CPUtime=460.67 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 736311 0 0 0 45854 213 0 0 20 0 1 0 185038666 5694345216 1332289 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1390221 1332289 3986 3540 0 1378478 0

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

Current children cumulated memory: 5564060 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/257 975116
/proc/meminfo: memFree=120716080/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6222488 memory=5564060 CPUtime=2911.8 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 776072 0 0 0 290914 266 0 0 20 0 1 0 185038666 6371827712 1391015 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1555622 1391015 3986 3540 0 1543879 0
Current children cumulated CPU time: 2911.8 s
Current children cumulated vsize: 6222488 KiB
Current children cumulated memory: 5564060 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/257 975126
/proc/meminfo: memFree=120692120/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6222488 memory=5564060 CPUtime=2971.57 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 776822 0 0 0 296890 267 0 0 20 0 1 0 185038666 6371827712 1391015 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1555622 1391015 3986 3540 0 1543879 0
Current children cumulated CPU time: 2971.57 s
Current children cumulated vsize: 6222488 KiB
Current children cumulated memory: 5564060 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/257 975138
/proc/meminfo: memFree=120680216/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6222488 memory=5564060 CPUtime=3031.33 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 777838 0 0 0 302865 268 0 0 20 0 1 0 185038666 6371827712 1391015 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1555622 1391015 3986 3540 0 1543879 0
Current children cumulated CPU time: 3031.33 s
Current children cumulated vsize: 6222488 KiB
Current children cumulated memory: 5564060 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/257 975149
/proc/meminfo: memFree=120665152/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6340844 memory=5564068 CPUtime=3091.11 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 779281 0 0 0 308842 269 0 0 20 0 1 0 185038666 6493024256 1391017 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1585211 1391017 3986 3540 0 1573468 0
Current children cumulated CPU time: 3091.11 s
Current children cumulated vsize: 6340844 KiB
Current children cumulated memory: 5564068 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/254 975159
/proc/meminfo: memFree=120569668/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6560652 memory=5597888 CPUtime=3150.9 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 782503 0 0 0 314820 270 0 0 20 0 1 0 185038666 6718107648 1399472 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1640163 1399472 3986 3540 0 1628420 0
Current children cumulated CPU time: 3150.9 s
Current children cumulated vsize: 6560652 KiB
Current children cumulated memory: 5597888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/254 975169
/proc/meminfo: memFree=120556616/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6763568 memory=5597896 CPUtime=3210.68 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 783879 0 0 0 320797 271 0 0 20 0 1 0 185038666 6925893632 1399474 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1690892 1399474 3986 3540 0 1679149 0
Current children cumulated CPU time: 3210.68 s
Current children cumulated vsize: 6763568 KiB
Current children cumulated memory: 5597896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.22 4.13 5/254 975180
/proc/meminfo: memFree=120541020/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6763568 memory=5597900 CPUtime=3270.47 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 784198 0 0 0 326775 272 0 0 20 0 1 0 185038666 6925893632 1399475 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1690892 1399475 3986 3540 0 1679149 0
Current children cumulated CPU time: 3270.47 s
Current children cumulated vsize: 6763568 KiB
Current children cumulated memory: 5597900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.51 4.27 4.15 5/254 975191
/proc/meminfo: memFree=120528104/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6763568 memory=5597900 CPUtime=3330.28 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 784589 0 0 0 332755 273 0 0 20 0 1 0 185038666 6925893632 1399475 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1690892 1399475 3986 3540 0 1679149 0
Current children cumulated CPU time: 3330.28 s
Current children cumulated vsize: 6763568 KiB
Current children cumulated memory: 5597900 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.23 4.14 5/254 975201
/proc/meminfo: memFree=120503464/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5597912 CPUtime=3390.06 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 786689 0 0 0 338732 274 0 0 20 0 1 0 185038666 7133696000 1399478 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1399478 3986 3540 0 1729882 0
Current children cumulated CPU time: 3390.06 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5597912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.22 4.14 5/256 975217
/proc/meminfo: memFree=120486884/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5597912 CPUtime=3449.85 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 787050 0 0 0 344711 274 0 0 20 0 1 0 185038666 7133696000 1399478 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1399478 3986 3540 0 1729882 0
Current children cumulated CPU time: 3449.85 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5597912 KiB

[startup+3522.3 s]
/proc/loadavg: 4.61 4.31 4.18 5/256 975227
/proc/meminfo: memFree=120478788/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5598092 CPUtime=3509.61 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 787480 0 0 0 350686 275 0 0 20 0 1 0 185038666 7133696000 1399523 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1399523 3986 3540 0 1729882 0
Current children cumulated CPU time: 3509.61 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5598092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.44 4.31 4.19 5/253 975319
/proc/meminfo: memFree=120697196/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5600180 CPUtime=3569.39 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 787913 0 0 0 356663 276 0 0 20 0 1 0 185038666 7133696000 1400045 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1400045 3986 3540 0 1729882 0
Current children cumulated CPU time: 3569.39 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5600180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3613.11 s]
/proc/loadavg: 4.27 4.28 4.18 5/257 975336
/proc/meminfo: memFree=118543504/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5601416 CPUtime=3600.09 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 788091 0 0 0 359732 277 0 0 20 0 1 0 185038666 7133696000 1400354 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1400354 3986 3540 0 1729882 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5601416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.33 s, system=2.81108 s

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

[startup+3613.11 s]
/proc/loadavg: 4.27 4.28 4.18 5/257 975336
/proc/meminfo: memFree=118543504/131524600 swapFree=131071996/131071996
[pid=973356] ppid=973353 vsize=6966500 memory=5601416 CPUtime=3600.09 cores=5,7
/proc/973356/stat : 973356 (pbscip) R 973353 973356 973095 0 -1 4194304 788091 0 0 0 359732 277 0 0 20 0 1 0 185038666 7133696000 1400354 134679101440 4194304 18693293 140732903059648 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45404160 140732903064579 140732903064678 140732903064678 140732903071694 0
/proc/973356/statm: 1741625 1400354 3986 3540 0 1729882 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 6966500 KiB
Current children cumulated memory: 5601416 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3613.15
CPU time (s): 3600.14
CPU user time (s): 3597.33
CPU system time (s): 2.81108
CPU usage (%): 99.6399
Max. virtual memory (cumulated for all children) (KiB): 6966500
Max. memory (cumulated for all children) (KiB): 5601416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.33
system time used= 2.81108
maximum resident set size= 5614752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 788091
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= 84
involuntary context switches= 2858


# summary of solver processes directly reported to runsolver:
#   pid: 973356
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.33
#   total CPU system time (s): 2.81108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0925 second user time and 17.0393 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-18 20:53:17
IDJOB=4446015
IDBENCH=155423
IDSOLVER=3059
FILE ID=nodeC015/4446015-1721328784
RUNJOBID= nodeC015-1721328778-973108
SLURM_JOB_ID= 7542690
Free space on /tmp= 889980 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.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-4446015-1721328784/watcher-4446015-1721328784 -o /tmp/evaluation-result-4446015-1721328784/solver-4446015-1721328784 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721328778-973108 --watchdog 3760  pbscip -f HOME/instance-4446015-1721328784.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=655262255

nodeC015.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		: 3680.196
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3688.769
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.960
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.869
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		: 3680.199
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.049
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		: 3600.114
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3689.598
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:        128196704 kB
MemAvailable:   129413332 kB
Buffers:          496088 kB
Cached:          1547400 kB
SwapCached:            0 kB
Active:          1602248 kB
Inactive:        1091392 kB
Active(anon):       1548 kB
Inactive(anon):   686320 kB
Active(file):    1600700 kB
Inactive(file):   405072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             68736 kB
Writeback:             0 kB
AnonPages:        648448 kB
Mapped:           141060 kB
Shmem:             37720 kB
KReclaimable:     101008 kB
Slab:             213588 kB
SReclaimable:     101008 kB
SUnreclaim:       112580 kB
KernelStack:        4160 kB
PageTables:        10632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1036440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889912 MiB
End job on nodeC015 at 2024-07-18 21:53:30