Trace number 4546565

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-07-23? (TO) 3600.04 3609.23

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
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 benchmark0.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.06	c intsize: 41
0.08/0.19	c 4961 constraints
0.08/0.19	c Finish cloning data from SAT to LS
0.08/0.19	c restart_num_ls  -100000 0
4.65/4.70	c Use LS-small
4.65/4.70	c update_LS_target_phase-runLS-restart
491.51/493.03	c restart_num  0 302
491.51/493.03	c LS-restart 90 7
494.39/496.01	c Use LS-small
494.39/496.01	c update_LS_target_phase-runLS-restart
1250.56/1254.15	c restart_num  302 604
1250.56/1254.15	c LS-restart 80 69
1253.64/1257.21	c Use LS-small
1253.64/1257.21	c update_LS_target_phase-runLS-restart
2067.13/2072.82	c restart_num  604 905
2067.13/2072.82	c LS-restart 70 1
2070.22/2075.94	c Use LS-small
2070.22/2075.94	c update_LS_target_phase-runLS-restart
3600.00/3609.22	c Program interrupted by user.
3600.00/3609.22	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: 63837 MiB (50150 MiB free)
  memory of node 1: 64465 MiB (52275 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100069 s]*
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104883572/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=86928 memory=13696 CPUtime=0.08 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 1424 0 0 0 7 1 0 0 20 0 1 0 242011413 89014272 3424 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 21732 3424 2272 595 0 6399 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86928 KiB
Current children cumulated memory: 13696 KiB

[startup+0.213133 s]*
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104875508/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=94008 memory=20772 CPUtime=0.18 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 3395 0 0 0 17 1 0 0 20 0 1 0 242011413 96264192 5193 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 23502 5193 2464 595 0 8169 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 94008 KiB
Current children cumulated memory: 20772 KiB

[startup+0.313093 s]*
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104875508/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=94008 memory=20772 CPUtime=0.28 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 3395 0 0 0 27 1 0 0 20 0 1 0 242011413 96264192 5193 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 23502 5193 2464 595 0 8169 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 94008 KiB
Current children cumulated memory: 20772 KiB

[startup+0.700302 s]
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104875508/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=94008 memory=20772 CPUtime=0.66 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 3395 0 0 0 65 1 0 0 20 0 1 0 242011413 96264192 5193 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 23502 5193 2464 595 0 8169 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 94008 KiB
Current children cumulated memory: 20772 KiB

[startup+1.50028 s]
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104875508/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=94008 memory=20772 CPUtime=1.45 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 3395 0 0 0 144 1 0 0 20 0 1 0 242011413 96264192 5193 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 23502 5193 2464 595 0 8169 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 94008 KiB
Current children cumulated memory: 20772 KiB

[startup+3.11281 s]
/proc/loadavg: 4.09 4.10 4.04 5/250 164691
/proc/meminfo: memFree=104876016/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=94008 memory=20772 CPUtime=3.06 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 3395 0 0 0 305 1 0 0 20 0 1 0 242011413 96264192 5193 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 23502 5193 2464 595 0 8169 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 94008 KiB
Current children cumulated memory: 20772 KiB

[startup+6.30026 s]
/proc/loadavg: 4.08 4.09 4.04 5/250 164691
/proc/meminfo: memFree=104876268/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=99400 memory=32668 CPUtime=6.25 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 4789 0 0 0 622 3 0 0 20 0 1 0 242011413 101785600 8167 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 24850 8167 2496 595 0 9517 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 99400 KiB
Current children cumulated memory: 32668 KiB

[startup+12.7003 s]
/proc/loadavg: 4.07 4.09 4.03 5/250 164691
/proc/meminfo: memFree=104872424/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=117888 memory=51088 CPUtime=12.62 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 6563 0 0 0 1256 6 0 0 20 0 1 0 242011413 120717312 12772 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 29472 12772 2496 595 0 14139 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 117888 KiB
Current children cumulated memory: 51088 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.09 4.03 5/250 164691
/proc/meminfo: memFree=104846488/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=127824 memory=68936 CPUtime=25.4 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 8978 0 0 0 2526 14 0 0 20 0 1 0 242011413 130891776 17234 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 31956 17234 2496 595 0 16623 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 127824 KiB
Current children cumulated memory: 68936 KiB

