Trace number 4426938

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.1 3612.41

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22_wcsp.wbo
MD5SUMaae80251a5a7b6924749ae451d053245
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6270
Best CPU time to get the best result obtained on this benchmark1815.89
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1810
Total number of constraints164594
Number of soft constraints164495
Number of constraints which are clauses164495
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 252932
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 28915211
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
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)
1.07/1.12	c Default LC presolving (default).
1.07/1.12	c ** Before presolving: virtualMemUsedAtLc = 1032078952, getVmSize() = 627785728, SCIPgetMemUsed() = 555126819, SCIPgetMemTotal() = 575986723, SCIPgetMemExternEstim() = 456092229
1.07/1.12	c ** set memory limit for presolving in LC to 8.79578e+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 (61340 MiB free)
  memory of node 1: 64473 MiB (63357 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426938-1720906011/watcher-4426938-1720906011 -o /tmp/evaluation-result-4426938-1720906011/solver-4426938-1720906011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1720905583-723471 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426938-1720906011.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=724920, runsolver pid=724917
Current StackSize limit: 8192 KiB


[startup+0.10071 s]*
/proc/loadavg: 4.19 3.90 3.87 5/262 724921
/proc/meminfo: memFree=127637932/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=73744 memory=62020 CPUtime=0.09 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 13416 0 0 0 8 1 0 0 20 0 1 0 142766112 75513856 15505 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 18436 15505 2318 3032 0 14836 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 73744 KiB
Current children cumulated memory: 62020 KiB

[startup+0.205711 s]*
/proc/loadavg: 4.19 3.90 3.87 5/262 724921
/proc/meminfo: memFree=127595248/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=117692 memory=104432 CPUtime=0.19 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 24014 0 0 0 17 2 0 0 20 0 1 0 142766112 120516608 26108 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 3 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 29423 26108 2318 3032 0 25823 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117692 KiB
Current children cumulated memory: 104432 KiB

[startup+0.305709 s]*
/proc/loadavg: 4.19 3.90 3.87 5/262 724921
/proc/meminfo: memFree=127553920/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=158352 memory=146520 CPUtime=0.29 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 34597 0 0 0 25 4 0 0 20 0 1 0 142766112 162152448 36630 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 39588 36630 2318 3032 0 35988 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 158352 KiB
Current children cumulated memory: 146520 KiB

[startup+0.700226 s]
/proc/loadavg: 4.19 3.90 3.87 5/262 724921
/proc/meminfo: memFree=127469048/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=383140 memory=371800 CPUtime=0.67 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 91630 0 0 0 56 11 0 0 20 0 1 0 142766112 392335360 92950 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 95785 92950 2558 3032 0 92185 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 383140 KiB
Current children cumulated memory: 371800 KiB

[startup+1.50022 s]
/proc/loadavg: 4.19 3.90 3.87 5/262 724921
/proc/meminfo: memFree=127155840/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=808184 memory=790256 CPUtime=1.47 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 195212 0 0 0 121 26 0 0 20 0 1 0 142766112 827580416 197564 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 202046 197564 2590 3032 0 198446 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 808184 KiB
Current children cumulated memory: 790256 KiB

[startup+3.10568 s]
/proc/loadavg: 4.19 3.90 3.87 5/262 724923
/proc/meminfo: memFree=126500044/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=1243416 memory=1211044 CPUtime=3.07 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 295835 0 0 0 266 41 0 0 20 0 1 0 142766112 1273257984 302761 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 310854 302761 2622 3032 0 307254 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1243416 KiB
Current children cumulated memory: 1211044 KiB

[startup+6.30022 s]
/proc/loadavg: 4.17 3.91 3.87 5/262 724923
/proc/meminfo: memFree=126458808/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=1265656 memory=1239040 CPUtime=6.26 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 302094 0 0 0 583 43 0 0 20 0 1 0 142766112 1296031744 309760 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 316414 309760 2654 3032 0 312814 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1265656 KiB
Current children cumulated memory: 1239040 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 3.91 3.88 5/262 724924
/proc/meminfo: memFree=125730824/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=2270256 memory=2020832 CPUtime=12.63 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 367889 0 0 0 1198 65 0 0 20 0 1 0 142766112 2324742144 505208 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 567564 505208 2702 3032 0 563964 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2270256 KiB
Current children cumulated memory: 2020832 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 3.91 3.88 5/262 724927
/proc/meminfo: memFree=124559200/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=3418232 memory=3169140 CPUtime=25.4 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 654915 0 0 0 2430 110 0 0 20 0 1 0 142766112 3500269568 792285 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 854558 792285 2702 3032 0 850958 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3418232 KiB
Current children cumulated memory: 3169140 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 3.92 3.88 5/262 724930
/proc/meminfo: memFree=123858236/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037184 memory=3808416 CPUtime=50.95 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 810563 0 0 0 4961 134 0 0 20 0 1 0 142766112 4134076416 952104 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009296 952104 2702 3032 0 1005696 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 4037184 KiB
Current children cumulated memory: 3808416 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 3.95 3.90 5/262 725204
/proc/meminfo: memFree=123146948/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037188 memory=3818856 CPUtime=102.01 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811147 0 0 0 10065 136 0 0 20 0 1 0 142766112 4134080512 954714 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009297 954714 2702 3032 0 1005697 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 4037188 KiB
Current children cumulated memory: 3818856 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 3.99 3.92 5/264 725216
/proc/meminfo: memFree=121783984/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037192 memory=3818872 CPUtime=161.84 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811207 0 0 0 16046 138 0 0 20 0 1 0 142766112 4134084608 954718 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009298 954718 2702 3032 0 1005698 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 4037192 KiB
Current children cumulated memory: 3818872 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.02 3.93 5/266 725287
/proc/meminfo: memFree=121437040/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037192 memory=3821092 CPUtime=221.61 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811251 0 0 0 22023 138 0 0 20 0 1 0 142766112 4134084608 955273 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009298 955273 2702 3032 0 1005698 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 4037192 KiB
Current children cumulated memory: 3821092 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.03 3.95 5/266 725297
/proc/meminfo: memFree=121421572/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037196 memory=3821096 CPUtime=281.4 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811308 0 0 0 28000 140 0 0 20 0 1 0 142766112 4134088704 955274 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009299 955274 2702 3032 0 1005699 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 4037196 KiB
Current children cumulated memory: 3821096 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.05 3.96 5/267 725308
/proc/meminfo: memFree=121398828/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037196 memory=3821096 CPUtime=341.18 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811348 0 0 0 33977 141 0 0 20 0 1 0 142766112 4134088704 955274 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009299 955274 2702 3032 0 1005699 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 4037196 KiB
Current children cumulated memory: 3821096 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.06 3.97 5/265 725319
/proc/meminfo: memFree=121172676/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037200 memory=3821096 CPUtime=400.94 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811405 0 0 0 39953 141 0 0 20 0 1 0 142766112 4134092800 955274 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009300 955274 2702 3032 0 1005700 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 4037200 KiB
Current children cumulated memory: 3821096 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.06 3.98 5/265 725330
/proc/meminfo: memFree=121162360/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037200 memory=3821100 CPUtime=460.71 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 811449 0 0 0 45928 143 0 0 20 0 1 0 142766112 4134092800 955275 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009300 955275 2702 3032 0 1005700 0
Current children cumulated CPU time: 460.71 s

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

Current children cumulated memory: 3841956 KiB

[startup+2862.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/264 728280
/proc/meminfo: memFree=118816420/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037236 memory=3841956 CPUtime=2852.93 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 818229 0 0 0 285128 165 0 0 20 0 1 0 142766112 4134129664 960489 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009309 960489 2702 3032 0 1005709 0
Current children cumulated CPU time: 2852.93 s
Current children cumulated vsize: 4037236 KiB
Current children cumulated memory: 3841956 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/261 728290
/proc/meminfo: memFree=118814400/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037236 memory=3841956 CPUtime=2912.7 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 818568 0 0 0 291105 165 0 0 20 0 1 0 142766112 4134129664 960489 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009309 960489 2702 3032 0 1005709 0
Current children cumulated CPU time: 2912.7 s
Current children cumulated vsize: 4037236 KiB
Current children cumulated memory: 3841956 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/261 728300
/proc/meminfo: memFree=118647824/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841956 CPUtime=2972.47 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 818907 0 0 0 297082 165 0 0 20 0 1 0 142766112 4134133760 960489 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960489 2702 3032 0 1005710 0
Current children cumulated CPU time: 2972.47 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841956 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/261 728312
/proc/meminfo: memFree=118631696/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3032.25 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 819248 0 0 0 303060 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3032.25 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/261 728322
/proc/meminfo: memFree=118574496/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3092 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 819591 0 0 0 309035 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3092 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.15 4.10 5/260 728332
/proc/meminfo: memFree=118570252/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3151.76 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 819937 0 0 0 315011 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3151.76 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.15 4.10 5/264 728349
/proc/meminfo: memFree=118566348/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3211.51 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 820280 0 0 0 320986 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3211.51 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3282.3 s]
/proc/loadavg: 4.80 4.32 4.16 5/264 728359
/proc/meminfo: memFree=118564188/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3271.27 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 820631 0 0 0 326962 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3271.27 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.29 4.16 5/264 728369
/proc/meminfo: memFree=118562544/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037240 memory=3841960 CPUtime=3331.04 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 820985 0 0 0 332939 165 0 0 20 0 1 0 142766112 4134133760 960490 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009310 960490 2702 3032 0 1005710 0
Current children cumulated CPU time: 3331.04 s
Current children cumulated vsize: 4037240 KiB
Current children cumulated memory: 3841960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.27 4.16 5/264 728381
/proc/meminfo: memFree=118561624/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037244 memory=3841964 CPUtime=3390.79 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 821342 0 0 0 338914 165 0 0 20 0 1 0 142766112 4134137856 960491 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009311 960491 2702 3032 0 1005711 0
Current children cumulated CPU time: 3390.79 s
Current children cumulated vsize: 4037244 KiB
Current children cumulated memory: 3841964 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.23 4.16 5/264 728393
/proc/meminfo: memFree=118560924/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037244 memory=3841964 CPUtime=3450.55 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 821700 0 0 0 344890 165 0 0 20 0 1 0 142766112 4134137856 960491 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009311 960491 2702 3032 0 1005711 0
Current children cumulated CPU time: 3450.55 s
Current children cumulated vsize: 4037244 KiB
Current children cumulated memory: 3841964 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.20 4.15 5/262 728787
/proc/meminfo: memFree=118560304/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037244 memory=3841964 CPUtime=3510.32 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 822060 0 0 0 350867 165 0 0 20 0 1 0 142766112 4134137856 960491 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009311 960491 2702 3032 0 1005711 0
Current children cumulated CPU time: 3510.32 s
Current children cumulated vsize: 4037244 KiB
Current children cumulated memory: 3841964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.18 4.15 5/262 728797
/proc/meminfo: memFree=118233624/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037244 memory=3841964 CPUtime=3570.08 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 822423 0 0 0 356843 165 0 0 20 0 1 0 142766112 4134137856 960491 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009311 960491 2702 3032 0 1005711 0
Current children cumulated CPU time: 3570.08 s
Current children cumulated vsize: 4037244 KiB
Current children cumulated memory: 3841964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 4.14 4.18 4.15 5/262 728802
/proc/meminfo: memFree=118219384/131524600 swapFree=131071996/131071996
[pid=724920] ppid=724917 vsize=4037244 memory=3841964 CPUtime=3600.08 cores=1,3
/proc/724920/stat : 724920 (fscip) R 724917 724920 721052 0 -1 4194304 822646 0 0 0 359843 165 0 0 20 0 1 0 142766112 4134137856 960491 134679101440 4194304 16613245 140734540180240 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18822208 18930672 47312896 140734540182497 140734540182613 140734540182613 140734540189680 0
/proc/724920/statm: 1009311 960491 2702 3032 0 1005711 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 4037244 KiB
Current children cumulated memory: 3841964 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.67039 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): 3612.41
CPU time (s): 3600.1
CPU user time (s): 3598.43
CPU system time (s): 1.67039
CPU usage (%): 99.6593
Max. virtual memory (cumulated for all children) (KiB): 4037244
Max. memory (cumulated for all children) (KiB): 3841964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.67039
maximum resident set size= 3841964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 822646
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= 22
involuntary context switches= 1269


