Trace number 4464924

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.03 3607.51

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub0_wcsp.wbo
MD5SUMc1daaa37b7d013b8df922d639958f72d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark377.513
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables640
Total number of constraints123180
Number of soft constraints123164
Number of constraints which are clauses123164
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 45316
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22402430
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.19/1.23	c Default LC presolving (default).
1.19/1.23	c ** Before presolving: virtualMemUsedAtLc = 779648604, getVmSize() = 482959360, SCIPgetMemUsed() = 419758065, SCIPgetMemTotal() = 438798081, SCIPgetMemExternEstim() = 340850523
1.19/1.23	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 (43877 MiB free)
  memory of node 1: 64510 MiB (57117 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4464924-1722390106/watcher-4464924-1722390106 -o /tmp/evaluation-result-4464924-1722390106/solver-4464924-1722390106 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722389970-34911 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464924-1722390106.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=35105, runsolver pid=35102

[startup+0.1001 s]*
/proc/loadavg: 3.91 2.81 3.22 5/245 35106
/proc/meminfo: memFree=103363568/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=66472 memory=55024 CPUtime=0.1 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 11669 0 0 0 9 1 0 0 20 0 1 0 5381310 68067328 13756 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 16618 13756 2347 3035 0 13014 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 66472 KiB
Current children cumulated memory: 55024 KiB

[startup+0.213348 s]*
/proc/loadavg: 3.91 2.81 3.22 5/245 35106
/proc/meminfo: memFree=103316024/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=94844 memory=83376 CPUtime=0.21 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 18751 0 0 0 19 2 0 0 20 0 1 0 5381310 97120256 20844 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 23711 20844 2347 3035 0 20107 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 94844 KiB
Current children cumulated memory: 83376 KiB

[startup+0.312315 s]*
/proc/loadavg: 3.91 2.81 3.22 5/245 35106
/proc/meminfo: memFree=103275228/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=120436 memory=108948 CPUtime=0.31 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 25137 0 0 0 27 4 0 0 20 0 1 0 5381310 123326464 27237 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 30109 27237 2347 3035 0 26505 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 120436 KiB
Current children cumulated memory: 108948 KiB

[startup+0.700335 s]
/proc/loadavg: 3.91 2.81 3.22 5/245 35106
/proc/meminfo: memFree=103194768/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=216512 memory=204372 CPUtime=0.68 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 49601 0 0 0 60 8 0 0 20 0 1 0 5381310 221708288 51104 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 53871 51104 2347 3035 0 50267 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 216512 KiB
Current children cumulated memory: 204372 KiB

[startup+1.50033 s]
/proc/loadavg: 3.91 2.81 3.22 5/245 35106
/proc/meminfo: memFree=102901408/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=578364 memory=560048 CPUtime=1.49 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 137885 0 0 0 124 25 0 0 20 0 1 0 5381310 592244736 139946 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 144591 140012 2598 3035 0 140987 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 578364 KiB
Current children cumulated memory: 560048 KiB

[startup+3.11276 s]
/proc/loadavg: 3.92 2.83 3.22 5/245 35106
/proc/meminfo: memFree=102045004/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=943484 memory=913016 CPUtime=3.09 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 224630 0 0 0 269 40 0 0 20 0 1 0 5381310 966127616 228254 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 235871 228254 2630 3035 0 232267 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 943484 KiB
Current children cumulated memory: 913016 KiB

[startup+6.30034 s]
/proc/loadavg: 3.92 2.83 3.22 5/245 35108
/proc/meminfo: memFree=101565660/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=956108 memory=931984 CPUtime=6.27 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 229550 0 0 0 584 43 0 0 20 0 1 0 5381310 979054592 232996 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 239027 232996 2662 3035 0 235423 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 956108 KiB
Current children cumulated memory: 931984 KiB

[startup+12.7003 s]
/proc/loadavg: 3.93 2.85 3.23 5/245 35108
/proc/meminfo: memFree=99988240/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=1865468 memory=1669876 CPUtime=12.65 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 324291 0 0 0 1195 70 0 0 20 0 1 0 5381310 1910239232 417469 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 466367 417469 2710 3035 0 462763 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1865468 KiB
Current children cumulated memory: 1669876 KiB

[startup+25.5003 s]
/proc/loadavg: 3.94 2.91 3.24 5/245 35109
/proc/meminfo: memFree=97254572/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2594904 memory=2413624 CPUtime=25.41 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 507700 0 0 0 2438 103 0 0 20 0 1 0 5381310 2657181696 603406 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 648726 603406 2710 3035 0 645122 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2594904 KiB
Current children cumulated memory: 2413624 KiB

[startup+51.1132 s]
/proc/loadavg: 4.11 3.03 3.27 5/245 35115
/proc/meminfo: memFree=93341040/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623852 memory=2451112 CPUtime=50.95 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515572 0 0 0 4988 107 0 0 20 0 1 0 5381310 2686824448 612778 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655963 612778 2710 3035 0 652359 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2623852 KiB
Current children cumulated memory: 2451112 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 3.21 3.32 5/249 35180
/proc/meminfo: memFree=98097496/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623856 memory=2451304 CPUtime=101.97 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515664 0 0 0 10085 112 0 0 20 0 1 0 5381310 2686828544 612826 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655964 612826 2710 3035 0 652360 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2623856 KiB
Current children cumulated memory: 2451304 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 3.40 3.38 5/249 35332
/proc/meminfo: memFree=102942592/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623860 memory=2451336 CPUtime=161.78 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515724 0 0 0 16059 119 0 0 20 0 1 0 5381310 2686832640 612834 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655965 612834 2710 3035 0 652361 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2623860 KiB
Current children cumulated memory: 2451336 KiB

[startup+222.3 s]
/proc/loadavg: 3.69 3.42 3.39 4/242 35372
/proc/meminfo: memFree=124891704/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623864 memory=2451336 CPUtime=221.63 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515792 0 0 0 22039 124 0 0 20 0 1 0 5381310 2686836736 612834 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655966 612834 2710 3035 0 652362 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2623864 KiB
Current children cumulated memory: 2451336 KiB

[startup+282.3 s]
/proc/loadavg: 3.31 3.35 3.37 4/239 35384
/proc/meminfo: memFree=124832928/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623868 memory=2451340 CPUtime=281.49 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515838 0 0 0 28021 128 0 0 20 0 1 0 5381310 2686840832 612835 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655967 612835 2710 3035 0 652363 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 2623868 KiB
Current children cumulated memory: 2451340 KiB

[startup+342.3 s]
/proc/loadavg: 3.15 3.30 3.35 4/237 35394
/proc/meminfo: memFree=124800864/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623868 memory=2451344 CPUtime=341.33 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515908 0 0 0 34000 133 0 0 20 0 1 0 5381310 2686840832 612836 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655967 612836 2710 3035 0 652363 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 2623868 KiB
Current children cumulated memory: 2451344 KiB

[startup+402.3 s]
/proc/loadavg: 2.64 3.15 3.29 3/228 35434
/proc/meminfo: memFree=125039336/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623872 memory=2451344 CPUtime=401.21 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 515979 0 0 0 39982 139 0 0 20 0 1 0 5381310 2686844928 612836 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655968 612836 2710 3035 0 652364 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 2623872 KiB
Current children cumulated memory: 2451344 KiB

[startup+462.3 s]
/proc/loadavg: 2.35 2.97 3.22 3/226 35446
/proc/meminfo: memFree=125031940/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623872 memory=2451348 CPUtime=461.08 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 516049 0 0 0 45964 144 0 0 20 0 1 0 5381310 2686844928 612837 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655968 612837 2710 3035 0 652364 0
Current children cumulated CPU time: 461.08 s

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

Current children cumulated memory: 2477888 KiB

[startup+2922.3 s]
/proc/loadavg: 2.08 2.10 2.17 3/230 37072
/proc/meminfo: memFree=123207716/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623916 memory=2477888 CPUtime=2916.18 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 520648 0 0 0 291396 222 0 0 20 0 1 0 5381310 2686889984 619472 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655979 619472 2710 3035 0 652375 0
Current children cumulated CPU time: 2916.18 s
Current children cumulated vsize: 2623916 KiB
Current children cumulated memory: 2477888 KiB

[startup+2982.3 s]
/proc/loadavg: 2.13 2.11 2.17 3/230 37083
/proc/meminfo: memFree=123207464/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623916 memory=2477888 CPUtime=2976.05 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 520824 0 0 0 297383 222 0 0 20 0 1 0 5381310 2686889984 619472 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655979 619472 2710 3035 0 652375 0
Current children cumulated CPU time: 2976.05 s
Current children cumulated vsize: 2623916 KiB
Current children cumulated memory: 2477888 KiB

[startup+3042.3 s]
/proc/loadavg: 2.15 2.12 2.17 3/230 37093
/proc/meminfo: memFree=123207092/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3035.92 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521014 0 0 0 303370 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3035.92 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3102.3 s]
/proc/loadavg: 2.16 2.13 2.17 3/230 37104
/proc/meminfo: memFree=123206740/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3095.79 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521136 0 0 0 309357 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3095.79 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3162.3 s]
/proc/loadavg: 2.12 2.12 2.17 3/230 37114
/proc/meminfo: memFree=123206380/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3155.66 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521316 0 0 0 315344 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3155.66 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3222.3 s]
/proc/loadavg: 2.17 2.13 2.17 3/226 37125
/proc/meminfo: memFree=123206224/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3215.54 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521510 0 0 0 321332 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3215.54 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.12 2.16 3/226 37137
/proc/meminfo: memFree=123194756/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3275.41 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521634 0 0 0 327319 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3275.41 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3342.3 s]
/proc/loadavg: 2.43 2.19 2.18 3/226 37147
/proc/meminfo: memFree=123163336/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623920 memory=2477892 CPUtime=3335.28 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 521818 0 0 0 333306 222 0 0 20 0 1 0 5381310 2686894080 619473 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655980 619473 2710 3035 0 652376 0
Current children cumulated CPU time: 3335.28 s
Current children cumulated vsize: 2623920 KiB
Current children cumulated memory: 2477892 KiB

