Trace number 4542048

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 NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3600.04 3608.51

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
MD5SUM20f5dc2e187fea802b1fd8b2eb35ac07
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark3.41364
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3571
Total number of constraints1850
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints1794
Minimum length of a constraint1
Maximum length of a constraint840
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 36028797018963968
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 144115188075855871
Number of bits of the biggest sum of numbers57
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c #vars 3571 #constraints 3643 1.02016 1
0.00/0.06	c 3643 constraints
0.00/0.06	c Finish cloning data from SAT to LS
0.00/0.06	c restart_num_ls  -100000 0
33.18/33.36	c Use LS-small
33.18/33.36	c update_LS_target_phase-runLS
491.98/493.33	c restart_num  0 301
491.98/493.33	c LS-restart 90 31
1097.03/1099.70	c Use LS-small
1097.03/1099.70	c restart_num  301 602
1097.03/1099.70	c LS-restart 80 29
1661.52/1665.54	c Use LS-small
1661.52/1665.54	c restart_num  602 903
1661.52/1665.54	c LS-restart 70 56
2521.13/2527.17	c Use LS-small
2521.13/2527.17	c restart_num  903 1204
2521.13/2527.17	c LS-restart 60 88
2521.13/2527.17	c similarity no use LS 0.99608
3064.46/3071.70	c restart_num  1204 1505
3064.46/3071.70	c LS-restart 60 45
3600.02/3608.50	c Use LS-small
3600.02/3608.50	c Program interrupted by user.
3600.02/3608.50	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 (62407 MiB free)
  memory of node 1: 64465 MiB (63126 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542048-1753214629/watcher-4542048-1753214629 -o /tmp/evaluation-result-4542048-1753214629/solver-4542048-1753214629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760 SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542048-1753214629.opb 

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=192212, runsolver pid=192208
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.12 4.11 4.06 5/262 192217
/proc/meminfo: memFree=128505948/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=0.07 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 7 0 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+0.205627 s]*
/proc/loadavg: 4.12 4.11 4.06 4/262 192217
/proc/meminfo: memFree=128502168/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=0.18 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 17 1 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+0.304943 s]*
/proc/loadavg: 4.12 4.11 4.06 5/262 192217
/proc/meminfo: memFree=128502168/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=0.27 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 25 2 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+0.700123 s]
/proc/loadavg: 4.12 4.11 4.06 3/260 192221
/proc/meminfo: memFree=128804364/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=0.65 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 61 4 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+1.50011 s]
/proc/loadavg: 4.12 4.11 4.06 5/260 192243
/proc/meminfo: memFree=128803168/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=1.45 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 136 9 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+3.10487 s]
/proc/loadavg: 4.12 4.11 4.06 5/266 192299
/proc/meminfo: memFree=127446600/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=3.05 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 290 15 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+6.30012 s]
/proc/loadavg: 4.11 4.11 4.06 5/266 192299
/proc/meminfo: memFree=125423296/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=6.23 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 595 28 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.13 4.06 5/266 192299
/proc/meminfo: memFree=123615504/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=12.62 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 1206 56 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.06 5/264 192299
/proc/meminfo: memFree=119410020/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=97384 memory=24388 CPUtime=25.39 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 4054 0 0 0 2421 118 0 0 20 0 1 0 237140493 99721216 6097 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 24346 6097 2464 595 0 9013 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 97384 KiB
Current children cumulated memory: 24388 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.12 4.06 5/265 192345
/proc/meminfo: memFree=107722108/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=202956 memory=120652 CPUtime=50.93 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 20472 0 0 0 4931 162 0 0 20 0 1 0 237140493 207826944 30163 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 50739 30163 2592 595 0 35406 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 202956 KiB
Current children cumulated memory: 120652 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.06 5/266 192393
/proc/meminfo: memFree=116700664/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=297888 memory=192400 CPUtime=102 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 31694 0 0 0 10030 170 0 0 20 0 1 0 237140493 305037312 48100 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 74472 48100 2592 595 0 59139 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 297888 KiB
Current children cumulated memory: 192400 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/267 192442
/proc/meminfo: memFree=109061220/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=299168 memory=196372 CPUtime=161.82 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32043 0 0 0 16005 177 0 0 20 0 1 0 237140493 306348032 49093 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 74792 49093 2592 595 0 59459 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 299168 KiB
Current children cumulated memory: 196372 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.06 5/266 192448
/proc/meminfo: memFree=108973400/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=299168 memory=213524 CPUtime=221.67 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32072 0 0 0 21985 182 0 0 20 0 1 0 237140493 306348032 53381 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 74792 53381 2592 595 0 59459 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 299168 KiB
Current children cumulated memory: 213524 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.10 4.06 5/266 192450
/proc/meminfo: memFree=108968448/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=281.52 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32338 0 0 0 27965 187 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 281.52 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.11 4.07 5/265 192452
/proc/meminfo: memFree=108943208/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=341.37 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32361 0 0 0 33946 191 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.08 4.06 5/265 192455
/proc/meminfo: memFree=108918004/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=401.21 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32361 0 0 0 39927 194 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.10 4.07 5/263 192457
/proc/meminfo: memFree=108954412/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=461.06 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32450 0 0 0 45908 198 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 461.06 s

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

