Trace number 4530027

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
SCIP-NaPS 1.00a2UNSAT 4.67514 4.71655

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-13array_diag_greater.opb
MD5SUM4323600963088835cdc761a0340acac9
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.012655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables897
Total number of constraints898
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints391
Minimum length of a constraint2
Maximum length of a constraint52
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 33554432
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 134217727
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.19	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4530027-1752261626.opb
0.07/0.19	c Solving mode: decision
0.07/0.19	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.07/0.19	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.07/0.19	c original problem has 897 variables (897 bin, 0 int, 0 impl, 0 cont) and 898 constraints
0.07/0.19	c presolving:
0.07/0.19	c (round 1, fast)       78 del vars, 78 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 364 clqs
0.07/0.19	c (round 2, exhaustive) 78 del vars, 78 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 508 upgd conss, 0 impls, 364 clqs
0.07/0.19	c (round 3, fast)       78 del vars, 78 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 50 chg coeffs, 508 upgd conss, 0 impls, 364 clqs
0.07/0.19	c (round 4, exhaustive) 78 del vars, 585 del conss, 169 add conss, 0 chg bounds, 1 chg sides, 50 chg coeffs, 508 upgd conss, 0 impls, 365 clqs
0.07/0.19	c    (0.0s) probing: 549/819 (67.0%) - 0 fixings, 1 aggregations, 119 implications, 0 bound changes
0.07/0.19	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.07/0.19	c (round 5, exhaustive) 79 del vars, 585 del conss, 169 add conss, 0 chg bounds, 1 chg sides, 50 chg coeffs, 508 upgd conss, 0 impls, 471 clqs
0.07/0.19	c    (0.0s) probing: 554/819 (67.6%) - 0 fixings, 1 aggregations, 119 implications, 0 bound changes
0.07/0.19	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.07/0.19	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.07/0.19	c    (0.0s) no symmetry present (symcode time: 0.00)
0.07/0.19	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.07/0.19	c  79 deleted vars, 585 deleted constraints, 169 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 50 changed coefficients
0.07/0.19	c  0 implications, 471 cliques
0.07/0.19	c presolved problem has 818 variables (818 bin, 0 int, 0 impl, 0 cont) and 482 constraints
0.07/0.19	c       1 constraints of type <knapsack>
0.07/0.19	c     169 constraints of type <and>
0.07/0.19	c     312 constraints of type <linear>
0.07/0.19	c transformed objective value is always integral (scale: 1)
0.07/0.19	c Presolving Time: 0.03
0.07/0.19	c 
0.07/0.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.07/0.19	c   0.0s|     1 |     0 |    27 |     - |    10M |   0 | 818 | 500 | 651 |   0 |  0 |  17 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.07/0.19	c o 0.0s|     1 |     0 |    33 |     - |feaspump|   0 | 818 | 500 | 651 |   0 |  0 |  17 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.07/0.19	c   0.0s|     1 |     0 |    33 |     - |    10M |   0 | 818 | 500 | 651 |   0 |  0 |  17 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.07/0.19	c 
0.07/0.19	c SCIP Status        : problem is solved [optimal solution found]
0.07/0.19	c Solving Time (sec) : 0.04
0.07/0.19	c Solving Nodes      : 1
0.07/0.19	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.07/0.19	c Dual Bound         : +0.00000000000000e+00
0.07/0.19	c Gap                : 0.00 %
0.07/0.19	c [VIOLATION] Line 14: +1 x846 -1 x872 +2 x847 -2 x873 +4 x848 -4 x874 +8 x849 -8 x875 +16 x850 -16 x876 +32 x851 -32 x877 +64 x852 -64 x878 +128 x853 -128 x879 +256 x854 -256 x880 +512 x855 -512 x881 +1024 x856 -1024 x882 +2048 x857 -2048 x883 +4096 x858 -4096 x884 +8192 x859 -8192 x885 +16384 x860 -16384 x886 +32768 x861 -32768 x887 +65536 x862 -65536 x888 +131072 x863 -131072 x889 +262144 x864 -262144 x890 +524288 x865 -524288 x891 +1048576 x866 -1048576 x892 +2097152 x867 -2097152 x893 +4194304 x868 -4194304 x894 +8388608 x869 -8388608 x895 +16777216 x870 -16777216 x896 +33554432 x871 -33554432 x897 >= 1 ;
0.07/0.19	c   Computed activity: 0
0.07/0.19	c   Required: activity >= 1
0.07/0.19	c   Variable assignments: {x846=0, x872=0, x847=0, x873=0, x848=0, x874=0, x849=0, x875=0, x850=0, x876=0, x851=0, x877=0, x852=0, x878=0, x853=0, x879=0, x854=0, x880=0, x855=0, x881=0, x856=0, x882=0, x857=0, x883=0, x858=0, x884=0, x859=0, x885=0, x860=0, x886=0, x861=0, x887=0, x862=0, x888=0, x863=0, x889=0, x864=0, x890=0, x865=0, x891=0, x866=0, x892=0, x867=0, x893=0, x868=0, x894=0, x869=0, x895=0, x870=0, x896=0, x871=0, x897=0}}
0.07/0.19	c SCIP found a solution, but it is not feasible according to the original problem.
0.07/0.19	c ----------------------------------------------------------------------
0.07/0.19	c executing external solver (fallback): HOME/naps-1.03a6
0.07/0.19	c ----------------------------------------------------------------------
0.07/0.19	c command: HOME/naps-1.03a6 HOME/instance-4530027-1752261626.opb
0.07/0.19	c NaPS 1.03a6.
0.07/0.19	c Input file name: HOME/instance-4530027-1752261626.opb
4.54/4.69	c s UNSATISFIABLE
4.54/4.69	c _____________________________________________________________________________
4.54/4.69	c std/band forms        : 1,312
4.54/4.69	c 2cl/3cl ITE-codings   : 9316,1482
4.54/4.69	c BDD/srt/adr Max costs : 10089,0,0
4.54/4.69	c BDDraw/bin/mul/srt/adr: 312,0,1,0,0
4.54/4.69	c BDD nodes             : 13730
4.54/4.69	c Es1/CC detections     : 0,0
4.54/4.69	c CC sort               : 0
4.54/4.69	c SAT/UNSAT calls       : 0,1
4.54/4.69	c regenrated variables  : 0
4.54/4.69	c eliminated fixed lits : 0
4.54/4.69	c goal lit flips        : 0
4.54/4.69	c goal stages           : 0
4.54/4.69	c goal shrink           : 0
4.54/4.69	c goal coeff separations: 0
4.54/4.69	c restarts              : 3840
4.54/4.69	c conflicts             : 44821          (10029 /sec)
4.54/4.69	c decisions             : 221496         (49564 /sec)
4.54/4.69	c propagations          : 31558568       (7061777 /sec)
4.54/4.69	c inspects              : 0              (0 /sec)
4.54/4.69	c CPU time (solving tm) : 4.469 s        (4.212 s, SAT 0 s, UNSAT 4.212 s)
4.54/4.69	c Time for Opt-base     : 0.2016 s
4.54/4.69	c Steps for Opt-base    : 1152840
4.54/4.69	c Time for BDD coding   : 0.2441 s
4.54/4.69	c Time for srt coding   : 0 s
4.54/4.69	c _____________________________________________________________________________
4.54/4.69	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: 63665 MiB (60518 MiB free)
  memory of node 1: 64507 MiB (63698 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530027-1752261626/watcher-4530027-1752261626 -o /tmp/evaluation-result-4530027-1752261626/solver-4530027-1752261626 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113132 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530027-1752261626.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.13 4.10 4.05 5/270 114170
/proc/meminfo: memFree=127183228/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1187640 memory=32436 CPUtime=0.07 cores=1,3
/proc/114170/stat : 114170 (python3) R 114165 114165 113120 0 -1 4194304 3853 0 0 0 6 1 0 0 20 0 1 0 141842480 1216143360 8109 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 296910 8109 4916 1 0 268932 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191832 KiB
Current children cumulated memory: 35380 KiB

[startup+0.205666 s]*
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127181720/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=4692 memory=3200 CPUtime=0 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 505 0 0 0 0 0 0 0 20 0 1 0 141842498 4804608 800 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 1173 800 544 696 0 334 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1218168 KiB
Current children cumulated memory: 67636 KiB

[startup+0.305611 s]*
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127181216/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=5096 memory=3584 CPUtime=0.1 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 596 0 0 0 10 0 0 0 20 0 1 0 141842498 5218304 896 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 1274 896 544 696 0 435 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1218572 KiB
Current children cumulated memory: 68020 KiB

[startup+0.700192 s]
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127174160/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=16568 memory=14088 CPUtime=0.48 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 4498 0 0 0 48 0 0 0 20 0 1 0 141842498 16965632 3522 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4142 3522 544 696 0 3303 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1230044 KiB
Current children cumulated memory: 78524 KiB

[startup+1.50018 s]
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127170380/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=16936 memory=13784 CPUtime=1.28 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 4794 0 0 0 128 0 0 0 20 0 1 0 141842498 17342464 3446 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4234 3446 544 696 0 3395 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1230412 KiB
Current children cumulated memory: 78220 KiB

[startup+3.10536 s]
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=16912 memory=13496 CPUtime=2.89 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 5495 0 0 0 288 1 0 0 20 0 1 0 141842498 17317888 3374 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4228 3374 544 696 0 3389 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1230388 KiB
Current children cumulated memory: 77932 KiB

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

# cumulated CPU time of all completed processes:  user=4.62603 s, system=0.049109 s

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

[startup+3.20019 s]
/proc/loadavg: 4.13 4.10 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=16912 memory=13496 CPUtime=2.99 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 5495 0 0 0 298 1 0 0 20 0 1 0 141842498 17317888 3374 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4228 3374 544 696 0 3389 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 1230388 KiB
Current children cumulated memory: 77932 KiB

[startup+4.00014 s]*
/proc/loadavg: 4.12 4.09 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=16912 memory=13880 CPUtime=3.79 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 5571 0 0 0 378 1 0 0 20 0 1 0 141842498 17317888 3470 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4228 3470 544 696 0 3389 0
Current children cumulated CPU time: 3.95 s
Current children cumulated vsize: 1230388 KiB
Current children cumulated memory: 78316 KiB

[startup+4.40014 s]
/proc/loadavg: 4.12 4.09 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=18964 memory=15288 CPUtime=4.18 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 6302 0 0 0 417 1 0 0 20 0 1 0 141842498 19419136 3822 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4741 3822 544 696 0 3902 0
Current children cumulated CPU time: 4.34 s
Current children cumulated vsize: 1232440 KiB
Current children cumulated memory: 79724 KiB

[startup+4.60013 s]
/proc/loadavg: 4.12 4.09 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=0.16 cores=1,3
/proc/114170/stat : 114170 (python3) S 114165 114165 113120 0 -1 4194304 8281 0 0 0 14 2 0 0 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
[pid=114171] ppid=114170 vsize=19012 memory=15288 CPUtime=4.38 cores=1,3
/proc/114171/stat : 114171 (naps-1.03a6) R 114170 114171 114171 0 -1 4194304 6584 0 0 0 437 1 0 0 20 0 1 0 141842498 19468288 3822 18446744073709551615 4198400 7047149 140728413691264 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 8564736 140728413694335 140728413694449 140728413694449 140728413700041 0
/proc/114171/statm: 4753 3822 544 696 0 3914 0
Current children cumulated CPU time: 4.54 s
Current children cumulated vsize: 1232488 KiB
Current children cumulated memory: 79724 KiB

[startup+4.7071 s]
/proc/loadavg: 4.12 4.09 4.05 5/271 114171
/proc/meminfo: memFree=127170384/131250000 swapFree=33010416/33010684
[pid=114165] ppid=114162 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/114165/stat : 114165 (scip-naps-1.00a) S 114162 114165 113120 0 -1 4194304 259 328 0 0 0 0 0 0 20 0 1 0 141842478 4292608 736 18446744073709551615 94717198114816 94717199009349 140725438993136 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94717199248400 94717199296144 94717231419392 140725438998939 140725438999038 140725438999038 140725439004642 0
/proc/114165/statm: 1048 736 672 219 0 110 0
[pid=114170] ppid=114165 vsize=1209284 memory=61492 CPUtime=4.64 cores=1,3
/proc/114170/stat : 114170 (python3) R 114165 114165 113120 0 -1 4194304 12835 6807 0 0 15 2 446 1 20 0 1 0 141842480 1238306816 15373 18446744073709551615 94347338498048 94347338498425 140733397378480 0 0 0 0 16781312 0 0 0 0 17 3 0 0 0 0 0 94347338509720 94347338510340 94347363786752 140733397383503 140733397383712 140733397383712 140733397389287 0
/proc/114170/statm: 302321 15373 8180 1 0 273679 0
Current children cumulated CPU time: 4.64 s
Current children cumulated vsize: 1213476 KiB
Current children cumulated memory: 64436 KiB

Child status: 0

Real time (s): 4.71655
CPU time (s): 4.67514
CPU user time (s): 4.62603
CPU system time (s): 0.049109
CPU usage (%): 99.122
Max. virtual memory (cumulated for all children) (KiB): 1232488
Max. memory (cumulated for all children) (KiB): 79724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.62603
system time used= 0.049109
maximum resident set size= 62132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 114165
#   total CPU time (s): 4.67514
#   total CPU user time (s): 4.62603
#   total CPU system time (s): 0.049109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01816 second user time and 0.047136 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-11 21:20:26
IDJOB=4530027
IDBENCH=176020
IDSOLVER=3388
FILE ID=nodeC027/4530027-1752261626
RUNJOBID= nodeC027-1752258008-113132
SLURM_JOB_ID= 9682611
Free space on /tmp= 431168 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-13array_diag_greater.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530027-1752261626/watcher-4530027-1752261626 -o /tmp/evaluation-result-4530027-1752261626/solver-4530027-1752261626 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1752258008-113132 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530027-1752261626.opb

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

MD5SUM BENCH= 4323600963088835cdc761a0340acac9
RANDOM SEED=1484783143

nodeC027 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.639
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.646
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3598.500
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3598.854
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.633
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3599.633
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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		: 3568.720
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
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.304
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127198348 kB
MemAvailable:   128992488 kB
Buffers:            2488 kB
Cached:          2586348 kB
SwapCached:           12 kB
Active:          1453832 kB
Inactive:        1975520 kB
Active(anon):     855784 kB
Inactive(anon):     2792 kB
Active(file):     598048 kB
Inactive(file):  1972728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11280 kB
Writeback:            16 kB
AnonPages:        842104 kB
Mapped:           135208 kB
Shmem:             18056 kB
KReclaimable:     124804 kB
Slab:             217736 kB
SReclaimable:     124804 kB
SUnreclaim:        92932 kB
KernelStack:        4368 kB
PageTables:         5396 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4401140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431160 MiB
End job on nodeC027 at 2025-07-11 21:20:31