Trace number 4465001

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-30? (TO) 3600.18 3612.87

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18_wcsp.wbo
MD5SUM7ac97bb2deff70454cbda9bb64710db6
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark7173
Best CPU time to get the best result obtained on this benchmark3600.51
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2210
Total number of constraints246592
Number of soft constraints246492
Number of constraints which are clauses246492
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint26
Top cost 255184
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 44859114
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
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: 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)
1.69/1.79	c Default LC presolving (default).
1.69/1.79	c ** Before presolving: virtualMemUsedAtLc = 1551239838, getVmSize() = 934940672, SCIPgetMemUsed() = 842065135, SCIPgetMemTotal() = 868250679, SCIPgetMemExternEstim() = 682989159
1.69/1.79	c ** set memory limit for presolving in LC to 8.79563e+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: 63931 MiB (59918 MiB free)
  memory of node 1: 64510 MiB (62295 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465001-1722389897/watcher-4465001-1722389897 -o /tmp/evaluation-result-4465001-1722389897/solver-4465001-1722389897 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722389894-37693 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465001-1722389897.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100096 s]*
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124958644/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=70520 memory=58428 CPUtime=0.09 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 12519 0 0 0 8 1 0 0 20 0 1 0 5585316 72212480 14607 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 17630 14607 2347 3035 0 14026 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 70520 KiB
Current children cumulated memory: 58428 KiB

[startup+0.205696 s]*
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124809616/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=113612 memory=102076 CPUtime=0.19 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 23389 0 0 0 17 2 0 0 20 0 1 0 5585316 116338688 25519 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 28403 25519 2347 3035 0 24799 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 113612 KiB
Current children cumulated memory: 102076 KiB

[startup+0.30562 s]*
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124684148/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=156140 memory=144428 CPUtime=0.3 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 34011 0 0 0 26 4 0 0 20 0 1 0 5585316 159887360 36107 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 39035 36107 2347 3035 0 35431 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 156140 KiB
Current children cumulated memory: 144428 KiB

