Trace number 4498181

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.95 3606.43

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/
submittedPB07/manquinho/mis/normalized-mis_1000_25_4.opb
MD5SUM6e1b2ff6c1557355456038edfbaaf1c1
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-156
Best CPU time to get the best result obtained on this benchmark3600.08
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 constraint50
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)31592
Sum of products size (including duplicates)63184
Number of different products15796
Sum of products size31592

Solver Data

0.00/0.03	c Presolving by SCIP...
499.02/500.59	c Encoding OPB into MaxSAT...
499.02/500.59	c This is the PBCProcessor based on SCIP solver.
499.11/500.90	c Solving by WMaxCDCL...
3596.84/3606.28	c Rebuilding OPB solution...
3596.84/3606.28	c This is the PBCProcessor based on SCIP solver.
3596.84/3606.28	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: 63665 MiB (61894 MiB free)
  memory of node 1: 64507 MiB (63904 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

[startup+0.100062 s]*
/proc/loadavg: 0.76 0.23 0.14 4/265 41271
/proc/meminfo: memFree=128737376/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=70084 memory=60416 CPUtime=0.06 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 12999 0 0 0 4 2 0 0 20 0 1 0 42502248 71766016 15072 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 17521 15072 2336 2826 0 14133 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 74276 KiB
Current children cumulated memory: 63360 KiB

[startup+0.205877 s]*
/proc/loadavg: 0.76 0.23 0.14 6/270 41279
/proc/meminfo: memFree=128629112/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=113192 memory=99708 CPUtime=0.16 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 22870 0 0 0 12 4 0 0 20 0 1 0 42502248 115908608 24927 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 28298 24927 2400 2826 0 24910 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 117384 KiB
Current children cumulated memory: 102652 KiB

[startup+0.305566 s]*
/proc/loadavg: 0.76 0.23 0.14 5/270 41279
/proc/meminfo: memFree=128619284/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=112008 memory=98804 CPUtime=0.26 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 23859 0 0 0 22 4 0 0 20 0 1 0 42502248 114696192 24701 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 28002 24701 2400 2826 0 24614 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 116200 KiB
Current children cumulated memory: 101748 KiB

[startup+0.700195 s]
/proc/loadavg: 0.76 0.23 0.14 5/270 41279
/proc/meminfo: memFree=128597380/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=138884 memory=122780 CPUtime=0.65 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 30447 0 0 0 60 5 0 0 20 0 1 0 42502248 142217216 30695 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 34721 30695 2656 2826 0 31333 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 143076 KiB
Current children cumulated memory: 125724 KiB

[startup+1.50019 s]
/proc/loadavg: 0.76 0.23 0.14 5/270 41279
/proc/meminfo: memFree=128567644/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=150764 memory=130972 CPUtime=1.44 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 32503 0 0 0 139 5 0 0 20 0 1 0 42502248 154382336 32743 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 37691 32743 2656 2826 0 34303 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 154956 KiB
Current children cumulated memory: 133916 KiB

[startup+3.10574 s]
/proc/loadavg: 1.02 0.29 0.16 5/270 41279
/proc/meminfo: memFree=128514016/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=167836 memory=143644 CPUtime=3.05 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 35673 0 0 0 299 6 0 0 20 0 1 0 42502248 171864064 35911 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 41959 35911 2656 2826 0 38571 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 172028 KiB
Current children cumulated memory: 146588 KiB

[startup+6.30012 s]
/proc/loadavg: 1.02 0.29 0.16 5/270 41279
/proc/meminfo: memFree=128494724/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=184408 memory=155164 CPUtime=6.23 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 38553 0 0 0 617 6 0 0 20 0 1 0 42502248 188833792 38791 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 46102 38791 2656 2826 0 42714 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 188600 KiB
Current children cumulated memory: 158108 KiB

[startup+12.7001 s]
/proc/loadavg: 1.26 0.36 0.18 5/270 41279
/proc/meminfo: memFree=128466528/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=201660 memory=162972 CPUtime=12.6 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 40492 0 0 0 1254 6 0 0 20 0 1 0 42502248 206499840 40743 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 50415 40743 2656 2826 0 47027 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 205852 KiB
Current children cumulated memory: 165916 KiB

[startup+25.5002 s]
/proc/loadavg: 1.87 0.53 0.24 5/270 41279
/proc/meminfo: memFree=128339220/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=212808 memory=167068 CPUtime=25.37 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 41518 0 0 0 2530 7 0 0 20 0 1 0 42502248 217915392 41767 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 53202 41767 2656 2826 0 49814 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 217000 KiB
Current children cumulated memory: 170012 KiB

[startup+51.1058 s]
/proc/loadavg: 2.66 0.83 0.35 5/270 41280
/proc/meminfo: memFree=128222672/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=224168 memory=180636 CPUtime=50.89 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 44219 0 0 0 5081 8 0 0 20 0 1 0 42502248 229548032 45159 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 56042 45159 2656 2826 0 52654 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 228360 KiB
Current children cumulated memory: 183580 KiB

[startup+102.3 s]
/proc/loadavg: 3.48 1.34 0.55 5/270 41282
/proc/meminfo: memFree=128065556/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=242876 memory=228564 CPUtime=101.93 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 49636 0 0 0 10185 8 0 0 20 0 1 0 42502248 248705024 57141 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 60719 57141 2688 2826 0 57331 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 247068 KiB
Current children cumulated memory: 231508 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 1.84 0.77 5/269 41284
/proc/meminfo: memFree=128003484/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=242876 memory=233428 CPUtime=161.76 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 49782 0 0 0 16168 8 0 0 20 0 1 0 42502248 248705024 58357 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 60719 58357 2720 2826 0 57331 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 247068 KiB
Current children cumulated memory: 236372 KiB

[startup+222.3 s]
/proc/loadavg: 3.99 2.25 0.98 5/270 41287
/proc/meminfo: memFree=127923044/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 258 237 0 0 0 0 0 0 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41261] ppid=41249 vsize=287536 memory=260692 CPUtime=221.6 cores=0,2
/proc/41261/stat : 41261 (pbcpreprocessor) R 41249 41249 40982 0 -1 4194304 56623 0 0 0 22150 10 0 0 20 0 1 0 42502248 294436864 65173 18446744073709551615 4198400 15773533 140737095993840 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 17968456 18061744 50663424 140737095997764 140737095997918 140737095997918 140737096003525 0
/proc/41261/statm: 71884 65173 2720 2826 0 68496 0

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

