Trace number 4488431

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
Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02? (MO) 105.717 106.016

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488431-1751343116/watcher-4488431-1751343116 -o /tmp/evaluation-result-4488431-1751343116/solver-4488431-1751343116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751338316-47145 --watchdog 3760 ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4488431-1751343116.opb 3600 HOME 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100059 s]*
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=129645316/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=109564 memory=84864 CPUtime=0.06 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 20226 0 0 0 4 2 0 0 20 0 1 0 49990091 112193536 21216 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 27391 21216 1088 2752 0 24044 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 116548 KiB
Current children cumulated memory: 89088 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=129492112/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=243964 memory=202204 CPUtime=0.17 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 49061 0 0 0 11 6 0 0 20 0 1 0 49990091 249819136 50551 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 60991 50551 1088 2752 0 57644 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 250948 KiB
Current children cumulated memory: 206428 KiB

[startup+0.305845 s]*
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=129451792/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=262804 memory=225372 CPUtime=0.26 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 54809 0 0 0 20 6 0 0 20 0 1 0 49990091 269111296 56343 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 65701 56343 1120 2752 0 62354 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 269788 KiB
Current children cumulated memory: 229596 KiB

[startup+0.700175 s]
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=129427348/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=301348 memory=263772 CPUtime=0.66 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 64430 0 0 0 58 8 0 0 20 0 1 0 49990091 308580352 65943 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 75337 65943 1120 2752 0 71990 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 308332 KiB
Current children cumulated memory: 267996 KiB

[startup+1.50019 s]
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=129266352/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=376588 memory=339036 CPUtime=1.46 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 83234 0 0 0 135 11 0 0 20 0 1 0 49990091 385626112 84759 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 94147 84759 1120 2752 0 90800 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 383572 KiB
Current children cumulated memory: 343260 KiB

[startup+3.10565 s]
/proc/loadavg: 4.28 4.22 4.13 5/273 47945
/proc/meminfo: memFree=128614260/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=381076 memory=343900 CPUtime=3.05 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 84465 0 0 0 294 11 0 0 20 0 1 0 49990091 390221824 85975 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 95269 85975 1120 2752 0 91922 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 388060 KiB
Current children cumulated memory: 348124 KiB

[startup+6.30022 s]
/proc/loadavg: 4.26 4.21 4.13 5/273 47945
/proc/meminfo: memFree=126882424/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=1299728 memory=1265384 CPUtime=6.25 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 315205 0 0 0 579 46 0 0 20 0 1 0 49990091 1330921472 316346 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 324932 316346 1120 2752 0 321585 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1306712 KiB
Current children cumulated memory: 1269608 KiB

[startup+12.7002 s]
/proc/loadavg: 4.40 4.24 4.14 5/273 47945
/proc/meminfo: memFree=123293984/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=3280696 memory=3246312 CPUtime=12.62 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 810446 0 0 0 1149 113 0 0 20 0 1 0 49990091 3359432704 811578 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 820174 811578 1120 2752 0 816827 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 3287680 KiB
Current children cumulated memory: 3250536 KiB

[startup+25.5002 s]
/proc/loadavg: 4.31 4.23 4.14 5/273 47945
/proc/meminfo: memFree=119189112/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=7236932 memory=7202920 CPUtime=25.39 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 1799601 0 0 0 2287 252 0 0 20 0 1 0 49990091 7410618368 1800730 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 1809233 1800730 1120 2752 0 1805886 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 7243916 KiB
Current children cumulated memory: 7207144 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.21 4.13 5/273 47945
/proc/meminfo: memFree=111050732/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=15152060 memory=15118184 CPUtime=50.93 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 3778403 0 0 0 4554 539 0 0 20 0 1 0 49990091 15515709440 3779546 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 3788015 3779546 1120 2752 0 3784668 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 15159044 KiB
Current children cumulated memory: 15122408 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.21 4.14 5/272 47948
/proc/meminfo: memFree=95207876/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=30959908 memory=30926184 CPUtime=102 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 7730406 0 0 0 9107 1093 0 0 20 0 1 0 49990091 31702945792 7731546 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 7739977 7731546 1120 2752 0 7736630 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 30966892 KiB
Current children cumulated memory: 30930408 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+104.9 s]
/proc/loadavg: 4.20 4.21 4.14 5/272 47948
/proc/meminfo: memFree=94595012/131249996 swapFree=33010684/33010684
[pid=47937] ppid=47928 vsize=4324 memory=2944 CPUtime=0 cores=4,6
/proc/47937/stat : 47937 (Hybrid-NuPBODee) S 47928 47937 47134 0 -1 4194304 247 106 0 0 0 0 0 0 20 0 1 0 49990088 4427776 736 18446744073709551615 94402797543424 94402798437957 140733968615680 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94402798677008 94402798724752 94402827059200 140733968623963 140733968624115 140733968624115 140733968629717 0
/proc/47937/statm: 1081 736 672 219 0 143 0
[pid=47943] ppid=47937 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47937 47943 47134 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3145728 90119 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
[pid=47945] ppid=47943 vsize=31760652 memory=31726952 CPUtime=104.59 cores=4,6
/proc/47945/stat : 47945 (NuPBO-DeepOptS+) R 47943 47943 47134 0 -1 4194304 7930583 0 0 0 9337 1122 0 0 20 0 1 0 49990091 32522907648 7931738 18446744073709551615 4198400 15468185 140725627039584 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 42881024 140725627042236 140725627042337 140725627042337 140725627047910 0
/proc/47945/statm: 7940163 7931738 1120 2752 0 7936816 0
Current children cumulated CPU time: 104.59 s
Current children cumulated vsize: 31767636 KiB
Current children cumulated memory: 31731176 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.001483 s, system=0.002663 s
Sleeping 2 seconds

