Trace number 4517123

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.00a1UNSAT 46.6205 46.8154

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/array_diag/normalized-15array_diag_greater.opb
MD5SUMd43ecb7c1452ca8da1aa915bfc6a97e8
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.014326
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1185
Total number of constraints1186
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints511
Minimum length of a constraint2
Maximum length of a constraint60
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.33/0.50	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4517123-1751232204.opb
0.33/0.50	c Solving mode: decision
0.33/0.50	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.33/0.50	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.33/0.50	c original problem has 1185 variables (1185 bin, 0 int, 0 impl, 0 cont) and 1186 constraints
0.33/0.50	c presolving:
0.33/0.50	c (round 1, fast)       90 del vars, 90 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 480 clqs
0.33/0.50	c (round 2, exhaustive) 90 del vars, 90 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 676 upgd conss, 0 impls, 480 clqs
0.33/0.50	c (round 3, fast)       90 del vars, 90 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 58 chg coeffs, 676 upgd conss, 0 impls, 480 clqs
0.33/0.50	c (round 4, exhaustive) 90 del vars, 765 del conss, 225 add conss, 0 chg bounds, 1 chg sides, 58 chg coeffs, 676 upgd conss, 0 impls, 481 clqs
0.33/0.50	c    (0.1s) probing: 566/1095 (51.7%) - 0 fixings, 0 aggregations, 99 implications, 0 bound changes
0.33/0.50	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.33/0.50	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.33/0.50	c    (0.1s) no symmetry present (symcode time: 0.00)
0.33/0.50	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
0.33/0.50	c  90 deleted vars, 765 deleted constraints, 225 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 58 changed coefficients
0.33/0.50	c  0 implications, 580 cliques
0.33/0.50	c presolved problem has 1095 variables (1095 bin, 0 int, 0 impl, 0 cont) and 646 constraints
0.33/0.50	c       1 constraints of type <knapsack>
0.33/0.50	c     225 constraints of type <and>
0.33/0.50	c     420 constraints of type <linear>
0.33/0.50	c transformed objective value is always integral (scale: 1)
0.33/0.50	c Presolving Time: 0.09
0.33/0.50	c 
0.33/0.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.33/0.50	c   0.1s|     1 |     0 |    30 |     - |    12M |   0 |1095 | 679 | 871 |   0 |  0 |  32 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.33/0.50	c o 0.1s|     1 |     0 |    36 |     - |feaspump|   0 |1095 | 679 | 871 |   0 |  0 |  32 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.33/0.50	c   0.1s|     1 |     0 |    36 |     - |    12M |   0 |1095 | 679 | 871 |   0 |  0 |  32 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.33/0.50	c 
0.33/0.50	c SCIP Status        : problem is solved [optimal solution found]
0.33/0.50	c Solving Time (sec) : 0.12
0.33/0.50	c Solving Nodes      : 1
0.33/0.50	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.33/0.50	c Dual Bound         : +0.00000000000000e+00
0.33/0.50	c Gap                : 0.00 %
0.33/0.50	c [VIOLATION] Line 14: +1 x1126 -1 x1156 +2 x1127 -2 x1157 +4 x1128 -4 x1158 +8 x1129 -8 x1159 +16 x1130 -16 x1160 +32 x1131 -32 x1161 +64 x1132 -64 x1162 +128 x1133 -128 x1163 +256 x1134 -256 x1164 +512 x1135 -512 x1165 +1024 x1136 -1024 x1166 +2048 x1137 -2048 x1167 +4096 x1138 -4096 x1168 +8192 x1139 -8192 x1169 +16384 x1140 -16384 x1170 +32768 x1141 -32768 x1171 +65536 x1142 -65536 x1172 +131072 x1143 -131072 x1173 +262144 x1144 -262144 x1174 +524288 x1145 -524288 x1175 +1048576 x1146 -1048576 x1176 +2097152 x1147 -2097152 x1177 +4194304 x1148 -4194304 x1178 +8388608 x1149 -8388608 x1179 +16777216 x1150 -16777216 x1180 +33554432 x1151 -33554432 x1181 +67108864 x1152 -67108864 x1182 +134217728 x1153 -134217728 x1183 +268435456 x1154 -268435456 x1184 +536870912 x1155 -536870912 x1185 >= 1 ;
0.33/0.50	c   Computed activity: 0
0.33/0.50	c   Required: activity >= 1
0.33/0.50	c   Variable assignments: {x1126=0, x1156=0, x1127=0, x1157=0, x1128=0, x1158=0, x1129=0, x1159=0, x1130=0, x1160=0, x1131=0, x1161=0, x1132=0, x1162=0, x1133=0, x1163=0, x1134=0, x1164=0, x1135=0, x1165=0, x1136=0, x1166=0, x1137=0, x1167=0, x1138=0, x1168=0, x1139=0, x1169=0, x1140=0, x1170=0, x1141=0, x1171=0, x1142=0, x1172=0, x1143=0, x1173=0, x1144=0, x1174=0, x1145=0, x1175=0, x1146=0, x1176=0, x1147=0, x1177=0, x1148=0, x1178=0, x1149=0, x1179=0, x1150=0, x1180=0, x1151=0, x1181=0, x1152=0, x1182=0, x1153=0, x1183=0, x1154=0, x1184=0, x1155=0, x1185=0}}
0.33/0.50	c SCIP found a solution, but it is not feasible according to the original problem.
0.33/0.50	c ----------------------------------------------------------------------
0.33/0.50	c executing external solver (fallback): HOME/naps-1.03a6
0.33/0.50	c ----------------------------------------------------------------------
0.33/0.50	c command: HOME/naps-1.03a6 HOME/instance-4517123-1751232204.opb
0.41/0.52	c NaPS 1.03a6.
0.41/0.52	c Input file name: HOME/instance-4517123-1751232204.opb
46.47/46.76	c _____________________________________________________________________________
46.47/46.76	c std/band forms        : 1,420
46.47/46.76	c 2cl/3cl ITE-codings   : 14168,2010
46.47/46.76	c BDD/srt/adr Max costs : 15177,0,0
46.47/46.76	c BDDraw/bin/mul/srt/adr: 420,0,1,0,0
46.47/46.76	c BDD nodes             : 20098
46.47/46.76	c Es1/CC detections     : 0,0
46.47/46.76	c CC sort               : 0
46.47/46.76	c SAT/UNSAT calls       : 0,1
46.47/46.76	c regenrated variables  : 0
46.47/46.76	c eliminated fixed lits : 0
46.47/46.76	c goal lit flips        : 0
46.47/46.76	c goal stages           : 0
46.47/46.76	c goal shrink           : 0
46.47/46.76	c goal coeff separations: 0
46.47/46.76	c restarts              : 20750
46.47/46.76	c conflicts             : 413571         (8978 /sec)
46.47/46.76	c decisions             : 1431689        (31079 /sec)
46.47/46.76	c propagations          : 301035637      (6534870 /sec)
46.47/46.76	c inspects              : 0              (0 /sec)
46.47/46.76	c CPU time (solving tm) : 46.07 s        (44.85 s, SAT 0 s, UNSAT 44.85 s)
46.47/46.76	c Time for Opt-base     : 1.061 s
46.47/46.76	c Steps for Opt-base    : 2527140
46.47/46.76	c Time for BDD coding   : 1.171 s
46.47/46.76	c Time for srt coding   : 0 s
46.47/46.76	c _____________________________________________________________________________
46.47/46.76	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: 63794 MiB (59012 MiB free)
  memory of node 1: 64507 MiB (63871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517123-1751232204/watcher-4517123-1751232204 -o /tmp/evaluation-result-4517123-1751232204/solver-4517123-1751232204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31369 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4517123-1751232204.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
Current StackSize limit: 8192 KiB

solver pid=34980, runsolver pid=34977

[startup+0.100068 s]*
/proc/loadavg: 4.15 4.13 4.11 6/258 34985
/proc/meminfo: memFree=125833156/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=19016 memory=14336 CPUtime=0.06 cores=1,3
/proc/34985/stat : 34985 (python3) R 34980 34980 31357 0 -1 4194304 1854 0 0 0 5 1 0 0 20 0 1 0 38900101 19472384 3584 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 4754 3584 2016 1 0 1508 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23208 KiB
Current children cumulated memory: 17280 KiB

[startup+0.213466 s]*
/proc/loadavg: 4.15 4.13 4.11 5/258 34985
/proc/meminfo: memFree=125825532/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1186492 memory=31240 CPUtime=0.16 cores=1,3
/proc/34985/stat : 34985 (python3) R 34980 34980 31357 0 -1 4194304 3616 0 0 0 14 2 0 0 20 0 1 0 38900101 1214967808 7810 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 296623 7810 4834 1 0 268645 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190684 KiB
Current children cumulated memory: 34184 KiB

[startup+0.316552 s]*
/proc/loadavg: 4.15 4.13 4.11 5/258 34985
/proc/meminfo: memFree=125822004/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1190388 memory=35336 CPUtime=0.24 cores=1,3
/proc/34985/stat : 34985 (python3) R 34980 34980 31357 0 -1 4194304 4475 0 0 0 21 3 0 0 20 0 1 0 38900101 1218957312 8834 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 297597 8834 5026 1 0 269506 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1194580 KiB
Current children cumulated memory: 38280 KiB

[startup+0.700336 s]
/proc/loadavg: 4.15 4.13 4.11 5/259 34986
/proc/meminfo: memFree=125796740/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=5220 memory=3712 CPUtime=0.18 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 631 0 0 0 18 0 0 0 20 0 1 0 38900149 5345280 928 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 1305 928 544 696 0 466 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 1221480 KiB
Current children cumulated memory: 70152 KiB

[startup+1.50042 s]
/proc/loadavg: 4.15 4.13 4.11 5/259 34986
/proc/meminfo: memFree=125796992/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=5624 memory=4096 CPUtime=0.98 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 723 0 0 0 98 0 0 0 20 0 1 0 38900149 5758976 1024 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 1406 1024 544 696 0 567 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 1221884 KiB
Current children cumulated memory: 70536 KiB

[startup+3.11283 s]
/proc/loadavg: 4.14 4.13 4.11 5/259 34986
/proc/meminfo: memFree=125775812/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=26300 memory=22268 CPUtime=2.58 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 6754 0 0 0 257 1 0 0 20 0 1 0 38900149 26931200 5567 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6575 5567 544 696 0 5736 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1242560 KiB
Current children cumulated memory: 88708 KiB

[startup+6.30041 s]
/proc/loadavg: 4.14 4.13 4.11 5/259 35036
/proc/meminfo: memFree=125780340/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=24252 memory=21432 CPUtime=5.76 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 7005 0 0 0 575 1 0 0 20 0 1 0 38900149 24834048 5358 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6063 5358 544 696 0 5224 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 1240512 KiB
Current children cumulated memory: 87872 KiB

[startup+12.7005 s]
/proc/loadavg: 4.20 4.14 4.11 5/253 35126
/proc/meminfo: memFree=125776224/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=26300 memory=21816 CPUtime=12.15 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 7106 0 0 0 1214 1 0 0 20 0 1 0 38900149 26931200 5454 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6575 5454 544 696 0 5736 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 1242560 KiB
Current children cumulated memory: 88256 KiB

[startup+25.5005 s]
/proc/loadavg: 4.17 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125747884/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=26300 memory=23096 CPUtime=24.91 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 7419 0 0 0 2490 1 0 0 20 0 1 0 38900149 26931200 5774 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6575 5774 544 696 0 5736 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 1242560 KiB
Current children cumulated memory: 89536 KiB

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

# cumulated CPU time of all completed processes:  user=46.4814 s, system=0.139068 s

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

[startup+25.6005 s]
/proc/loadavg: 4.17 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125747884/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=26300 memory=23096 CPUtime=25.01 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 7419 0 0 0 2500 1 0 0 20 0 1 0 38900149 26931200 5774 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6575 5774 544 696 0 5736 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1242560 KiB
Current children cumulated memory: 89536 KiB

[startup+38.4004 s]
/proc/loadavg: 4.21 4.15 4.11 5/259 35186
/proc/meminfo: memFree=125740632/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=34448 memory=27000 CPUtime=37.78 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 17484 0 0 0 3775 3 0 0 20 0 1 0 38900149 35274752 6750 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 8612 6750 544 696 0 7773 0
Current children cumulated CPU time: 38.19 s
Current children cumulated vsize: 1250708 KiB
Current children cumulated memory: 93440 KiB

[startup+41.6004 s]
/proc/loadavg: 4.21 4.15 4.11 5/259 35186
/proc/meminfo: memFree=125737104/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=34448 memory=26872 CPUtime=40.97 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 22899 0 0 0 4093 4 0 0 20 0 1 0 38900149 35274752 6718 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 8612 6718 544 696 0 7773 0
Current children cumulated CPU time: 41.38 s
Current children cumulated vsize: 1250708 KiB
Current children cumulated memory: 93312 KiB

[startup+44.8004 s]
/proc/loadavg: 4.19 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125716372/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=26228 memory=23876 CPUtime=44.17 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 30187 0 0 0 4411 6 0 0 20 0 1 0 38900149 26857472 5969 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 6557 5969 544 696 0 5718 0
Current children cumulated CPU time: 44.58 s
Current children cumulated vsize: 1242488 KiB
Current children cumulated memory: 90316 KiB

[startup+45.6004 s]
/proc/loadavg: 4.19 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125737104/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=30324 memory=24880 CPUtime=44.96 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 31328 0 0 0 4490 6 0 0 20 0 1 0 38900149 31051776 6220 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 7581 6220 544 696 0 6742 0
Current children cumulated CPU time: 45.37 s
Current children cumulated vsize: 1246584 KiB
Current children cumulated memory: 91320 KiB

[startup+46.4004 s]
/proc/loadavg: 4.19 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125737104/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1212068 memory=63496 CPUtime=0.41 cores=1,3
/proc/34985/stat : 34985 (python3) S 34980 34980 31357 0 -1 4194304 8801 0 0 0 36 5 0 0 20 0 1 0 38900101 1241157632 15874 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 303017 15874 8162 1 0 274375 0
[pid=34986] ppid=34985 vsize=28280 memory=24496 CPUtime=45.76 cores=1,3
/proc/34986/stat : 34986 (naps-1.03a6) R 34985 34986 34986 0 -1 4194304 32970 0 0 0 4570 6 0 0 20 0 1 0 38900149 28958720 6124 18446744073709551615 4198400 7047149 140734010837120 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 36597760 140734010841473 140734010841587 140734010841587 140734010847177 0
/proc/34986/statm: 7070 6124 544 696 0 6231 0
Current children cumulated CPU time: 46.17 s
Current children cumulated vsize: 1244540 KiB
Current children cumulated memory: 90936 KiB

[startup+46.8004 s]
/proc/loadavg: 4.19 4.14 4.11 5/259 35186
/proc/meminfo: memFree=125737104/131382116 swapFree=33010684/33010684
[pid=34980] ppid=34977 vsize=4192 memory=2944 CPUtime=0 cores=1,3
/proc/34980/stat : 34980 (scip-naps-1.00.) S 34977 34980 31357 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 38900098 4292608 736 18446744073709551615 94474430287872 94474431182405 140733473230384 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94474431421456 94474431469200 94474451861504 140733473237409 140733473237506 140733473237506 140733473243108 0
/proc/34980/statm: 1048 736 672 219 0 110 0
[pid=34985] ppid=34980 vsize=1211812 memory=63368 CPUtime=46.58 cores=1,3
/proc/34985/stat : 34985 (python3) R 34980 34980 31357 0 -1 4194304 14214 33353 0 0 40 6 4606 6 20 0 1 0 38900101 1240895488 15842 18446744073709551615 94008232431616 94008232431993 140729682763984 0 0 0 0 16781312 0 0 0 0 17 3 0 0 0 0 0 94008232443288 94008232443908 94008247439360 140729682766168 140729682766370 140729682766370 140729682771943 0
/proc/34985/statm: 302953 15842 8194 1 0 274311 0
Current children cumulated CPU time: 46.58 s
Current children cumulated vsize: 1216004 KiB
Current children cumulated memory: 66312 KiB

Child status: 0

Real time (s): 46.8154
CPU time (s): 46.6205
CPU user time (s): 46.4814
CPU system time (s): 0.139068
CPU usage (%): 99.5836
Max. virtual memory (cumulated for all children) (KiB): 1254804
Max. memory (cumulated for all children) (KiB): 97688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.4814
system time used= 0.139068
maximum resident set size= 63880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48766
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= 338
involuntary context switches= 76


# summary of solver processes directly reported to runsolver:
#   pid: 34980
#   total CPU time (s): 46.6205
#   total CPU user time (s): 46.4814
#   total CPU system time (s): 0.139068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.263562 second user time and 0.551311 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 23:23:24
IDJOB=4517123
IDBENCH=176016
IDSOLVER=3368
FILE ID=nodeC011/4517123-1751232204
RUNJOBID= nodeC011-1751226828-31369
SLURM_JOB_ID= 9587684
Free space on /tmp= 433020 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/array_diag/normalized-15array_diag_greater.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517123-1751232204/watcher-4517123-1751232204 -o /tmp/evaluation-result-4517123-1751232204/solver-4517123-1751232204 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751226828-31369 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4517123-1751232204.opb

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

MD5SUM BENCH= d43ecb7c1452ca8da1aa915bfc6a97e8
RANDOM SEED=558927724

nodeC011 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	: 0xb00001f
cpu MHz		: 3691.682
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 pti 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	: 6984.20
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		: 1197.384
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 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.119
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 pti 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	: 6984.20
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.292
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 pti 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	: 6984.20
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		: 3691.644
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 pti 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	: 6984.20
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		: 3663.069
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 pti 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	: 6984.20
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.964
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 pti 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	: 6984.20
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		: 3700.000
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 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125833156 kB
MemAvailable:   125643700 kB
Buffers:            3280 kB
Cached:           620096 kB
SwapCached:            0 kB
Active:          4681404 kB
Inactive:         321216 kB
Active(anon):    4397212 kB
Inactive(anon):        0 kB
Active(file):     284192 kB
Inactive(file):   321216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11516 kB
Writeback:             4 kB
AnonPages:       4377284 kB
Mapped:           129536 kB
Shmem:             17960 kB
KReclaimable:      89144 kB
Slab:             169308 kB
SReclaimable:      89144 kB
SUnreclaim:        80164 kB
KernelStack:        4160 kB
PageTables:        12320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8173712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    915456 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC011 at 2025-06-29 23:24:11