Trace number 4465003

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.07 3607.81

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: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.99/1.10	c Default LC presolving (default).
0.99/1.10	c ** Before presolving: virtualMemUsedAtLc = 1032078952, getVmSize() = 627908608, SCIPgetMemUsed() = 555126899, SCIPgetMemTotal() = 575986723, SCIPgetMemExternEstim() = 456092229
0.99/1.10	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: 63931 MiB (59816 MiB free)
  memory of node 1: 64510 MiB (63464 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465003-1722389895/watcher-4465003-1722389895 -o /tmp/evaluation-result-4465003-1722389895/solver-4465003-1722389895 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722389894-37694 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465003-1722389895.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=37849, runsolver pid=37846
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.33 1.90 3.01 4/255 37850
/proc/meminfo: memFree=126339920/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=77136 memory=65480 CPUtime=0.09 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 14305 0 0 0 8 1 0 0 20 0 1 0 5585116 78987264 16370 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 19284 16370 2347 3035 0 15680 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 77136 KiB
Current children cumulated memory: 65480 KiB

[startup+0.205398 s]*
/proc/loadavg: 1.33 1.90 3.01 5/255 37864
/proc/meminfo: memFree=126292184/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=124808 memory=113112 CPUtime=0.2 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 26216 0 0 0 17 3 0 0 20 0 1 0 5585116 127803392 28278 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 31202 28278 2347 3035 0 27598 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 124808 KiB
Current children cumulated memory: 113112 KiB

[startup+0.305381 s]*
/proc/loadavg: 1.33 1.90 3.01 4/254 37864
/proc/meminfo: memFree=126244672/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=171556 memory=160132 CPUtime=0.3 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 37911 0 0 0 25 5 0 0 20 0 1 0 5585116 175673344 40033 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 42889 40033 2347 3035 0 39285 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 171556 KiB
Current children cumulated memory: 160132 KiB

[startup+0.700237 s]
/proc/loadavg: 1.33 1.90 3.01 5/251 37886
/proc/meminfo: memFree=126157212/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=424596 memory=412568 CPUtime=0.69 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 101620 0 0 0 55 14 0 0 20 0 1 0 5585116 434786304 103142 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 106149 103142 2555 3035 0 102545 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 424596 KiB
Current children cumulated memory: 412568 KiB

[startup+1.50024 s]
/proc/loadavg: 1.33 1.90 3.01 5/261 37900
/proc/meminfo: memFree=125560988/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=801260 memory=782908 CPUtime=1.49 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 193154 0 0 0 122 27 0 0 20 0 1 0 5585116 820490240 195727 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 200315 195727 2598 3035 0 196711 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 801260 KiB
Current children cumulated memory: 782908 KiB

[startup+3.1057 s]
/proc/loadavg: 1.33 1.90 3.01 6/257 37992
/proc/meminfo: memFree=123938644/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=1217136 memory=1197920 CPUtime=3.08 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 293248 0 0 0 263 45 0 0 20 0 1 0 5585116 1246347264 299480 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 304284 299480 2630 3035 0 300680 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1217136 KiB
Current children cumulated memory: 1197920 KiB

[startup+6.30024 s]
/proc/loadavg: 1.70 1.96 3.03 6/257 37994
/proc/meminfo: memFree=122154892/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=1265712 memory=1238480 CPUtime=6.26 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 302219 0 0 0 579 47 0 0 20 0 1 0 5585116 1296089088 309620 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 316428 309620 2662 3035 0 312824 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1265712 KiB
Current children cumulated memory: 1238480 KiB

[startup+12.7002 s]
/proc/loadavg: 2.05 2.03 3.05 6/257 37994
/proc/meminfo: memFree=121242936/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=2262608 memory=2007500 CPUtime=12.65 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 364139 0 0 0 1196 69 0 0 20 0 1 0 5585116 2316910592 501875 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 565652 501875 2710 3035 0 562048 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2262608 KiB
Current children cumulated memory: 2007500 KiB

[startup+25.5002 s]
/proc/loadavg: 2.50 2.13 3.07 6/257 37997
/proc/meminfo: memFree=118561220/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=3392936 memory=3137868 CPUtime=25.42 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 646740 0 0 0 2425 117 0 0 20 0 1 0 5585116 3474366464 784467 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 848234 784467 2710 3035 0 844630 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3392936 KiB
Current children cumulated memory: 3137868 KiB

[startup+51.1056 s]
/proc/loadavg: 3.09 2.31 3.10 6/257 38000
/proc/meminfo: memFree=115518140/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037200 memory=3801980 CPUtime=50.96 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 808726 0 0 0 4954 142 0 0 20 0 1 0 5585116 4134092800 950495 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009300 950495 2710 3035 0 1005696 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 4037200 KiB
Current children cumulated memory: 3801980 KiB

[startup+102.3 s]
/proc/loadavg: 3.68 2.59 3.15 6/259 38012
/proc/meminfo: memFree=112634840/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037204 memory=3812600 CPUtime=102.03 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809312 0 0 0 10059 144 0 0 20 0 1 0 5585116 4134096896 953150 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009301 953150 2710 3035 0 1005697 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 4037204 KiB
Current children cumulated memory: 3812600 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.86 3.21 6/261 38028
/proc/meminfo: memFree=112230628/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037208 memory=3813364 CPUtime=161.89 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809370 0 0 0 16043 146 0 0 20 0 1 0 5585116 4134100992 953341 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009302 953341 2710 3035 0 1005698 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 4037208 KiB
Current children cumulated memory: 3813364 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.09 3.27 6/261 38038
/proc/meminfo: memFree=112208576/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037208 memory=3813368 CPUtime=221.74 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809427 0 0 0 22026 148 0 0 20 0 1 0 5585116 4134100992 953342 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009302 953342 2710 3035 0 1005698 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 4037208 KiB
Current children cumulated memory: 3813368 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 3.27 3.33 6/261 38048
/proc/meminfo: memFree=112207616/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037212 memory=3813872 CPUtime=281.61 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809487 0 0 0 28011 150 0 0 20 0 1 0 5585116 4134105088 953468 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009303 953468 2710 3035 0 1005699 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 4037212 KiB
Current children cumulated memory: 3813872 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.42 3.38 6/259 38079
/proc/meminfo: memFree=112203868/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037212 memory=3815568 CPUtime=341.45 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809531 0 0 0 33994 151 0 0 20 0 1 0 5585116 4134105088 953892 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009303 953892 2710 3035 0 1005699 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 4037212 KiB
Current children cumulated memory: 3815568 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 3.57 3.43 6/259 38091
/proc/meminfo: memFree=112201816/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037216 memory=3815568 CPUtime=401.32 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809585 0 0 0 39979 153 0 0 20 0 1 0 5585116 4134109184 953892 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009304 953892 2710 3035 0 1005700 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 4037216 KiB
Current children cumulated memory: 3815568 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.67 3.48 6/257 38101
/proc/meminfo: memFree=112199388/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037216 memory=3815572 CPUtime=461.17 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 809628 0 0 0 45963 154 0 0 20 0 1 0 5585116 4134109184 953893 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009304 953893 2710 3035 0 1005700 0
Current children cumulated CPU time: 461.17 s

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

Current children cumulated memory: 3841552 KiB

[startup+2862.3 s]
/proc/loadavg: 4.55 4.26 4.10 6/259 39505
/proc/meminfo: memFree=110200628/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037252 memory=3841552 CPUtime=2856.32 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 816143 0 0 0 285452 180 0 0 20 0 1 0 5585116 4134146048 960388 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009313 960388 2710 3035 0 1005709 0
Current children cumulated CPU time: 2856.32 s
Current children cumulated vsize: 4037252 KiB
Current children cumulated memory: 3841552 KiB

[startup+2922.3 s]
/proc/loadavg: 4.24 4.22 4.09 6/258 39515
/proc/meminfo: memFree=110199832/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037252 memory=3841552 CPUtime=2916.18 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 816477 0 0 0 291438 180 0 0 20 0 1 0 5585116 4134146048 960388 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009313 960388 2710 3035 0 1005709 0
Current children cumulated CPU time: 2916.18 s
Current children cumulated vsize: 4037252 KiB
Current children cumulated memory: 3841552 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.21 4.09 6/258 39528
/proc/meminfo: memFree=110197060/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=2976.04 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 816825 0 0 0 297424 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 2976.04 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.19 4.09 6/260 39710
/proc/meminfo: memFree=110192928/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=3035.89 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 817164 0 0 0 303409 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 3035.89 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.18 4.09 6/260 39720
/proc/meminfo: memFree=110186296/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=3095.75 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 817511 0 0 0 309395 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 3095.75 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.16 4.09 6/259 39788
/proc/meminfo: memFree=110180500/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=3155.6 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 817865 0 0 0 315380 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 3155.6 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.15 4.09 6/259 39798
/proc/meminfo: memFree=110179148/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=3215.46 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 818211 0 0 0 321366 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 3215.46 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.23 4.12 6/259 39808
/proc/meminfo: memFree=110176148/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037256 memory=3841556 CPUtime=3275.32 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 818565 0 0 0 327352 180 0 0 20 0 1 0 5585116 4134150144 960389 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009314 960389 2710 3035 0 1005710 0
Current children cumulated CPU time: 3275.32 s
Current children cumulated vsize: 4037256 KiB
Current children cumulated memory: 3841556 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.11 6/258 39819
/proc/meminfo: memFree=110169328/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3335.18 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 818926 0 0 0 333338 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3335.18 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.19 4.11 6/258 39831
/proc/meminfo: memFree=110164328/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3395.03 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 819288 0 0 0 339323 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3395.03 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.22 4.13 6/257 39841
/proc/meminfo: memFree=110161120/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3454.89 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 819650 0 0 0 345309 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3454.89 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.21 4.13 6/257 39851
/proc/meminfo: memFree=110155912/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3514.74 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 820013 0 0 0 351294 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3514.74 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.18 4.12 6/257 39863
/proc/meminfo: memFree=110151596/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3574.6 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 820380 0 0 0 357280 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3574.6 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.02 4.15 4.11 5/248 39899
/proc/meminfo: memFree=114973720/131524600 swapFree=131071996/131071996
[pid=37849] ppid=37846 vsize=4037260 memory=3841560 CPUtime=3600.04 cores=1,3
/proc/37849/stat : 37849 (fscip) R 37846 37849 37682 0 -1 4194304 820526 0 0 0 359824 180 0 0 20 0 1 0 5585116 4134154240 960390 134679101440 4194304 16623229 140721110518288 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 42139648 140721110524948 140721110525064 140721110525064 140721110532080 0
/proc/37849/statm: 1009315 960390 2710 3035 0 1005711 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4037260 KiB
Current children cumulated memory: 3841560 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.25 s, system=1.81987 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): 3607.81
CPU time (s): 3600.07
CPU user time (s): 3598.25
CPU system time (s): 1.81987
CPU usage (%): 99.7852
Max. virtual memory (cumulated for all children) (KiB): 4037260
Max. memory (cumulated for all children) (KiB): 3841560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.25
system time used= 1.81987
maximum resident set size= 3841560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820526
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= 1343