/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=2834.19 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 283215 204 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3333.62 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.10 4.01 5/267 41471
/proc/meminfo: memFree=128419536/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=2894.04 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 289196 208 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3393.47 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/267 41473
/proc/meminfo: memFree=128420232/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=2953.88 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 295177 211 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3453.31 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.07 4.01 5/267 41475
/proc/meminfo: memFree=128419808/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3013.73 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 301159 214 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3513.16 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/267 41477
/proc/meminfo: memFree=128415848/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3073.58 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 307140 218 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3573.01 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

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

# cumulated CPU time of all completed processes:  user=3594.36 s, system=2.59757 s

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

[startup+3584 s]*
/proc/loadavg: 4.10 4.09 4.01 5/267 41477
/proc/meminfo: memFree=128416100/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3075.28 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 307310 218 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3574.71 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.08 4.01 5/267 41479
/proc/meminfo: memFree=128416604/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3088.04 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 308585 219 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3587.47 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.08 4.01 5/267 41479
/proc/meminfo: memFree=128416372/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3094.42 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 309223 219 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3593.85 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3604.8 s]
/proc/loadavg: 4.15 4.10 4.02 5/268 41487
/proc/meminfo: memFree=128415228/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3096.02 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 309383 219 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3595.45 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3605.6 s]
/proc/loadavg: 4.15 4.10 4.02 5/268 41487
/proc/meminfo: memFree=128417420/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3096.81 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 309462 219 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3596.24 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3606 s]*
/proc/loadavg: 4.15 4.10 4.02 5/268 41487
/proc/meminfo: memFree=128417420/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=499.43 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 407 122695 0 0 0 0 49904 39 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
[pid=41317] ppid=41249 vsize=174932 memory=157836 CPUtime=3097.22 cores=0,2
/proc/41317/stat : 41317 (wmaxcdcl) R 41249 41249 40982 0 -1 4194304 26039 0 0 0 309503 219 0 0 20 0 1 0 42552335 179130368 39459 18446744073709551615 4198400 5932793 140733384187888 0 0 0 0 0 8405026 0 0 0 17 0 0 0 0 0 0 6359800 6411760 18849792 140733384190299 140733384190444 140733384190444 140733384196044 0
/proc/41317/statm: 43733 39459 448 424 0 43188 0
Current children cumulated CPU time: 3596.65 s
Current children cumulated vsize: 179124 KiB
Current children cumulated memory: 160780 KiB

