Trace number 4503687

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-06-01? (TO) 3600.27 3610.84

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

2.76/2.88	c #vars 44846 #constraints 989877 22.0728 1
5.95/6.00	c 989877 constraints
5.95/6.00	c Finish cloning data from SAT to LS
5.95/6.00	c restart_num_ls  -100000 0
65.94/66.20	c Use LS-small
65.94/66.20	c update_LS_target_phase-runLS
530.17/531.97	c restart_num_ls  0 4093
530.17/531.97	c LS 90 86
590.21/592.14	c Use LS-small
590.21/592.14	c update_LS_target_phase-runLS
689.31/691.59	c restart_num_ls  4093 4605
689.31/691.59	c LS 80 13
749.34/751.76	c Use LS-small
749.34/751.76	c update_LS_target_phase-runLS
1400.79/1405.02	c restart_num_ls  4605 7164
1400.79/1405.02	c LS 70 52
1460.71/1465.19	c Use LS-small
1460.71/1465.19	c update_LS_target_phase-runLS
1625.98/1630.84	c restart_num_ls  7164 7929
1625.98/1630.84	c LS 60 94
1686.01/1691.02	c Use LS-small
1686.01/1691.02	c update_LS_target_phase-runLS
3600.02/3610.60	c Program interrupted by user.
3600.02/3610.60	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=23202, runsolver pid=23199
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.79 3.05 3.68 5/261 23208
/proc/meminfo: memFree=129816856/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=118132 memory=47044 CPUtime=0.08 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 5755 0 0 0 7 1 0 0 20 0 1 0 32685130 120967168 11761 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 29533 11761 2208 595 0 14200 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 118132 KiB
Current children cumulated memory: 47044 KiB

[startup+0.205426 s]*
/proc/loadavg: 1.79 3.05 3.68 5/261 23208
/proc/meminfo: memFree=129776484/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=122884 memory=54008 CPUtime=0.18 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 6996 0 0 0 17 1 0 0 20 0 1 0 32685130 125833216 13502 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 30721 13502 2208 595 0 15388 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 122884 KiB
Current children cumulated memory: 54008 KiB

[startup+0.305396 s]*
/proc/loadavg: 1.79 3.05 3.68 5/261 23208
/proc/meminfo: memFree=129728372/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=127772 memory=60860 CPUtime=0.27 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 8266 0 0 0 26 1 0 0 20 0 1 0 32685130 130838528 15215 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 31943 15215 2208 595 0 16610 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 127772 KiB
Current children cumulated memory: 60860 KiB

[startup+0.70018 s]
/proc/loadavg: 1.79 3.05 3.68 5/261 23208
/proc/meminfo: memFree=129545908/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=145964 memory=87028 CPUtime=0.66 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 12898 0 0 0 64 2 0 0 20 0 1 0 32685130 149467136 21757 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 36491 21757 2208 595 0 21158 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 145964 KiB
Current children cumulated memory: 87028 KiB

[startup+1.50018 s]
/proc/loadavg: 1.79 3.05 3.68 5/259 23208
/proc/meminfo: memFree=129251636/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=218228 memory=138840 CPUtime=1.47 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 23133 0 0 0 141 6 0 0 20 0 1 0 32685130 223465472 34710 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 54557 34710 2208 595 0 39224 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 218228 KiB
Current children cumulated memory: 138840 KiB

[startup+3.10529 s]
/proc/loadavg: 1.79 3.05 3.68 5/264 23218
/proc/meminfo: memFree=128608376/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=366328 memory=286616 CPUtime=3.06 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 46676 0 0 0 294 12 0 0 20 0 1 0 32685130 375119872 71654 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 91582 71654 2272 595 0 76249 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 366328 KiB
Current children cumulated memory: 286616 KiB

[startup+6.30016 s]
/proc/loadavg: 1.97 3.07 3.68 5/264 23218
/proc/meminfo: memFree=125684428/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=1969856 memory=1742824 CPUtime=6.25 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 219512 0 0 0 563 62 0 0 20 0 1 0 32685130 2017132544 435706 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 492464 435706 2464 595 0 477131 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1742824 KiB

[startup+12.7002 s]
/proc/loadavg: 2.13 3.09 3.69 5/264 23218
/proc/meminfo: memFree=125140472/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=1969856 memory=1749128 CPUtime=12.62 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 219632 0 0 0 1196 66 0 0 20 0 1 0 32685130 2017132544 437282 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 492464 437282 2464 595 0 477131 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1749128 KiB

[startup+25.5002 s]
/proc/loadavg: 2.62 3.15 3.70 5/264 23218
/proc/meminfo: memFree=123110728/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=1969856 memory=1749640 CPUtime=25.38 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 219830 0 0 0 2463 75 0 0 20 0 1 0 32685130 2017132544 437410 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 492464 437410 2464 595 0 477131 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1749640 KiB

