Trace number 4499160

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
NuPBO-DeepOptS+ 2025-06-02? (TO) 3600.05 3610.2

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx63.opb
MD5SUM7c2ff02722ff3a09887b085a032d3a00
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37281.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3216
Total number of constraints3658
Number of constraints which are clauses3210
Number of constraints which are cardinality constraints (but not clauses)64
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint2
Maximum length of a constraint384
Number of terms in the objective function 6
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 6
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 786
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.30/0.36	c Filename:instance-4499160-1751472164.opb, Cutoff_time:3600, memory_limit_gb:500000
0.30/0.36	c Scip time: 1800
0.30/0.36	c Use Presolve
0.30/0.36	c Parse finsih
0.30/0.36	c Start Presolve
0.30/0.36	c After Reduce Vars: 3210 Clauses: 510 Top clause weight: 1 Hard Clauses: 510
3600.04/3610.20	c Use LS-small
3600.04/3610.20	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 (60896 MiB free)
  memory of node 1: 64507 MiB (59871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499160-1751472164/watcher-4499160-1751472164 -o /tmp/evaluation-result-4499160-1751472164/solver-4499160-1751472164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751472056-73398 --watchdog 3760 ./NuPBO-DeepOptS+ -f HOME/instance-4499160-1751472164.opb -t 3600 -s 17798079 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=73518, runsolver pid=73515

[startup+0.100062 s]*
/proc/loadavg: 3.56 2.98 3.52 5/264 73519
/proc/meminfo: memFree=123660416/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=26396 memory=11144 CPUtime=0.09 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 2239 0 0 0 9 0 0 0 20 0 1 0 62894302 27029504 2786 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 6599 2786 1152 2752 0 3252 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26396 KiB
Current children cumulated memory: 11144 KiB

[startup+0.205533 s]*
/proc/loadavg: 3.56 2.98 3.52 5/264 73519
/proc/meminfo: memFree=123660416/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=50852 memory=40328 CPUtime=0.2 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 8119 0 0 0 19 1 0 0 20 0 1 0 62894302 52072448 10082 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 12713 10082 2688 2752 0 9366 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 50852 KiB
Current children cumulated memory: 40328 KiB

[startup+0.305513 s]*
/proc/loadavg: 3.56 2.98 3.52 5/264 73519
/proc/meminfo: memFree=123660416/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=67912 memory=56328 CPUtime=0.3 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 12130 0 0 0 28 2 0 0 20 0 1 0 62894302 69541888 14082 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 16978 14082 2816 2752 0 13631 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 67912 KiB
Current children cumulated memory: 56328 KiB

[startup+0.700167 s]
/proc/loadavg: 3.56 2.98 3.52 5/264 73519
/proc/meminfo: memFree=123656384/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=92232 memory=79220 CPUtime=0.69 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 18427 0 0 0 66 3 0 0 20 0 1 0 62894302 94445568 19805 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 23058 19805 2816 2752 0 19711 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 92232 KiB
Current children cumulated memory: 79220 KiB

[startup+1.50017 s]
/proc/loadavg: 3.56 2.98 3.52 5/264 73519
/proc/meminfo: memFree=123671240/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=104756 memory=92368 CPUtime=1.48 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 22694 0 0 0 145 3 0 0 20 0 1 0 62894302 107270144 23092 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 26189 23092 2848 2752 0 22842 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 104756 KiB
Current children cumulated memory: 92368 KiB

[startup+3.10534 s]
/proc/loadavg: 3.59 3.00 3.52 5/264 73519
/proc/meminfo: memFree=123687376/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=117492 memory=106032 CPUtime=3.08 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 28087 0 0 0 304 4 0 0 20 0 1 0 62894302 120311808 26508 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 29373 26508 2848 2752 0 26026 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 117492 KiB
Current children cumulated memory: 106032 KiB

[startup+6.30016 s]
/proc/loadavg: 3.59 3.00 3.52 5/264 73519
/proc/meminfo: memFree=123711356/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=133268 memory=121596 CPUtime=6.27 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 33288 0 0 0 622 5 0 0 20 0 1 0 62894302 136466432 30399 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 33317 30399 2848 2752 0 29970 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 133268 KiB
Current children cumulated memory: 121596 KiB

[startup+12.7002 s]
/proc/loadavg: 3.62 3.01 3.53 5/264 73519
/proc/meminfo: memFree=123737632/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=172736 memory=159316 CPUtime=12.64 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 44541 0 0 0 1257 7 0 0 20 0 1 0 62894302 176881664 39829 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 43184 39829 2848 2752 0 39837 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 172736 KiB
Current children cumulated memory: 159316 KiB

[startup+25.5002 s]
/proc/loadavg: 3.78 3.08 3.54 5/264 73519
/proc/meminfo: memFree=123836896/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=199396 memory=185892 CPUtime=25.41 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 62215 0 0 0 2529 12 0 0 20 0 1 0 62894302 204181504 46473 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 49849 46473 2848 2752 0 46502 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 199396 KiB
Current children cumulated memory: 185892 KiB

[startup+51.1054 s]
/proc/loadavg: 3.86 3.15 3.55 5/264 73520
/proc/meminfo: memFree=124026648/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=195528 memory=183208 CPUtime=50.92 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 62225 0 0 0 5080 12 0 0 20 0 1 0 62894302 200220672 45802 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 48882 45802 2848 2752 0 45535 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 195528 KiB
Current children cumulated memory: 183208 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 3.30 3.58 5/265 73527
/proc/meminfo: memFree=124381896/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=197712 memory=185128 CPUtime=101.94 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 62715 0 0 0 10181 13 0 0 20 0 1 0 62894302 202457088 46282 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 49428 46282 2848 2752 0 46081 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 197712 KiB
Current children cumulated memory: 185128 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.45 3.62 5/266 73530
/proc/meminfo: memFree=124872952/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=200224 memory=186920 CPUtime=161.74 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 63169 0 0 0 16160 14 0 0 20 0 1 0 62894302 205029376 46730 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 50056 46730 2848 2752 0 46709 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 200224 KiB
Current children cumulated memory: 186920 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 3.57 3.65 5/266 73533
/proc/meminfo: memFree=125122172/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=201920 memory=189608 CPUtime=221.55 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 64183 0 0 0 22140 15 0 0 20 0 1 0 62894302 206766080 47402 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 50480 47402 2848 2752 0 47133 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 201920 KiB
Current children cumulated memory: 189608 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.66 3.68 5/265 73535
/proc/meminfo: memFree=125113752/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=210460 memory=197884 CPUtime=281.35 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 66700 0 0 0 28120 15 0 0 20 0 1 0 62894302 215511040 49471 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 52615 49471 2848 2752 0 49268 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 210460 KiB
Current children cumulated memory: 197884 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.74 3.71 5/265 73537
/proc/meminfo: memFree=125087932/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=217736 memory=204796 CPUtime=341.17 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 68432 0 0 0 34101 16 0 0 20 0 1 0 62894302 222961664 51199 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 54434 51199 2848 2752 0 51087 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 217736 KiB
Current children cumulated memory: 204796 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.81 3.73 5/265 73539
/proc/meminfo: memFree=125064580/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=223548 memory=210556 CPUtime=400.98 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 69882 0 0 0 40081 17 0 0 20 0 1 0 62894302 228913152 52639 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 55887 52639 2848 2752 0 52540 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 223548 KiB
Current children cumulated memory: 210556 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.87 3.76 5/264 73541
/proc/meminfo: memFree=125024868/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=234460 memory=219900 CPUtime=460.78 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 72226 0 0 0 46061 17 0 0 20 0 1 0 62894302 240087040 54975 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 58615 54975 2848 2752 0 55268 0

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

Current children cumulated memory: 414384 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 73710
/proc/meminfo: memFree=124943096/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=2853.85 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136152 0 0 0 285335 50 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 2853.85 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+2922.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/263 73712
/proc/meminfo: memFree=124926848/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=2913.71 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136152 0 0 0 291321 50 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 2913.71 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+2982.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 73714
/proc/meminfo: memFree=124951796/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=2973.57 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136152 0 0 0 297307 50 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 2973.57 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3042.3 s]
/proc/loadavg: 4.27 4.14 4.10 5/264 73719
/proc/meminfo: memFree=124950592/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3033.43 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136157 0 0 0 303293 50 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3033.43 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/264 73725
/proc/meminfo: memFree=124950696/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3093.3 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136157 0 0 0 309279 51 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3093.3 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 73728
/proc/meminfo: memFree=124939572/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3153.16 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136157 0 0 0 315265 51 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3153.16 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 73729
/proc/meminfo: memFree=124937580/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3213.03 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136162 0 0 0 321252 51 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3213.03 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 73731
/proc/meminfo: memFree=124939072/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3272.89 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136162 0 0 0 327238 51 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/264 73733
/proc/meminfo: memFree=124939992/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3332.75 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136162 0 0 0 333224 51 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3332.75 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.20 4.12 5/264 73735
/proc/meminfo: memFree=124938864/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3392.62 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136167 0 0 0 339210 52 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.22 4.14 5/264 73737
/proc/meminfo: memFree=124939008/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3452.48 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136167 0 0 0 345196 52 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3452.48 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3522.3 s]
/proc/loadavg: 4.32 4.23 4.14 5/264 73840
/proc/meminfo: memFree=129151396/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3512.34 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136167 0 0 0 351180 54 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.19 4.13 5/265 73843
/proc/meminfo: memFree=129159496/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3572.2 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136172 0 0 0 357165 55 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3572.2 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.12 4.18 4.13 5/265 73844
/proc/meminfo: memFree=129159312/131250000 swapFree=33010416/33010684
[pid=73518] ppid=73515 vsize=427404 memory=420144 CPUtime=3600.04 cores=0,2
/proc/73518/stat : 73518 (NuPBO-DeepOptS+) R 73515 73518 73388 0 -1 4194304 136172 0 0 0 359949 55 0 0 20 0 1 0 62894302 437661696 105036 18446744073709551615 4198400 15468185 140722812869280 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 41910272 140722812873112 140722812873220 140722812873220 140722812878822 0
/proc/73518/statm: 106851 105036 3168 2752 0 103504 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 427404 KiB
Current children cumulated memory: 420144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.49 s, system=0.55421 s

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

