Trace number 4498155

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
WMaxCDCL-SCIP 2025-06-21? 3596.87 3607.35

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
MD5SUMfc228e1220654f2d8d37c5d03b9b5ad1
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-157
Best CPU time to get the best result obtained on this benchmark3600.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint47
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31622
Sum of products size (including duplicates)63244
Number of different products15811
Sum of products size31622

Solver Data

0.00/0.03	c Presolving by SCIP...
498.84/500.38	c Encoding OPB into MaxSAT...
498.84/500.38	c This is the PBCProcessor based on SCIP solver.
498.93/500.69	c Solving by WMaxCDCL...
3596.76/3607.29	c Rebuilding OPB solution...
3596.76/3607.29	c This is the PBCProcessor based on SCIP solver.
3596.76/3607.29	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 (62901 MiB free)
  memory of node 1: 64465 MiB (63785 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498155-1751268243/watcher-4498155-1751268243 -o /tmp/evaluation-result-4498155-1751268243/solver-4498155-1751268243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751268232-34886 --watchdog 3760 HOME/opbsolver HOME/instance-4498155-1751268243.opb 3600 31000 HOME HOME 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 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=35122, runsolver pid=35117

[startup+0.100068 s]*
/proc/loadavg: 0.68 0.21 0.13 4/262 35133
/proc/meminfo: memFree=129650092/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=76384 memory=65792 CPUtime=0.06 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 14361 0 0 0 5 1 0 0 20 0 1 0 42501902 78217216 16448 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 19096 16448 2336 2826 0 15708 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 80576 KiB
Current children cumulated memory: 68864 KiB

[startup+0.205615 s]*
/proc/loadavg: 0.68 0.21 0.13 4/262 35133
/proc/meminfo: memFree=129529888/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=113500 memory=99968 CPUtime=0.16 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 22918 0 0 0 13 3 0 0 20 0 1 0 42501902 116224000 24992 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 28375 24992 2400 2826 0 24987 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 117692 KiB
Current children cumulated memory: 103040 KiB

[startup+0.305394 s]*
/proc/loadavg: 0.68 0.21 0.13 4/262 35133
/proc/meminfo: memFree=129472684/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=113068 memory=99664 CPUtime=0.26 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 24131 0 0 0 23 3 0 0 20 0 1 0 42501902 115781632 24916 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 28267 24916 2400 2826 0 24879 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 117260 KiB
Current children cumulated memory: 102736 KiB

[startup+0.700209 s]
/proc/loadavg: 0.68 0.21 0.13 4/262 35133
/proc/meminfo: memFree=129430852/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=141096 memory=125076 CPUtime=0.65 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 31024 0 0 0 61 4 0 0 20 0 1 0 42501902 144482304 31269 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 35274 31269 2656 2826 0 31886 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 145288 KiB
Current children cumulated memory: 128148 KiB

[startup+1.50018 s]
/proc/loadavg: 0.68 0.21 0.13 4/262 35133
/proc/meminfo: memFree=129387024/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=153480 memory=133268 CPUtime=1.45 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 33074 0 0 0 141 4 0 0 20 0 1 0 42501902 157163520 33317 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 38370 33317 2656 2826 0 34982 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 157672 KiB
Current children cumulated memory: 136340 KiB

[startup+3.10484 s]
/proc/loadavg: 0.87 0.26 0.15 4/262 35133
/proc/meminfo: memFree=129365544/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=165344 memory=140948 CPUtime=3.06 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 34996 0 0 0 301 5 0 0 20 0 1 0 42501902 169312256 35237 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 41336 35237 2656 2826 0 37948 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 169536 KiB
Current children cumulated memory: 144020 KiB

[startup+6.30014 s]
/proc/loadavg: 0.87 0.26 0.15 4/262 35133
/proc/meminfo: memFree=129343528/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=185012 memory=155924 CPUtime=6.23 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 38732 0 0 0 618 5 0 0 20 0 1 0 42501902 189452288 38981 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 46253 38981 2656 2826 0 42865 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 189204 KiB
Current children cumulated memory: 158996 KiB

[startup+12.7001 s]
/proc/loadavg: 1.27 0.36 0.18 4/262 35133
/proc/meminfo: memFree=129311540/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=198188 memory=160916 CPUtime=12.62 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 39996 0 0 0 1257 5 0 0 20 0 1 0 42501902 202944512 40229 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 49547 40229 2656 2826 0 46159 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 202380 KiB
Current children cumulated memory: 163988 KiB

[startup+25.5002 s]
/proc/loadavg: 1.53 0.45 0.21 4/262 35133
/proc/meminfo: memFree=129276796/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=211812 memory=165396 CPUtime=25.39 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 41095 0 0 0 2533 6 0 0 20 0 1 0 42501902 216895488 41349 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 52953 41349 2656 2826 0 49565 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 216004 KiB
Current children cumulated memory: 168468 KiB

[startup+51.1053 s]
/proc/loadavg: 2.04 0.66 0.29 4/262 35134
/proc/meminfo: memFree=129230228/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=222156 memory=175892 CPUtime=50.92 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 43732 0 0 0 5086 6 0 0 20 0 1 0 42501902 227487744 43973 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 55539 43973 2656 2826 0 52151 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 226348 KiB
Current children cumulated memory: 178964 KiB

[startup+102.3 s]
/proc/loadavg: 2.72 1.08 0.46 4/262 35135
/proc/meminfo: memFree=129085368/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=240788 memory=194472 CPUtime=101.95 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 49017 0 0 0 10188 7 0 0 20 0 1 0 42501902 246566912 48618 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 60197 48618 2688 2826 0 56809 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 244980 KiB
Current children cumulated memory: 197544 KiB

[startup+162.3 s]
/proc/loadavg: 2.90 1.43 0.62 4/261 35137
/proc/meminfo: memFree=128961324/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=319832 memory=251176 CPUtime=161.75 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 63266 0 0 0 16166 9 0 0 20 0 1 0 42501902 327507968 62794 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 79958 62794 2688 2826 0 76570 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 324024 KiB
Current children cumulated memory: 254248 KiB

[startup+222.3 s]
/proc/loadavg: 3.08 1.75 0.78 4/262 35140
/proc/meminfo: memFree=128811476/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 261 238 0 0 0 0 0 0 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35132] ppid=35122 vsize=404900 memory=316328 CPUtime=221.56 cores=5,7
/proc/35132/stat : 35132 (pbcpreprocessor) R 35122 35122 34866 0 -1 4194304 79523 0 0 0 22144 12 0 0 20 0 1 0 42501902 414617600 79082 18446744073709551615 4198400 15773533 140722953864912 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 17968456 18061744 23937024 140722953873732 140722953873886 140722953873886 140722953879493 0
/proc/35132/statm: 101225 79082 2720 2826 0 97837 0

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

