Trace number 4426936

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.09 3607.77

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: 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.98/2.02	c Default LC presolving (default).
1.98/2.02	c ** Before presolving: virtualMemUsedAtLc = 1551239838, getVmSize() = 934924288, SCIPgetMemUsed() = 842065055, SCIPgetMemTotal() = 868250679, SCIPgetMemExternEstim() = 682989159
1.98/2.02	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: 63968 MiB (60957 MiB free)
  memory of node 1: 64473 MiB (62428 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426936-1720906074/watcher-4426936-1720906074 -o /tmp/evaluation-result-4426936-1720906074/solver-4426936-1720906074 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720905528-732351 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4426936-1720906074.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=733106, runsolver pid=733103

[startup+0.100282 s]*
/proc/loadavg: 4.08 3.88 3.42 6/263 733107
/proc/meminfo: memFree=126304392/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=64632 memory=53084 CPUtime=0.09 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 11181 0 0 0 8 1 0 0 20 0 1 0 142775526 66183168 13271 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 16158 13271 2318 3032 0 12558 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64632 KiB
Current children cumulated memory: 53084 KiB

[startup+0.205941 s]*
/proc/loadavg: 4.08 3.88 3.42 5/263 733107
/proc/meminfo: memFree=126265752/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=104024 memory=92504 CPUtime=0.2 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 21023 0 0 0 17 3 0 0 20 0 1 0 142775526 106520576 23126 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 26006 23126 2318 3032 0 22406 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 104024 KiB
Current children cumulated memory: 92504 KiB

[startup+0.305767 s]*
/proc/loadavg: 4.16 3.90 3.43 5/263 733107
/proc/meminfo: memFree=126228792/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=140708 memory=129052 CPUtime=0.3 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 30189 0 0 0 26 4 0 0 20 0 1 0 142775526 144084992 32263 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 35177 32263 2318 3032 0 31577 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 140708 KiB
Current children cumulated memory: 129052 KiB

[startup+0.700256 s]
/proc/loadavg: 4.16 3.90 3.43 5/263 733107
/proc/meminfo: memFree=126156692/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=281852 memory=269712 CPUtime=0.69 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 64818 0 0 0 60 9 0 0 20 0 1 0 142775526 288616448 67428 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 70463 67428 2318 3032 0 66863 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 281852 KiB
Current children cumulated memory: 269712 KiB

[startup+1.50026 s]
/proc/loadavg: 4.16 3.90 3.43 6/263 733107
/proc/meminfo: memFree=125976016/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=721404 memory=708480 CPUtime=1.48 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 174809 0 0 0 125 23 0 0 20 0 1 0 142775526 738717696 177120 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 180351 177120 2558 3032 0 176751 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 721404 KiB
Current children cumulated memory: 708480 KiB

[startup+3.10576 s]
/proc/loadavg: 4.16 3.90 3.43 6/263 733107
/proc/meminfo: memFree=125051840/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=1370064 memory=1345964 CPUtime=3.08 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 327044 0 0 0 263 45 0 0 20 0 1 0 142775526 1402945536 336491 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 342516 336491 2590 3032 0 338916 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1370064 KiB
Current children cumulated memory: 1345964 KiB

[startup+6.30026 s]
/proc/loadavg: 4.14 3.90 3.44 6/265 733277
/proc/meminfo: memFree=124520232/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=1874700 memory=1839572 CPUtime=6.26 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 435031 0 0 0 564 62 0 0 20 0 1 0 142775526 1919692800 459893 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 468675 459893 2654 3032 0 465075 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1874700 KiB
Current children cumulated memory: 1839572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 3.90 3.44 6/265 733278
/proc/meminfo: memFree=124509240/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=1874700 memory=1839572 CPUtime=12.63 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 435048 0 0 0 1200 63 0 0 20 0 1 0 142775526 1919692800 459893 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 468675 459893 2654 3032 0 465075 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1874700 KiB
Current children cumulated memory: 1839572 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 3.91 3.45 6/265 733280
/proc/meminfo: memFree=122653712/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=3754080 memory=3381600 CPUtime=25.4 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 612584 0 0 0 2427 113 0 0 20 0 1 0 142775526 3844177920 845400 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 938520 845400 2702 3032 0 934920 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3754080 KiB
Current children cumulated memory: 3381600 KiB

[startup+51.1058 s]
/proc/loadavg: 4.14 3.93 3.47 5/263 733331
/proc/meminfo: memFree=117291164/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=6021788 memory=5649448 CPUtime=50.92 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1179588 0 0 0 4874 218 0 0 20 0 1 0 142775526 6166310912 1412362 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1505447 1412362 2702 3032 0 1501847 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 6021788 KiB
Current children cumulated memory: 5649448 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 3.96 3.51 5/263 733338
/proc/meminfo: memFree=112948696/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185136 memory=6845496 CPUtime=101.92 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1471081 0 0 0 9919 273 0 0 20 0 1 0 142775526 7357579264 1711374 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796284 1711374 2702 3032 0 1792684 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 7185136 KiB
Current children cumulated memory: 6845496 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.97 3.54 5/264 733408
/proc/meminfo: memFree=106836820/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185140 memory=6855928 CPUtime=161.7 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1471221 0 0 0 15890 280 0 0 20 0 1 0 142775526 7357583360 1713982 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796285 1713982 2702 3032 0 1792685 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 7185140 KiB
Current children cumulated memory: 6855928 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.01 3.58 5/262 733465
/proc/meminfo: memFree=102837996/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185144 memory=6855928 CPUtime=221.56 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1471354 0 0 0 21870 286 0 0 20 0 1 0 142775526 7357587456 1713982 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796286 1713982 2702 3032 0 1792686 0
Current children cumulated CPU time: 221.56 s
Current children cumulated vsize: 7185144 KiB
Current children cumulated memory: 6855928 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.02 3.62 5/262 733476
/proc/meminfo: memFree=98870668/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185144 memory=6855932 CPUtime=281.42 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1472507 0 0 0 27851 291 0 0 20 0 1 0 142775526 7357587456 1713983 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796286 1713983 2702 3032 0 1792686 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 7185144 KiB
Current children cumulated memory: 6855932 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.05 3.65 5/260 733487
/proc/meminfo: memFree=94911980/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185144 memory=6855932 CPUtime=341.3 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1472638 0 0 0 33833 297 0 0 20 0 1 0 142775526 7357587456 1713983 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796286 1713983 2702 3032 0 1792686 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 7185144 KiB
Current children cumulated memory: 6855932 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.08 3.69 5/261 733552
/proc/meminfo: memFree=114282500/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185148 memory=6855936 CPUtime=401.17 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1473796 0 0 0 39814 303 0 0 20 0 1 0 142775526 7357591552 1713984 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796287 1713984 2702 3032 0 1792687 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 7185148 KiB
Current children cumulated memory: 6855936 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.08 3.72 5/259 733564
/proc/meminfo: memFree=109248656/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185148 memory=6855936 CPUtime=461.04 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1473926 0 0 0 45796 308 0 0 20 0 1 0 142775526 7357591552 1713984 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796287 1713984 2702 3032 0 1792687 0
Current children cumulated CPU time: 461.04 s

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

Current children cumulated memory: 6872620 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/258 735801
/proc/meminfo: memFree=99927216/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185180 memory=6872620 CPUtime=2915.91 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1480898 0 0 0 291136 455 0 0 20 0 1 0 142775526 7357624320 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796295 1718155 2702 3032 0 1792695 0
Current children cumulated CPU time: 2915.91 s
Current children cumulated vsize: 7185180 KiB
Current children cumulated memory: 6872620 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/258 735812
/proc/meminfo: memFree=99926836/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185180 memory=6872620 CPUtime=2975.79 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481030 0 0 0 297123 456 0 0 20 0 1 0 142775526 7357624320 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796295 1718155 2702 3032 0 1792695 0
Current children cumulated CPU time: 2975.79 s
Current children cumulated vsize: 7185180 KiB
Current children cumulated memory: 6872620 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/258 735822
/proc/meminfo: memFree=99926036/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185180 memory=6872620 CPUtime=3035.68 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481165 0 0 0 303110 458 0 0 20 0 1 0 142775526 7357624320 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796295 1718155 2702 3032 0 1792695 0
Current children cumulated CPU time: 3035.68 s
Current children cumulated vsize: 7185180 KiB
Current children cumulated memory: 6872620 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/258 735833
/proc/meminfo: memFree=99925184/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185180 memory=6872620 CPUtime=3095.56 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481273 0 0 0 309096 460 0 0 20 0 1 0 142775526 7357624320 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796295 1718155 2702 3032 0 1792695 0
Current children cumulated CPU time: 3095.56 s
Current children cumulated vsize: 7185180 KiB
Current children cumulated memory: 6872620 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/260 735849
/proc/meminfo: memFree=99913096/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185180 memory=6872620 CPUtime=3155.45 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481409 0 0 0 315083 462 0 0 20 0 1 0 142775526 7357624320 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796295 1718155 2702 3032 0 1792695 0
Current children cumulated CPU time: 3155.45 s
Current children cumulated vsize: 7185180 KiB
Current children cumulated memory: 6872620 KiB

[startup+3222.3 s]
/proc/loadavg: 4.04 4.10 4.09 5/260 735860
/proc/meminfo: memFree=99912220/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872620 CPUtime=3215.34 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481575 0 0 0 321069 465 0 0 20 0 1 0 142775526 7357628416 1718155 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718155 2702 3032 0 1792696 0
Current children cumulated CPU time: 3215.34 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/260 735872
/proc/meminfo: memFree=99911496/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3275.23 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481716 0 0 0 327056 467 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3275.23 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/260 735883
/proc/meminfo: memFree=99910616/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3335.11 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1481881 0 0 0 333042 469 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3335.11 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/260 735896
/proc/meminfo: memFree=99842584/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3394.99 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482021 0 0 0 339028 471 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3394.99 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.17 4.11 5/260 736290
/proc/meminfo: memFree=99841592/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3454.88 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482158 0 0 0 345015 473 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3454.88 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.10 5/259 736300
/proc/meminfo: memFree=99840872/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3514.77 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482293 0 0 0 351002 475 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3514.77 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/259 736312
/proc/meminfo: memFree=99840080/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3574.65 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482426 0 0 0 356989 476 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3574.65 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.7 s]
/proc/loadavg: 4.12 4.15 4.10 5/260 736485
/proc/meminfo: memFree=99838824/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3600 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482482 0 0 0 359523 477 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.24 s, system=4.8465 s

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

