Trace number 4546261

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.26 3610.33

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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

3.60/4.16	c intsize: 10
6.78/7.38	c 989877 constraints
6.78/7.38	c Finish cloning data from SAT to LS
6.78/7.38	c restart_num_ls  -100000 0
72.36/73.23	c Use LS-small
72.36/73.23	c update_LS_target_phase-runLS-restart
138.24/139.36	c restart_num_ls  0 508
138.24/139.36	c LS 90 0
203.35/204.65	c Use LS-small
203.35/204.65	c update_LS_target_phase-runLS-restart
321.59/323.29	c restart_num_ls  508 1308
321.59/323.29	c LS 80 45
384.42/386.26	c Use LS-small
384.42/386.26	c update_LS_target_phase-runLS-restart
3502.78/3512.65	c restart_num_ls  1308 8190
3502.78/3512.65	c LS 70 57
3600.03/3610.11	c Use LS-small
3600.03/3610.11	c Program interrupted by user.
3600.03/3610.11	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 (62765 MiB free)
  memory of node 1: 64465 MiB (62981 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546261-1753259767/watcher-4546261-1753259767 -o /tmp/evaluation-result-4546261-1753259767/solver-4546261-1753259767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753259701-197379 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546261-1753259767.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=197627, runsolver pid=197624
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 2.97 0.98 0.40 4/249 197628
/proc/meminfo: memFree=128765192/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) D 197624 197627 197360 0 -1 4456448 79 0 0 0 0 0 0 0 20 0 1 0 241656348 17514496 160 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.213315 s]*
/proc/loadavg: 2.97 0.98 0.40 3/249 197628
/proc/meminfo: memFree=128765192/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) D 197624 197627 197360 0 -1 4456448 79 0 0 0 0 0 0 0 20 0 1 0 241656348 17514496 160 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.312431 s]*
/proc/loadavg: 2.97 0.98 0.40 3/249 197628
/proc/meminfo: memFree=128765192/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=17104 memory=640 CPUtime=0 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) D 197624 197627 197360 0 -1 4456448 79 0 0 0 0 0 0 0 20 0 1 0 241656348 17514496 160 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.700279 s]
/proc/loadavg: 2.97 0.98 0.40 4/249 197628
/proc/meminfo: memFree=128747700/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=117736 memory=46848 CPUtime=0.21 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 5670 0 0 0 18 3 0 0 20 0 1 0 241656348 120561664 11712 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 29434 11712 2208 595 0 14101 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 117736 KiB
Current children cumulated memory: 46848 KiB

[startup+1.50027 s]
/proc/loadavg: 2.97 0.98 0.40 4/249 197628
/proc/meminfo: memFree=128727792/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=134924 memory=69708 CPUtime=1 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 10104 0 0 0 95 5 0 0 20 0 1 0 241656348 138162176 17427 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 33731 17427 2208 595 0 18398 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 134924 KiB
Current children cumulated memory: 69708 KiB

[startup+3.11291 s]
/proc/loadavg: 2.97 0.98 0.40 4/249 197628
/proc/meminfo: memFree=128606884/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=234236 memory=162560 CPUtime=2.61 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 26529 0 0 0 251 10 0 0 20 0 1 0 241656348 239857664 40640 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 58559 40640 2208 595 0 43226 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 234236 KiB
Current children cumulated memory: 162560 KiB

[startup+6.30029 s]
/proc/loadavg: 3.13 1.05 0.43 4/249 197647
/proc/meminfo: memFree=127709972/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1138884 memory=1022164 CPUtime=5.78 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 108459 0 0 0 531 47 0 0 20 0 1 0 241656348 1166217216 255541 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 284721 255541 2368 595 0 269388 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 1138884 KiB
Current children cumulated memory: 1022164 KiB

[startup+12.7003 s]
/proc/loadavg: 3.20 1.10 0.45 5/253 197666
/proc/meminfo: memFree=126865776/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1978732 memory=1749252 CPUtime=12.16 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 218722 0 0 0 1145 71 0 0 20 0 1 0 241656348 2026221568 437313 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 494683 437313 2400 595 0 479350 0
Current children cumulated CPU time: 12.16 s
Current children cumulated vsize: 1978732 KiB
Current children cumulated memory: 1749252 KiB

[startup+25.5004 s]
/proc/loadavg: 3.38 1.24 0.51 5/253 197666
/proc/meminfo: memFree=126788396/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1978732 memory=1749764 CPUtime=24.92 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 218881 0 0 0 2420 72 0 0 20 0 1 0 241656348 2026221568 437441 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 494683 437441 2400 595 0 479350 0
Current children cumulated CPU time: 24.92 s
Current children cumulated vsize: 1978732 KiB
Current children cumulated memory: 1749764 KiB

