Trace number 4426837

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 2024-07-02? (TO) 3600.05 3609.63

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/celar/
normalized-celar6-sub1-24_wcsp.wbo
MD5SUM0fb77b786bdb5828a2775dbdb30deb06
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2658
Best CPU time to get the best result obtained on this benchmark3600.16
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables336
Total number of constraints69031
Number of soft constraints69017
Number of constraints which are clauses69017
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint24
Top cost 47694
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 9891329
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.2.1         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.50/0.53	c Default LC presolving (default).
0.50/0.53	c ** Before presolving: virtualMemUsedAtLc = 439753268, getVmSize() = 283512832, SCIPgetMemUsed() = 233977915, SCIPgetMemTotal() = 248765987, SCIPgetMemExternEstim() = 190987281
0.50/0.53	c ** set memory limit for presolving in LC to 8.79596e+12 for SCIP **

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (49607 MiB free)
  memory of node 1: 64473 MiB (61239 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426837-1720906354/watcher-4426837-1720906354 -o /tmp/evaluation-result-4426837-1720906354/solver-4426837-1720906354 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1720905493-727047 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426837-1720906354.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=728174, runsolver pid=728171

[startup+0.100637 s]*
/proc/loadavg: 4.13 4.08 4.01 5/265 728175
/proc/meminfo: memFree=113463604/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=64356 memory=52684 CPUtime=0.09 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 11101 0 0 0 8 1 0 0 20 0 1 0 142801616 65900544 13171 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 16089 13171 2318 3032 0 12489 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64356 KiB
Current children cumulated memory: 52684 KiB

[startup+0.205901 s]*
/proc/loadavg: 4.13 4.08 4.01 5/265 728175
/proc/meminfo: memFree=113425664/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=103864 memory=92356 CPUtime=0.19 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 20976 0 0 0 17 2 0 0 20 0 1 0 142801616 106356736 23089 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 25966 23089 2318 3032 0 22366 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 103864 KiB
Current children cumulated memory: 92356 KiB

[startup+0.305857 s]*
/proc/loadavg: 4.13 4.08 4.01 5/265 728175
/proc/meminfo: memFree=113377056/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=156488 memory=145624 CPUtime=0.29 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 35030 0 0 0 25 4 0 0 20 0 1 0 142801616 160243712 36406 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 39122 36406 2558 3032 0 35522 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 156488 KiB
Current children cumulated memory: 145624 KiB

[startup+0.700244 s]
/proc/loadavg: 4.13 4.08 4.01 6/265 728175
/proc/meminfo: memFree=113262676/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=350640 memory=335976 CPUtime=0.68 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 82542 0 0 0 58 10 0 0 20 0 1 0 142801616 359055360 83994 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 87660 83994 2590 3032 0 84060 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 350640 KiB
Current children cumulated memory: 335976 KiB

[startup+1.50024 s]
/proc/loadavg: 4.13 4.08 4.01 5/265 728175
/proc/meminfo: memFree=113058364/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=545700 memory=523924 CPUtime=1.48 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 129545 0 0 0 132 16 0 0 20 0 1 0 142801616 558796800 130981 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 136425 130981 2622 3032 0 132825 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 545700 KiB
Current children cumulated memory: 523924 KiB

[startup+3.10607 s]
/proc/loadavg: 4.13 4.08 4.01 5/265 728175
/proc/meminfo: memFree=112981164/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=552088 memory=533808 CPUtime=3.08 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 132119 0 0 0 291 17 0 0 20 0 1 0 142801616 565338112 133452 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 138022 133452 2654 3032 0 134422 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 552088 KiB
Current children cumulated memory: 533808 KiB

[startup+6.30022 s]
/proc/loadavg: 4.12 4.08 4.01 5/265 728175
/proc/meminfo: memFree=112621436/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1029984 memory=919548 CPUtime=6.27 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 189783 0 0 0 596 31 0 0 20 0 1 0 142801616 1054703616 229887 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 257496 229887 2702 3032 0 253896 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1029984 KiB
Current children cumulated memory: 919548 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.08 4.01 5/265 728177
/proc/meminfo: memFree=112192752/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1432300 memory=1330064 CPUtime=12.65 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 290886 0 0 0 1217 48 0 0 20 0 1 0 142801616 1466675200 332516 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 358075 332516 2702 3032 0 354475 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1432300 KiB
Current children cumulated memory: 1330064 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.08 4.01 5/265 728179
/proc/meminfo: memFree=112062484/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1549056 memory=1451084 CPUtime=25.42 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 320667 0 0 0 2489 53 0 0 20 0 1 0 142801616 1586233344 362771 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 387264 362771 2702 3032 0 383664 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1549056 KiB
Current children cumulated memory: 1451084 KiB

[startup+51.1059 s]
/proc/loadavg: 4.18 4.10 4.02 5/265 728184
/proc/meminfo: memFree=112028000/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576084 memory=1478524 CPUtime=50.94 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327505 0 0 0 5039 55 0 0 20 0 1 0 142801616 1613910016 369631 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394021 369631 2702 3032 0 390421 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1576084 KiB
Current children cumulated memory: 1478524 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.02 5/264 728194
/proc/meminfo: memFree=112019688/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576088 memory=1478524 CPUtime=101.96 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327530 0 0 0 10141 55 0 0 20 0 1 0 142801616 1613914112 369631 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394022 369631 2702 3032 0 390422 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1576088 KiB
Current children cumulated memory: 1478524 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/261 728205
/proc/meminfo: memFree=111998980/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576092 memory=1478576 CPUtime=161.77 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327555 0 0 0 16121 56 0 0 20 0 1 0 142801616 1613918208 369644 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394023 369644 2702 3032 0 390423 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1576092 KiB
Current children cumulated memory: 1478576 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.09 4.02 5/261 728215
/proc/meminfo: memFree=111985168/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576096 memory=1478576 CPUtime=221.58 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327582 0 0 0 22101 57 0 0 20 0 1 0 142801616 1613922304 369644 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394024 369644 2702 3032 0 390424 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 1576096 KiB
Current children cumulated memory: 1478576 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 4.02 5/261 728227
/proc/meminfo: memFree=111983568/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576100 memory=1478576 CPUtime=281.4 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327608 0 0 0 28082 58 0 0 20 0 1 0 142801616 1613926400 369644 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394025 369644 2702 3032 0 390425 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 1576100 KiB
Current children cumulated memory: 1478576 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/261 728237
/proc/meminfo: memFree=111981164/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576100 memory=1478584 CPUtime=341.21 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327632 0 0 0 34062 59 0 0 20 0 1 0 142801616 1613926400 369646 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394025 369646 2702 3032 0 390425 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 1576100 KiB
Current children cumulated memory: 1478584 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.08 4.02 5/261 728247
/proc/meminfo: memFree=111947676/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576104 memory=1478584 CPUtime=401.03 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327657 0 0 0 40043 60 0 0 20 0 1 0 142801616 1613930496 369646 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394026 369646 2702 3032 0 390426 0
Current children cumulated CPU time: 401.03 s
Current children cumulated vsize: 1576104 KiB
Current children cumulated memory: 1478584 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.08 4.02 5/262 728261
/proc/meminfo: memFree=111939392/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576108 memory=1478592 CPUtime=460.85 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 327682 0 0 0 46024 61 0 0 20 0 1 0 142801616 1613934592 369648 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394027 369648 2702 3032 0 390427 0
Current children cumulated CPU time: 460.85 s

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

Current children cumulated memory: 1478640 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/262 729802
/proc/meminfo: memFree=110531956/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576156 memory=1478640 CPUtime=2854.19 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328660 0 0 0 285322 97 0 0 20 0 1 0 142801616 1613983744 369660 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394039 369660 2702 3032 0 390439 0
Current children cumulated CPU time: 2854.19 s
Current children cumulated vsize: 1576156 KiB
Current children cumulated memory: 1478640 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.12 4.13 5/263 729814
/proc/meminfo: memFree=110531220/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576156 memory=1478640 CPUtime=2914.03 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328684 0 0 0 291306 97 0 0 20 0 1 0 142801616 1613983744 369660 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394039 369660 2702 3032 0 390439 0
Current children cumulated CPU time: 2914.03 s
Current children cumulated vsize: 1576156 KiB
Current children cumulated memory: 1478640 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/263 729824
/proc/meminfo: memFree=110525380/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576160 memory=1478640 CPUtime=2973.88 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328709 0 0 0 297290 98 0 0 20 0 1 0 142801616 1613987840 369660 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394040 369660 2702 3032 0 390440 0
Current children cumulated CPU time: 2973.88 s
Current children cumulated vsize: 1576160 KiB
Current children cumulated memory: 1478640 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.11 5/263 729835
/proc/meminfo: memFree=110524732/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576160 memory=1478640 CPUtime=3033.74 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328733 0 0 0 303275 99 0 0 20 0 1 0 142801616 1613987840 369660 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394040 369660 2702 3032 0 390440 0
Current children cumulated CPU time: 3033.74 s
Current children cumulated vsize: 1576160 KiB
Current children cumulated memory: 1478640 KiB

[startup+3102.3 s]
/proc/loadavg: 3.64 3.99 4.07 4/254 729879
/proc/meminfo: memFree=111050676/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576160 memory=1478644 CPUtime=3093.6 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328756 0 0 0 309260 100 0 0 20 0 1 0 142801616 1613987840 369661 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394040 369661 2702 3032 0 390440 0
Current children cumulated CPU time: 3093.6 s
Current children cumulated vsize: 1576160 KiB
Current children cumulated memory: 1478644 KiB

[startup+3162.3 s]
/proc/loadavg: 3.24 3.84 4.02 3/247 730304
/proc/meminfo: memFree=113320460/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576160 memory=1478644 CPUtime=3153.46 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328780 0 0 0 315245 101 0 0 20 0 1 0 142801616 1613987840 369661 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394040 369661 2702 3032 0 390440 0
Current children cumulated CPU time: 3153.46 s
Current children cumulated vsize: 1576160 KiB
Current children cumulated memory: 1478644 KiB

[startup+3222.3 s]
/proc/loadavg: 2.56 3.54 3.90 3/244 730314
/proc/meminfo: memFree=113320140/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576164 memory=1478644 CPUtime=3213.33 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328801 0 0 0 321231 102 0 0 20 0 1 0 142801616 1613991936 369661 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394041 369661 2702 3032 0 390441 0
Current children cumulated CPU time: 3213.33 s
Current children cumulated vsize: 1576164 KiB
Current children cumulated memory: 1478644 KiB

[startup+3282.3 s]
/proc/loadavg: 2.26 3.27 3.78 3/244 730325
/proc/meminfo: memFree=113319696/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576164 memory=1478648 CPUtime=3273.21 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328825 0 0 0 327218 103 0 0 20 0 1 0 142801616 1613991936 369662 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394041 369662 2702 3032 0 390441 0
Current children cumulated CPU time: 3273.21 s
Current children cumulated vsize: 1576164 KiB
Current children cumulated memory: 1478648 KiB

[startup+3342.3 s]
/proc/loadavg: 1.51 2.87 3.61 2/238 730536
/proc/meminfo: memFree=127919976/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576164 memory=1479216 CPUtime=3333.11 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328841 0 0 0 333208 103 0 0 20 0 1 0 142801616 1613991936 369804 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394041 369804 2702 3032 0 390441 0
Current children cumulated CPU time: 3333.11 s
Current children cumulated vsize: 1576164 KiB
Current children cumulated memory: 1479216 KiB

[startup+3402.3 s]
/proc/loadavg: 1.25 2.54 3.45 2/238 730546
/proc/meminfo: memFree=127918048/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576164 memory=1480748 CPUtime=3393.03 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328859 0 0 0 339199 104 0 0 20 0 1 0 142801616 1613991936 370187 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394041 370187 2702 3032 0 390441 0
Current children cumulated CPU time: 3393.03 s
Current children cumulated vsize: 1576164 KiB
Current children cumulated memory: 1480748 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 2.27 3.30 2/240 730616
/proc/meminfo: memFree=127917204/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576164 memory=1480748 CPUtime=3452.94 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328877 0 0 0 345190 104 0 0 20 0 1 0 142801616 1613991936 370187 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394041 370187 2702 3032 0 390441 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 1576164 KiB
Current children cumulated memory: 1480748 KiB

[startup+3522.3 s]
/proc/loadavg: 1.17 2.07 3.16 2/240 730627
/proc/meminfo: memFree=127916464/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576168 memory=1481156 CPUtime=3512.84 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328896 0 0 0 351180 104 0 0 20 0 1 0 142801616 1613996032 370289 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394042 370289 2702 3032 0 390442 0
Current children cumulated CPU time: 3512.84 s
Current children cumulated vsize: 1576168 KiB
Current children cumulated memory: 1481156 KiB

[startup+3582.3 s]
/proc/loadavg: 1.06 1.87 3.03 2/240 730637
/proc/meminfo: memFree=127905816/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576168 memory=1491308 CPUtime=3572.76 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328915 0 0 0 357171 105 0 0 20 0 1 0 142801616 1613996032 372827 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394042 372827 2702 3032 0 390442 0
Current children cumulated CPU time: 3572.76 s
Current children cumulated vsize: 1576168 KiB
Current children cumulated memory: 1491308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 1.11 1.82 2.98 2/240 730641
/proc/meminfo: memFree=127903524/131524600 swapFree=131071996/131071996
[pid=728174] ppid=728171 vsize=1576168 memory=1493432 CPUtime=3600.01 cores=5,7
/proc/728174/stat : 728174 (fscip) R 728171 728174 724689 0 -1 4194304 328931 0 0 0 359896 105 0 0 20 0 1 0 142801616 1613996032 373358 134679101440 4194304 16613245 140724103413744 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 52002816 140724103422945 140724103423061 140724103423061 140724103430128 0
/proc/728174/statm: 394042 373358 2702 3032 0 390442 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1576168 KiB
Current children cumulated memory: 1493432 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.08388 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.63
CPU time (s): 3600.05
CPU user time (s): 3598.97
CPU system time (s): 1.08388
CPU usage (%): 99.7347
Max. virtual memory (cumulated for all children) (KiB): 1576168
Max. memory (cumulated for all children) (KiB): 1493432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.08388
maximum resident set size= 1493436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 328931
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= 6
involuntary context switches= 1053


# summary of solver processes directly reported to runsolver:
#   pid: 728174
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.08388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68119 second user time and 16.3364 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-13 23:32:47
IDJOB=4426837
IDBENCH=143883
IDSOLVER=3044
FILE ID=nodeC026/4426837-1720906354
RUNJOBID= nodeC026-1720905493-727047
SLURM_JOB_ID= 7486085
Free space on /tmp= 889980 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub1-24_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426837-1720906354/watcher-4426837-1720906354 -o /tmp/evaluation-result-4426837-1720906354/solver-4426837-1720906354 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1720905493-727047 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426837-1720906354.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 0fb77b786bdb5828a2775dbdb30deb06
RANDOM SEED=1575546516

nodeC026.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113507764 kB
MemAvailable:   114048876 kB
Buffers:          330488 kB
Cached:          1050928 kB
SwapCached:            0 kB
Active:           567384 kB
Inactive:       16846032 kB
Active(anon):       1548 kB
Inactive(anon): 16068204 kB
Active(file):     565836 kB
Inactive(file):   777828 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30088 kB
Writeback:            88 kB
AnonPages:      16031040 kB
Mapped:           136400 kB
Shmem:             37720 kB
KReclaimable:      74544 kB
Slab:             174024 kB
SReclaimable:      74544 kB
SUnreclaim:        99480 kB
KernelStack:        4224 kB
PageTables:        41268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9168632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55936 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2560000 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:      182996 kB
DirectMap2M:    10076160 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC026 at 2024-07-14 00:32:57