[startup+3402.3 s]
/proc/loadavg: 2.52 2.27 2.21 3/226 37157
/proc/meminfo: memFree=123139744/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3395.15 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522017 0 0 0 339293 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3395.15 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB

[startup+3462.3 s]
/proc/loadavg: 2.24 2.24 2.20 3/226 37169
/proc/meminfo: memFree=123086748/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3455.02 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522143 0 0 0 345280 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3455.02 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB

[startup+3522.3 s]
/proc/loadavg: 1.53 2.04 2.13 2/219 37213
/proc/meminfo: memFree=126868100/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3514.93 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522331 0 0 0 351271 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3514.93 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB

[startup+3582.3 s]
/proc/loadavg: 1.29 1.88 2.07 2/219 37223
/proc/meminfo: memFree=126867732/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3574.84 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522533 0 0 0 357262 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3574.84 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.5 s]
/proc/loadavg: 1.19 1.80 2.04 2/219 37229
/proc/meminfo: memFree=126867664/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3600 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522557 0 0 0 359778 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.79 s, system=2.23609 s

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

[startup+3607.5 s]
/proc/loadavg: 1.19 1.80 2.04 2/219 37229
/proc/meminfo: memFree=126867664/131655788 swapFree=131071472/131071996
[pid=35105] ppid=35102 vsize=2623924 memory=2477896 CPUtime=3600 cores=4,6
/proc/35105/stat : 35105 (fscip) R 35102 35105 34900 0 -1 4194304 522557 0 0 0 359778 222 0 0 20 0 1 0 5381310 2686898176 619474 134679101440 4194304 16623229 140727444503072 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18838560 18947056 47464448 140727444509720 140727444509836 140727444509836 140727444516848 0
/proc/35105/statm: 655981 619474 2710 3035 0 652377 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2623924 KiB
Current children cumulated memory: 2477896 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.51
CPU time (s): 3600.03
CPU user time (s): 3597.79
CPU system time (s): 2.23609
CPU usage (%): 99.7924
Max. virtual memory (cumulated for all children) (KiB): 2623924
Max. memory (cumulated for all children) (KiB): 2477896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.23609
maximum resident set size= 2477896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 522557
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1825