[startup+51.1132 s]
/proc/loadavg: 3.67 1.48 0.61 5/253 197756
/proc/meminfo: memFree=126929212/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1978732 memory=1750148 CPUtime=50.39 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 218989 0 0 0 4961 78 0 0 20 0 1 0 241656348 2026221568 437537 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 494683 437537 2400 595 0 479350 0
Current children cumulated CPU time: 50.39 s
Current children cumulated vsize: 1978732 KiB
Current children cumulated memory: 1750148 KiB

[startup+102.3 s]
/proc/loadavg: 3.93 1.89 0.79 5/254 197893
/proc/meminfo: memFree=126763376/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2058500 memory=1863448 CPUtime=101.36 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 230447 0 0 0 10048 88 0 0 20 0 1 0 241656348 2107904000 465862 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 514625 465862 2464 595 0 499292 0
Current children cumulated CPU time: 101.36 s
Current children cumulated vsize: 2058500 KiB
Current children cumulated memory: 1863448 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 2.31 1.01 5/254 197939
/proc/meminfo: memFree=126714060/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2072852 memory=1880124 CPUtime=161.18 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 232969 0 0 0 16028 90 0 0 20 0 1 0 241656348 2122600448 470031 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 518213 470031 2464 595 0 502880 0
Current children cumulated CPU time: 161.18 s
Current children cumulated vsize: 2072852 KiB
Current children cumulated memory: 1880124 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 2.63 1.20 5/255 197987
/proc/meminfo: memFree=126605360/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2109376 memory=1916324 CPUtime=221 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 233862 0 0 0 22007 93 0 0 20 0 1 0 241656348 2160001024 479081 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 527344 479081 2464 595 0 512011 0
Current children cumulated CPU time: 221 s
Current children cumulated vsize: 2109376 KiB
Current children cumulated memory: 1916324 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.90 1.39 5/252 197989
/proc/meminfo: memFree=126605424/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2084592 memory=1891324 CPUtime=280.82 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 235534 0 0 0 27989 93 0 0 20 0 1 0 241656348 2134622208 472831 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 521148 472831 2464 595 0 505815 0
Current children cumulated CPU time: 280.82 s
Current children cumulated vsize: 2084592 KiB
Current children cumulated memory: 1891324 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.12 1.56 5/252 198035
/proc/meminfo: memFree=120545224/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2086080 memory=1892824 CPUtime=340.64 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 236571 0 0 0 33967 97 0 0 20 0 1 0 241656348 2136145920 473206 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 521520 473206 2464 595 0 506187 0
Current children cumulated CPU time: 340.64 s
Current children cumulated vsize: 2086080 KiB
Current children cumulated memory: 1892824 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.30 1.72 5/251 198083
/proc/meminfo: memFree=120823648/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2088644 memory=1896696 CPUtime=400.48 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 236750 0 0 0 39949 99 0 0 20 0 1 0 241656348 2138771456 474174 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 522161 474174 2464 595 0 506828 0
Current children cumulated CPU time: 400.48 s
Current children cumulated vsize: 2088644 KiB
Current children cumulated memory: 1896696 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.44 1.87 5/251 198085
/proc/meminfo: memFree=110477504/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2094880 memory=1902584 CPUtime=460.31 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 239028 0 0 0 45930 101 0 0 20 0 1 0 241656348 2145157120 475646 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 523720 475646 2464 595 0 508387 0
Current children cumulated CPU time: 460.31 s

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