[startup+51.1129 s]
/proc/loadavg: 4.12 4.10 4.04 5/251 164744
/proc/meminfo: memFree=105089020/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=162200 memory=104744 CPUtime=50.93 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 12193 0 0 0 5068 25 0 0 20 0 1 0 242011413 166092800 26186 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 40550 26186 2496 595 0 25217 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 162200 KiB
Current children cumulated memory: 104744 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.11 4.04 5/251 164834
/proc/meminfo: memFree=101996840/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=207268 memory=114212 CPUtime=101.96 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 14011 0 0 0 10153 43 0 0 20 0 1 0 242011413 212242432 28553 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 51817 28553 2496 595 0 36484 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 207268 KiB
Current children cumulated memory: 114212 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.04 5/251 164836
/proc/meminfo: memFree=101879340/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=211492 memory=123560 CPUtime=161.79 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 15097 0 0 0 16116 63 0 0 20 0 1 0 242011413 216567808 30890 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 52873 30890 2496 595 0 37540 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 211492 KiB
Current children cumulated memory: 123560 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.04 5/251 164882
/proc/meminfo: memFree=101926536/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=216104 memory=128168 CPUtime=221.64 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 16253 0 0 0 22083 81 0 0 20 0 1 0 242011413 221290496 32042 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 54026 32042 2496 595 0 38693 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 216104 KiB
Current children cumulated memory: 128168 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/250 165019
/proc/meminfo: memFree=98871488/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=217104 memory=129064 CPUtime=281.44 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 16508 0 0 0 28044 100 0 0 20 0 1 0 242011413 222314496 32266 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 54276 32266 2496 595 0 38943 0
Current children cumulated CPU time: 281.44 s
Current children cumulated vsize: 217104 KiB
Current children cumulated memory: 129064 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.10 4.05 5/250 165021
/proc/meminfo: memFree=80570048/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=218472 memory=130600 CPUtime=341.25 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 16902 0 0 0 34004 121 0 0 20 0 1 0 242011413 223715328 32650 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 54618 32650 2496 595 0 39285 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 218472 KiB
Current children cumulated memory: 130600 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/249 165023
/proc/meminfo: memFree=75637092/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=219888 memory=132008 CPUtime=401.07 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 17244 0 0 0 39962 145 0 0 20 0 1 0 242011413 225165312 33002 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 54972 33002 2496 595 0 39639 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 219888 KiB
Current children cumulated memory: 132008 KiB

[startup+462.3 s]
/proc/loadavg: 4.57 4.25 4.11 4/243 165056
/proc/meminfo: memFree=101863216/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=232744 memory=144040 CPUtime=460.88 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 20286 0 0 0 45929 159 0 0 20 0 1 0 242011413 238329856 36010 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 58186 36010 2496 595 0 42853 0
Current children cumulated CPU time: 460.88 s

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

Current children cumulated memory: 257748 KiB

[startup+2862.3 s]
/proc/loadavg: 2.06 2.08 2.24 3/237 165211
/proc/meminfo: memFree=105138736/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362140 memory=257876 CPUtime=2854.79 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35003 0 0 0 284657 822 0 0 20 0 1 0 242011413 370831360 64469 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90535 64469 2592 595 0 75202 0
Current children cumulated CPU time: 2854.79 s
Current children cumulated vsize: 362140 KiB
Current children cumulated memory: 257876 KiB

[startup+2922.3 s]
/proc/loadavg: 2.07 2.08 2.23 3/237 165213
/proc/meminfo: memFree=105139860/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258132 CPUtime=2914.62 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35085 0 0 0 290623 839 0 0 20 0 1 0 242011413 371220480 64533 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64533 2592 595 0 75297 0
Current children cumulated CPU time: 2914.62 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258132 KiB

[startup+2982.3 s]
/proc/loadavg: 2.14 2.09 2.22 3/237 165216
/proc/meminfo: memFree=105136064/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258132 CPUtime=2974.45 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35087 0 0 0 296592 853 0 0 20 0 1 0 242011413 371220480 64533 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64533 2592 595 0 75297 0
Current children cumulated CPU time: 2974.45 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258132 KiB

