Trace number 4464575

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-30UNSAT 48.4152 48.5766

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL/
normalized-3col-left3reg-l040-r039-n1.opb
MD5SUM81dfd5daef2fe8d62fef7b61917a2420
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 benchmark0.095856
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints7694
Number of constraints which are clauses6513
Number of constraints which are cardinality constraints (but not clauses)1181
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.07	c Default LC presolving (default).
0.00/0.07	c ** Before presolving: virtualMemUsedAtLc = 41709568, getVmSize() = 41709568, SCIPgetMemUsed() = 15920155, SCIPgetMemTotal() = 19436763, SCIPgetMemExternEstim() = 10289146
0.00/0.07	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.41/0.52	c ** Estimated virtualMemUsedAtSolver = 44814114, getVmSize() = 81326080, SCIPgetMemUsed() = 39388898, SCIPgetMemTotal() = 56932026, SCIPgetMemExternEstim() = 10289146
0.41/0.52	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.41/0.52	c Original Problem   :
0.41/0.52	c   Problem name     : instance-4464575-1722385803
0.41/0.52	c   Variables        : 3543 (3543 binary, 0 integer, 0 implicit integer, 0 continuous)
0.41/0.52	c   Constraints      : 7694
0.41/0.52	c   Objective sense  : minimize
0.41/0.52	c Presolved Problem  :
0.41/0.52	c   Variables        : 3514 (3514 binary, 0 integer, 0 implicit integer, 0 continuous)
0.41/0.52	c   Constraints      : 7610
0.41/0.52	c Constraints        : Number
0.41/0.52	c   setppc           : 7609 
0.41/0.52	c   orbitope         : 1 
0.41/0.52	c ** Instance transfer method used: 0
0.51/0.55	c ** ParaScipInstance copy increased the number of variables. **
0.51/0.58	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.51/0.58	c                                Nodes    Active                                            
0.51/0.58	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.08/5.13	c         5              2           1         1                -           0.0000          -
10.64/10.70	c        11            108          85         1                -           0.0000          -
15.74/15.88	c        16            389          86         1                -           0.0000          -
20.81/21.01	c        21            808          77         1                -           0.0000          -
26.29/26.41	c        26           1048          25         1                -           0.0000          -
31.67/31.81	c        32           1497          16         1                -           0.0000          -
36.87/37.03	c        37           1889          16         1                -           0.0000          -
42.15/42.34	c        42           2141          20         1                -           0.0000          -
47.33/47.52	c        48           2431           6         1                -           0.0000          -
48.22/48.48	c        48           2465           0         0                -           0.0000          -
48.32/48.52	c        49           2465           0         0                -           0.0000          -
48.32/48.52	c SCIP Status        : c problem is solved [infeasible]
48.32/48.52	c Total Time         : 48.5200
48.32/48.52	c   solving          : 48.5200
48.32/48.52	c   presolving       : 0.4534 (included in solving)
48.32/48.52	c B&B Tree           :
48.32/48.52	c   nodes (total)    : 2465
48.32/48.52	c Solution           :
48.32/48.52	c   Solutions found  : 0
48.32/48.52	c   Primal Bound     :          -
48.32/48.52	c   Dual Bound       :          -
48.32/48.52	c Gap                :          -
48.32/48.56	s UNSATISFIABLE

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

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

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

solver pid=32605, runsolver pid=32602

[startup+0.100834 s]*
/proc/loadavg: 4.13 4.27 4.19 5/250 32606
/proc/meminfo: memFree=115230092/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=45620 memory=34164 CPUtime=0.09 cores=5,7
/proc/32605/stat : 32605 (fscip) R 32602 32605 27997 0 -1 4194304 6225 0 0 0 8 1 0 0 20 0 1 0 4950692 46714880 8541 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 11405 8541 2614 3035 0 7801 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 45620 KiB
Current children cumulated memory: 34164 KiB

[startup+0.213246 s]*
/proc/loadavg: 4.13 4.27 4.19 5/250 32606
/proc/meminfo: memFree=115224996/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=48872 memory=38332 CPUtime=0.21 cores=5,7
/proc/32605/stat : 32605 (fscip) R 32602 32605 27997 0 -1 4194304 7734 0 0 0 19 2 0 0 20 0 1 0 4950692 50044928 9583 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 12218 9583 2726 3035 0 8614 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 48872 KiB
Current children cumulated memory: 38332 KiB

