Trace number 4464932

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.71

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/celar/
normalized-celar7-sub4-22_wcsp.wbo
MD5SUMd7d01ec0794d07991a9972239b49c230
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark263041
Best CPU time to get the best result obtained on this benchmark3600.2
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables444
Total number of constraints80644
Number of soft constraints80622
Number of constraints which are clauses80622
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint22
Top cost 54058235
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 6107276475
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.89/0.95	c Default LC presolving (default).
0.89/0.95	c ** Before presolving: virtualMemUsedAtLc = 508544717, getVmSize() = 322220032, SCIPgetMemUsed() = 271439198, SCIPgetMemTotal() = 285395686, SCIPgetMemExternEstim() = 223149031
0.89/0.95	c ** set memory limit for presolving in LC to 8.79594e+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: 64096 MiB (53796 MiB free)
  memory of node 1: 64473 MiB (60441 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464932-1722389972/watcher-4464932-1722389972 -o /tmp/evaluation-result-4464932-1722389972/solver-4464932-1722389972 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722389843-35486 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464932-1722389972.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=35914, runsolver pid=35911
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.01 2.73 2.99 5/248 35915
/proc/meminfo: memFree=116957480/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=46196 memory=34544 CPUtime=0.1 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 6544 0 0 0 9 1 0 0 20 0 1 0 5594819 47304704 8636 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 11549 8636 2347 3035 0 7945 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 46196 KiB
Current children cumulated memory: 34544 KiB

[startup+0.211878 s]*
/proc/loadavg: 4.01 2.73 2.99 5/248 35915
/proc/meminfo: memFree=116937824/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=66452 memory=54404 CPUtime=0.21 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 11511 0 0 0 18 3 0 0 20 0 1 0 5594819 68046848 13601 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 16613 13601 2347 3035 0 13009 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 66452 KiB
Current children cumulated memory: 54404 KiB

[startup+0.311787 s]*
/proc/loadavg: 4.01 2.73 2.99 6/248 35915
/proc/meminfo: memFree=116918560/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=83832 memory=72424 CPUtime=0.31 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 15999 0 0 0 27 4 0 0 20 0 1 0 5594819 85843968 18106 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 20958 18106 2347 3035 0 17354 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 83832 KiB
Current children cumulated memory: 72424 KiB

[startup+0.700359 s]
/proc/loadavg: 4.01 2.73 2.99 6/248 35915
/proc/meminfo: memFree=116879764/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=211340 memory=200148 CPUtime=0.68 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 48597 0 0 0 57 11 0 0 20 0 1 0 5594819 216412160 49971 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 53091 49971 2555 3035 0 49487 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 211340 KiB
Current children cumulated memory: 200148 KiB

[startup+1.50033 s]
/proc/loadavg: 4.01 2.73 2.99 5/248 35915
/proc/meminfo: memFree=116668896/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=538140 memory=523128 CPUtime=1.48 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 129322 0 0 0 123 25 0 0 20 0 1 0 5594819 551055360 130782 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 134535 130782 2598 3035 0 130931 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 538140 KiB
Current children cumulated memory: 523128 KiB

[startup+3.11275 s]
/proc/loadavg: 4.01 2.73 2.99 5/248 35915
/proc/meminfo: memFree=116371704/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=635708 memory=616860 CPUtime=3.09 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 152904 0 0 0 280 29 0 0 20 0 1 0 5594819 650964992 154215 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 158927 154215 2662 3035 0 155323 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 635708 KiB
Current children cumulated memory: 616860 KiB

[startup+6.30026 s]
/proc/loadavg: 4.09 2.77 3.00 5/248 35916
/proc/meminfo: memFree=115997516/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1142456 memory=1017420 CPUtime=6.28 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 201830 0 0 0 584 44 0 0 20 0 1 0 5594819 1169874944 254355 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 285614 254355 2710 3035 0 282010 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1142456 KiB
Current children cumulated memory: 1017420 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 2.79 3.01 5/248 35916
/proc/meminfo: memFree=115530692/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1584276 memory=1467060 CPUtime=12.66 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 313217 0 0 0 1205 61 0 0 20 0 1 0 5594819 1622298624 366765 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 396069 366765 2710 3035 0 392465 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1584276 KiB
Current children cumulated memory: 1467060 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 2.85 3.03 5/248 35920
/proc/meminfo: memFree=115361988/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724496 memory=1610428 CPUtime=25.43 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 348810 0 0 0 2477 66 0 0 20 0 1 0 5594819 1765883904 402607 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431124 402607 2710 3035 0 427520 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1724496 KiB
Current children cumulated memory: 1610428 KiB

[startup+51.1127 s]
/proc/loadavg: 4.46 3.04 3.09 5/250 35927
/proc/meminfo: memFree=115310792/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724500 memory=1612256 CPUtime=50.98 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349287 0 0 0 5031 67 0 0 20 0 1 0 5594819 1765888000 403064 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431125 403064 2710 3035 0 427521 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1724500 KiB
Current children cumulated memory: 1612256 KiB

[startup+102.3 s]
/proc/loadavg: 4.66 3.32 3.18 5/250 35936
/proc/meminfo: memFree=115260100/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724504 memory=1612428 CPUtime=102.04 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349319 0 0 0 10136 68 0 0 20 0 1 0 5594819 1765892096 403107 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431126 403107 2710 3035 0 427522 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1724504 KiB
Current children cumulated memory: 1612428 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 3.46 3.24 5/250 35946
/proc/meminfo: memFree=115195804/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724508 memory=1612428 CPUtime=161.89 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349348 0 0 0 16120 69 0 0 20 0 1 0 5594819 1765896192 403107 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431127 403107 2710 3035 0 427523 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 1724508 KiB
Current children cumulated memory: 1612428 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 3.61 3.31 5/249 35957
/proc/meminfo: memFree=115179308/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724512 memory=1612440 CPUtime=221.75 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349377 0 0 0 22105 70 0 0 20 0 1 0 5594819 1765900288 403110 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431128 403110 2710 3035 0 427524 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 1724512 KiB
Current children cumulated memory: 1612440 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 3.70 3.36 5/249 35968
/proc/meminfo: memFree=114950644/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724516 memory=1612440 CPUtime=281.6 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349403 0 0 0 28089 71 0 0 20 0 1 0 5594819 1765904384 403110 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431129 403110 2710 3035 0 427525 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 1724516 KiB
Current children cumulated memory: 1612440 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.77 3.41 5/249 35978
/proc/meminfo: memFree=114941308/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724520 memory=1612448 CPUtime=341.46 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349426 0 0 0 34074 72 0 0 20 0 1 0 5594819 1765908480 403112 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431130 403112 2710 3035 0 427526 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 1724520 KiB
Current children cumulated memory: 1612448 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.85 3.46 5/247 35990
/proc/meminfo: memFree=114938228/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724520 memory=1612448 CPUtime=401.31 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349451 0 0 0 40058 73 0 0 20 0 1 0 5594819 1765908480 403112 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431130 403112 2710 3035 0 427526 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 1724520 KiB
Current children cumulated memory: 1612448 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.89 3.50 5/247 36000
/proc/meminfo: memFree=114889652/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724524 memory=1612448 CPUtime=461.15 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 349479 0 0 0 46042 73 0 0 20 0 1 0 5594819 1765912576 403112 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431131 403112 2710 3035 0 427527 0
Current children cumulated CPU time: 461.15 s

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

Current children cumulated memory: 1634984 KiB

[startup+2922.3 s]
/proc/loadavg: 3.04 3.25 3.62 4/238 37443
/proc/meminfo: memFree=114712240/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724576 memory=1634988 CPUtime=2916.14 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355224 0 0 0 291527 87 0 0 20 0 1 0 5594819 1765965824 408747 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431144 408747 2710 3035 0 427540 0
Current children cumulated CPU time: 2916.14 s
Current children cumulated vsize: 1724576 KiB
Current children cumulated memory: 1634988 KiB

[startup+2982.3 s]
/proc/loadavg: 3.12 3.23 3.59 4/240 37624
/proc/meminfo: memFree=114701568/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724576 memory=1634988 CPUtime=2976 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355388 0 0 0 297513 87 0 0 20 0 1 0 5594819 1765965824 408747 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431144 408747 2710 3035 0 427540 0
Current children cumulated CPU time: 2976 s
Current children cumulated vsize: 1724576 KiB
Current children cumulated memory: 1634988 KiB

[startup+3042.3 s]
/proc/loadavg: 3.09 3.20 3.56 4/241 37692
/proc/meminfo: memFree=114699476/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724576 memory=1634988 CPUtime=3035.86 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355493 0 0 0 303499 87 0 0 20 0 1 0 5594819 1765965824 408747 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431144 408747 2710 3035 0 427540 0
Current children cumulated CPU time: 3035.86 s
Current children cumulated vsize: 1724576 KiB
Current children cumulated memory: 1634988 KiB

[startup+3102.3 s]
/proc/loadavg: 3.07 3.18 3.52 4/241 37702
/proc/meminfo: memFree=114699436/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724576 memory=1634988 CPUtime=3095.72 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355645 0 0 0 309485 87 0 0 20 0 1 0 5594819 1765965824 408747 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431144 408747 2710 3035 0 427540 0
Current children cumulated CPU time: 3095.72 s
Current children cumulated vsize: 1724576 KiB
Current children cumulated memory: 1634988 KiB

[startup+3162.3 s]
/proc/loadavg: 3.08 3.16 3.49 4/241 37712
/proc/meminfo: memFree=114698864/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724580 memory=1634988 CPUtime=3155.58 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355738 0 0 0 315471 87 0 0 20 0 1 0 5594819 1765969920 408747 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431145 408747 2710 3035 0 427541 0
Current children cumulated CPU time: 3155.58 s
Current children cumulated vsize: 1724580 KiB
Current children cumulated memory: 1634988 KiB

[startup+3222.3 s]
/proc/loadavg: 3.07 3.14 3.47 4/241 37724
/proc/meminfo: memFree=114697620/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724580 memory=1634992 CPUtime=3215.44 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355898 0 0 0 321457 87 0 0 20 0 1 0 5594819 1765969920 408748 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431145 408748 2710 3035 0 427541 0
Current children cumulated CPU time: 3215.44 s
Current children cumulated vsize: 1724580 KiB
Current children cumulated memory: 1634992 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.14 3.44 4/240 37734
/proc/meminfo: memFree=114696552/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724580 memory=1634992 CPUtime=3275.3 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 355989 0 0 0 327443 87 0 0 20 0 1 0 5594819 1765969920 408748 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431145 408748 2710 3035 0 427541 0
Current children cumulated CPU time: 3275.3 s
Current children cumulated vsize: 1724580 KiB
Current children cumulated memory: 1634992 KiB

[startup+3342.3 s]
/proc/loadavg: 3.10 3.13 3.42 4/239 37744
/proc/meminfo: memFree=114695804/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724580 memory=1634992 CPUtime=3335.16 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356092 0 0 0 333429 87 0 0 20 0 1 0 5594819 1765969920 408748 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431145 408748 2710 3035 0 427541 0
Current children cumulated CPU time: 3335.16 s
Current children cumulated vsize: 1724580 KiB
Current children cumulated memory: 1634992 KiB

[startup+3402.3 s]
/proc/loadavg: 3.15 3.14 3.40 4/238 37755
/proc/meminfo: memFree=114695084/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724580 memory=1634992 CPUtime=3395.02 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356249 0 0 0 339415 87 0 0 20 0 1 0 5594819 1765969920 408748 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431145 408748 2710 3035 0 427541 0
Current children cumulated CPU time: 3395.02 s
Current children cumulated vsize: 1724580 KiB
Current children cumulated memory: 1634992 KiB

[startup+3462.3 s]
/proc/loadavg: 3.12 3.13 3.38 4/238 37765
/proc/meminfo: memFree=114694400/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724584 memory=1634992 CPUtime=3454.87 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356345 0 0 0 345400 87 0 0 20 0 1 0 5594819 1765974016 408748 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431146 408748 2710 3035 0 427542 0
Current children cumulated CPU time: 3454.87 s
Current children cumulated vsize: 1724584 KiB
Current children cumulated memory: 1634992 KiB

[startup+3522.3 s]
/proc/loadavg: 2.00 2.82 3.26 2/220 37837
/proc/meminfo: memFree=116522368/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724584 memory=1634996 CPUtime=3514.77 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356511 0 0 0 351390 87 0 0 20 0 1 0 5594819 1765974016 408749 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431146 408749 2710 3035 0 427542 0
Current children cumulated CPU time: 3514.77 s
Current children cumulated vsize: 1724584 KiB
Current children cumulated memory: 1634996 KiB

[startup+3582.3 s]
/proc/loadavg: 1.47 2.52 3.13 2/220 37849
/proc/meminfo: memFree=116521696/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724584 memory=1634996 CPUtime=3574.68 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356605 0 0 0 357381 87 0 0 20 0 1 0 5594819 1765974016 408749 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431146 408749 2710 3035 0 427542 0
Current children cumulated CPU time: 3574.68 s
Current children cumulated vsize: 1724584 KiB
Current children cumulated memory: 1634996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.7 s]
/proc/loadavg: 1.31 2.39 3.07 2/220 37854
/proc/meminfo: memFree=116521324/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724584 memory=1634996 CPUtime=3600.05 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356690 0 0 0 359918 87 0 0 20 0 1 0 5594819 1765974016 408749 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431146 408749 2710 3035 0 427542 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1724584 KiB
Current children cumulated memory: 1634996 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.18 s, system=0.884396 s

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

