Trace number 4546490

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) 3602.4 3612.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
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 benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.47/1.52	c intsize: 10
63.06/63.31	c 169877 constraints
63.06/63.31	c Finish cloning data from SAT to LS
63.06/63.31	c restart_num_ls  -100000 0
124.57/125.03	c Use LS-small
124.57/125.03	c update_LS_target_phase-runLS-restart
2928.28/2936.33	c restart_num  0 301
2928.28/2936.34	c LS-restart 90 64
2989.02/2997.23	c Use LS-small
2989.02/2997.23	c update_LS_target_phase-runLS-restart

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: 63794 MiB (61993 MiB free)
  memory of node 1: 64507 MiB (62844 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100102 s]*
/proc/loadavg: 4.26 4.25 4.10 5/253 163174
/proc/meminfo: memFree=127769508/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=169544 memory=95808 CPUtime=0.09 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 6690 0 0 0 4 5 0 0 20 0 1 0 242020189 173613056 23952 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 42386 23952 2176 595 0 27053 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 169544 KiB
Current children cumulated memory: 95808 KiB

[startup+0.213834 s]*
/proc/loadavg: 4.26 4.25 4.10 5/253 163174
/proc/meminfo: memFree=127696164/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=216696 memory=143324 CPUtime=0.2 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 10843 0 0 0 13 7 0 0 20 0 1 0 242020189 221896704 35831 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 54174 35831 2240 595 0 38841 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 216696 KiB
Current children cumulated memory: 143324 KiB

[startup+0.313753 s]*
/proc/loadavg: 4.26 4.25 4.10 5/253 163174
/proc/meminfo: memFree=127688100/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=229788 memory=156636 CPUtime=0.3 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 14175 0 0 0 22 8 0 0 20 0 1 0 242020189 235302912 39159 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 57447 39159 2240 595 0 42114 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 229788 KiB
Current children cumulated memory: 156636 KiB

[startup+0.700274 s]
/proc/loadavg: 4.26 4.25 4.10 5/253 163174
/proc/meminfo: memFree=127667876/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=246984 memory=178236 CPUtime=0.67 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 18603 0 0 0 57 10 0 0 20 0 1 0 242020189 252911616 44559 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 61746 44559 2240 595 0 46413 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 246984 KiB
Current children cumulated memory: 178236 KiB

[startup+1.50032 s]
/proc/loadavg: 4.26 4.25 4.10 5/253 163174
/proc/meminfo: memFree=127655732/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=287420 memory=226548 CPUtime=1.47 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 28805 0 0 0 133 14 0 0 20 0 1 0 242020189 294318080 56637 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 71855 56637 2240 595 0 56522 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 287420 KiB
Current children cumulated memory: 226548 KiB

[startup+3.11298 s]
/proc/loadavg: 4.23 4.24 4.10 5/253 163174
/proc/meminfo: memFree=127231576/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=683936 memory=626952 CPUtime=3.07 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 91252 0 0 0 274 33 0 0 20 0 1 0 242020189 700350464 156738 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 170984 156738 2240 595 0 155651 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 683936 KiB
Current children cumulated memory: 626952 KiB

[startup+6.30031 s]
/proc/loadavg: 4.23 4.24 4.10 5/253 163174
/proc/meminfo: memFree=126352716/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=1789772 memory=1521848 CPUtime=6.26 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 245878 0 0 0 551 75 0 0 20 0 1 0 242020189 1832726528 380462 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 447443 380462 2240 595 0 432110 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1789772 KiB
Current children cumulated memory: 1521848 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.24 4.10 5/253 163174
/proc/meminfo: memFree=124498616/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=3644096 memory=3365860 CPUtime=12.63 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 537909 0 0 0 1113 150 0 0 20 0 1 0 242020189 3731554304 841465 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 911024 841465 2240 595 0 895691 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 3644096 KiB
Current children cumulated memory: 3365860 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 4.23 4.10 5/253 163175
/proc/meminfo: memFree=120735972/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=7221272 memory=7064836 CPUtime=25.39 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 1155999 0 0 0 2243 296 0 0 20 0 1 0 242020189 7394582528 1766209 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 1805318 1766209 2240 595 0 1789985 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 7221272 KiB
Current children cumulated memory: 7064836 KiB