# summary of solver processes directly reported to runsolver:
#   pid: 724920
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.67039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39789 second user time and 16.7251 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-13 23:27:04
IDJOB=4426938
IDBENCH=143863
IDSOLVER=3044
FILE ID=nodeC023/4426938-1720906011
RUNJOBID= nodeC023-1720905583-723471
SLURM_JOB_ID= 7486082
Free space on /tmp= 889996 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-22_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4426938-1720906011/watcher-4426938-1720906011 -o /tmp/evaluation-result-4426938-1720906011/solver-4426938-1720906011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1720905583-723471 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426938-1720906011.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= aae80251a5a7b6924749ae451d053245
RANDOM SEED=418338106

nodeC023.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		: 3672.233
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		: 3671.514
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.48
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.959
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		: 3662.746
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.48
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		: 3672.246
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		: 3669.394
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.48
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.189
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		: 3599.867
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127691668 kB
MemAvailable:   128861636 kB
Buffers:          334492 kB
Cached:          1665872 kB
SwapCached:            0 kB
Active:           553968 kB
Inactive:        2681720 kB
Active(anon):       1572 kB
Inactive(anon):  1271448 kB
Active(file):     552396 kB
Inactive(file):  1410272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32792 kB
Writeback:            60 kB
AnonPages:       1230764 kB
Mapped:           141328 kB
Shmem:             37720 kB
KReclaimable:      94248 kB
Slab:             196476 kB
SReclaimable:      94248 kB
SUnreclaim:       102228 kB
KernelStack:        4176 kB
PageTables:        11840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1190700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    843776 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC023 at 2024-07-14 00:27:17