/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=2893.23 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 289107 216 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3392.47 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3462.3 s]
/proc/loadavg: 3.09 3.09 3.02 4/260 35471
/proc/meminfo: memFree=129330152/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=2953.05 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 295086 219 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3452.29 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.08 3.02 4/260 35473
/proc/meminfo: memFree=129329912/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3012.88 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 301064 224 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3512.12 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3582.3 s]
/proc/loadavg: 3.15 3.10 3.02 4/261 35476
/proc/meminfo: memFree=129329212/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3072.69 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 307042 227 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3571.93 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

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

# cumulated CPU time of all completed processes:  user=3594.26 s, system=2.61251 s

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

[startup+3584 s]*
/proc/loadavg: 3.15 3.10 3.02 4/261 35476
/proc/meminfo: memFree=129329220/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3074.39 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 307212 227 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3573.63 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3596.8 s]
/proc/loadavg: 3.12 3.10 3.02 4/261 35476
/proc/meminfo: memFree=129329252/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3087.15 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28706 0 0 0 308487 228 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3586.39 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3603.2 s]
/proc/loadavg: 3.10 3.09 3.02 4/261 35477
/proc/meminfo: memFree=129329284/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3093.53 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28743 0 0 0 309124 229 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3592.77 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3604.8 s]
/proc/loadavg: 3.10 3.09 3.02 4/261 35477
/proc/meminfo: memFree=129329284/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3095.13 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28748 0 0 0 309284 229 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3594.37 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3606.4 s]
/proc/loadavg: 3.10 3.09 3.02 4/261 35477
/proc/meminfo: memFree=129329308/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3096.72 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28748 0 0 0 309443 229 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3595.96 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3606.8 s]
/proc/loadavg: 3.10 3.09 3.02 4/261 35477
/proc/meminfo: memFree=129329308/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3097.12 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28748 0 0 0 309483 229 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3596.36 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3607.2 s]
/proc/loadavg: 3.02 3.07 3.02 3/258 35482
/proc/meminfo: memFree=129556584/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=499.24 cores=5,7
/proc/35122/stat : 35122 (opbsolver) S 35117 35122 34866 0 -1 4194304 410 107855 0 0 0 0 49893 31 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
[pid=35164] ppid=35122 vsize=191820 memory=152412 CPUtime=3097.52 cores=5,7
/proc/35164/stat : 35164 (wmaxcdcl) R 35122 35122 34866 0 -1 4194304 28748 0 0 0 309523 229 0 0 20 0 1 0 42551969 196423680 38103 18446744073709551615 4198400 5932793 140723690201328 0 0 0 0 0 8405026 0 0 0 17 5 0 0 0 0 0 6359800 6411760 32591872 140723690207579 140723690207724 140723690207724 140723690213324 0
/proc/35164/statm: 47955 38103 448 424 0 47410 0
Current children cumulated CPU time: 3596.76 s
Current children cumulated vsize: 196012 KiB
Current children cumulated memory: 155484 KiB

