Trace number 4464929

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.08 3608.51

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub0_wcsp.wbo
MD5SUM6bd6ea5dd1d3d3bae9a72705def63daf
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10310
Best CPU time to get the best result obtained on this benchmark276.497
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables666
Total number of constraints125013
Number of soft constraints124997
Number of constraints which are clauses124997
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 9605862
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 4487093978
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464929-1722390095/watcher-4464929-1722390095 -o /tmp/evaluation-result-4464929-1722390095/solver-4464929-1722390095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35455 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464929-1722390095.wbo -qsol -t 3600 -sth 1 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB
solver pid=36105, runsolver pid=36102


[startup+0.1001 s]*
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=121307444/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=64400 memory=52900 CPUtime=0.1 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 11109 0 0 0 9 1 0 0 20 0 1 0 5605132 65945600 13225 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 16100 13225 2347 3035 0 12496 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 64400 KiB
Current children cumulated memory: 52900 KiB

[startup+0.213271 s]*
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=121279724/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=91676 memory=80240 CPUtime=0.21 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 17929 0 0 0 19 2 0 0 20 0 1 0 5605132 93876224 20060 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 22919 20060 2347 3035 0 19315 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 91676 KiB
Current children cumulated memory: 80240 KiB

[startup+0.313067 s]*
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=121257072/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=117468 memory=104312 CPUtime=0.31 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 23930 0 0 0 28 3 0 0 20 0 1 0 5605132 120287232 26012 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 29367 26078 2347 3035 0 25763 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 117468 KiB
Current children cumulated memory: 104312 KiB

[startup+0.700319 s]
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=121208272/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=209160 memory=197316 CPUtime=0.69 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 46690 0 0 0 61 8 0 0 20 0 1 0 5605132 214179840 49329 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 52290 49329 2347 3035 0 48686 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 209160 KiB
Current children cumulated memory: 197316 KiB

[startup+1.50035 s]
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=120986728/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=569024 memory=550580 CPUtime=1.48 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 135555 0 0 0 125 23 0 0 20 0 1 0 5605132 582680576 137645 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 142256 137645 2598 3035 0 138652 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 569024 KiB
Current children cumulated memory: 550580 KiB

[startup+3.11316 s]
/proc/loadavg: 4.17 4.12 3.90 5/251 36106
/proc/meminfo: memFree=120446560/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=946996 memory=918848 CPUtime=3.1 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 226148 0 0 0 274 36 0 0 20 0 1 0 5605132 969723904 229712 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 236749 229712 2630 3035 0 233145 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 946996 KiB
Current children cumulated memory: 918848 KiB

[startup+6.30031 s]
/proc/loadavg: 4.16 4.11 3.90 5/251 36106
/proc/meminfo: memFree=120392332/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=962940 memory=939380 CPUtime=6.27 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 231483 0 0 0 590 37 0 0 20 0 1 0 5605132 986050560 234845 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 240735 234845 2662 3035 0 237131 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 962940 KiB
Current children cumulated memory: 939380 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.11 3.90 5/251 36108
/proc/meminfo: memFree=119648740/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=1898768 memory=1713388 CPUtime=12.65 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 329996 0 0 0 1204 61 0 0 20 0 1 0 5605132 1944338432 428347 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 474692 428347 2710 3035 0 471088 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1898768 KiB
Current children cumulated memory: 1713388 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 4.12 3.91 5/251 36110
/proc/meminfo: memFree=119005092/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458280 memory=2287876 CPUtime=25.41 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 470600 0 0 0 2458 83 0 0 20 0 1 0 5605132 2517278720 571969 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614570 571969 2710 3035 0 610966 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2458280 KiB
Current children cumulated memory: 2287876 KiB

