Trace number 4459084

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 NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 2024-07-02? (TO) 3600.18 3618.77

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
MD5SUMfe39f0a7e8bd71485db4c3a1af739794
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark630
Best CPU time to get the best result obtained on this benchmark178.235
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750960
Total number of constraints47040
Number of constraints which are clauses23835
Number of constraints which are cardinality constraints (but not clauses)20790
Number of constraints which are nor clauses,nor cardinality constraints2415
Minimum length of a constraint34
Maximum length of a constraint39
Number of terms in the objective function 1260
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1260
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1260
Number of bits of the biggest sum of numbers11
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: cdb00f34-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.0] [GitHash: 32d2b99657]
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.0         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: bdec2291]
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.2.1         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)
2.87/2.91	c Default LC presolving (default).
2.87/2.91	c ** Before presolving: virtualMemUsedAtLc = 2496170770, getVmSize() = 1844314112, SCIPgetMemUsed() = 1781756266, SCIPgetMemTotal() = 1795538842, SCIPgetMemExternEstim() = 700631928
2.87/2.91	c ** set memory limit for presolving in LC to 8.79534e+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 (61341 MiB free)
  memory of node 1: 64473 MiB (59744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459084-1721872909/watcher-4459084-1721872909 -o /tmp/evaluation-result-4459084-1721872909/solver-4459084-1721872909 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213619 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4459084-1721872909.opb -qsol -t 3600 -sth 1 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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=219845, runsolver pid=219842
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=123953592/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=62320 memory=49744 CPUtime=0.1 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 10353 0 0 0 7 3 0 0 20 0 1 0 23279847 63815680 12436 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 15580 12436 2318 3032 0 11980 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 62320 KiB
Current children cumulated memory: 49744 KiB

[startup+0.209445 s]*
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=123915120/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=101280 memory=88580 CPUtime=0.2 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 20030 0 0 0 15 5 0 0 20 0 1 0 23279847 103710720 22145 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 25320 22145 2318 3032 0 21720 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 101280 KiB
Current children cumulated memory: 88580 KiB

[startup+0.309394 s]*
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=123879692/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=139572 memory=126744 CPUtime=0.31 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 29576 0 0 0 23 8 0 0 20 0 1 0 23279847 142921728 31686 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 34893 31686 2318 3032 0 31293 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 139572 KiB
Current children cumulated memory: 126744 KiB

[startup+0.700334 s]
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=123792332/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=297684 memory=284444 CPUtime=0.68 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 68454 0 0 0 51 17 0 0 20 0 1 0 23279847 304828416 71045 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 74421 71045 2318 3032 0 70821 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 297684 KiB
Current children cumulated memory: 284444 KiB

[startup+1.50034 s]
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=123563568/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=736268 memory=723892 CPUtime=1.48 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 176307 0 0 0 110 38 0 0 20 0 1 0 23279847 753938432 180973 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 184324 180973 2318 3032 0 180724 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 736268 KiB
Current children cumulated memory: 723892 KiB

[startup+3.11365 s]
/proc/loadavg: 4.53 4.30 4.21 5/251 219846
/proc/meminfo: memFree=122150252/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=1933360 memory=1897720 CPUtime=3.09 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 456030 0 0 0 228 81 0 0 20 0 1 0 23279847 1979760640 474430 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 483340 474430 2590 3032 0 479740 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1933360 KiB
Current children cumulated memory: 1897720 KiB

[startup+6.30031 s]
/proc/loadavg: 4.49 4.29 4.21 5/251 219846
/proc/meminfo: memFree=121856444/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=2194220 memory=2150088 CPUtime=6.26 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 512273 0 0 0 525 101 0 0 20 0 1 0 23279847 2246881280 537522 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 548555 537522 2718 3032 0 544955 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2194220 KiB
Current children cumulated memory: 2150088 KiB

[startup+12.7003 s]
/proc/loadavg: 4.45 4.29 4.21 5/251 219848
/proc/meminfo: memFree=121709916/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=2347448 memory=2280764 CPUtime=12.63 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 524532 0 0 0 1156 107 0 0 20 0 1 0 23279847 2403786752 570191 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 586862 570191 2750 3032 0 583262 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2347448 KiB
Current children cumulated memory: 2280764 KiB

[startup+25.5004 s]
/proc/loadavg: 4.42 4.29 4.21 5/251 219849
/proc/meminfo: memFree=120641960/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=3907432 memory=3377368 CPUtime=25.37 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 725230 0 0 0 2388 149 0 0 20 0 1 0 23279847 4001210368 844342 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 976858 844342 2782 3032 0 973258 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 3907432 KiB
Current children cumulated memory: 3377368 KiB

[startup+51.1134 s]
/proc/loadavg: 4.27 4.26 4.20 5/251 219855
/proc/meminfo: memFree=119164396/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326616 memory=4819240 CPUtime=50.87 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079574 0 0 0 4866 221 0 0 20 0 1 0 23279847 5454454784 1204810 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331654 1204810 2782 3032 0 1328054 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 5326616 KiB
Current children cumulated memory: 4819240 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.24 4.20 5/251 219863
/proc/meminfo: memFree=119094044/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326616 memory=4882844 CPUtime=101.86 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079639 0 0 0 9956 230 0 0 20 0 1 0 23279847 5454454784 1220711 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331654 1220711 2782 3032 0 1328054 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 5326616 KiB
Current children cumulated memory: 4882844 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.21 4.18 5/251 219874
/proc/meminfo: memFree=119076728/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326620 memory=4891448 CPUtime=161.51 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079797 0 0 0 15912 239 0 0 20 0 1 0 23279847 5454458880 1222862 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331655 1222862 2782 3032 0 1328055 0
Current children cumulated CPU time: 161.51 s
Current children cumulated vsize: 5326620 KiB
Current children cumulated memory: 4891448 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.18 4.18 5/247 219884
/proc/meminfo: memFree=119071280/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326620 memory=4891448 CPUtime=221.27 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079837 0 0 0 21880 247 0 0 20 0 1 0 23279847 5454458880 1222862 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331655 1222862 2782 3032 0 1328055 0
Current children cumulated CPU time: 221.27 s
Current children cumulated vsize: 5326620 KiB
Current children cumulated memory: 4891448 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/247 219894
/proc/meminfo: memFree=119060444/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326620 memory=4891448 CPUtime=280.92 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079877 0 0 0 27837 255 0 0 20 0 1 0 23279847 5454458880 1222862 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331655 1222862 2782 3032 0 1328055 0
Current children cumulated CPU time: 280.92 s
Current children cumulated vsize: 5326620 KiB
Current children cumulated memory: 4891448 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/247 219904
/proc/meminfo: memFree=119054996/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326624 memory=4891452 CPUtime=340.67 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079928 0 0 0 33803 264 0 0 20 0 1 0 23279847 5454462976 1222863 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331656 1222863 2782 3032 0 1328056 0
Current children cumulated CPU time: 340.67 s
Current children cumulated vsize: 5326624 KiB
Current children cumulated memory: 4891452 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/247 219915
/proc/meminfo: memFree=119053696/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326624 memory=4891452 CPUtime=400.34 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1079968 0 0 0 39761 273 0 0 20 0 1 0 23279847 5454462976 1222863 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331656 1222863 2782 3032 0 1328056 0
Current children cumulated CPU time: 400.34 s
Current children cumulated vsize: 5326624 KiB
Current children cumulated memory: 4891452 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/248 219926
/proc/meminfo: memFree=119036608/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326624 memory=4891452 CPUtime=460.06 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1080018 0 0 0 45725 281 0 0 20 0 1 0 23279847 5454462976 1222863 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331656 1222863 2782 3032 0 1328056 0

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

Current children cumulated memory: 4921932 KiB

[startup+2922.3 s]
/proc/loadavg: 4.20 4.16 4.18 5/250 220987
/proc/meminfo: memFree=118663496/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=2906.63 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082067 0 0 0 290099 564 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 2906.63 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+2982.3 s]
/proc/loadavg: 4.19 4.16 4.18 5/250 220998
/proc/meminfo: memFree=118629824/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=2966.34 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082179 0 0 0 296066 568 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 2966.34 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3042.3 s]
/proc/loadavg: 3.91 4.10 4.16 4/241 221040
/proc/meminfo: memFree=120167712/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3026.06 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082264 0 0 0 302034 572 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3026.06 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3102.3 s]
/proc/loadavg: 3.42 3.93 4.09 4/241 221052
/proc/meminfo: memFree=120162988/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3085.77 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082376 0 0 0 308002 575 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3085.77 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3162.3 s]
/proc/loadavg: 2.91 3.71 4.00 3/233 221093
/proc/meminfo: memFree=120720692/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3145.51 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082461 0 0 0 313972 579 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3145.51 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3222.3 s]
/proc/loadavg: 2.39 3.41 3.88 3/232 221487
/proc/meminfo: memFree=120720184/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3205.18 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082573 0 0 0 319936 582 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3205.18 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3282.3 s]
/proc/loadavg: 2.18 3.16 3.77 3/232 221498
/proc/meminfo: memFree=120720044/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3264.86 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082678 0 0 0 325900 586 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3264.86 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3342.3 s]
/proc/loadavg: 2.17 2.98 3.66 3/232 221508
/proc/meminfo: memFree=120719848/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3324.51 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082770 0 0 0 331862 589 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3324.51 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3402.3 s]
/proc/loadavg: 1.88 2.76 3.55 2/224 221718
/proc/meminfo: memFree=121573540/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326640 memory=4921932 CPUtime=3384.21 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082883 0 0 0 337829 592 0 0 20 0 1 0 23279847 5454479360 1230483 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331660 1230483 2782 3032 0 1328060 0
Current children cumulated CPU time: 3384.21 s
Current children cumulated vsize: 5326640 KiB
Current children cumulated memory: 4921932 KiB