[startup+3606.4 s]
/proc/loadavg: 4.15 4.10 4.02 5/268 41487
/proc/meminfo: memFree=128417420/131250000 swapFree=33010684/33010684
[pid=41249] ppid=41241 vsize=4192 memory=2944 CPUtime=3596.94 cores=0,2
/proc/41249/stat : 41249 (opbsolver) S 41241 41249 40982 0 -1 4194304 466 148922 0 0 0 0 359435 259 20 0 1 0 42502244 4292608 736 18446744073709551615 93877209722880 93877210617413 140733744177088 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 93877210856464 93877210904208 93877239595008 140733744183582 140733744183785 140733744183785 140733744189387 0
/proc/41249/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 3596.94 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 0

Real time (s): 3606.43
CPU time (s): 3596.95
CPU user time (s): 3594.36
CPU system time (s): 2.59757
CPU usage (%): 99.7372
Max. virtual memory (cumulated for all children) (KiB): 599720
Max. memory (cumulated for all children) (KiB): 487216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.36
system time used= 2.59757
maximum resident set size= 487252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 9776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 561
involuntary context switches= 22025


# summary of solver processes directly reported to runsolver:
#   pid: 41249
#   total CPU time (s): 3596.95
#   total CPU user time (s): 3594.36
#   total CPU system time (s): 2.59757

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55193 second user time and 14.9565 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-06-30 09:24:04
IDJOB=4498181
IDBENCH=148543
IDSOLVER=3374
FILE ID=nodeC018/4498181-1751268244
RUNJOBID= nodeC018-1751268232-40999
SLURM_JOB_ID= 9594185
Free space on /tmp= 433064 MiB

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

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

MD5SUM BENCH= 6e1b2ff6c1557355456038edfbaaf1c1
RANDOM SEED=1630340455

nodeC018 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.830
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.66
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.016
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.66
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.037
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.66
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.896
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.66
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.065
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.66
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		: 1520.402
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.66
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.802
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.66
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		: 3600.256
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128814032 kB
MemAvailable:   129798412 kB
Buffers:            3280 kB
Cached:          1786640 kB
SwapCached:            0 kB
Active:           326728 kB
Inactive:        1529472 kB
Active(anon):      84356 kB
Inactive(anon):        0 kB
Active(file):     242372 kB
Inactive(file):  1529472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             47192 kB
Writeback:           284 kB
AnonPages:         69396 kB
Mapped:           102884 kB
Shmem:             18076 kB
KReclaimable:     103148 kB
Slab:             190344 kB
SReclaimable:     103148 kB
SUnreclaim:        87196 kB
KernelStack:        4192 kB
PageTables:         2836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

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