[startup+51.1129 s]
/proc/loadavg: 4.13 4.11 3.91 5/251 36114
/proc/meminfo: memFree=118996820/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458284 memory=2292172 CPUtime=50.94 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471223 0 0 0 5010 84 0 0 20 0 1 0 5605132 2517282816 573043 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614571 573043 2710 3035 0 610967 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2458284 KiB
Current children cumulated memory: 2292172 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 3.93 5/251 36124
/proc/meminfo: memFree=118976388/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458288 memory=2292356 CPUtime=101.97 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471260 0 0 0 10112 85 0 0 20 0 1 0 5605132 2517286912 573089 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614572 573089 2710 3035 0 610968 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2458288 KiB
Current children cumulated memory: 2292356 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.13 3.95 5/250 36134
/proc/meminfo: memFree=118918612/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458292 memory=2292360 CPUtime=161.79 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471306 0 0 0 16093 86 0 0 20 0 1 0 5605132 2517291008 573090 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614573 573090 2710 3035 0 610969 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 2458292 KiB
Current children cumulated memory: 2292360 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.13 3.96 5/250 36144
/proc/meminfo: memFree=118834532/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458296 memory=2292360 CPUtime=221.61 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471352 0 0 0 22074 87 0 0 20 0 1 0 5605132 2517295104 573090 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614574 573090 2710 3035 0 610970 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 2458296 KiB
Current children cumulated memory: 2292360 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 3.97 5/247 36156
/proc/meminfo: memFree=118805560/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458300 memory=2292364 CPUtime=281.43 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471398 0 0 0 28055 88 0 0 20 0 1 0 5605132 2517299200 573091 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614575 573091 2710 3035 0 610971 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 2458300 KiB
Current children cumulated memory: 2292364 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.13 3.99 5/247 36166
/proc/meminfo: memFree=118804440/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458300 memory=2292368 CPUtime=341.24 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471442 0 0 0 34036 88 0 0 20 0 1 0 5605132 2517299200 573092 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614575 573092 2710 3035 0 610971 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 2458300 KiB
Current children cumulated memory: 2292368 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.13 4.00 5/248 36179
/proc/meminfo: memFree=118802872/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458304 memory=2292368 CPUtime=401.05 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471489 0 0 0 40016 89 0 0 20 0 1 0 5605132 2517303296 573092 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614576 573092 2710 3035 0 610972 0
Current children cumulated CPU time: 401.05 s
Current children cumulated vsize: 2458304 KiB
Current children cumulated memory: 2292368 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.14 4.01 5/248 36191
/proc/meminfo: memFree=118766032/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458308 memory=2292372 CPUtime=460.87 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 471538 0 0 0 45997 90 0 0 20 0 1 0 5605132 2517307392 573093 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614577 573093 2710 3035 0 610973 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 2307396 KiB

[startup+2922.3 s]
/proc/loadavg: 2.15 2.13 2.49 3/234 37836
/proc/meminfo: memFree=121586028/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458352 memory=2310644 CPUtime=2914.92 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473389 0 0 0 291369 123 0 0 20 0 1 0 5605132 2517352448 577661 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614588 577661 2710 3035 0 610984 0
Current children cumulated CPU time: 2914.92 s
Current children cumulated vsize: 2458352 KiB
Current children cumulated memory: 2310644 KiB

[startup+2982.3 s]
/proc/loadavg: 2.11 2.12 2.46 3/234 37902
/proc/meminfo: memFree=121585100/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458352 memory=2310644 CPUtime=2974.82 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473426 0 0 0 297359 123 0 0 20 0 1 0 5605132 2517352448 577661 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614588 577661 2710 3035 0 610984 0
Current children cumulated CPU time: 2974.82 s
Current children cumulated vsize: 2458352 KiB
Current children cumulated memory: 2310644 KiB

[startup+3042.3 s]
/proc/loadavg: 2.11 2.11 2.43 3/233 37913
/proc/meminfo: memFree=121584376/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458352 memory=2310644 CPUtime=3034.74 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473471 0 0 0 303350 124 0 0 20 0 1 0 5605132 2517352448 577661 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614588 577661 2710 3035 0 610984 0
Current children cumulated CPU time: 3034.74 s
Current children cumulated vsize: 2458352 KiB
Current children cumulated memory: 2310644 KiB

[startup+3102.3 s]
/proc/loadavg: 2.10 2.10 2.41 3/232 37924
/proc/meminfo: memFree=121583496/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458356 memory=2310648 CPUtime=3094.64 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473518 0 0 0 309340 124 0 0 20 0 1 0 5605132 2517356544 577662 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614589 577662 2710 3035 0 610985 0
Current children cumulated CPU time: 3094.64 s
Current children cumulated vsize: 2458356 KiB
Current children cumulated memory: 2310648 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.11 2.39 3/230 37934
/proc/meminfo: memFree=121582832/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458356 memory=2310648 CPUtime=3154.54 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473547 0 0 0 315330 124 0 0 20 0 1 0 5605132 2517356544 577662 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614589 577662 2710 3035 0 610985 0
Current children cumulated CPU time: 3154.54 s
Current children cumulated vsize: 2458356 KiB
Current children cumulated memory: 2310648 KiB

[startup+3222.3 s]
/proc/loadavg: 2.15 2.12 2.37 3/230 37945
/proc/meminfo: memFree=121576256/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458356 memory=2310648 CPUtime=3214.44 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473612 0 0 0 321320 124 0 0 20 0 1 0 5605132 2517356544 577662 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614589 577662 2710 3035 0 610985 0
Current children cumulated CPU time: 3214.44 s
Current children cumulated vsize: 2458356 KiB
Current children cumulated memory: 2310648 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.11 2.35 3/229 37956
/proc/meminfo: memFree=121575076/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458356 memory=2310808 CPUtime=3274.35 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473774 0 0 0 327311 124 0 0 20 0 1 0 5605132 2517356544 577702 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614589 577702 2710 3035 0 610985 0
Current children cumulated CPU time: 3274.35 s
Current children cumulated vsize: 2458356 KiB
Current children cumulated memory: 2310808 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.12 2.34 3/229 37966
/proc/meminfo: memFree=121574520/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458356 memory=2310808 CPUtime=3334.25 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 473875 0 0 0 333301 124 0 0 20 0 1 0 5605132 2517356544 577702 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614589 577702 2710 3035 0 610985 0
Current children cumulated CPU time: 3334.25 s
Current children cumulated vsize: 2458356 KiB
Current children cumulated memory: 2310808 KiB

