Trace number 4524153

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-DeepOpt+ 2025-06-02? (TO) 3600.06 3608.33

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-FoolSolitaire-table-2-0_c24.opb
MD5SUM2e656679a8d40db5005d825083b376ef
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 benchmark9
Best CPU time to get the best result obtained on this benchmark948.994
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables887342
Total number of constraints892924
Number of constraints which are clauses195370
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints697522
Minimum length of a constraint1
Maximum length of a constraint2713
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 76
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 3053
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.03/3608.30	c Filename:instance-4524153-1751634728.opb, Cutoff_time:3600, memory_limit_gb:500000
3600.03/3608.30	c Use Presolve
3600.03/3608.30	c Parse finsih
3600.03/3608.30	c Start Presolve
3600.03/3608.30	c After Reduce Vars: 871003 Clauses: 876513 Top clause weight: 32 Hard Clauses: 876508
3600.03/3608.30	c Use LS-small
3600.03/3608.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62841 MiB free)
  memory of node 1: 64465 MiB (61026 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524153-1751634728/watcher-4524153-1751634728 -o /tmp/evaluation-result-4524153-1751634728/solver-4524153-1751634728 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751634728-92285 --watchdog 3760 ./NuPBO-DeepOpt+ -f HOME/instance-4524153-1751634728.opb -t 3600 -s 1213995255 --no-s 

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
solver pid=92343, runsolver pid=92340
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126746080/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=111228 memory=96700 CPUtime=0.09 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 3848 0 0 0 8 1 0 0 20 0 1 0 79147399 113897472 24175 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 27807 24175 1056 2752 0 24460 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 111228 KiB
Current children cumulated memory: 96700 KiB

[startup+0.205399 s]*
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126746080/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=114060 memory=98504 CPUtime=0.19 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 4734 0 0 0 18 1 0 0 20 0 1 0 79147399 116797440 24626 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 28515 24626 1056 2752 0 25168 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 114060 KiB
Current children cumulated memory: 98504 KiB

[startup+0.305241 s]*
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126743308/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=117164 memory=101008 CPUtime=0.3 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 5385 0 0 0 28 2 0 0 20 0 1 0 79147399 119975936 25252 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 29291 25252 1056 2752 0 25944 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 117164 KiB
Current children cumulated memory: 101008 KiB

[startup+0.700118 s]
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126738712/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=133280 memory=112816 CPUtime=0.68 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 7317 0 0 0 66 2 0 0 20 0 1 0 79147399 136478720 28204 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 33320 28204 1056 2752 0 29973 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 133280 KiB
Current children cumulated memory: 112816 KiB

[startup+1.50012 s]
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126682892/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=158112 memory=131696 CPUtime=1.48 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 9986 0 0 0 145 3 0 0 20 0 1 0 79147399 161906688 32924 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 39528 32924 1056 2752 0 36181 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 158112 KiB
Current children cumulated memory: 131696 KiB

[startup+3.10499 s]
/proc/loadavg: 1.57 2.14 2.88 5/263 92344
/proc/meminfo: memFree=126606960/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=204740 memory=167956 CPUtime=3.08 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 13988 0 0 0 303 5 0 0 20 0 1 0 79147399 209653760 41989 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 51185 41989 1056 2752 0 47838 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 204740 KiB
Current children cumulated memory: 167956 KiB

[startup+6.30011 s]
/proc/loadavg: 1.76 2.17 2.88 5/263 92344
/proc/meminfo: memFree=126537728/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=292452 memory=233120 CPUtime=6.28 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 20136 0 0 0 620 8 0 0 20 0 1 0 79147399 299470848 58280 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 73113 58280 1056 2752 0 69766 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 292452 KiB
Current children cumulated memory: 233120 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 2.20 2.89 5/263 92344
/proc/meminfo: memFree=125893092/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=828096 memory=807140 CPUtime=12.65 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 44703 0 0 0 1234 31 0 0 20 0 1 0 79147399 847970304 201785 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 207024 201785 1152 2752 0 203677 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 828096 KiB
Current children cumulated memory: 807140 KiB

[startup+25.5002 s]
/proc/loadavg: 2.40 2.29 2.91 5/263 92345
/proc/meminfo: memFree=125895236/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=944500 memory=895848 CPUtime=25.43 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 51196 0 0 0 2509 34 0 0 20 0 1 0 79147399 967168000 223962 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 236125 223962 1152 2752 0 232778 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 944500 KiB
Current children cumulated memory: 895848 KiB

[startup+51.1053 s]
/proc/loadavg: 3.07 2.46 2.95 5/263 92345
/proc/meminfo: memFree=125866684/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=970924 memory=909068 CPUtime=50.96 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 51740 0 0 0 5062 34 0 0 20 0 1 0 79147399 994226176 227267 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 242731 227267 1152 2752 0 239384 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 970924 KiB
Current children cumulated memory: 909068 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.72 3.01 5/263 92347
/proc/meminfo: memFree=125864928/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=970924 memory=909068 CPUtime=102.03 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 51869 0 0 0 10169 34 0 0 20 0 1 0 79147399 994226176 227267 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 242731 227267 1152 2752 0 239384 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 970924 KiB
Current children cumulated memory: 909068 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.97 3.08 5/264 92354
/proc/meminfo: memFree=125863528/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=959480 memory=899232 CPUtime=161.89 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 57139 0 0 0 16152 37 0 0 20 0 1 0 79147399 982507520 224808 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 239870 224808 1152 2752 0 236523 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 959480 KiB
Current children cumulated memory: 899232 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.17 3.15 5/264 92356
/proc/meminfo: memFree=124276684/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2502368 CPUtime=221.74 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 487500 0 0 0 22074 100 0 0 20 0 1 0 79147399 2644660224 625592 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 625592 1152 2752 0 642322 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2502368 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.34 3.21 5/264 92358
/proc/meminfo: memFree=124296696/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2503264 CPUtime=281.6 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 487722 0 0 0 28060 100 0 0 20 0 1 0 79147399 2644660224 625816 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 625816 1152 2752 0 642322 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2503264 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.49 3.27 5/263 92360
/proc/meminfo: memFree=124283000/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2514272 CPUtime=341.46 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 487824 0 0 0 34045 101 0 0 20 0 1 0 79147399 2644660224 628568 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 628568 1152 2752 0 642322 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2514272 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.59 3.32 5/263 92362
/proc/meminfo: memFree=124280832/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2521056 CPUtime=401.31 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 487935 0 0 0 40030 101 0 0 20 0 1 0 79147399 2644660224 630264 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 630264 1152 2752 0 642322 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2521056 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.70 3.38 5/263 92367
/proc/meminfo: memFree=124257064/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=461.16 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 487956 0 0 0 46015 101 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0

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

Current children cumulated memory: 2537952 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/263 92482
/proc/meminfo: memFree=124231192/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=2915.58 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 505087 0 0 0 291451 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 2915.58 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/263 92495
/proc/meminfo: memFree=124239400/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=2975.44 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 505984 0 0 0 297437 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 2975.44 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/263 92497
/proc/meminfo: memFree=124239080/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3035.31 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 506015 0 0 0 303424 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3035.31 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 92499
/proc/meminfo: memFree=124239520/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3095.17 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 506843 0 0 0 309410 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3095.17 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/262 92505
/proc/meminfo: memFree=124239380/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3155.03 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 507073 0 0 0 315396 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3155.03 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 92507
/proc/meminfo: memFree=124239728/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3214.89 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 507719 0 0 0 321382 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3214.89 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 92509
/proc/meminfo: memFree=124238692/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3274.76 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 508161 0 0 0 327369 107 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3274.76 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.16 4.11 5/262 92511
/proc/meminfo: memFree=124238560/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3334.63 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 508625 0 0 0 333355 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3334.63 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.16 4.11 5/262 92513
/proc/meminfo: memFree=124239088/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3394.49 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 509280 0 0 0 339341 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3394.49 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/263 92517
/proc/meminfo: memFree=124239196/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3454.36 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 509486 0 0 0 345328 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3454.36 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/263 92519
/proc/meminfo: memFree=124239528/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3514.22 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 510368 0 0 0 351314 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3514.22 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/264 92522
/proc/meminfo: memFree=124239608/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3574.09 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 510438 0 0 0 357301 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3574.09 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 4.15 4.13 4.10 3/256 92540
/proc/meminfo: memFree=124305172/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3600.03 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 510857 0 0 0 359895 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.97 s, system=1.08931 s

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

[startup+3608.3 s]
/proc/loadavg: 4.15 4.13 4.10 3/256 92540
/proc/meminfo: memFree=124305172/131249992 swapFree=33009392/33010684
[pid=92343] ppid=92340 vsize=2582676 memory=2537952 CPUtime=3600.03 cores=0,2
/proc/92343/stat : 92343 (NuPBO-DeepOpt+) R 92340 92343 92275 0 -1 4194304 510857 0 0 0 359895 108 0 0 20 0 1 0 79147399 2644660224 634488 18446744073709551615 4198400 15468185 140729009980528 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 37781504 140729009985937 140729009986053 140729009986053 140729009991655 0
/proc/92343/statm: 645669 634488 1152 2752 0 642322 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2582676 KiB
Current children cumulated memory: 2537952 KiB

Child status: 10

Real time (s): 3608.33
CPU time (s): 3600.06
CPU user time (s): 3598.97
CPU system time (s): 1.08931
CPU usage (%): 99.771
Max. virtual memory (cumulated for all children) (KiB): 2582676
Max. memory (cumulated for all children) (KiB): 2537952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.97
system time used= 1.08931
maximum resident set size= 2537952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510930
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= 126
involuntary context switches= 8490


# summary of solver processes directly reported to runsolver:
#   pid: 92343
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.97
#   total CPU system time (s): 1.08931

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63352 second user time and 15.1405 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-04 15:12:09
IDJOB=4524153
IDBENCH=180565
IDSOLVER=3342
FILE ID=nodeC035/4524153-1751634728
RUNJOBID= nodeC035-1751634728-92285
SLURM_JOB_ID= 9598978
Free space on /tmp= 432640 MiB

SOLVER NAME= NuPBO-DeepOpt+ 2025-06-02
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-FoolSolitaire-table-2-0_c24.opb
COMMAND LINE= ./NuPBO-DeepOpt+ -f BENCHNAME -t TIMEOUT -s RANDOMSEED --no-s
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524153-1751634728/watcher-4524153-1751634728 -o /tmp/evaluation-result-4524153-1751634728/solver-4524153-1751634728 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751634728-92285 --watchdog 3760  ./NuPBO-DeepOpt+ -f HOME/instance-4524153-1751634728.opb -t 3600 -s 1213995255 --no-s

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

MD5SUM BENCH= 2e656679a8d40db5005d825083b376ef
RANDOM SEED=1213995255

nodeC035 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.754
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.51
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.720
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.51
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		: 3601.588
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.51
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		: 3602.008
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.51
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.743
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.51
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.771
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126841416 kB
MemAvailable:   129652508 kB
Buffers:             664 kB
Cached:          3560832 kB
SwapCached:          332 kB
Active:           396352 kB
Inactive:        3258456 kB
Active(anon):      89976 kB
Inactive(anon):    21036 kB
Active(file):     306376 kB
Inactive(file):  3237420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009392 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            110180 kB
Writeback:             0 kB
AnonPages:         96496 kB
Mapped:           116708 kB
Shmem:             17700 kB
KReclaimable:     213072 kB
Slab:             304260 kB
SReclaimable:     213072 kB
SUnreclaim:        91188 kB
KernelStack:        4272 kB
PageTables:         3224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     454128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432624 MiB
End job on nodeC035 at 2025-07-04 16:12:17