Trace number 4441700

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-02UNSAT 225.036 226.688

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM1cec7467f4817916a0b2c766a10a10ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.301601
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
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)
0.00/0.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 85869247, getVmSize() = 76726272, SCIPgetMemUsed() = 47657956, SCIPgetMemTotal() = 53104068, SCIPgetMemExternEstim() = 32765179
0.00/0.09	c ** set memory limit for presolving in LC to 8.79607e+12 for SCIP **
22.70/22.80	c ** Estimated virtualMemUsedAtSolver = 119556832, getVmSize() = 174141440, SCIPgetMemUsed() = 104224222, SCIPgetMemTotal() = 146570070, SCIPgetMemExternEstim() = 32765179
22.70/22.80	c ** set memory limit for solvers to 4.39804e+12 for each SCIP **
22.70/22.80	c Original Problem   :
22.70/22.80	c   Problem name     : instance-4441700-1721294244
22.70/22.80	c   Variables        : 9071 (9071 binary, 0 integer, 0 implicit integer, 0 continuous)
22.70/22.80	c   Constraints      : 25914
22.70/22.80	c   Objective sense  : minimize
22.70/22.80	c Presolved Problem  :
22.70/22.80	c   Variables        : 6875 (6875 binary, 0 integer, 0 implicit integer, 0 continuous)
22.70/22.80	c   Constraints      : 7382
22.70/22.80	c Constraints        : Number
22.70/22.80	c   knapsack         : 724 
22.70/22.80	c   setppc           : 369 
22.70/22.80	c   and              : 6277 
22.70/22.80	c   logicor          : 12 
22.70/22.80	c ** Instance transfer method used: 0
22.70/22.82	c ** ParaScipInstance copy increased the number of variables. **
22.70/22.84	c LC is working with racing ramp-up and with rebuilding tree after racing.
22.70/22.84	c                                Nodes    Active                                            
22.70/22.84	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
45.97/46.37	c        46              2           1         1                -           0.0000          -
51.81/52.25	c        52             22          13         1                -           0.0000          -
56.96/57.44	c        57             72           8         1                -           0.0000          -
62.39/62.96	c        63            110          12         1                -           0.0000          -
98.64/99.50	c       100            113          12         1                -           0.0000          -
104.87/105.84	c       106            133           8         1                -           0.0000          -
110.52/111.50	c       112            142          14         1                -           0.0000          -
116.45/117.57	c       118            175          18         1                -           0.0000          -
122.40/123.57	c       124            201          20         1                -           0.0000          -
128.34/129.54	c       130            238          21         1                -           0.0000          -
133.98/135.25	c       135            270          15         1                -           0.0000          -
139.64/140.97	c       141            276          21         1                -           0.0000          -
144.59/145.97	c       146            284          29         1                -           0.0000          -
149.83/151.27	c       151            306          30         1                -           0.0000          -
155.19/156.65	c       157            338          24         1                -           0.0000          -
180.31/181.83	c       182            370          22         1                -           0.0000          -
185.39/186.99	c       187            389          26         1                -           0.0000          -
190.97/192.56	c       193            411          23         1                -           0.0000          -
196.75/198.36	c       198            454          12         1                -           0.0000          -
202.82/204.45	c       204            506          12         1                -           0.0000          -
208.90/210.58	c       211            554           8         1                -           0.0000          -
214.48/216.13	c       216            600           5         1                -           0.0000          -
219.56/221.28	c       221            614           7         1                -           0.0000          -
224.83/226.53	c       227            653           0         0                -           0.0000          -
224.83/226.53	c       227            653           0         0                -           0.0000          -
224.93/226.61	c       227            653           0         0                -           0.0000          -
224.93/226.62	c SCIP Status        : c problem is solved [infeasible]
224.93/226.62	c Total Time         : 226.6200
224.93/226.62	c   solving          : 226.6200
224.93/226.62	c   presolving       : 22.7131 (included in solving)
224.93/226.62	c B&B Tree           :
224.93/226.62	c   nodes (total)    : 653
224.93/226.62	c Solution           :
224.93/226.62	c   Solutions found  : 0
224.93/226.62	c   Primal Bound     :          -
224.93/226.62	c   Dual Bound       :          -
224.93/226.62	c Gap                :          -
224.93/226.67	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61095 MiB free)
  memory of node 1: 64473 MiB (62595 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441700-1721294244/watcher-4441700-1721294244 -o /tmp/evaluation-result-4441700-1721294244/solver-4441700-1721294244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721294255-950165 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4441700-1721294244.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=950275, runsolver pid=950272
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.45 2.12 3.18 5/257 950276
/proc/meminfo: memFree=126532976/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=79744 memory=67728 CPUtime=0.09 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 14612 0 0 0 8 1 0 0 20 0 1 0 181593320 81657856 16932 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 19936 16932 2590 3032 0 16336 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79744 KiB
Current children cumulated memory: 67728 KiB

[startup+0.205882 s]*
/proc/loadavg: 1.45 2.12 3.18 5/257 950276
/proc/meminfo: memFree=126390868/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=100320 memory=87920 CPUtime=0.2 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 21311 0 0 0 18 2 0 0 20 0 1 0 181593320 102727680 21980 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 25080 21980 2654 3032 0 21480 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 100320 KiB
Current children cumulated memory: 87920 KiB

[startup+0.305925 s]*
/proc/loadavg: 1.45 2.12 3.18 5/257 950276
/proc/meminfo: memFree=126331620/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=100320 memory=87920 CPUtime=0.3 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 21311 0 0 0 28 2 0 0 20 0 1 0 181593320 102727680 21980 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 25080 21980 2654 3032 0 21480 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 100320 KiB
Current children cumulated memory: 87920 KiB

[startup+0.700242 s]
/proc/loadavg: 1.45 2.12 3.18 5/257 950276
/proc/meminfo: memFree=126311656/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=100320 memory=87920 CPUtime=0.68 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 21311 0 0 0 66 2 0 0 20 0 1 0 181593320 102727680 21980 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 25080 21980 2654 3032 0 21480 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 100320 KiB
Current children cumulated memory: 87920 KiB

[startup+1.50021 s]
/proc/loadavg: 1.45 2.12 3.18 5/259 950278
/proc/meminfo: memFree=126091208/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=100320 memory=87920 CPUtime=1.48 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 21311 0 0 0 146 2 0 0 20 0 1 0 181593320 102727680 21980 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 25080 21980 2654 3032 0 21480 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 100320 KiB
Current children cumulated memory: 87920 KiB

[startup+3.10573 s]
/proc/loadavg: 1.45 2.12 3.18 5/257 950324
/proc/meminfo: memFree=126040704/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=97952 memory=85468 CPUtime=3.08 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 22811 0 0 0 305 3 0 0 20 0 1 0 181593320 100302848 21301 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 24488 21301 2750 3032 0 20888 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 97952 KiB
Current children cumulated memory: 85468 KiB

[startup+6.30022 s]
/proc/loadavg: 1.65 2.16 3.18 5/257 950325
/proc/meminfo: memFree=125756160/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=112600 memory=99404 CPUtime=6.27 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 26363 0 0 0 623 4 0 0 20 0 1 0 181593320 115302400 24851 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 28150 24851 2750 3032 0 24550 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 112600 KiB
Current children cumulated memory: 99404 KiB

[startup+12.7002 s]
/proc/loadavg: 1.92 2.20 3.19 5/257 950325
/proc/meminfo: memFree=125756288/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=112756 memory=99404 CPUtime=12.64 cores=0,2
/proc/950275/stat : 950275 (fscip) R 950272 950275 950155 0 -1 4194304 26375 0 0 0 1260 4 0 0 20 0 1 0 181593320 115462144 24851 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 28189 24851 2750 3032 0 24589 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 112756 KiB
Current children cumulated memory: 99404 KiB

[startup+25.501 s]
/proc/loadavg: 2.38 2.29 3.20 5/259 950330
/proc/meminfo: memFree=125655520/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=269292 memory=199724 CPUtime=25.37 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 57524 0 0 0 2530 7 0 0 20 0 3 0 181593320 275755008 49931 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 67323 49931 2798 3032 0 59698 0
[pid=950275/tid=950328] ppid=950272 vsize=269292 memory=32872 CPUtime=2.64 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 17981 0 0 0 263 1 0 0 20 0 3 0 181595600 275755008 49931 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=269292 memory=100460 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 3 0 181595604 275755008 49931 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 269292 KiB
Current children cumulated memory: 199724 KiB

[startup+51.106 s]
/proc/loadavg: 3.06 2.46 3.24 5/259 950333
/proc/meminfo: memFree=125485412/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=466460 memory=359720 CPUtime=50.72 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 197115 0 0 0 5054 18 0 0 20 0 3 0 181593320 477655040 89930 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 116615 89930 2942 3032 0 101735 0
[pid=950275/tid=950328] ppid=950272 vsize=466460 memory=281118360424768 CPUtime=27.99 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 157522 0 0 0 2787 12 0 0 20 0 3 0 181595600 477655040 89930 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=466460 memory=12088 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 3 0 181595604 477655040 89930 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 50.72 s
Current children cumulated vsize: 466460 KiB
Current children cumulated memory: 359720 KiB

[startup+102.301 s]
/proc/loadavg: 3.66 2.72 3.28 5/263 950346
/proc/meminfo: memFree=124633728/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=466460 memory=377108 CPUtime=101.41 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 271294 0 0 0 10118 23 0 0 20 0 3 0 181593320 477655040 94277 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 116615 94277 2990 3032 0 106003 0
[pid=950275/tid=950328] ppid=950272 vsize=466460 memory=12088 CPUtime=78.66 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 231624 0 0 0 7850 16 0 0 20 0 3 0 181595600 477655040 94277 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=466460 memory=377088 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 3 0 181595604 477655040 94277 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 101.41 s
Current children cumulated vsize: 466460 KiB
Current children cumulated memory: 377108 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.97 3.34 5/267 950362
/proc/meminfo: memFree=123266064/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=466624 memory=396704 CPUtime=160.87 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 338869 0 0 0 16060 27 0 0 20 0 3 0 181593320 477822976 99176 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 116656 99176 2990 3032 0 112048 0
[pid=950275/tid=950328] ppid=950272 vsize=466624 memory=12088 CPUtime=138.13 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 299140 0 0 0 13792 21 0 0 20 0 3 0 181595600 477822976 99176 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=466624 memory=396676 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 3 0 181595604 477822976 99176 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 160.87 s
Current children cumulated vsize: 466624 KiB
Current children cumulated memory: 396704 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.17 3.39 5/267 950608
/proc/meminfo: memFree=124302220/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=597696 memory=464984 CPUtime=220.65 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 402225 0 0 0 22033 32 0 0 20 0 3 0 181593320 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 149424 116246 2990 3032 0 131348 0
[pid=950275/tid=950328] ppid=950272 vsize=597696 memory=396860 CPUtime=197.91 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 362466 0 0 0 19765 26 0 0 20 0 3 0 181595600 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=597696 memory=396688 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 181595604 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 220.65 s
Current children cumulated vsize: 597696 KiB
Current children cumulated memory: 464984 KiB

[startup+226.688 s]
# the end of solver process 950275 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=224.677 s, system=0.358314 s

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

[startup+224 s]*
/proc/loadavg: 4.02 3.17 3.39 5/267 950610
/proc/meminfo: memFree=124301908/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=597696 memory=464984 CPUtime=222.35 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 402344 0 0 0 22203 32 0 0 20 0 3 0 181593320 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 149424 116246 2990 3032 0 131348 0
[pid=950275/tid=950328] ppid=950272 vsize=597696 memory=-6729622942845680490 CPUtime=199.61 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 362585 0 0 0 19935 26 0 0 20 0 3 0 181595600 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=597696 memory=5412 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 181595604 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 222.35 s
Current children cumulated vsize: 597696 KiB
Current children cumulated memory: 464984 KiB

[startup+225.6 s]
/proc/loadavg: 4.01 3.19 3.39 5/267 950610
/proc/meminfo: memFree=124301908/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=597696 memory=464984 CPUtime=223.94 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 402550 0 0 0 22362 32 0 0 20 0 3 0 181593320 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 149424 116246 2990 3032 0 131348 0
[pid=950275/tid=950328] ppid=950272 vsize=597696 memory=464984 CPUtime=201.2 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 362791 0 0 0 20094 26 0 0 20 0 3 0 181595600 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=597696 memory=12512 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 181595604 612040704 116246 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 223.94 s
Current children cumulated vsize: 597696 KiB
Current children cumulated memory: 464984 KiB

[startup+226.4 s]
/proc/loadavg: 4.01 3.19 3.39 5/267 950610
/proc/meminfo: memFree=124301956/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=597696 memory=464988 CPUtime=224.73 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 402583 0 0 0 22441 32 0 0 20 0 3 0 181593320 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 149424 116247 2990 3032 0 131348 0
[pid=950275/tid=950328] ppid=950272 vsize=597696 memory=6720662160071999342 CPUtime=201.99 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 362824 0 0 0 20173 26 0 0 20 0 3 0 181595600 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=597696 memory=1904 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 181595604 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 224.73 s
Current children cumulated vsize: 597696 KiB
Current children cumulated memory: 464988 KiB

[startup+226.6 s]
/proc/loadavg: 4.01 3.19 3.39 5/267 950610
/proc/meminfo: memFree=124301956/131524600 swapFree=131071996/131071996
[pid=950275] ppid=950272 vsize=597696 memory=464988 CPUtime=224.93 cores=0,2
/proc/950275/stat : 950275 (fscip) S 950272 950275 950155 0 -1 1077936128 405212 0 0 0 22461 32 0 0 20 0 3 0 181593320 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 17 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
/proc/950275/statm: 149424 116247 2990 3032 0 131348 0
[pid=950275/tid=950328] ppid=950272 vsize=597696 memory=25944 CPUtime=202.19 cores=0,2
/proc/950275/task/950328/stat : 950328 (fscip) R 950272 950275 950155 0 -1 4194368 365456 0 0 0 20193 26 0 0 20 0 3 0 181595600 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
[pid=950275/tid=950329] ppid=950272 vsize=597696 memory=464984 CPUtime=0 cores=0,2
/proc/950275/task/950329/stat : 950329 (fscip) S 950272 950275 950155 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 3 0 181595604 612040704 116247 134679101440 4194304 16613245 140725256589248 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18822208 18930672 28168192 140725256594452 140725256594568 140725256594568 140725256601584 0
Current children cumulated CPU time: 224.93 s
Current children cumulated vsize: 597696 KiB
Current children cumulated memory: 464988 KiB

Child status: 0

Real time (s): 226.688
CPU time (s): 225.036
CPU user time (s): 224.677
CPU system time (s): 0.358314
CPU usage (%): 99.271
Max. virtual memory (cumulated for all children) (KiB): 597696
Max. memory (cumulated for all children) (KiB): 468848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.677
system time used= 0.358314
maximum resident set size= 468848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432181
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= 401
involuntary context switches= 2313


# summary of solver processes directly reported to runsolver:
#   pid: 950275
#   total CPU time (s): 225.036
#   total CPU user time (s): 224.677
#   total CPU system time (s): 0.358314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.462876 second user time and 1.14464 second system time

The end

Launcher Data

Begin job on nodeC032 at 2024-07-18 11:17:36
IDJOB=4441700
IDBENCH=147739
IDSOLVER=3064
FILE ID=nodeC032/4441700-1721294244
RUNJOBID= nodeC032-1721294255-950165
SLURM_JOB_ID= 7542614
Free space on /tmp= 889988 MiB

SOLVER NAME= FiberSCIP 2024-07-02
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.tag10.ucl.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-4441700-1721294244/watcher-4441700-1721294244 -o /tmp/evaluation-result-4441700-1721294244/solver-4441700-1721294244 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1721294255-950165 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4441700-1721294244.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 1cec7467f4817916a0b2c766a10a10ef
RANDOM SEED=1299706151

nodeC032.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.938
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.284
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3655.908
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.705
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.361
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3671.272
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.743
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.33
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.718
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126672152 kB
MemAvailable:   129143292 kB
Buffers:          482216 kB
Cached:          2805136 kB
SwapCached:            0 kB
Active:           929648 kB
Inactive:        3268416 kB
Active(anon):       1556 kB
Inactive(anon):   946868 kB
Active(file):     928092 kB
Inactive(file):  2321548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            125216 kB
Writeback:             0 kB
AnonPages:        910884 kB
Mapped:           136680 kB
Shmem:             37720 kB
KReclaimable:     122648 kB
Slab:             238332 kB
SReclaimable:     122648 kB
SUnreclaim:       115684 kB
KernelStack:        4160 kB
PageTables:        11260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1278024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      226004 kB
DirectMap2M:    21567488 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC032 at 2024-07-18 11:21:23