[startup+3042.3 s]
/proc/loadavg: 2.11 2.09 2.21 3/237 165218
/proc/meminfo: memFree=105145344/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3034.32 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35091 0 0 0 302567 865 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3034.32 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3102.3 s]
/proc/loadavg: 2.04 2.07 2.19 3/238 165227
/proc/meminfo: memFree=105145424/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3094.19 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35121 0 0 0 308540 879 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3094.19 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.09 2.19 3/238 165229
/proc/meminfo: memFree=105146196/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3154.07 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35122 0 0 0 314514 893 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3154.07 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.09 2.18 3/238 165231
/proc/meminfo: memFree=105147108/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3213.93 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35125 0 0 0 320490 903 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3213.93 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3282.3 s]
/proc/loadavg: 2.07 2.08 2.17 3/238 165233
/proc/meminfo: memFree=105147864/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3273.8 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35125 0 0 0 326465 915 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.08 2.17 3/238 165235
/proc/meminfo: memFree=105148132/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3333.68 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35125 0 0 0 332439 929 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3333.68 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.08 2.16 3/237 165237
/proc/meminfo: memFree=105149868/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3393.55 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35127 0 0 0 338406 949 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3393.55 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3462.3 s]
/proc/loadavg: 2.13 2.09 2.16 3/237 165239
/proc/meminfo: memFree=105150360/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3453.42 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35127 0 0 0 344376 966 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3453.42 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.09 2.16 3/237 165241
/proc/meminfo: memFree=105149876/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3513.29 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35127 0 0 0 350344 985 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3513.29 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

[startup+3582.3 s]
/proc/loadavg: 2.15 2.10 2.16 3/237 165243
/proc/meminfo: memFree=105150396/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3573.16 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35127 0 0 0 356317 999 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3573.16 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 2.10 2.09 2.15 3/237 165244
/proc/meminfo: memFree=105150652/131382112 swapFree=33001664/33010684
[pid=164690] ppid=164687 vsize=362520 memory=258772 CPUtime=3600 cores=1,3
/proc/164690/stat : 164690 (SynLSCD-PS) R 164687 164690 164071 0 -1 4194304 35127 0 0 0 358997 1003 0 0 20 0 1 0 242011413 371220480 64693 18446744073709551615 94021326807040 94021329242457 140732232231664 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94021329722616 94021329755648 94021357711360 140732232235389 140732232235527 140732232235527 140732232241131 0
/proc/164690/statm: 90630 64693 2592 595 0 75297 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 362520 KiB
Current children cumulated memory: 258772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590 s, system=10.0378 s

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

Child status: 0

Real time (s): 3609.23
CPU time (s): 3600.04
CPU user time (s): 3590
CPU system time (s): 10.0378
CPU usage (%): 99.7454
Max. virtual memory (cumulated for all children) (KiB): 439164
Max. memory (cumulated for all children) (KiB): 265352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590
system time used= 10.0378
maximum resident set size= 314504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35153
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= 197
involuntary context switches= 1798


# summary of solver processes directly reported to runsolver:
#   pid: 164690
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3590
#   total CPU system time (s): 10.0378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5512 second user time and 32.9798 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-23 11:35:20
IDJOB=4546565
IDBENCH=163468
IDSOLVER=3422
FILE ID=nodeC005/4546565-1753263320
RUNJOBID= nodeC005-1753259701-164091
SLURM_JOB_ID= 9689160
Free space on /tmp= 433020 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.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-4546565-1753263320/watcher-4546565-1753263320 -o /tmp/evaluation-result-4546565-1753263320/solver-4546565-1753263320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1753259701-164091 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546565-1753263320.opb

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

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=554905260

nodeC005 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	: 0xb00001f
cpu MHz		: 3591.904
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.234
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.747
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.351
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3662.848
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3491.747
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.590
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.410
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104883572 kB
MemAvailable:   129087180 kB
Buffers:              12 kB
Cached:         24974836 kB
SwapCached:          776 kB
Active:          1265936 kB
Inactive:       24559996 kB
Active(anon):     833264 kB
Inactive(anon):    38384 kB
Active(file):     432672 kB
Inactive(file): 24521612 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33001664 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3576 kB
Writeback:             0 kB
AnonPages:        852576 kB
Mapped:           114864 kB
Shmem:             20564 kB
KReclaimable:     177904 kB
Slab:             269568 kB
SReclaimable:     177904 kB
SUnreclaim:        91664 kB
KernelStack:        4032 kB
PageTables:         4900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1337960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    755712 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433028 MiB
End job on nodeC005 at 2025-07-23 12:35:30