[startup+3607.3 s]
/proc/loadavg: 3.02 3.07 3.02 3/258 35482
/proc/meminfo: memFree=129556584/131250000 swapFree=33010684/33010684
[pid=35122] ppid=35117 vsize=4192 memory=3072 CPUtime=3596.85 cores=5,7
/proc/35122/stat : 35122 (opbsolver) D 35117 35122 34866 0 -1 4456448 448 136791 0 0 0 0 359425 260 20 0 1 0 42501899 4292608 768 18446744073709551615 94222404997120 94222405891653 140724805979376 0 0 0 0 4 65536 1 0 0 17 7 0 0 0 0 0 94222406130704 94222406178448 94222422188032 140724805982494 140724805982697 140724805982697 140724805988299 0
/proc/35122/statm: 1048 768 704 219 0 110 0
Current children cumulated CPU time: 3596.85 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 3072 KiB

Child status: 0

Real time (s): 3607.35
CPU time (s): 3596.87
CPU user time (s): 3594.26
CPU system time (s): 2.61251
CPU usage (%): 99.7095
Max. virtual memory (cumulated for all children) (KiB): 525696
Max. memory (cumulated for all children) (KiB): 505896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.26
system time used= 2.61251
maximum resident set size= 502824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 509
involuntary context switches= 3673


# summary of solver processes directly reported to runsolver:
#   pid: 35122
#   total CPU time (s): 3596.87
#   total CPU user time (s): 3594.26
#   total CPU system time (s): 2.61251

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96723 second user time and 14.4634 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-30 09:24:04
IDJOB=4498155
IDBENCH=148532
IDSOLVER=3374
FILE ID=nodeC019/4498155-1751268243
RUNJOBID= nodeC019-1751268232-34886
SLURM_JOB_ID= 9594186
Free space on /tmp= 433044 MiB

SOLVER NAME= WMaxCDCL-SCIP 2025-06-21
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_3.opb
COMMAND LINE= DIR/opbsolver BENCHNAME TIMELIMIT MEMLIMIT TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4498155-1751268243/watcher-4498155-1751268243 -o /tmp/evaluation-result-4498155-1751268243/solver-4498155-1751268243 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751268232-34886 --watchdog 3760  HOME/opbsolver HOME/instance-4498155-1751268243.opb 3600 31000 HOME HOME

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

MD5SUM BENCH= fc228e1220654f2d8d37c5d03b9b5ad1
RANDOM SEED=1630340455

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129751616 kB
MemAvailable:   129743368 kB
Buffers:            3280 kB
Cached:           800512 kB
SwapCached:            0 kB
Active:           325868 kB
Inactive:         543636 kB
Active(anon):      83776 kB
Inactive(anon):        0 kB
Active(file):     242092 kB
Inactive(file):   543636 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             83676 kB
Writeback:             4 kB
AnonPages:         68868 kB
Mapped:           103024 kB
Shmem:             18064 kB
KReclaimable:      90528 kB
Slab:             175880 kB
SReclaimable:      90528 kB
SUnreclaim:        85352 kB
KernelStack:        4096 kB
PageTables:         2872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     329600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC019 at 2025-06-30 10:24:11