# summary of solver processes directly reported to runsolver:
#   pid: 35105
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3597.79
#   total CPU system time (s): 2.23609

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3476 second user time and 31.3403 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-31 03:41:46
IDJOB=4464924
IDBENCH=143891
IDSOLVER=3093
FILE ID=nodeC008/4464924-1722390106
RUNJOBID= nodeC008-1722389970-34911
SLURM_JOB_ID= 8249870
Free space on /tmp= 723628 MiB

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

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

MD5SUM BENCH= c1daaa37b7d013b8df922d639958f72d
RANDOM SEED=704602767

nodeC008.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		: 3668.323
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	: 6984.63
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		: 3492.315
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.27
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.539
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	: 6984.63
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.496
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.27
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		: 3492.333
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	: 6984.63
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		: 3676.740
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.27
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.366
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	: 6984.63
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.546
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        103423436 kB
MemAvailable:   104053292 kB
Buffers:          102468 kB
Cached:          1360708 kB
SwapCached:           72 kB
Active:           336512 kB
Inactive:       27410356 kB
Active(anon):       1492 kB
Inactive(anon): 26302976 kB
Active(file):     335020 kB
Inactive(file):  1107380 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             31440 kB
Writeback:             0 kB
AnonPages:      26283352 kB
Mapped:           121384 kB
Shmem:             21104 kB
KReclaimable:      54972 kB
Slab:             132276 kB
SReclaimable:      54972 kB
SUnreclaim:        77304 kB
KernelStack:        3952 kB
PageTables:        61008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   28259260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6400 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9625600 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:      154440 kB
DirectMap2M:    10235904 kB
DirectMap1G:    125829120 kB

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