[startup+0.313248 s]*
/proc/loadavg: 4.13 4.27 4.19 5/250 32606
/proc/meminfo: memFree=115223512/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=56528 memory=40420 CPUtime=0.31 cores=5,7
/proc/32605/stat : 32605 (fscip) R 32602 32605 27997 0 -1 4194304 8247 0 0 0 29 2 0 0 20 0 1 0 4950692 57884672 10105 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 14132 10105 2742 3035 0 10528 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 56528 KiB
Current children cumulated memory: 40420 KiB

[startup+0.700835 s]
/proc/loadavg: 4.13 4.27 4.19 5/250 32606
/proc/meminfo: memFree=115206572/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=184008 memory=94888 CPUtime=0.68 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 21892 0 0 0 63 5 0 0 20 0 3 0 4950692 188424192 23722 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 46002 23722 2774 3035 0 30375 0
[pid=32605/tid=32607] ppid=32602 vsize=184008 memory=37112 CPUtime=0.13 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 6964 0 0 0 12 1 0 0 20 0 3 0 4950745 188424192 23722 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 184008 KiB
Current children cumulated memory: 94888 KiB

[startup+1.50039 s]
/proc/loadavg: 4.13 4.27 4.19 5/252 32608
/proc/meminfo: memFree=115154104/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=187000 memory=111248 CPUtime=1.48 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 26102 0 0 0 141 7 0 0 20 0 3 0 4950692 191488000 27812 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 46750 27812 2934 3035 0 34388 0
[pid=32605/tid=32607] ppid=32602 vsize=187000 memory=37112 CPUtime=0.94 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 11174 0 0 0 91 3 0 0 20 0 3 0 4950745 191488000 27812 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=187000 memory=11536 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4950751 191488000 27812 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 187000 KiB
Current children cumulated memory: 111248 KiB

[startup+3.11311 s]
/proc/loadavg: 4.12 4.26 4.19 5/252 32608
/proc/meminfo: memFree=115098924/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=188688 memory=131108 CPUtime=3.08 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 40182 0 0 0 299 9 0 0 20 0 3 0 4950692 193216512 32777 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 47172 32777 2950 3035 0 40589 0
[pid=32605/tid=32607] ppid=32602 vsize=188688 memory=-5155633513502501765 CPUtime=2.54 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 25247 0 0 0 249 5 0 0 20 0 3 0 4950745 193216512 32777 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=188688 memory=0 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 4950751 193216512 32777 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 188688 KiB
Current children cumulated memory: 131108 KiB

[startup+6.30037 s]
/proc/loadavg: 4.12 4.26 4.19 5/252 32609
/proc/meminfo: memFree=115025148/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=254224 memory=158008 CPUtime=6.26 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 56822 0 0 0 615 11 0 0 20 0 3 0 4950692 260325376 39502 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 63556 39502 2998 3035 0 46979 0
[pid=32605/tid=32607] ppid=32602 vsize=254224 memory=157948 CPUtime=5.72 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 41859 0 0 0 565 7 0 0 20 0 3 0 4950745 260325376 39502 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=254224 memory=-5155633513502501765 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 3 0 4950751 260325376 39502 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 254224 KiB
Current children cumulated memory: 158008 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 4.26 4.19 5/252 32609
/proc/meminfo: memFree=115015548/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=254380 memory=167692 CPUtime=12.64 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 93244 0 0 0 1250 14 0 0 20 0 3 0 4950692 260485120 41923 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 63595 41923 2998 3035 0 49313 0
[pid=32605/tid=32607] ppid=32602 vsize=254380 memory=-7235713967909332096 CPUtime=12.1 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 78262 0 0 0 1200 10 0 0 20 0 3 0 4950745 260485120 41923 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=254380 memory=12856 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 13 0 0 0 0 0 0 0 20 0 3 0 4950751 260485120 41923 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 254380 KiB
Current children cumulated memory: 167692 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.24 4.18 5/252 32612
/proc/meminfo: memFree=115005076/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=251908 memory=167224 CPUtime=25.4 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 189865 0 0 0 2512 28 0 0 20 0 3 0 4950692 257953792 41806 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 62977 41806 2998 3035 0 51928 0
[pid=32605/tid=32607] ppid=32602 vsize=251908 memory=171092 CPUtime=24.85 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 174834 0 0 0 2461 24 0 0 20 0 3 0 4950745 257953792 41806 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=251908 memory=167224 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 4950751 257953792 41806 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 251908 KiB
Current children cumulated memory: 167224 KiB