Current children cumulated memory: 218260 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 192581
/proc/meminfo: memFree=108639804/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=2915.4 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32869 0 0 0 290751 789 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 2915.4 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 192583
/proc/meminfo: memFree=108619612/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=2975.27 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32869 0 0 0 296735 792 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 2975.27 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/264 192585
/proc/meminfo: memFree=108619680/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3035.13 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32869 0 0 0 302719 794 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3035.13 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/266 192589
/proc/meminfo: memFree=108618472/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3095 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32870 0 0 0 308558 942 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3095 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3162.3 s]
/proc/loadavg: 4.34 4.17 4.12 5/266 192593
/proc/meminfo: memFree=108619648/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3154.87 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32870 0 0 0 314542 945 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3154.87 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3222.3 s]
/proc/loadavg: 4.23 4.17 4.12 5/265 192600
/proc/meminfo: memFree=108617488/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3214.72 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32870 0 0 0 320525 947 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3214.72 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/265 192602
/proc/meminfo: memFree=108618880/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3274.59 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 326509 950 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3274.59 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/266 192605
/proc/meminfo: memFree=108621212/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3334.46 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 332492 954 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3334.46 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.17 4.12 5/264 192607
/proc/meminfo: memFree=108618684/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3394.32 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 338475 957 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3394.32 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.29 4.16 5/264 192620
/proc/meminfo: memFree=108618536/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3454.17 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 344458 959 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3454.17 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.27 4.16 5/264 192623
/proc/meminfo: memFree=108618636/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3514.03 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 350441 962 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3514.03 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.23 4.16 5/264 192625
/proc/meminfo: memFree=108620548/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3573.88 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 356420 968 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3573.88 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 192625
/proc/meminfo: memFree=108618652/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3600.02 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 359033 969 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.34 s, system=9.69827 s

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

[startup+3608.5 s]
/proc/loadavg: 4.19 4.23 4.16 5/264 192625
/proc/meminfo: memFree=108618652/131250000 swapFree=33010160/33010684
[pid=192212] ppid=192208 vsize=300252 memory=218260 CPUtime=3600.02 cores=4,6
/proc/192212/stat : 192212 (SynLSCD-PS) R 192208 192212 191847 0 -1 4194304 32963 0 0 0 359033 969 0 0 20 0 1 0 237140493 307458048 54565 18446744073709551615 94016855805952 94016858240953 140722688424288 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94016858721528 94016858754560 94016892002304 140722688432478 140722688432614 140722688432614 140722688438218 0
/proc/192212/statm: 75063 54565 2592 595 0 59730 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 300252 KiB
Current children cumulated memory: 218260 KiB

Child status: 0

Real time (s): 3608.51
CPU time (s): 3600.04
CPU user time (s): 3590.34
CPU system time (s): 9.69827
CPU usage (%): 99.7653
Max. virtual memory (cumulated for all children) (KiB): 300252
Max. memory (cumulated for all children) (KiB): 218260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.34
system time used= 9.69827
maximum resident set size= 218260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32989
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= 155
involuntary context switches= 1978


# summary of solver processes directly reported to runsolver:
#   pid: 192212
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3590.34
#   total CPU system time (s): 9.69827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80228 second user time and 16.448 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 22:03:49
IDJOB=4542048
IDBENCH=163735
IDSOLVER=3370
FILE ID=nodeC016/4542048-1753214629
RUNJOBID= nodeC016-1753211019-191858
SLURM_JOB_ID= 9687787
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallace_spec/normalized-28wallace_spec_greater_tvars.opb
COMMAND LINE= SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542048-1753214629/watcher-4542048-1753214629 -o /tmp/evaluation-result-4542048-1753214629/solver-4542048-1753214629 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191858 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542048-1753214629.opb

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

MD5SUM BENCH= 20f5dc2e187fea802b1fd8b2eb35ac07
RANDOM SEED=1945388632

nodeC016 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.737
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128548548 kB
MemAvailable:   129370392 kB
Buffers:            2144 kB
Cached:          1537452 kB
SwapCached:           24 kB
Active:          1632808 kB
Inactive:         300552 kB
Active(anon):     417896 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   298444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7372 kB
Writeback:             0 kB
AnonPages:        396512 kB
Mapped:           114900 kB
Shmem:             26240 kB
KReclaimable:     295452 kB
Slab:             394740 kB
SReclaimable:     295452 kB
SUnreclaim:        99288 kB
KernelStack:        4192 kB
PageTables:         3748 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     721248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 432968 MiB
End job on nodeC016 at 2025-07-22 23:03:58