Trace number 4502935

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1? (MO) 226.957 227.634

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

175.55/176.18	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4502935-1751417391.opb
175.55/176.18	c Solving mode: optimization
175.55/176.18	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
175.55/176.18	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
175.55/176.18	c original problem has 136253 variables (136253 bin, 0 int, 0 impl, 0 cont) and 65280 constraints
175.55/176.18	c feasible solution found by trivial heuristic after 15.7 seconds, objective value 1.362530e+05
175.55/176.18	c presolving:
175.55/176.18	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 65280 upgd conss, 0 impls, 0 clqs
175.55/176.18	c    (83.4s) probing: 51/136253 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
175.55/176.18	c    (83.4s) probing aborted: 50/50 successive totally useless probings
175.55/176.18	c    (157.2s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
175.55/176.18	c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/blockmemshell/memory.c:1066] ERROR: Insufficient memory for allocation of 221729176 bytes.
175.55/176.18	c [/__w/scipoptsuite-deploy/scipoptsuite-deploy/scip-921/src/scip/symmetry_graph.c:624] ERROR: Insufficient memory for new chunk.
175.55/176.18	c [symmetry_graph.c:624] ERROR: Error <-1> in function call
175.55/176.18	c [symmetry_graph.c:653] ERROR: Error <-1> in function call
175.55/176.18	c [symmetry_graph.c:280] ERROR: Error <-1> in function call
175.55/176.18	c [cons_logicor.c:4086] ERROR: Error <-1> in function call
175.55/176.18	c [cons_logicor.c:5167] ERROR: Error <-1> in function call
175.55/176.18	c [cons.c:6435] ERROR: Error <-1> in function call
175.55/176.18	c [scip_cons.c:2669] ERROR: Error <-1> in function call
175.55/176.18	c [prop_symmetry.c:1775] ERROR: Error <-1> in function call
175.55/176.18	c [prop_symmetry.c:2243] ERROR: Error <-1> in function call
175.55/176.18	c [prop_symmetry.c:6284] ERROR: Error <-1> in function call
175.55/176.18	c [prop_symmetry.c:6497] ERROR: Error <-1> in function call
175.55/176.18	c [prop.c:604] ERROR: Error <-1> in function call
175.55/176.18	c [scip_solve.c:930] ERROR: Error <-1> in function call
175.55/176.18	c [scip_solve.c:1079] ERROR: Error <-1> in function call
175.55/176.18	c [scip_solve.c:1079] ERROR: Error <-1> in function call
175.55/176.18	c [scip_solve.c:1250] ERROR: Error <-1> in function call
175.55/176.18	c [scip_solve.c:2373] ERROR: Error <-1> in function call
175.55/176.18	c SCIP failed to read or presolve the input problem.
175.55/176.18	c Reason: SCIP: insufficient memory error!
175.55/176.18	c ----------------------------------------------------------------------
175.55/176.18	c executing external solver (fallback): HOME/naps-1.03a6
175.55/176.18	c ----------------------------------------------------------------------
175.55/176.18	c command: HOME/naps-1.03a6 HOME/instance-4502935-1751417391.opb
175.81/176.52	c NaPS 1.03a6.
175.81/176.52	c Input file name: HOME/instance-4502935-1751417391.opb
224.41/225.10	c
224.41/225.10	c *** TERMINATED *** by signal 15
224.41/225.10	c _____________________________________________________________________________
224.41/225.10	c std/band forms        : 0,0
224.41/225.10	c 2cl/3cl ITE-codings   : 0,0
224.41/225.10	c BDD/srt/adr Max costs : 0,0,0
224.41/225.10	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
224.41/225.10	c BDD nodes             : 0
224.41/225.10	c Es1/CC detections     : 0,0
224.41/225.10	c CC sort               : 0
224.41/225.10	c SAT/UNSAT calls       : 0,0
224.41/225.10	c regenrated variables  : 0
224.41/225.10	c eliminated fixed lits : 0
224.41/225.10	c goal lit flips        : 0
224.41/225.10	c goal stages           : 0
224.41/225.10	c goal shrink           : 0
224.41/225.10	c goal coeff separations: 0
224.41/225.10	c restarts              : 0
224.41/225.10	c conflicts             : 0              (0 /sec)
224.41/225.10	c decisions             : 0              (0 /sec)
224.41/225.10	c propagations          : 0              (0 /sec)
224.41/225.10	c inspects              : 0              (0 /sec)
224.41/225.10	c CPU time (solving tm) : 48.24 s        (0 s, SAT 0 s, UNSAT 0 s)
224.41/225.10	c Time for Opt-base     : 0 s
224.41/225.10	c Steps for Opt-base    : 0
224.41/225.10	c Time for BDD coding   : 0 s
224.41/225.10	c Time for srt coding   : 0 s
224.41/225.10	c _____________________________________________________________________________
224.41/225.11	c received SIGTERM, forwarding to pbsolver...
224.41/225.11	s UNKNOWN

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: 63708 MiB (47612 MiB free)
  memory of node 1: 64465 MiB (60324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502935-1751417391/watcher-4502935-1751417391 -o /tmp/evaluation-result-4502935-1751417391/solver-4502935-1751417391 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751412762-57619 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4502935-1751417391.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=58429, runsolver pid=58426

[startup+0.100062 s]*
/proc/loadavg: 4.10 4.11 4.09 5/270 58434
/proc/meminfo: memFree=110517388/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1186916 memory=31628 CPUtime=0.06 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 3696 0 0 0 5 1 0 0 20 0 1 0 57417866 1215401984 7907 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 296729 7907 4871 1 0 268751 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191108 KiB
Current children cumulated memory: 34700 KiB

[startup+0.205779 s]*
/proc/loadavg: 4.10 4.11 4.09 5/270 58434
/proc/meminfo: memFree=110443804/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1269440 memory=117900 CPUtime=0.16 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 22783 0 0 0 12 4 0 0 20 0 1 0 57417866 1299906560 29475 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 317360 29475 7559 1 0 288718 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1273632 KiB
Current children cumulated memory: 120972 KiB

[startup+0.305743 s]*
/proc/loadavg: 4.10 4.11 4.09 5/270 58434
/proc/meminfo: memFree=110355100/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1353708 memory=201356 CPUtime=0.27 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 43621 0 0 0 19 8 0 0 20 0 1 0 57417866 1386196992 50339 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 338427 50339 7591 1 0 309785 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1357900 KiB
Current children cumulated memory: 204428 KiB

[startup+0.700209 s]
/proc/loadavg: 4.10 4.11 4.09 5/270 58434
/proc/meminfo: memFree=110338972/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1391748 memory=233100 CPUtime=0.65 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 51537 0 0 0 55 10 0 0 20 0 1 0 57417866 1425149952 58243 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 347970 58243 7591 1 0 319328 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1395940 KiB
Current children cumulated memory: 236172 KiB

[startup+1.50021 s]
/proc/loadavg: 4.10 4.11 4.09 5/270 58434
/proc/meminfo: memFree=110294556/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1468776 memory=299532 CPUtime=1.45 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 68150 0 0 0 131 14 0 0 20 0 1 0 57417866 1504026624 74883 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 367194 74883 7591 1 0 338552 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1472968 KiB
Current children cumulated memory: 302604 KiB

[startup+3.10582 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 58434
/proc/meminfo: memFree=110125464/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1614648 memory=427532 CPUtime=3.05 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 100168 0 0 0 284 21 0 0 20 0 1 0 57417866 1653399552 106883 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 403662 106883 7591 1 0 375020 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1618840 KiB
Current children cumulated memory: 430604 KiB

[startup+6.3002 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 58434
/proc/meminfo: memFree=109242016/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=1899556 memory=676108 CPUtime=6.24 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 162297 0 0 0 590 34 0 0 20 0 1 0 57417866 1945145344 169027 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 474889 169027 7591 1 0 446247 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1903748 KiB
Current children cumulated memory: 679180 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.13 4.10 5/270 58434
/proc/meminfo: memFree=109444696/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=2400332 memory=1139596 CPUtime=12.62 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 278185 0 0 0 1203 59 0 0 20 0 1 0 57417866 2457939968 284899 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 600083 284899 7591 1 0 571441 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2404524 KiB
Current children cumulated memory: 1142668 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.13 4.10 5/270 58434
/proc/meminfo: memFree=105625788/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=6827928 memory=5517416 CPUtime=25.39 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 1374151 0 0 0 2308 231 0 0 20 0 1 0 57417866 6991798272 1379354 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 1706982 1379354 7783 1 0 1678340 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 6832120 KiB
Current children cumulated memory: 5520488 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 58435
/proc/meminfo: memFree=101095592/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=10949688 memory=9731304 CPUtime=50.92 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 2427612 0 0 0 4701 391 0 0 20 0 1 0 57417866 11212480512 2432826 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 2737422 2432826 7847 1 0 2708780 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 10953880 KiB
Current children cumulated memory: 9734376 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.13 4.09 5/270 58437
/proc/meminfo: memFree=98868244/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=13212172 memory=11967828 CPUtime=101.96 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 2642144 0 0 0 9740 456 0 0 20 0 1 0 57417866 13529264128 2991957 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 3303043 2991957 7911 1 0 3274401 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 13216364 KiB
Current children cumulated memory: 11970900 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/270 58443
/proc/meminfo: memFree=87012700/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=27602228 memory=23790704 CPUtime=161.79 cores=0,2
/proc/58434/stat : 58434 (python3) R 58429 58429 56961 0 -1 4194304 2661176 0 0 0 15488 691 0 0 20 0 1 0 57417866 28264681472 5947676 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 6900557 5947676 7911 1 0 6871915 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 27606420 KiB
Current children cumulated memory: 23793776 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/271 58446
/proc/meminfo: memFree=82811380/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=31596316 memory=27784824 CPUtime=175.81 cores=0,2
/proc/58434/stat : 58434 (python3) S 58429 58429 56961 0 -1 4194304 2684410 0 0 0 16795 786 0 0 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
[pid=58444] ppid=58434 vsize=140140 memory=134840 CPUtime=45.8 cores=0,2
/proc/58444/stat : 58444 (naps-1.03a6) R 58434 58444 58444 0 -1 4194304 31819 0 0 0 4545 35 0 0 20 0 1 0 57435499 143503360 33710 18446744073709551615 4198400 7047149 140736067184256 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 37732352 140736067193217 140736067193331 140736067193331 140736067198921 0
/proc/58444/statm: 35035 33710 544 696 0 34196 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 31740648 KiB
Current children cumulated memory: 27922736 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+225.106 s]
/proc/loadavg: 4.08 4.11 4.09 5/271 58446
/proc/meminfo: memFree=82803708/131249996 swapFree=33010160/33010684
[pid=58429] ppid=58426 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/58429/stat : 58429 (scip-naps-1.00.) S 58426 58429 56961 0 -1 4194304 258 1070 0 0 0 0 0 0 20 0 1 0 57417863 4292608 768 18446744073709551615 93837478445056 93837479339589 140733627124864 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93837479578640 93837479626384 93837484851200 140733627132321 140733627132418 140733627132418 140733627138020 0
/proc/58429/statm: 1048 768 704 219 0 110 0
[pid=58434] ppid=58429 vsize=31596316 memory=27784824 CPUtime=175.81 cores=0,2
/proc/58434/stat : 58434 (python3) S 58429 58429 56961 0 -1 4194304 2684410 0 0 0 16795 786 0 0 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
[pid=58444] ppid=58434 vsize=143528 memory=138296 CPUtime=48.6 cores=0,2
/proc/58444/stat : 58444 (naps-1.03a6) R 58434 58444 58444 0 -1 4194304 32664 0 0 0 4824 36 0 0 20 0 1 0 57435499 146972672 34574 18446744073709551615 4198400 7047149 140736067184256 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 37732352 140736067193217 140736067193331 140736067193331 140736067198921 0
/proc/58444/statm: 35882 34574 544 696 0 35043 0
Current children cumulated CPU time: 224.41 s
Current children cumulated vsize: 31744036 KiB
Current children cumulated memory: 27926192 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001692 s, system=0.008951 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+227.633 s]
# the end of solver process 58434 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=218.145 s, system=8.81171 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+225.6 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 58446
/proc/meminfo: memFree=82924988/131249996 swapFree=33010160/33010684
[pid=58434] ppid=58426 vsize=31596316 memory=27784824 CPUtime=224.89 cores=0,2
/proc/58434/stat : 58434 (python3) R 58426 58429 56961 0 -1 4194304 2706527 32665 0 0 16842 787 4824 36 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
Current cumulated CPU time of completed processes: 0.010643 s
Current children cumulated CPU time: 224.89 s
Current children cumulated vsize: 31596316 KiB
Current children cumulated memory: 27784824 KiB

[startup+226.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 58446
/proc/meminfo: memFree=82924988/131249996 swapFree=33010160/33010684
[pid=58434] ppid=58426 vsize=31596316 memory=27784824 CPUtime=225.69 cores=0,2
/proc/58434/stat : 58434 (python3) R 58426 58429 56961 0 -1 4194304 2715491 32665 0 0 16920 789 4824 36 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
Current cumulated CPU time of completed processes: 0.010643 s
Current children cumulated CPU time: 225.69 s
Current children cumulated vsize: 31596316 KiB
Current children cumulated memory: 27784824 KiB

[startup+226.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 58446
/proc/meminfo: memFree=82924988/131249996 swapFree=33010160/33010684
[pid=58434] ppid=58426 vsize=31596316 memory=27784824 CPUtime=226.09 cores=0,2
/proc/58434/stat : 58434 (python3) R 58426 58429 56961 0 -1 4194304 2716954 32665 0 0 16960 789 4824 36 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
Current cumulated CPU time of completed processes: 0.010643 s
Current children cumulated CPU time: 226.09 s
Current children cumulated vsize: 31596316 KiB
Current children cumulated memory: 27784824 KiB

[startup+227 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 58446
/proc/meminfo: memFree=82903328/131249996 swapFree=33010160/33010684
[pid=58434] ppid=58426 vsize=31596316 memory=27784824 CPUtime=226.3 cores=0,2
/proc/58434/stat : 58434 (python3) R 58426 58429 56961 0 -1 4194304 2719353 32665 0 0 16980 790 4824 36 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
Current cumulated CPU time of completed processes: 0.010643 s
Current children cumulated CPU time: 226.3 s
Current children cumulated vsize: 31596316 KiB
Current children cumulated memory: 27784824 KiB

[startup+227.106 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 58446
/proc/meminfo: memFree=82903328/131249996 swapFree=33010160/33010684
[pid=58434] ppid=58426 vsize=31596316 memory=27784824 CPUtime=226.39 cores=0,2
/proc/58434/stat : 58434 (python3) R 58426 58429 56961 0 -1 4194304 2719378 32665 0 0 16989 790 4824 36 20 0 1 0 57417866 32354627584 6946206 18446744073709551615 94384201383936 94384201384313 140735407381984 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94384201395608 94384201396228 94384211554304 140735407384935 140735407385122 140735407385122 140735407390695 0
/proc/58434/statm: 7899079 6946206 7911 1 0 7870437 0
Current cumulated CPU time of completed processes: 0.010643 s
Current children cumulated CPU time: 226.39 s
Current children cumulated vsize: 31596316 KiB
Current children cumulated memory: 27784824 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 227.634
CPU time (s): 226.957
CPU user time (s): 218.145
CPU system time (s): 8.81171
CPU usage (%): 99.7026
Max. virtual memory (cumulated for all children) (KiB): 31744036
Max. memory (cumulated for all children) (KiB): 27926192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.145
system time used= 8.81171
maximum resident set size= 27784824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2753371
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= 354
involuntary context switches= 540


# summary of solver processes directly reported to runsolver:
#   pid: 58429,58434
#   total CPU time (s): 226.957
#   total CPU user time (s): 218.145
#   total CPU system time (s): 8.81171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.451788 second user time and 1.15923 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-02 02:49:54
IDJOB=4502935
IDBENCH=155401
IDSOLVER=3368
FILE ID=nodeC029/4502935-1751417391
RUNJOBID= nodeC029-1751412762-57619
SLURM_JOB_ID= 9598310
Free space on /tmp= 432188 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502935-1751417391/watcher-4502935-1751417391 -o /tmp/evaluation-result-4502935-1751417391/solver-4502935-1751417391 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751412762-57619 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4502935-1751417391.opb

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=1952229320

nodeC029 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		: 3679.332
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.46
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.715
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.46
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		: 3599.758
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.46
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		: 3665.396
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.46
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.726
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.46
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.662
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.882
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.46
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		: 3575.579
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110527720 kB
MemAvailable:   111537412 kB
Buffers:            2128 kB
Cached:          1815904 kB
SwapCached:           40 kB
Active:         18673672 kB
Inactive:        1395632 kB
Active(anon):   18264524 kB
Inactive(anon):     4768 kB
Active(file):     409148 kB
Inactive(file):  1390864 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            586132 kB
Writeback:             0 kB
AnonPages:      18251432 kB
Mapped:           130972 kB
Shmem:             18020 kB
KReclaimable:      97836 kB
Slab:             185344 kB
SReclaimable:      97836 kB
SUnreclaim:        87508 kB
KernelStack:        4352 kB
PageTables:        39560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   22653652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9216000 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432184 MiB
End job on nodeC029 at 2025-07-02 02:53:42