[startup+48.5765 s]
# the end of solver process 32605 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=48.0456 s, system=0.369629 s

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

[startup+25.6005 s]
/proc/loadavg: 4.09 4.24 4.18 5/252 32612
/proc/meminfo: memFree=115005076/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=251908 memory=167252 CPUtime=25.5 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 189868 0 0 0 2522 28 0 0 20 0 3 0 4950692 257953792 41813 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 62977 41813 2998 3035 0 51928 0
[pid=32605/tid=32607] ppid=32602 vsize=251908 memory=0 CPUtime=24.95 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 174837 0 0 0 2471 24 0 0 20 0 3 0 4950745 257953792 41813 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=251908 memory=131236 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 3 0 4950751 257953792 41813 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 25.5 s
Current children cumulated vsize: 251908 KiB
Current children cumulated memory: 167252 KiB

[startup+38.4004 s]
/proc/loadavg: 4.07 4.23 4.18 5/256 32674
/proc/meminfo: memFree=114995332/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=177876 CPUtime=38.26 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 215584 0 0 0 3794 32 0 0 20 0 3 0 4950692 325062656 44469 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44469 2998 3035 0 66386 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=0 CPUtime=37.72 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 200512 0 0 0 3744 28 0 0 20 0 3 0 4950745 325062656 44469 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=11536 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44469 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 38.26 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 177876 KiB

[startup+44.8004 s]
/proc/loadavg: 4.14 4.24 4.19 5/254 32674
/proc/meminfo: memFree=114995476/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=178056 CPUtime=44.64 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 216641 0 0 0 4432 32 0 0 20 0 3 0 4950692 325062656 44514 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44514 2998 3035 0 70068 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=4729 CPUtime=44.09 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 201569 0 0 0 4381 28 0 0 20 0 3 0 4950745 325062656 44514 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=174512 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44514 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 44.64 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 178056 KiB

[startup+46.4003 s]
/proc/loadavg: 4.14 4.24 4.19 5/254 32675
/proc/meminfo: memFree=114995332/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=178448 CPUtime=46.24 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 226532 0 0 0 4591 33 0 0 20 0 3 0 4950692 325062656 44612 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44612 2998 3035 0 70733 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=1888 CPUtime=45.69 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 211460 0 0 0 4540 29 0 0 20 0 3 0 4950745 325062656 44612 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=26052 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44612 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 46.24 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 178448 KiB

[startup+47.2004 s]
/proc/loadavg: 4.14 4.24 4.19 5/254 32675
/proc/meminfo: memFree=114994996/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=178636 CPUtime=47.03 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 227001 0 0 0 4670 33 0 0 20 0 3 0 4950692 325062656 44659 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44659 2998 3035 0 70774 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=178468 CPUtime=46.48 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 211919 0 0 0 4619 29 0 0 20 0 3 0 4950745 325062656 44659 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=16320 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44659 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 47.03 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 178636 KiB

[startup+48.0003 s]*
/proc/loadavg: 4.13 4.24 4.18 5/254 32675
/proc/meminfo: memFree=114993920/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=179112 CPUtime=47.84 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 227379 0 0 0 4751 33 0 0 20 0 3 0 4950692 325062656 44778 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44778 2998 3035 0 70994 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=-7235713967909332096 CPUtime=47.29 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 212289 0 0 0 4700 29 0 0 20 0 3 0 4950745 325062656 44778 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=-4050210904893800336 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44778 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 47.84 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 179112 KiB

[startup+48.4003 s]
/proc/loadavg: 4.13 4.24 4.18 5/254 32675
/proc/meminfo: memFree=114993920/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=317444 memory=179384 CPUtime=48.22 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 227589 0 0 0 4789 33 0 0 20 0 3 0 4950692 325062656 44846 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79361 44846 2998 3035 0 71065 0
[pid=32605/tid=32607] ppid=32602 vsize=317444 memory=2192 CPUtime=47.68 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 212499 0 0 0 4739 29 0 0 20 0 3 0 4950745 325062656 44846 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=317444 memory=5540 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4950751 325062656 44846 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 48.22 s
Current children cumulated vsize: 317444 KiB
Current children cumulated memory: 179384 KiB