[startup+3607.7 s]
/proc/loadavg: 1.31 2.39 3.07 2/220 37854
/proc/meminfo: memFree=116521324/131655788 swapFree=131071996/131071996
[pid=35914] ppid=35911 vsize=1724584 memory=1634996 CPUtime=3600.05 cores=1,3
/proc/35914/stat : 35914 (fscip) R 35911 35914 35474 0 -1 4194304 356690 0 0 0 359918 87 0 0 20 0 1 0 5594819 1765974016 408749 134679101440 4194304 16623229 140736233346992 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 18838560 18947056 33259520 140736233354260 140736233354376 140736233354376 140736233361392 0
/proc/35914/statm: 431146 408749 2710 3035 0 427542 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1724584 KiB
Current children cumulated memory: 1634996 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.71
CPU time (s): 3600.07
CPU user time (s): 3599.18
CPU system time (s): 0.884396
CPU usage (%): 99.7882
Max. virtual memory (cumulated for all children) (KiB): 1724584
Max. memory (cumulated for all children) (KiB): 1634996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.18
system time used= 0.884396
maximum resident set size= 1634996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356690
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= 7
involuntary context switches= 1079


# summary of solver processes directly reported to runsolver:
#   pid: 35914
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.18
#   total CPU system time (s): 0.884396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8068 second user time and 32.7779 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-31 03:39:32
IDJOB=4464932
IDBENCH=143881
IDSOLVER=3093
FILE ID=nodeC009/4464932-1722389972
RUNJOBID= nodeC009-1722389843-35486
SLURM_JOB_ID= 8249867
Free space on /tmp= 723696 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub4-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-4464932-1722389972/watcher-4464932-1722389972 -o /tmp/evaluation-result-4464932-1722389972/solver-4464932-1722389972 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1722389843-35486 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464932-1722389972.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= d7d01ec0794d07991a9972239b49c230
RANDOM SEED=274608094

nodeC009.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	: 0xb00001f
cpu MHz		: 3681.402
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.99
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	: 0xb00001f
cpu MHz		: 1596.361
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.415
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.99
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	: 0xb00001f
cpu MHz		: 1197.258
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 3681.442
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.99
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	: 0xb00001f
cpu MHz		: 3667.513
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.477
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.99
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	: 0xb00001f
cpu MHz		: 1197.373
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116980572 kB
MemAvailable:   128858620 kB
Buffers:          110472 kB
Cached:         12568656 kB
SwapCached:            0 kB
Active:           275044 kB
Inactive:       13890996 kB
Active(anon):       1500 kB
Inactive(anon):  1506728 kB
Active(file):     273544 kB
Inactive(file): 12384268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30676 kB
Writeback:             4 kB
AnonPages:       1486332 kB
Mapped:           123776 kB
Shmem:             21320 kB
KReclaimable:     120868 kB
Slab:             202856 kB
SReclaimable:     120868 kB
SUnreclaim:        81988 kB
KernelStack:        3984 kB
PageTables:        12252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1465908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7200 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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:      269128 kB
DirectMap2M:    13266944 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC009 at 2024-07-31 04:39:40