[startup+106.016 s]
# the end of solver process 47943 was just reported to runsolver
# Child status: 10

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

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

[startup+105.6 s]
/proc/loadavg: 4.19 4.20 4.14 5/271 47948
/proc/meminfo: memFree=95997684/131249996 swapFree=33010684/33010684
[pid=47943] ppid=47928 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47928 47943 47134 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
Current cumulated CPU time of completed processes: 0.004146 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2660 KiB
Current children cumulated memory: 1280 KiB

[startup+106 s]*
/proc/loadavg: 4.19 4.20 4.14 5/271 47948
/proc/meminfo: memFree=123947436/131249996 swapFree=33010684/33010684
[pid=47943] ppid=47928 vsize=2660 memory=1280 CPUtime=0 cores=4,6
/proc/47943/stat : 47943 (timeout) S 47928 47943 47134 0 -1 4194304 111 0 0 0 0 0 0 0 20 0 1 0 49990091 2723840 320 18446744073709551615 94782923927552 94782923944065 140728812259056 0 0 0 0 3293184 73735 1 0 0 17 6 0 0 0 0 0 94782923958832 94782923960920 94782929326080 140728812267952 140728812268066 140728812268066 140728812273639 0
/proc/47943/statm: 665 320 320 5 0 90 0
Current cumulated CPU time of completed processes: 0.004146 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 2660 KiB
Current children cumulated memory: 1280 KiB

Child status: 10

Real time (s): 106.016
CPU time (s): 105.717
CPU user time (s): 93.3778
CPU system time (s): 12.3388
CPU usage (%): 99.7175
Max. virtual memory (cumulated for all children) (KiB): 31767636
Max. memory (cumulated for all children) (KiB): 31731176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 93.3778
system time used= 12.3388
maximum resident set size= 31726952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7931068
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 212
involuntary context switches= 170


# summary of solver processes directly reported to runsolver:
#   pid: 47937,47943
#   total CPU time (s): 105.717
#   total CPU user time (s): 93.3778
#   total CPU system time (s): 12.3388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.237275 second user time and 0.54752 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-01 06:11:56
IDJOB=4488431
IDBENCH=147466
IDSOLVER=3332
FILE ID=nodeC029/4488431-1751343116
RUNJOBID= nodeC029-1751338316-47145
SLURM_JOB_ID= 9594394
Free space on /tmp= 433008 MiB

SOLVER NAME= Hybrid-NuPBODeepOptS-ExactPRnols 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= ./Hybrid-NuPBODeepOptS-ExactPRnols BENCHNAME TIMEOUT TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4488431-1751343116/watcher-4488431-1751343116 -o /tmp/evaluation-result-4488431-1751343116/solver-4488431-1751343116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751338316-47145 --watchdog 3760  ./Hybrid-NuPBODeepOptS-ExactPRnols HOME/instance-4488431-1751343116.opb 3600 HOME

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=2112336202

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.858
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1936.618
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3595.619
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1734.915
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.587
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2197.656
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.770
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2163.627
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129806708 kB
MemAvailable:   129820920 kB
Buffers:            3280 kB
Cached:           821452 kB
SwapCached:            0 kB
Active:           326752 kB
Inactive:         564248 kB
Active(anon):      84328 kB
Inactive(anon):        0 kB
Active(file):     242424 kB
Inactive(file):   564248 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            135416 kB
Writeback:             4 kB
AnonPages:         69428 kB
Mapped:           103052 kB
Shmem:             18060 kB
KReclaimable:      93556 kB
Slab:             180636 kB
SReclaimable:      93556 kB
SUnreclaim:        87080 kB
KernelStack:        4112 kB
PageTables:         2912 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     358240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC029 at 2025-07-01 06:13:43