[startup+48.5003 s]
/proc/loadavg: 4.13 4.24 4.18 5/254 32675
/proc/meminfo: memFree=114993920/131655788 swapFree=131071728/131071996
[pid=32605] ppid=32602 vsize=316420 memory=178768 CPUtime=48.32 cores=5,7
/proc/32605/stat : 32605 (fscip) S 32602 32605 27997 0 -1 1077936128 228228 0 0 0 4799 33 0 0 20 0 3 0 4950692 324014080 44692 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
/proc/32605/statm: 79105 44692 2998 3035 0 70976 0
[pid=32605/tid=32607] ppid=32602 vsize=316420 memory=16320 CPUtime=47.78 cores=5,7
/proc/32605/task/32607/stat : 32607 (fscip) R 32602 32605 27997 0 -1 4194368 213139 0 0 0 4749 29 0 0 20 0 3 0 4950745 324014080 44692 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
[pid=32605/tid=32608] ppid=32602 vsize=316420 memory=11536 CPUtime=0 cores=5,7
/proc/32605/task/32608/stat : 32608 (fscip) S 32602 32605 27997 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 3 0 4950751 324014080 44692 134679101440 4194304 16623229 140735752354448 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 45789184 140735752356886 140735752357002 140735752357002 140735752364016 0
Current children cumulated CPU time: 48.32 s
Current children cumulated vsize: 316420 KiB
Current children cumulated memory: 178768 KiB

Child status: 0

Real time (s): 48.5766
CPU time (s): 48.4152
CPU user time (s): 48.0456
CPU system time (s): 0.369629
CPU usage (%): 99.6678
Max. virtual memory (cumulated for all children) (KiB): 317444
Max. memory (cumulated for all children) (KiB): 179384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 48.0456
system time used= 0.369629
maximum resident set size= 179792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241033
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= 143
involuntary context switches= 126


# summary of solver processes directly reported to runsolver:
#   pid: 32605
#   total CPU time (s): 48.4152
#   total CPU user time (s): 48.0456
#   total CPU system time (s): 0.369629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.270159 second user time and 0.561061 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-31 02:30:03
IDJOB=4464575
IDBENCH=160329
IDSOLVER=3092
FILE ID=nodeC011/4464575-1722385803
RUNJOBID= nodeC011-1722378594-28010
SLURM_JOB_ID= 8249841
Free space on /tmp= 723600 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL/normalized-3col-left3reg-l040-r039-n1.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464575-1722385803/watcher-4464575-1722385803 -o /tmp/evaluation-result-4464575-1722385803/solver-4464575-1722385803 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1722378594-28010 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464575-1722385803.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 81dfd5daef2fe8d62fef7b61917a2420
RANDOM SEED=292526229

nodeC011.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	: 0xb00001f
cpu MHz		: 1197.299
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
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	: 0xb00001f
cpu MHz		: 3491.640
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.29
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	: 0xb00001f
cpu MHz		: 3668.302
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
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	: 0xb00001f
cpu MHz		: 1197.145
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.29
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	: 0xb00001f
cpu MHz		: 3668.324
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
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	: 0xb00001f
cpu MHz		: 2136.378
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.29
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	: 0xb00001f
cpu MHz		: 1197.154
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
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	: 0xb00001f
cpu MHz		: 1197.142
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115253352 kB
MemAvailable:   116416728 kB
Buffers:           98932 kB
Cached:          1906624 kB
SwapCached:           12 kB
Active:           366664 kB
Inactive:       15574636 kB
Active(anon):       1924 kB
Inactive(anon): 13963288 kB
Active(file):     364740 kB
Inactive(file):  1611348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071728 kB
Dirty:             85672 kB
Writeback:             0 kB
AnonPages:      13933864 kB
Mapped:           127888 kB
Shmem:             29468 kB
KReclaimable:      54972 kB
Slab:             131064 kB
SReclaimable:      54972 kB
SUnreclaim:        76092 kB
KernelStack:        4016 kB
PageTables:        36588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9457304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6912 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5965824 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:      156488 kB
DirectMap2M:     9185280 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723572 MiB
End job on nodeC011 at 2024-07-31 02:30:52