[startup+51.1132 s]
/proc/loadavg: 4.18 4.22 4.10 5/252 163189
/proc/meminfo: memFree=117049180/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=11186104 memory=10461036 CPUtime=50.92 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 1760995 0 0 0 4646 446 0 0 20 0 1 0 242020189 11454570496 2615259 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 2796526 2615259 2368 595 0 2781193 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 11186104 KiB
Current children cumulated memory: 10461036 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.20 4.09 5/253 163266
/proc/meminfo: memFree=107536796/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23242488 memory=19904084 CPUtime=101.93 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2620019 0 0 0 9500 693 0 0 20 0 1 0 242020189 23800307712 4976021 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5810622 4976021 2432 595 0 5795289 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 23242488 KiB
Current children cumulated memory: 19904084 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.18 4.09 5/251 163268
/proc/meminfo: memFree=107208848/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23288136 memory=20019324 CPUtime=161.73 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2627377 0 0 0 15469 704 0 0 20 0 1 0 242020189 23847051264 5004831 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5822034 5004831 2464 595 0 5806701 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 23288136 KiB
Current children cumulated memory: 20019324 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.18 4.09 5/251 163270
/proc/meminfo: memFree=106970540/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23382288 memory=20109388 CPUtime=221.53 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2645174 0 0 0 21436 717 0 0 20 0 1 0 242020189 23943462912 5027347 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5845572 5027347 2464 595 0 5830239 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 23382288 KiB
Current children cumulated memory: 20109388 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.16 4.09 5/251 163273
/proc/meminfo: memFree=106898420/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23438716 memory=20159052 CPUtime=281.33 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2657823 0 0 0 27405 728 0 0 20 0 1 0 242020189 24001245184 5039763 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5859679 5039763 2464 595 0 5844346 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 23438716 KiB
Current children cumulated memory: 20159052 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.14 4.09 5/250 163275
/proc/meminfo: memFree=106806728/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23500212 memory=20225380 CPUtime=341.13 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2670056 0 0 0 33375 738 0 0 20 0 1 0 242020189 24064217088 5056345 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5875053 5056345 2464 595 0 5859720 0
Current children cumulated CPU time: 341.13 s
Current children cumulated vsize: 23500212 KiB
Current children cumulated memory: 20225380 KiB

[startup+402.3 s]
/proc/loadavg: 3.92 4.10 4.08 4/244 163308
/proc/meminfo: memFree=106753704/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23529740 memory=20255112 CPUtime=400.94 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2674005 0 0 0 39342 752 0 0 20 0 1 0 242020189 24094453760 5063778 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5882435 5063778 2464 595 0 5867102 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 23529740 KiB
Current children cumulated memory: 20255112 KiB

[startup+462.3 s]
/proc/loadavg: 3.38 3.91 4.01 4/244 163310
/proc/meminfo: memFree=106747396/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=23543840 memory=20262408 CPUtime=460.75 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2676999 0 0 0 45317 758 0 0 20 0 1 0 242020189 24108892160 5065602 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 5885960 5065602 2464 595 0 5870627 0
Current children cumulated CPU time: 460.75 s

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

[startup+3042.3 s]
/proc/loadavg: 2.05 2.09 2.41 3/238 163478
/proc/meminfo: memFree=104991176/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26468160 memory=21556388 CPUtime=3034.02 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2919899 0 0 0 302249 1153 0 0 20 0 1 0 242020189 27103395840 5389097 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6617040 5389097 2464 595 0 6601707 0
Current children cumulated CPU time: 3034.02 s
Current children cumulated vsize: 26468160 KiB
Current children cumulated memory: 21556388 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.10 2.40 3/238 163480
/proc/meminfo: memFree=104984212/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26468160 memory=21556388 CPUtime=3093.88 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2921183 0 0 0 308232 1156 0 0 20 0 1 0 242020189 27103395840 5389097 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6617040 5389097 2464 595 0 6601707 0
Current children cumulated CPU time: 3093.88 s
Current children cumulated vsize: 26468160 KiB
Current children cumulated memory: 21556388 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.10 2.37 3/238 163482
/proc/meminfo: memFree=104968132/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26468160 memory=21556388 CPUtime=3153.75 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2922587 0 0 0 314215 1160 0 0 20 0 1 0 242020189 27103395840 5389097 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6617040 5389097 2464 595 0 6601707 0
Current children cumulated CPU time: 3153.75 s
Current children cumulated vsize: 26468160 KiB
Current children cumulated memory: 21556388 KiB

[startup+3222.3 s]
/proc/loadavg: 2.09 2.09 2.35 3/238 163484
/proc/meminfo: memFree=104967104/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26468160 memory=21556388 CPUtime=3213.6 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2924344 0 0 0 320197 1163 0 0 20 0 1 0 242020189 27103395840 5389097 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6617040 5389097 2464 595 0 6601707 0
Current children cumulated CPU time: 3213.6 s
Current children cumulated vsize: 26468160 KiB
Current children cumulated memory: 21556388 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.09 2.33 3/238 163486
/proc/meminfo: memFree=104955572/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26489872 memory=21578180 CPUtime=3273.46 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2930131 0 0 0 326176 1170 0 0 20 0 1 0 242020189 27125628928 5394545 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622468 5394545 2464 595 0 6607135 0
Current children cumulated CPU time: 3273.46 s
Current children cumulated vsize: 26489872 KiB
Current children cumulated memory: 21578180 KiB