[startup+0.700232 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=124459504/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=315972 memory=304156 CPUtime=0.69 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 73407 0 0 0 59 10 0 0 20 0 1 0 5585316 323555328 76039 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 78993 76039 2347 3035 0 75389 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 315972 KiB
Current children cumulated memory: 304156 KiB

[startup+1.50023 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37992
/proc/meminfo: memFree=123944020/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=787364 memory=774596 CPUtime=1.49 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 190337 0 0 0 122 27 0 0 20 0 1 0 5585316 806260736 193649 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 196841 193649 2555 3035 0 193237 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 787364 KiB
Current children cumulated memory: 774596 KiB

[startup+3.10576 s]
/proc/loadavg: 1.33 1.90 3.01 5/257 37994
/proc/meminfo: memFree=122474916/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=1510820 memory=1486604 CPUtime=3.08 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 361449 0 0 0 259 49 0 0 20 0 1 0 5585316 1547079680 371651 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 377705 371651 2598 3035 0 374101 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1510820 KiB
Current children cumulated memory: 1486604 KiB

[startup+6.30022 s]
/proc/loadavg: 1.70 1.96 3.03 5/257 37994
/proc/meminfo: memFree=122001892/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=1874716 memory=1838828 CPUtime=6.28 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 435598 0 0 0 566 62 0 0 20 0 1 0 5585316 1919709184 459707 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 468679 459707 2662 3035 0 465075 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1874716 KiB
Current children cumulated memory: 1838828 KiB

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 3.05 5/257 37995
/proc/meminfo: memFree=121059680/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=1874716 memory=1838828 CPUtime=12.65 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 435624 0 0 0 1203 62 0 0 20 0 1 0 5585316 1919709184 459707 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 468679 459707 2662 3035 0 465075 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1874716 KiB
Current children cumulated memory: 1838828 KiB

[startup+25.5002 s]
/proc/loadavg: 2.62 2.16 3.07 5/257 37997
/proc/meminfo: memFree=118185004/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=3863872 memory=3489012 CPUtime=25.42 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 642226 0 0 0 2425 117 0 0 20 0 1 0 5585316 3956604928 872253 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 965968 872253 2710 3035 0 962364 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3863872 KiB
Current children cumulated memory: 3489012 KiB

[startup+51.1058 s]
/proc/loadavg: 3.09 2.31 3.10 5/257 38000
/proc/meminfo: memFree=115320304/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=6161168 memory=5786116 CPUtime=50.96 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1216606 0 0 0 4877 219 0 0 20 0 1 0 5585316 6309036032 1446529 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1540292 1446529 2710 3035 0 1536688 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 6161168 KiB
Current children cumulated memory: 5786116 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.59 3.15 5/259 38013
/proc/meminfo: memFree=112632408/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185152 memory=6846212 CPUtime=102.02 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1473523 0 0 0 9939 263 0 0 20 0 1 0 5585316 7357595648 1711553 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796288 1711553 2710 3035 0 1792684 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 7185152 KiB
Current children cumulated memory: 6846212 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.86 3.21 5/261 38029
/proc/meminfo: memFree=112230496/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185152 memory=6855952 CPUtime=161.8 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474019 0 0 0 15911 269 0 0 20 0 1 0 5585316 7357595648 1713988 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796288 1713988 2710 3035 0 1792684 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 7185152 KiB
Current children cumulated memory: 6855952 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.09 3.27 5/261 38039
/proc/meminfo: memFree=112208480/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185156 memory=6855956 CPUtime=221.58 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474146 0 0 0 21882 276 0 0 20 0 1 0 5585316 7357599744 1713989 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796289 1713989 2710 3035 0 1792685 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 7185156 KiB
Current children cumulated memory: 6855956 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 3.27 3.33 5/261 38049
/proc/meminfo: memFree=112207536/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185156 memory=6855956 CPUtime=281.36 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474276 0 0 0 27854 282 0 0 20 0 1 0 5585316 7357599744 1713989 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796289 1713989 2710 3035 0 1792685 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 7185156 KiB
Current children cumulated memory: 6855956 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.42 3.38 5/259 38080
/proc/meminfo: memFree=112203636/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185160 memory=6855960 CPUtime=341.14 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474407 0 0 0 33825 289 0 0 20 0 1 0 5585316 7357603840 1713990 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796290 1713990 2710 3035 0 1792686 0
Current children cumulated CPU time: 341.14 s
Current children cumulated vsize: 7185160 KiB
Current children cumulated memory: 6855960 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 3.57 3.43 5/259 38093
/proc/meminfo: memFree=112201660/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185160 memory=6855960 CPUtime=400.91 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474537 0 0 0 39796 295 0 0 20 0 1 0 5585316 7357603840 1713990 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796290 1713990 2710 3035 0 1792686 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 7185160 KiB
Current children cumulated memory: 6855960 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.67 3.48 5/257 38103
/proc/meminfo: memFree=112199368/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185164 memory=6855964 CPUtime=460.68 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1474668 0 0 0 45767 301 0 0 20 0 1 0 5585316 7357607936 1713991 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796291 1713991 2710 3035 0 1792687 0
Current children cumulated CPU time: 460.68 s

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

/proc/37991/statm: 1796298 1713998 2710 3035 0 1792694 0
Current children cumulated CPU time: 2852.43 s
Current children cumulated vsize: 7185192 KiB
Current children cumulated memory: 6855992 KiB

[startup+2922.3 s]
/proc/loadavg: 4.24 4.22 4.09 5/258 39517
/proc/meminfo: memFree=110199732/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185192 memory=6855992 CPUtime=2912.2 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1483554 0 0 0 290661 559 0 0 20 0 1 0 5585316 7357636608 1713998 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796298 1713998 2710 3035 0 1792694 0
Current children cumulated CPU time: 2912.2 s
Current children cumulated vsize: 7185192 KiB
Current children cumulated memory: 6855992 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.21 4.09 5/258 39530
/proc/meminfo: memFree=110196952/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185192 memory=6855992 CPUtime=2971.98 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1483685 0 0 0 296632 566 0 0 20 0 1 0 5585316 7357636608 1713998 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796298 1713998 2710 3035 0 1792694 0
Current children cumulated CPU time: 2971.98 s
Current children cumulated vsize: 7185192 KiB
Current children cumulated memory: 6855992 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.09 5/260 39711
/proc/meminfo: memFree=110192884/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185192 memory=6855992 CPUtime=3031.74 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1483815 0 0 0 302602 572 0 0 20 0 1 0 5585316 7357636608 1713998 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796298 1713998 2710 3035 0 1792694 0
Current children cumulated CPU time: 3031.74 s
Current children cumulated vsize: 7185192 KiB
Current children cumulated memory: 6855992 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.18 4.09 5/260 39722
/proc/meminfo: memFree=110184112/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3091.52 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1483946 0 0 0 308573 579 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3091.52 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.16 4.09 5/259 39789
/proc/meminfo: memFree=110180452/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3151.28 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1484079 0 0 0 314543 585 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3151.28 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.15 4.09 5/259 39800
/proc/meminfo: memFree=110178988/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3211.04 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1484225 0 0 0 320512 592 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3211.04 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.23 4.12 5/259 39810
/proc/meminfo: memFree=110176120/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3270.8 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1484361 0 0 0 326481 599 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3270.8 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.11 5/258 39821
/proc/meminfo: memFree=110169216/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3330.58 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1484491 0 0 0 332453 605 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3330.58 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.11 5/258 39832
/proc/meminfo: memFree=110164188/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3390.36 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1484624 0 0 0 338424 612 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3390.36 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.22 4.13 5/257 39842
/proc/meminfo: memFree=110160988/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3450.13 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1485235 0 0 0 344395 618 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3450.13 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.21 4.13 5/257 39852
/proc/meminfo: memFree=110155740/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185196 memory=6855996 CPUtime=3509.92 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1485407 0 0 0 350367 625 0 0 20 0 1 0 5585316 7357640704 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796299 1713999 2710 3035 0 1792695 0
Current children cumulated CPU time: 3509.92 s
Current children cumulated vsize: 7185196 KiB
Current children cumulated memory: 6855996 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/257 39865
/proc/meminfo: memFree=110151396/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185200 memory=6855996 CPUtime=3569.69 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1485541 0 0 0 356337 632 0 0 20 0 1 0 5585316 7357644800 1713999 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796300 1713999 2710 3035 0 1792696 0
Current children cumulated CPU time: 3569.69 s
Current children cumulated vsize: 7185200 KiB
Current children cumulated memory: 6855996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 3.77 4.10 4.09 2/234 39963
/proc/meminfo: memFree=119844328/131524600 swapFree=131071996/131071996
[pid=37991] ppid=37988 vsize=7185200 memory=6856284 CPUtime=3600.01 cores=4,6
/proc/37991/stat : 37991 (fscip) R 37988 37991 37682 0 -1 4194304 1485612 0 0 0 359366 635 0 0 20 0 1 0 5585316 7357644800 1714071 134679101440 4194304 16623229 140736531686816 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 36528128 140736531690516 140736531690632 140736531690632 140736531697648 0
/proc/37991/statm: 1796300 1714071 2710 3035 0 1792696 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 7185200 KiB
Current children cumulated memory: 6856284 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.66 s, system=6.51771 s

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

[startup+3612.8 s]*
/proc/loadavg: 3.77 4.10 4.09 2/234 39963
/proc/meminfo: memFree=123798680/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.87
CPU time (s): 3600.18
CPU user time (s): 3593.66
CPU system time (s): 6.51771
CPU usage (%): 99.6488
Max. virtual memory (cumulated for all children) (KiB): 7185200
Max. memory (cumulated for all children) (KiB): 6856284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.66
system time used= 6.51771
maximum resident set size= 6856284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1485612
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= 2
involuntary context switches= 1193


# summary of solver processes directly reported to runsolver:
#   pid: 37991
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3593.66
#   total CPU system time (s): 6.51771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.93438 second user time and 17.8612 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-31 03:38:17
IDJOB=4465001
IDBENCH=143872
IDSOLVER=3093
FILE ID=nodeC014/4465001-1722389897
RUNJOBID= nodeC014-1722389894-37693
SLURM_JOB_ID= 8249869
Free space on /tmp= 889984 MiB

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

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

MD5SUM BENCH= 7ac97bb2deff70454cbda9bb64710db6
RANDOM SEED=2001278981

nodeC014.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		: 3661.855
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	: 7000.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3688.007
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	: 7007.10
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.104
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	: 7000.06
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.139
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	: 7007.10
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		: 3659.291
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	: 7000.06
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		: 3688.010
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	: 7007.10
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		: 3658.174
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	: 7000.06
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		: 3600.155
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	: 7007.10
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125164212 kB
MemAvailable:   128312832 kB
Buffers:          113320 kB
Cached:          3833268 kB
SwapCached:            0 kB
Active:           291976 kB
Inactive:        5508596 kB
Active(anon):       1528 kB
Inactive(anon):  1873792 kB
Active(file):     290448 kB
Inactive(file):  3634804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            129384 kB
Writeback:             0 kB
AnonPages:       1853716 kB
Mapped:           118960 kB
Shmem:             21336 kB
KReclaimable:     126028 kB
Slab:             216176 kB
SReclaimable:     126028 kB
SUnreclaim:        90148 kB
KernelStack:        4144 kB
PageTables:        12864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2178496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:    10070016 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC014 at 2024-07-31 04:38:30