Child status: 10

Real time (s): 3610.2
CPU time (s): 3600.05
CPU user time (s): 3599.49
CPU system time (s): 0.55421
CPU usage (%): 99.7187
Max. virtual memory (cumulated for all children) (KiB): 493936
Max. memory (cumulated for all children) (KiB): 475848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.55421
maximum resident set size= 475848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 22168


# summary of solver processes directly reported to runsolver:
#   pid: 73518
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.49
#   total CPU system time (s): 0.55421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4832 second user time and 13.5149 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-02 18:02:45
IDJOB=4499160
IDBENCH=148772
IDSOLVER=3343
FILE ID=nodeC018/4499160-1751472164
RUNJOBID= nodeC018-1751472056-73398
SLURM_JOB_ID= 9598497
Free space on /tmp= 432880 MiB

SOLVER NAME= NuPBO-DeepOptS+ 2025-06-02
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx63.opb
COMMAND LINE= ./NuPBO-DeepOptS+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499160-1751472164/watcher-4499160-1751472164 -o /tmp/evaluation-result-4499160-1751472164/solver-4499160-1751472164 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751472056-73398 --watchdog 3760  ./NuPBO-DeepOptS+ -f HOME/instance-4499160-1751472164.opb -t 3600 -s 17798079

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

MD5SUM BENCH= 7c2ff02722ff3a09887b085a032d3a00
RANDOM SEED=17798079

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		: 3601.169
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.780
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		: 3599.832
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		: 3678.418
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.837
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		: 3599.798
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.481
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        123666212 kB
MemAvailable:   123568032 kB
Buffers:            2128 kB
Cached:           667552 kB
SwapCached:           32 kB
Active:          4858276 kB
Inactive:         250724 kB
Active(anon):    4457076 kB
Inactive(anon):      288 kB
Active(file):     401200 kB
Inactive(file):   250436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16452 kB
Writeback:             8 kB
AnonPages:       4442328 kB
Mapped:           130928 kB
Shmem:             18044 kB
KReclaimable:     178444 kB
Slab:             268416 kB
SReclaimable:     178444 kB
SUnreclaim:        89972 kB
KernelStack:        4224 kB
PageTables:        11712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4803128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 432860 MiB
End job on nodeC018 at 2025-07-02 19:02:55