[startup+51.1056 s]
/proc/loadavg: 3.09 3.22 3.71 5/264 23219
/proc/meminfo: memFree=114921468/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=1969856 memory=1750024 CPUtime=50.9 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 219950 0 0 0 4997 93 0 0 20 0 1 0 32685130 2017132544 437506 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 492464 437506 2464 595 0 477131 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1969856 KiB
Current children cumulated memory: 1750024 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 3.35 3.73 5/265 23222
/proc/meminfo: memFree=109682032/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2053928 memory=1862456 CPUtime=101.91 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 231482 0 0 0 10085 106 0 0 20 0 1 0 32685130 2103222272 465614 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 513482 465614 2496 595 0 498149 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 2053928 KiB
Current children cumulated memory: 1862456 KiB

[startup+162.3 s]
/proc/loadavg: 3.98 3.50 3.76 5/265 23224
/proc/meminfo: memFree=109496864/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2059756 memory=1867892 CPUtime=161.71 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 233219 0 0 0 16064 107 0 0 20 0 1 0 32685130 2109190144 466973 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 514939 466973 2496 595 0 499606 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 2059756 KiB
Current children cumulated memory: 1867892 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 3.60 3.78 5/265 23230
/proc/meminfo: memFree=109491748/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2060236 memory=1868440 CPUtime=221.5 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 234399 0 0 0 22042 108 0 0 20 0 1 0 32685130 2109681664 467110 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 515059 467110 2496 595 0 499726 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 2060236 KiB
Current children cumulated memory: 1868440 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.70 3.81 5/265 23232
/proc/meminfo: memFree=109415300/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2062608 memory=1871368 CPUtime=281.31 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 236194 0 0 0 28021 110 0 0 20 0 1 0 32685130 2112110592 467842 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 515652 467842 2496 595 0 500319 0
Current children cumulated CPU time: 281.31 s
Current children cumulated vsize: 2062608 KiB
Current children cumulated memory: 1871368 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.78 3.83 5/264 23234
/proc/meminfo: memFree=109398400/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2063588 memory=1874520 CPUtime=341.12 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 236986 0 0 0 34002 110 0 0 20 0 1 0 32685130 2113114112 468630 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 515897 468630 2496 595 0 500564 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 2063588 KiB
Current children cumulated memory: 1874520 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.85 3.85 5/264 23236
/proc/meminfo: memFree=109355412/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2064252 memory=1875160 CPUtime=400.96 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 237154 0 0 0 39985 111 0 0 20 0 1 0 32685130 2113794048 468790 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 516063 468790 2496 595 0 500730 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 2064252 KiB
Current children cumulated memory: 1875160 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.90 3.87 5/263 23238
/proc/meminfo: memFree=109272532/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2064660 memory=1875924 CPUtime=460.77 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 238136 0 0 0 45965 112 0 0 20 0 1 0 32685130 2114211840 468981 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 516165 468981 2496 595 0 500832 0
Current children cumulated CPU time: 460.77 s

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

Current children cumulated memory: 1962084 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.14 4.08 5/264 23400
/proc/meminfo: memFree=107765612/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2116188 memory=1962084 CPUtime=2913.91 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 280629 0 0 0 291063 328 0 0 20 0 1 0 32685130 2166976512 490521 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529047 490521 2496 595 0 513714 0
Current children cumulated CPU time: 2913.91 s
Current children cumulated vsize: 2116188 KiB
Current children cumulated memory: 1962084 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.13 4.08 5/264 23404
/proc/meminfo: memFree=107756696/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2116732 memory=1962636 CPUtime=2973.72 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 281264 0 0 0 297043 329 0 0 20 0 1 0 32685130 2167533568 490659 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529183 490659 2496 595 0 513850 0
Current children cumulated CPU time: 2973.72 s
Current children cumulated vsize: 2116732 KiB
Current children cumulated memory: 1962636 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.12 4.08 5/263 23406
/proc/meminfo: memFree=107754636/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2116980 memory=1962892 CPUtime=3033.53 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 281550 0 0 0 303024 329 0 0 20 0 1 0 32685130 2167787520 490723 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529245 490723 2496 595 0 513912 0
Current children cumulated CPU time: 3033.53 s
Current children cumulated vsize: 2116980 KiB
Current children cumulated memory: 1962892 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.11 4.08 5/262 23407
/proc/meminfo: memFree=107754152/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2116980 memory=1962924 CPUtime=3093.33 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 283219 0 0 0 309002 331 0 0 20 0 1 0 32685130 2167787520 490731 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529245 490731 2496 595 0 513912 0
Current children cumulated CPU time: 3093.33 s
Current children cumulated vsize: 2116980 KiB
Current children cumulated memory: 1962924 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.08 5/262 23409
/proc/meminfo: memFree=107743396/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2116980 memory=1962924 CPUtime=3153.14 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 283769 0 0 0 314982 332 0 0 20 0 1 0 32685130 2167787520 490731 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529245 490731 2496 595 0 513912 0
Current children cumulated CPU time: 3153.14 s
Current children cumulated vsize: 2116980 KiB
Current children cumulated memory: 1962924 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 23427
/proc/meminfo: memFree=107674952/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2117196 memory=1963124 CPUtime=3212.95 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 284333 0 0 0 320962 333 0 0 20 0 1 0 32685130 2168008704 490781 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529299 490781 2496 595 0 513966 0
Current children cumulated CPU time: 3212.95 s
Current children cumulated vsize: 2117196 KiB
Current children cumulated memory: 1963124 KiB

