Trace number 4465005

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.12 3612.03

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-30_wcsp.wbo
MD5SUM78328f487213678b2b5d4b2f93871f54
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2080
Best CPU time to get the best result obtained on this benchmark1252
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1018
Total number of constraints50646
Number of soft constraints50547
Number of constraints which are clauses50547
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 constraint14
Top cost 245952
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 7842900
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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.30/0.37	c Default LC presolving (default).
0.30/0.37	c ** Before presolving: virtualMemUsedAtLc = 320267063, getVmSize() = 210292736, SCIPgetMemUsed() = 170712965, SCIPgetMemTotal() = 179670853, SCIPgetMemExternEstim() = 140596210
0.30/0.37	c ** set memory limit for presolving in LC to 8.796e+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 (55588 MiB free)
  memory of node 1: 64473 MiB (62350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4465005-1722389896/watcher-4465005-1722389896 -o /tmp/evaluation-result-4465005-1722389896/solver-4465005-1722389896 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722389892-37047 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465005-1722389896.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=37302, runsolver pid=37299

[startup+0.100804 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120684052/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=66356 memory=54912 CPUtime=0.09 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 11607 0 0 0 8 1 0 0 20 0 1 0 5594168 67948544 13728 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 16589 13728 2347 3035 0 12985 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66356 KiB
Current children cumulated memory: 54912 KiB

[startup+0.205817 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120600604/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=113464 memory=102364 CPUtime=0.2 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 23729 0 0 0 17 3 0 0 20 0 1 0 5594168 116187136 25591 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 28366 25591 2555 3035 0 24762 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 113464 KiB
Current children cumulated memory: 102364 KiB

[startup+0.3059 s]*
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120488136/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=182632 memory=171004 CPUtime=0.3 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 40881 0 0 0 25 5 0 0 20 0 1 0 5594168 187015168 42751 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 45658 42751 2555 3035 0 42054 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 182632 KiB
Current children cumulated memory: 171004 KiB

[startup+0.700252 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=120303136/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=346848 memory=333028 CPUtime=0.68 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 81363 0 0 0 58 10 0 0 20 0 1 0 5594168 355172352 83257 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 86712 83257 2598 3035 0 83108 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 346848 KiB
Current children cumulated memory: 333028 KiB

[startup+1.50025 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=119918800/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=412404 memory=391212 CPUtime=1.48 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 98698 0 0 0 136 12 0 0 20 0 1 0 5594168 422301696 97803 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 103101 97803 2662 3035 0 99497 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 412404 KiB
Current children cumulated memory: 391212 KiB

[startup+3.10582 s]
/proc/loadavg: 1.32 1.79 2.93 5/256 37303
/proc/meminfo: memFree=119314144/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=710936 memory=600852 CPUtime=3.08 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 124544 0 0 0 290 18 0 0 20 0 1 0 5594168 727998464 150147 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 177734 150213 2710 3035 0 174130 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 710936 KiB
Current children cumulated memory: 600852 KiB

[startup+6.30023 s]
/proc/loadavg: 1.62 1.84 2.94 5/258 37305
/proc/meminfo: memFree=118797712/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=878304 memory=796164 CPUtime=6.27 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 176331 0 0 0 599 28 0 0 20 0 1 0 5594168 899383296 198975 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 219576 199041 2710 3035 0 215972 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 878304 KiB
Current children cumulated memory: 796164 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 1.88 2.94 5/258 37306
/proc/meminfo: memFree=118679920/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=960456 memory=880608 CPUtime=12.63 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 197490 0 0 0 1232 31 0 0 20 0 1 0 5594168 983506944 220152 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 240114 220152 2710 3035 0 236510 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 960456 KiB
Current children cumulated memory: 880608 KiB

[startup+25.5002 s]
/proc/loadavg: 2.29 1.98 2.96 5/258 37308
/proc/meminfo: memFree=118480732/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1050584 memory=973480 CPUtime=25.4 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 220727 0 0 0 2503 37 0 0 20 0 1 0 5594168 1075798016 243370 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 262646 243370 2710 3035 0 259042 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1050584 KiB
Current children cumulated memory: 973480 KiB

[startup+51.1056 s]
/proc/loadavg: 2.96 2.16 3.00 5/260 37314
/proc/meminfo: memFree=117400924/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069728 memory=993004 CPUtime=50.91 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225624 0 0 0 5052 39 0 0 20 0 1 0 5594168 1095401472 248251 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267432 248251 2710 3035 0 263828 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1069728 KiB
Current children cumulated memory: 993004 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.47 3.06 5/260 37323
/proc/meminfo: memFree=117141132/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069736 memory=993004 CPUtime=101.92 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225641 0 0 0 10152 40 0 0 20 0 1 0 5594168 1095409664 248251 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267434 248251 2710 3035 0 263830 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1069736 KiB
Current children cumulated memory: 993004 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.76 3.12 5/262 37386
/proc/meminfo: memFree=112185688/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069740 memory=993160 CPUtime=161.69 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225654 0 0 0 16128 41 0 0 20 0 1 0 5594168 1095413760 248290 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267435 248290 2710 3035 0 263831 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 1069740 KiB
Current children cumulated memory: 993160 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.02 3.19 5/262 37396
/proc/meminfo: memFree=106349140/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069744 memory=993160 CPUtime=221.46 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225667 0 0 0 22103 43 0 0 20 0 1 0 5594168 1095417856 248290 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267436 248290 2710 3035 0 263832 0
Current children cumulated CPU time: 221.46 s
Current children cumulated vsize: 1069744 KiB
Current children cumulated memory: 993160 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.25 3.26 5/266 37652
/proc/meminfo: memFree=114262880/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069748 memory=993160 CPUtime=281.23 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225680 0 0 0 28078 45 0 0 20 0 1 0 5594168 1095421952 248290 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267437 248290 2710 3035 0 263833 0
Current children cumulated CPU time: 281.23 s
Current children cumulated vsize: 1069748 KiB
Current children cumulated memory: 993160 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.40 3.31 5/265 37662
/proc/meminfo: memFree=114063568/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069752 memory=993160 CPUtime=341.01 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225693 0 0 0 34055 46 0 0 20 0 1 0 5594168 1095426048 248290 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267438 248290 2710 3035 0 263834 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 1069752 KiB
Current children cumulated memory: 993160 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.54 3.37 5/265 37673
/proc/meminfo: memFree=114022168/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069756 memory=993160 CPUtime=400.79 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225708 0 0 0 40031 48 0 0 20 0 1 0 5594168 1095430144 248290 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267439 248290 2710 3035 0 263835 0
Current children cumulated CPU time: 400.79 s
Current children cumulated vsize: 1069756 KiB
Current children cumulated memory: 993160 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.64 3.42 5/263 37683
/proc/meminfo: memFree=113794320/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069756 memory=993180 CPUtime=460.57 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 225722 0 0 0 46007 50 0 0 20 0 1 0 5594168 1095430144 248295 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267439 248295 2710 3035 0 263835 0
Current children cumulated CPU time: 460.57 s

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

Current children cumulated memory: 993240 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.18 4.10 5/262 39066
/proc/meminfo: memFree=109415508/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069820 memory=993240 CPUtime=2852.62 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226221 0 0 0 285169 93 0 0 20 0 1 0 5594168 1095495680 248310 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267455 248310 2710 3035 0 263851 0
Current children cumulated CPU time: 2852.62 s
Current children cumulated vsize: 1069820 KiB
Current children cumulated memory: 993240 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.16 4.10 5/262 39077
/proc/meminfo: memFree=109415052/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069820 memory=993240 CPUtime=2912.45 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226235 0 0 0 291151 94 0 0 20 0 1 0 5594168 1095495680 248310 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267455 248310 2710 3035 0 263851 0
Current children cumulated CPU time: 2912.45 s
Current children cumulated vsize: 1069820 KiB
Current children cumulated memory: 993240 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.16 4.10 5/262 39089
/proc/meminfo: memFree=109343412/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069824 memory=993244 CPUtime=2972.25 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226250 0 0 0 297130 95 0 0 20 0 1 0 5594168 1095499776 248311 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267456 248311 2710 3035 0 263852 0
Current children cumulated CPU time: 2972.25 s
Current children cumulated vsize: 1069824 KiB
Current children cumulated memory: 993244 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/262 39267
/proc/meminfo: memFree=109342584/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069824 memory=993244 CPUtime=3032.07 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226262 0 0 0 303111 96 0 0 20 0 1 0 5594168 1095499776 248311 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267456 248311 2710 3035 0 263852 0
Current children cumulated CPU time: 3032.07 s
Current children cumulated vsize: 1069824 KiB
Current children cumulated memory: 993244 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.15 4.09 5/262 39277
/proc/meminfo: memFree=109215452/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069824 memory=993244 CPUtime=3091.87 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226274 0 0 0 309088 99 0 0 20 0 1 0 5594168 1095499776 248311 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267456 248311 2710 3035 0 263852 0
Current children cumulated CPU time: 3091.87 s
Current children cumulated vsize: 1069824 KiB
Current children cumulated memory: 993244 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.15 4.09 5/264 39347
/proc/meminfo: memFree=108832284/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069824 memory=993244 CPUtime=3151.7 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226286 0 0 0 315070 100 0 0 20 0 1 0 5594168 1095499776 248311 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267456 248311 2710 3035 0 263852 0
Current children cumulated CPU time: 3151.7 s
Current children cumulated vsize: 1069824 KiB
Current children cumulated memory: 993244 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/265 39358
/proc/meminfo: memFree=108828416/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069828 memory=993244 CPUtime=3211.52 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226299 0 0 0 321051 101 0 0 20 0 1 0 5594168 1095503872 248311 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267457 248311 2710 3035 0 263853 0
Current children cumulated CPU time: 3211.52 s
Current children cumulated vsize: 1069828 KiB
Current children cumulated memory: 993244 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/265 39368
/proc/meminfo: memFree=108780268/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069828 memory=993252 CPUtime=3271.33 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226311 0 0 0 327031 102 0 0 20 0 1 0 5594168 1095503872 248313 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267457 248313 2710 3035 0 263853 0
Current children cumulated CPU time: 3271.33 s
Current children cumulated vsize: 1069828 KiB
Current children cumulated memory: 993252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/265 39378
/proc/meminfo: memFree=108777896/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069828 memory=993252 CPUtime=3331.15 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226320 0 0 0 333012 103 0 0 20 0 1 0 5594168 1095503872 248313 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267457 248313 2710 3035 0 263853 0
Current children cumulated CPU time: 3331.15 s
Current children cumulated vsize: 1069828 KiB
Current children cumulated memory: 993252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/265 39389
/proc/meminfo: memFree=108775484/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069828 memory=994888 CPUtime=3390.96 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226332 0 0 0 338991 105 0 0 20 0 1 0 5594168 1095503872 248722 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267457 248722 2710 3035 0 263853 0
Current children cumulated CPU time: 3390.96 s
Current children cumulated vsize: 1069828 KiB
Current children cumulated memory: 994888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 39399
/proc/meminfo: memFree=108544536/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069832 memory=1002000 CPUtime=3450.78 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226350 0 0 0 344972 106 0 0 20 0 1 0 5594168 1095507968 250500 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267458 250500 2710 3035 0 263854 0
Current children cumulated CPU time: 3450.78 s
Current children cumulated vsize: 1069832 KiB
Current children cumulated memory: 1002000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 39410
/proc/meminfo: memFree=108532284/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069832 memory=1008808 CPUtime=3510.62 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226380 0 0 0 350954 108 0 0 20 0 1 0 5594168 1095507968 252202 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267458 252202 2710 3035 0 263854 0
Current children cumulated CPU time: 3510.62 s
Current children cumulated vsize: 1069832 KiB
Current children cumulated memory: 1008808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/261 39421
/proc/meminfo: memFree=108524936/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069832 memory=1008816 CPUtime=3570.45 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226445 0 0 0 356936 109 0 0 20 0 1 0 5594168 1095507968 252204 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267458 252204 2710 3035 0 263854 0
Current children cumulated CPU time: 3570.45 s
Current children cumulated vsize: 1069832 KiB
Current children cumulated memory: 1008816 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612 s]*
/proc/loadavg: 3.78 4.04 4.07 3/243 39489
/proc/meminfo: memFree=115569400/131524600 swapFree=131071996/131071996
[pid=37302] ppid=37299 vsize=1069832 memory=1008896 CPUtime=3600.08 cores=0,2
/proc/37302/stat : 37302 (fscip) R 37299 37302 37037 0 -1 4194304 226486 0 0 0 359899 109 0 0 20 0 1 0 5594168 1095507968 252224 134679101440 4194304 16623229 140731863513696 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 51769344 140731863520276 140731863520392 140731863520392 140731863527408 0
/proc/37302/statm: 267458 252224 2710 3035 0 263854 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1069832 KiB
Current children cumulated memory: 1008896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599 s, system=1.12389 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.03
CPU time (s): 3600.12
CPU user time (s): 3599
CPU system time (s): 1.12389
CPU usage (%): 99.6703
Max. virtual memory (cumulated for all children) (KiB): 1069832
Max. memory (cumulated for all children) (KiB): 1008896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599
system time used= 1.12389
maximum resident set size= 1008896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226486
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= 8
involuntary context switches= 24775


# summary of solver processes directly reported to runsolver:
#   pid: 37302
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3599
#   total CPU system time (s): 1.12389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22476 second user time and 16.6841 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-31 03:38:16
IDJOB=4465005
IDBENCH=143867
IDSOLVER=3093
FILE ID=nodeC035/4465005-1722389896
RUNJOBID= nodeC035-1722389892-37047
SLURM_JOB_ID= 8249868
Free space on /tmp= 889984 MiB

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

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

MD5SUM BENCH= 78328f487213678b2b5d4b2f93871f54
RANDOM SEED=2050215044

nodeC035.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		: 3674.991
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.79
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		: 3635.595
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	: 7006.92
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.855
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.79
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		: 3669.279
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	: 7006.92
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		: 3675.034
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.79
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.096
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	: 7006.92
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.642
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.79
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.735
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	: 7006.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120780432 kB
MemAvailable:   128856248 kB
Buffers:          105716 kB
Cached:          8764452 kB
SwapCached:            0 kB
Active:           280796 kB
Inactive:        9895672 kB
Active(anon):       1564 kB
Inactive(anon):  1326136 kB
Active(file):     279232 kB
Inactive(file):  8569536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            123068 kB
Writeback:            20 kB
AnonPages:       1302620 kB
Mapped:           119184 kB
Shmem:             21336 kB
KReclaimable:     133744 kB
Slab:             223736 kB
SReclaimable:     133744 kB
SUnreclaim:        89992 kB
KernelStack:        4096 kB
PageTables:        11836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1615888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10240 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 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:      254676 kB
DirectMap2M:     7907328 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC035 at 2024-07-31 04:38:28