[startup+3607.7 s]
/proc/loadavg: 4.12 4.15 4.10 5/260 736485
/proc/meminfo: memFree=99838824/131524600 swapFree=131071996/131071996
[pid=733106] ppid=733103 vsize=7185184 memory=6872624 CPUtime=3600 cores=5,7
/proc/733106/stat : 733106 (fscip) R 733103 733106 729170 0 -1 4194304 1482482 0 0 0 359523 477 0 0 20 0 1 0 142775526 7357628416 1718156 134679101440 4194304 16613245 140727199468752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 18822208 18930672 37027840 140727199474657 140727199474773 140727199474773 140727199481840 0
/proc/733106/statm: 1796296 1718156 2702 3032 0 1792696 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7185184 KiB
Current children cumulated memory: 6872624 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.77
CPU time (s): 3600.09
CPU user time (s): 3595.24
CPU system time (s): 4.8465
CPU usage (%): 99.7869
Max. virtual memory (cumulated for all children) (KiB): 7185184
Max. memory (cumulated for all children) (KiB): 6872624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.24
system time used= 4.8465
maximum resident set size= 6872624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1482482
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= 1061


# summary of solver processes directly reported to runsolver:
#   pid: 733106
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3595.24
#   total CPU system time (s): 4.8465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.67 second user time and 12.0328 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-13 23:28:07
IDJOB=4426936
IDBENCH=143872
IDSOLVER=3044
FILE ID=nodeC030/4426936-1720906074
RUNJOBID= nodeC030-1720905528-732351
SLURM_JOB_ID= 7486089
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-02
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-4426936-1720906074/watcher-4426936-1720906074 -o /tmp/evaluation-result-4426936-1720906074/solver-4426936-1720906074 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1720905528-732351 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4426936-1720906074.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 7ac97bb2deff70454cbda9bb64710db6
RANDOM SEED=2085842288

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3668.037
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.11
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.788
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.665
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.11
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		: 3663.631
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.576
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.11
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		: 3599.704
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126347116 kB
MemAvailable:   126674720 kB
Buffers:          331788 kB
Cached:           837488 kB
SwapCached:            0 kB
Active:           533872 kB
Inactive:        4066400 kB
Active(anon):       1572 kB
Inactive(anon):  3467136 kB
Active(file):     532300 kB
Inactive(file):   599264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35124 kB
Writeback:             8 kB
AnonPages:       3430636 kB
Mapped:           138144 kB
Shmem:             37720 kB
KReclaimable:      71724 kB
Slab:             171884 kB
SReclaimable:      71724 kB
SUnreclaim:       100160 kB
KernelStack:        4240 kB
PageTables:        16480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2332676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56736 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1196032 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:      201428 kB
DirectMap2M:     7960576 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 889896 MiB
End job on nodeC030 at 2024-07-14 00:28:15