[startup+3342.3 s]
/proc/loadavg: 1.69 1.99 2.28 2/231 163518
/proc/meminfo: memFree=106872912/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26489872 memory=21578180 CPUtime=3333.28 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2932151 0 0 0 332154 1174 0 0 20 0 1 0 242020189 27125628928 5394545 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622468 5394545 2464 595 0 6607135 0
Current children cumulated CPU time: 3333.28 s
Current children cumulated vsize: 26489872 KiB
Current children cumulated memory: 21578180 KiB

[startup+3402.3 s]
/proc/loadavg: 1.29 1.82 2.21 2/231 163520
/proc/meminfo: memFree=106820048/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26489872 memory=21578180 CPUtime=3393.09 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2934061 0 0 0 338132 1177 0 0 20 0 1 0 242020189 27125628928 5394545 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622468 5394545 2464 595 0 6607135 0
Current children cumulated CPU time: 3393.09 s
Current children cumulated vsize: 26489872 KiB
Current children cumulated memory: 21578180 KiB

[startup+3462.3 s]
/proc/loadavg: 1.21 1.70 2.14 2/231 163522
/proc/meminfo: memFree=106818920/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3452.89 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2938222 0 0 0 344104 1185 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3452.89 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.59 2.07 2/231 163524
/proc/meminfo: memFree=106819116/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3512.69 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2939977 0 0 0 350080 1189 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3512.69 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

[startup+3582.3 s]
/proc/loadavg: 1.20 1.52 2.02 2/231 163526
/proc/meminfo: memFree=106816980/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3572.48 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2942268 0 0 0 356055 1193 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3572.48 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 1.12 1.47 1.98 2/231 163526
/proc/meminfo: memFree=106816588/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3600.1 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2943328 0 0 0 358816 1194 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3612.3 s]
# the end of solver process 163173 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3590.16 s, system=12.2401 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.2 s]
/proc/loadavg: 1.12 1.47 1.98 2/231 163526
/proc/meminfo: memFree=106816588/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3601.29 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2943332 0 0 0 358935 1194 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3601.29 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

[startup+3611.6 s]
/proc/loadavg: 1.12 1.47 1.98 2/231 163526
/proc/meminfo: memFree=106816588/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3601.68 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2943338 0 0 0 358974 1194 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3601.68 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

[startup+3612 s]*
/proc/loadavg: 1.12 1.47 1.98 2/231 163526
/proc/meminfo: memFree=106819156/131382112 swapFree=33010160/33010684
[pid=163173] ppid=163170 vsize=26490272 memory=21578588 CPUtime=3602.09 cores=5,7
/proc/163173/stat : 163173 (SynLSCD-PS) R 163170 163173 162312 0 -1 4194304 2943339 0 0 0 359015 1194 0 0 20 0 1 0 242020189 27126038528 5394647 18446744073709551615 94860949417984 94860951853401 140735661008096 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94860952333560 94860952366592 94860972896256 140735661017469 140735661017607 140735661017607 140735661023211 0
/proc/163173/statm: 6622568 5394647 2464 595 0 6607235 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 26490272 KiB
Current children cumulated memory: 21578588 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.3
CPU time (s): 3602.4
CPU user time (s): 3590.16
CPU system time (s): 12.2401
CPU usage (%): 99.7258
Max. virtual memory (cumulated for all children) (KiB): 28686492
Max. memory (cumulated for all children) (KiB): 23641332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.16
system time used= 12.2401
maximum resident set size= 23762164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2943339
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= 350
involuntary context switches= 2489


# summary of solver processes directly reported to runsolver:
#   pid: 163173
#   total CPU time (s): 3602.4
#   total CPU user time (s): 3590.16
#   total CPU system time (s): 12.2401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4833 second user time and 34.1823 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 11:36:44
IDJOB=4546490
IDBENCH=164408
IDSOLVER=3422
FILE ID=nodeC009/4546490-1753263404
RUNJOBID= nodeC009-1753259701-162333
SLURM_JOB_ID= 9689164
Free space on /tmp= 432272 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.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-4546490-1753263404/watcher-4546490-1753263404 -o /tmp/evaluation-result-4546490-1753263404/solver-4546490-1753263404 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753259701-162333 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546490-1753263404.opb

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=748932326

nodeC009 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		: 3662.519
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.85
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.229
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.85
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.542
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.85
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		: 3700.000
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.85
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.717
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.85
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		: 1197.235
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.85
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.290
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.85
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.232
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127834408 kB
MemAvailable:   129088508 kB
Buffers:            2144 kB
Cached:          1970596 kB
SwapCached:           24 kB
Active:          1949448 kB
Inactive:         833196 kB
Active(anon):     832004 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   829116 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27764 kB
Writeback:             0 kB
AnonPages:        813052 kB
Mapped:           119524 kB
Shmem:             26128 kB
KReclaimable:     293952 kB
Slab:             386664 kB
SReclaimable:     293952 kB
SUnreclaim:        92712 kB
KernelStack:        4096 kB
PageTables:         4820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1217520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432284 MiB
End job on nodeC009 at 2025-07-23 12:36:56