[startup+3282.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/263 23429
/proc/meminfo: memFree=107668036/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2117196 memory=1963124 CPUtime=3272.76 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 284481 0 0 0 326932 344 0 0 20 0 1 0 32685130 2168008704 490781 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 529299 490781 2496 595 0 513966 0
Current children cumulated CPU time: 3272.76 s
Current children cumulated vsize: 2117196 KiB
Current children cumulated memory: 1963124 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 23433
/proc/meminfo: memFree=107606044/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3332.58 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286522 0 0 0 332910 348 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3332.58 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 23435
/proc/meminfo: memFree=107595204/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3392.39 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286612 0 0 0 338891 348 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3392.39 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 23437
/proc/meminfo: memFree=107561680/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3452.2 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286613 0 0 0 344872 348 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 23439
/proc/meminfo: memFree=107576872/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3512 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286613 0 0 0 350852 348 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3512 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 23444
/proc/meminfo: memFree=107572440/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3571.81 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286613 0 0 0 356833 348 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3571.81 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.11 4.09 4.09 4/263 23453
/proc/meminfo: memFree=109353872/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=2152972 memory=1998856 CPUtime=3600.02 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286613 0 0 0 359653 349 0 0 20 0 1 0 32685130 2204643328 499714 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 538243 499714 2496 595 0 522910 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2152972 KiB
Current children cumulated memory: 1998856 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=3.50303 s

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

[startup+3610.8 s]
/proc/loadavg: 4.11 4.09 4.09 4/263 23453
/proc/meminfo: memFree=109353872/131249996 swapFree=33010684/33010684
[pid=23202] ppid=23199 vsize=1600204 memory=1455076 CPUtime=3600.21 cores=4,6
/proc/23202/stat : 23202 (SynLSCD-PS) R 23199 23202 23149 0 -1 4194304 286662 0 0 0 359672 349 0 0 20 0 1 0 32685130 1638608896 363769 18446744073709551615 94460696137728 94460698572729 140729801736704 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94460699053304 94460699086336 94460705726464 140729801738592 140729801738728 140729801738728 140729801744330 0
/proc/23202/statm: 400051 363769 2560 595 0 384718 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 1600204 KiB
Current children cumulated memory: 1455076 KiB

Child status: 0

Real time (s): 3610.84
CPU time (s): 3600.27
CPU user time (s): 3596.76
CPU system time (s): 3.50303
CPU usage (%): 99.7071
Max. virtual memory (cumulated for all children) (KiB): 2152972
Max. memory (cumulated for all children) (KiB): 1998856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 3.50303
maximum resident set size= 1999112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286689
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= 228
involuntary context switches= 3333


# summary of solver processes directly reported to runsolver:
#   pid: 23202
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 3.50303

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.58048 second user time and 15.7958 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-29 06:07:47
IDJOB=4503687
IDBENCH=155532
IDSOLVER=3370
FILE ID=nodeC029/4503687-1751170067
RUNJOBID= nodeC029-1751170067-23160
SLURM_JOB_ID= 9587525
Free space on /tmp= 432904 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
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-4503687-1751170067/watcher-4503687-1751170067 -o /tmp/evaluation-result-4503687-1751170067/solver-4503687-1751170067 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751170067-23160 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4503687-1751170067.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=2119280922

nodeC029 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.718
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.786
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.942
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3586.272
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.704
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.015
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.111
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.720
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129917292 kB
MemAvailable:   129734352 kB
Buffers:            3280 kB
Cached:           627928 kB
SwapCached:            0 kB
Active:           346804 kB
Inactive:         371888 kB
Active(anon):     105868 kB
Inactive(anon):        0 kB
Active(file):     240936 kB
Inactive(file):   371888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            166304 kB
Writeback:             0 kB
AnonPages:         90444 kB
Mapped:           107900 kB
Shmem:             18060 kB
KReclaimable:      86952 kB
Slab:             170316 kB
SReclaimable:      86952 kB
SUnreclaim:        83364 kB
KernelStack:        4192 kB
PageTables:         2936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     397180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432672 MiB
End job on nodeC029 at 2025-06-29 07:07:58