[startup+3462.3 s]
/proc/loadavg: 1.43 2.47 3.39 2/224 221729
/proc/meminfo: memFree=121573244/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326644 memory=4921936 CPUtime=3444.06 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1082981 0 0 0 343812 594 0 0 20 0 1 0 23279847 5454483456 1230484 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331661 1230484 2782 3032 0 1328061 0
Current children cumulated CPU time: 3444.06 s
Current children cumulated vsize: 5326644 KiB
Current children cumulated memory: 4921936 KiB

[startup+3522.3 s]
/proc/loadavg: 1.28 2.23 3.25 2/224 221742
/proc/meminfo: memFree=121572928/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326644 memory=4921936 CPUtime=3503.93 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1083080 0 0 0 349796 597 0 0 20 0 1 0 23279847 5454483456 1230484 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331661 1230484 2782 3032 0 1328061 0
Current children cumulated CPU time: 3503.93 s
Current children cumulated vsize: 5326644 KiB
Current children cumulated memory: 4921936 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 2.02 3.11 2/222 221764
/proc/meminfo: memFree=121572792/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326644 memory=4921936 CPUtime=3563.79 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1083193 0 0 0 355780 599 0 0 20 0 1 0 23279847 5454483456 1230484 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331661 1230484 2782 3032 0 1328061 0
Current children cumulated CPU time: 3563.79 s
Current children cumulated vsize: 5326644 KiB
Current children cumulated memory: 4921936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.7 s]
/proc/loadavg: 1.08 1.90 3.03 2/222 221769
/proc/meminfo: memFree=121572680/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326644 memory=4921936 CPUtime=3600.09 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1083249 0 0 0 359409 600 0 0 20 0 1 0 23279847 5454483456 1230484 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331661 1230484 2782 3032 0 1328061 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5326644 KiB
Current children cumulated memory: 4921936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.1 s, system=6.08127 s

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