Current children cumulated memory: 1965708 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.11 4.01 6/251 198268
/proc/meminfo: memFree=126258224/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1965708 CPUtime=2973.84 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 278140 0 0 0 297208 176 0 0 20 0 1 0 241656348 2182967296 491427 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 491427 2464 595 0 517618 0
Current children cumulated CPU time: 2973.84 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1965708 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.10 4.01 6/250 198277
/proc/meminfo: memFree=126266040/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1965708 CPUtime=3033.69 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 279508 0 0 0 303191 178 0 0 20 0 1 0 241656348 2182967296 491427 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 491427 2464 595 0 517618 0
Current children cumulated CPU time: 3033.69 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1965708 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.09 4.01 6/250 198279
/proc/meminfo: memFree=126251384/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3093.53 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 280044 0 0 0 309174 179 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3093.53 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3162.3 s]
/proc/loadavg: 4.47 4.19 4.04 6/250 198281
/proc/meminfo: memFree=126253424/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3153.38 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 280573 0 0 0 315158 180 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3153.38 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.29 4.09 6/250 198283
/proc/meminfo: memFree=126250392/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3213.22 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 281101 0 0 0 321141 181 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3213.22 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.25 4.09 6/250 198285
/proc/meminfo: memFree=126251280/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3273.07 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 282253 0 0 0 327124 183 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.22 4.09 6/249 198287
/proc/meminfo: memFree=126235672/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2164576 memory=2002464 CPUtime=3332.92 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 284052 0 0 0 333106 186 0 0 20 0 1 0 241656348 2216525824 500616 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 541144 500616 2464 595 0 525811 0
Current children cumulated CPU time: 3332.92 s
Current children cumulated vsize: 2164576 KiB
Current children cumulated memory: 2002464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.19 4.09 6/250 198290
/proc/meminfo: memFree=126235080/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3392.77 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 285109 0 0 0 339089 188 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3392.77 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.17 4.09 6/250 198292
/proc/meminfo: memFree=126241212/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3452.61 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 286166 0 0 0 345071 190 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3452.61 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.16 4.09 6/250 198294
/proc/meminfo: memFree=126240404/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3512.45 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 288099 0 0 0 351053 192 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3512.45 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.16 4.09 6/250 198341
/proc/meminfo: memFree=126780952/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3572.29 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 288099 0 0 0 357036 193 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3572.29 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.18 4.17 4.10 6/251 198349
/proc/meminfo: memFree=126743856/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=2131804 memory=1969804 CPUtime=3600.03 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 288797 0 0 0 359809 194 0 0 20 0 1 0 241656348 2182967296 492451 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 532951 492451 2464 595 0 517618 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2131804 KiB
Current children cumulated memory: 1969804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.31 s, system=1.95136 s

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

[startup+3610.2 s]
/proc/loadavg: 4.18 4.17 4.10 6/251 198349
/proc/meminfo: memFree=126743856/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1592556 memory=1441048 CPUtime=3600.12 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 288835 0 0 0 359818 194 0 0 20 0 1 0 241656348 1630777344 360262 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 398139 360262 2528 595 0 382806 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 1592556 KiB
Current children cumulated memory: 1441048 KiB

[startup+3610.3 s]
/proc/loadavg: 4.18 4.17 4.10 6/251 198349
/proc/meminfo: memFree=126743856/131382116 swapFree=33009904/33010684
[pid=197627] ppid=197624 vsize=1592556 memory=1441048 CPUtime=3600.22 cores=1,3
/proc/197627/stat : 197627 (SynLSCD-PS) R 197624 197627 197360 0 -1 4194304 288845 0 0 0 359828 194 0 0 20 0 1 0 241656348 1630777344 360262 18446744073709551615 94900914425856 94900916861273 140728946615168 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94900917341432 94900917374464 94900954345472 140728946616701 140728946616839 140728946616839 140728946622443 0
/proc/197627/statm: 398139 360262 2528 595 0 382806 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 1592556 KiB
Current children cumulated memory: 1441048 KiB

Child status: 0

Real time (s): 3610.33
CPU time (s): 3600.26
CPU user time (s): 3598.31
CPU system time (s): 1.95136
CPU usage (%): 99.7211
Max. virtual memory (cumulated for all children) (KiB): 2164576
Max. memory (cumulated for all children) (KiB): 2002464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.31
system time used= 1.95136
maximum resident set size= 2002464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288872
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= 203
involuntary context switches= 1505


# summary of solver processes directly reported to runsolver:
#   pid: 197627
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3598.31
#   total CPU system time (s): 1.95136

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1749 second user time and 33.7405 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 10:36:09
IDJOB=4546261
IDBENCH=155532
IDSOLVER=3422
FILE ID=nodeC004/4546261-1753259767
RUNJOBID= nodeC004-1753259701-197379
SLURM_JOB_ID= 9689159
Free space on /tmp= 432960 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.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-4546261-1753259767/watcher-4546261-1753259767 -o /tmp/evaluation-result-4546261-1753259767/solver-4546261-1753259767 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753259701-197379 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546261-1753259767.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=381433518

nodeC004 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.622
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.74
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.267
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.74
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.507
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.74
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.214
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.74
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.635
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.74
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.465
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.74
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		: 3700.000
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.74
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.372
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128779828 kB
MemAvailable:   129571536 kB
Buffers:            2128 kB
Cached:          1539688 kB
SwapCached:           32 kB
Active:          1357404 kB
Inactive:         472804 kB
Active(anon):     304056 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   462336 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51424 kB
Writeback:             0 kB
AnonPages:        291500 kB
Mapped:           117360 kB
Shmem:             26132 kB
KReclaimable:     231304 kB
Slab:             324084 kB
SReclaimable:     231304 kB
SUnreclaim:        92780 kB
KernelStack:        4048 kB
PageTables:         3700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     647956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432960 MiB
End job on nodeC004 at 2025-07-23 11:36:22