# summary of solver processes directly reported to runsolver:
#   pid: 37849
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3598.25
#   total CPU system time (s): 1.81987

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.51389 second user time and 17.7672 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-31 03:38:15
IDJOB=4465003
IDBENCH=143863
IDSOLVER=3093
FILE ID=nodeC014/4465003-1722389895
RUNJOBID= nodeC014-1722389894-37694
SLURM_JOB_ID= 8249869
Free space on /tmp= 889992 MiB

SOLVER NAME= FiberSCIP 2024-07-30
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-4465003-1722389895/watcher-4465003-1722389895 -o /tmp/evaluation-result-4465003-1722389895/solver-4465003-1722389895 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722389894-37694 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465003-1722389895.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= aae80251a5a7b6924749ae451d053245
RANDOM SEED=1192675594

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		: 3677.811
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		: 3661.853
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.268
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		: 3671.545
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		: 3677.797
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		: 3666.069
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		: 3600.500
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		: 3672.438
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:        126187992 kB
MemAvailable:   129326456 kB
Buffers:          113276 kB
Cached:          3823344 kB
SwapCached:            0 kB
Active:           285432 kB
Inactive:        4492868 kB
Active(anon):       1536 kB
Inactive(anon):   861496 kB
Active(file):     283896 kB
Inactive(file):  3631372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            119736 kB
Writeback:            32 kB
AnonPages:        841744 kB
Mapped:           121612 kB
Shmem:             21336 kB
KReclaimable:     125684 kB
Slab:             215712 kB
SReclaimable:     125684 kB
SUnreclaim:        90028 kB
KernelStack:        4128 kB
PageTables:        10888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1119544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10144 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 889988 MiB
End job on nodeC014 at 2024-07-31 04:38:23