[startup+3618.7 s]
/proc/loadavg: 1.08 1.90 3.03 2/222 221769
/proc/meminfo: memFree=121572680/131655788 swapFree=131070192/131071996
[pid=219845] ppid=219842 vsize=5326644 memory=4921936 CPUtime=3600.09 cores=0,2
/proc/219845/stat : 219845 (fscip) R 219842 219845 213609 0 -1 4194304 1083249 0 0 0 359409 600 0 0 20 0 1 0 23279847 5454483456 1230484 134679101440 4194304 16613245 140722509957472 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 53534720 140722509964309 140722509964425 140722509964425 140722509971440 0
/proc/219845/statm: 1331661 1230484 2782 3032 0 1328061 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 5326644 KiB
Current children cumulated memory: 4921936 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3618.77
CPU time (s): 3600.18
CPU user time (s): 3594.1
CPU system time (s): 6.08127
CPU usage (%): 99.4862
Max. virtual memory (cumulated for all children) (KiB): 5326644
Max. memory (cumulated for all children) (KiB): 4921936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.1
system time used= 6.08127
maximum resident set size= 4921936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1083249
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= 11
involuntary context switches= 25247


# summary of solver processes directly reported to runsolver:
#   pid: 219845
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3594.1
#   total CPU system time (s): 6.08127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6672 second user time and 36.9871 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-25 04:01:50
IDJOB=4459084
IDBENCH=178501
IDSOLVER=3064
FILE ID=nodeC002/4459084-1721872909
RUNJOBID= nodeC002-1721865122-213619
SLURM_JOB_ID= 8089198
Free space on /tmp= 723676 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_34.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459084-1721872909/watcher-4459084-1721872909 -o /tmp/evaluation-result-4459084-1721872909/solver-4459084-1721872909 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721865122-213619 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4459084-1721872909.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= fe39f0a7e8bd71485db4c3a1af739794
RANDOM SEED=1431659805

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		: 1476.195
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.43
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		: 3673.790
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.41
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		: 1313.791
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.43
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.203
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.41
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		: 3669.938
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.43
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		: 3662.742
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.41
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.214
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.43
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.348
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.41
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123992476 kB
MemAvailable:   127510848 kB
Buffers:          307060 kB
Cached:          4024136 kB
SwapCached:           72 kB
Active:          2312240 kB
Inactive:        4759300 kB
Active(anon):       1544 kB
Inactive(anon):  2792680 kB
Active(file):    2310696 kB
Inactive(file):  1966620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070192 kB
Dirty:             45968 kB
Writeback:             0 kB
AnonPages:       2739332 kB
Mapped:           139876 kB
Shmem:             53844 kB
KReclaimable:     162512 kB
Slab:             274288 kB
SReclaimable:     162512 kB
SUnreclaim:       111776 kB
KernelStack:        4032 kB
PageTables:        15000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2266648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            11872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 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:      316232 kB
DirectMap2M:    36288512 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC002 at 2024-07-25 05:02:09