[startup+3402.3 s]
/proc/loadavg: 1.90 2.08 2.31 2/220 38008
/proc/meminfo: memFree=122820008/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2310812 CPUtime=3394.17 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474062 0 0 0 339292 125 0 0 20 0 1 0 5605132 2517360640 577703 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 577703 2710 3035 0 610986 0
Current children cumulated CPU time: 3394.17 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2310812 KiB

[startup+3462.3 s]
/proc/loadavg: 1.38 1.89 2.23 2/220 38020
/proc/meminfo: memFree=122819712/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2310812 CPUtime=3454.08 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474158 0 0 0 345283 125 0 0 20 0 1 0 5605132 2517360640 577703 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 577703 2710 3035 0 610986 0
Current children cumulated CPU time: 3454.08 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2310812 KiB

[startup+3522.3 s]
/proc/loadavg: 1.24 1.76 2.16 2/220 38030
/proc/meminfo: memFree=122818864/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2310812 CPUtime=3513.99 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474350 0 0 0 351274 125 0 0 20 0 1 0 5605132 2517360640 577703 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 577703 2710 3035 0 610986 0
Current children cumulated CPU time: 3513.99 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2310812 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.63 2.09 2/222 38045
/proc/meminfo: memFree=122817492/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2311132 CPUtime=3573.9 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474544 0 0 0 357265 125 0 0 20 0 1 0 5605132 2517360640 577783 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 577783 2710 3035 0 610986 0
Current children cumulated CPU time: 3573.9 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2311132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 1.16 1.60 2.07 2/222 38049
/proc/meminfo: memFree=122814980/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2313396 CPUtime=3600.06 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474582 0 0 0 359881 125 0 0 20 0 1 0 5605132 2517360640 578349 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 578349 2710 3035 0 610986 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2313396 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.82 s, system=1.26319 s

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

[startup+3608.5 s]
/proc/loadavg: 1.16 1.60 2.07 2/222 38049
/proc/meminfo: memFree=122814980/131655788 swapFree=131071996/131071996
[pid=36105] ppid=36102 vsize=2458360 memory=2313396 CPUtime=3600.06 cores=4,6
/proc/36105/stat : 36105 (fscip) R 36102 36105 35414 0 -1 4194304 474582 0 0 0 359881 125 0 0 20 0 1 0 5605132 2517360640 578349 134679101440 4194304 16623229 140729594918304 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 38645760 140729594926100 140729594926216 140729594926216 140729594933232 0
/proc/36105/statm: 614590 578349 2710 3035 0 610986 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 2458360 KiB
Current children cumulated memory: 2313396 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.51
CPU time (s): 3600.08
CPU user time (s): 3598.82
CPU system time (s): 1.26319
CPU usage (%): 99.7663
Max. virtual memory (cumulated for all children) (KiB): 2458360
Max. memory (cumulated for all children) (KiB): 2313396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.82
system time used= 1.26319
maximum resident set size= 2313396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 474582
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= 5
involuntary context switches= 1522


# summary of solver processes directly reported to runsolver:
#   pid: 36105
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.82
#   total CPU system time (s): 1.26319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7743 second user time and 33.2256 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-31 03:41:35
IDJOB=4464929
IDBENCH=143889
IDSOLVER=3093
FILE ID=nodeC002/4464929-1722390095
RUNJOBID= nodeC002-1722389412-35455
SLURM_JOB_ID= 8249862
Free space on /tmp= 723692 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub0_wcsp.wbo
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4464929-1722390095/watcher-4464929-1722390095 -o /tmp/evaluation-result-4464929-1722390095/solver-4464929-1722390095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722389412-35455 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464929-1722390095.wbo -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 6bd6ea5dd1d3d3bae9a72705def63daf
RANDOM SEED=1470754201

nodeC002.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		: 3491.827
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.65
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		: 3491.827
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.23
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.375
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.65
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.413
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.23
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		: 3491.846
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.65
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.146
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.23
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.198
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.65
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.320
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121347844 kB
MemAvailable:   126225132 kB
Buffers:          116040 kB
Cached:          5550712 kB
SwapCached:            0 kB
Active:           283744 kB
Inactive:        9467084 kB
Active(anon):       1920 kB
Inactive(anon):  4111700 kB
Active(file):     281824 kB
Inactive(file):  5355384 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32160 kB
Writeback:            36 kB
AnonPages:       4083168 kB
Mapped:           126964 kB
Shmem:             29512 kB
KReclaimable:     160224 kB
Slab:             244392 kB
SReclaimable:     160224 kB
SUnreclaim:        84168 kB
KernelStack:        4048 kB
PageTables:        17148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2645384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             7232 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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:      224072 kB
DirectMap2M:    19603456 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC002 at 2024-07-31 04:41:44