Trace number 4546263

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.28 3612.92

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-147.opb
MD5SUM68b1290c926351b4227086ab823cce81
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42127
Total number of constraints974306
Number of constraints which are clauses875463
Number of constraints which are cardinality constraints (but not clauses)3062
Number of constraints which are nor clauses,nor cardinality constraints95781
Minimum length of a constraint2
Maximum length of a constraint627
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 628
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.75/4.50	c intsize: 10
6.55/7.39	c 975848 constraints
6.55/7.39	c Finish cloning data from SAT to LS
6.55/7.39	c restart_num_ls  -100000 0
70.93/71.91	c Use LS-small
70.93/71.91	c update_LS_target_phase-runLS-restart
1034.50/1039.12	c restart_num_ls  0 2073
1034.50/1039.12	c LS 90 32
1096.36/1101.29	c Use LS-small
1096.36/1101.29	c update_LS_target_phase-runLS-restart
1279.45/1285.01	c restart_num_ls  2073 3069
1279.45/1285.01	c LS 80 36
1348.68/1354.53	c Use LS-small
1348.68/1354.53	c update_LS_target_phase-runLS-restart
1526.31/1532.88	c restart_num_ls  3069 3898
1526.31/1532.88	c LS 70 99
1591.88/1598.61	c Use LS-small
1591.88/1598.61	c update_LS_target_phase-runLS-restart
2477.50/2487.05	c restart_num_ls  3898 5720
2477.50/2487.05	c LS 60 18
2543.09/2552.80	c Use LS-small
2543.09/2552.80	c update_LS_target_phase-runLS-restart
3600.05/3612.70	c Program interrupted by user.
3600.05/3612.70	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: 63794 MiB (62627 MiB free)
  memory of node 1: 64507 MiB (62326 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=162691, runsolver pid=162682

[startup+0.100105 s]*
/proc/loadavg: 3.17 1.01 0.41 1/245 162693
/proc/meminfo: memFree=127952356/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=7416 memory=256 CPUtime=0 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) D 162682 162691 162312 0 -1 4456448 71 0 0 0 0 0 0 0 20 0 1 0 241657251 7593984 64 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 1854 64 64 595 0 1040 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 7416 KiB
Current children cumulated memory: 256 KiB

[startup+0.213464 s]*
/proc/loadavg: 3.17 1.01 0.41 2/245 162693
/proc/meminfo: memFree=127925548/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=17104 memory=512 CPUtime=0 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) D 162682 162691 162312 0 -1 4456448 83 0 0 0 0 0 0 0 20 0 1 0 241657251 17514496 128 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.31268 s]*
/proc/loadavg: 3.17 1.01 0.41 2/245 162693
/proc/meminfo: memFree=127934432/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=17104 memory=512 CPUtime=0 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) D 162682 162691 162312 0 -1 4456448 83 0 0 0 0 0 0 0 20 0 1 0 241657251 17514496 128 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.700262 s]
/proc/loadavg: 3.17 1.01 0.41 4/247 162695
/proc/meminfo: memFree=127926384/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=60700 memory=1664 CPUtime=0.01 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) D 162682 162691 162312 0 -1 4194304 156 0 0 0 0 1 0 0 20 0 1 0 241657251 62156800 416 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 0 1 0 0 17 7 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 15175 416 384 595 0 1154 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 60700 KiB
Current children cumulated memory: 1664 KiB

[startup+1.50028 s]
/proc/loadavg: 3.32 1.08 0.44 3/245 162696
/proc/meminfo: memFree=127870056/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=126940 memory=59896 CPUtime=0.78 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 8038 0 0 0 73 5 0 0 20 0 1 0 241657251 129986560 14974 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 31735 14974 2208 595 0 16402 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 126940 KiB
Current children cumulated memory: 59896 KiB

[startup+3.11281 s]
/proc/loadavg: 3.32 1.08 0.44 4/246 162704
/proc/meminfo: memFree=127705524/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=187852 memory=129840 CPUtime=2.37 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 20518 0 0 0 227 10 0 0 20 0 1 0 241657251 192360448 32460 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 46963 32460 2208 595 0 31630 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 187852 KiB
Current children cumulated memory: 129840 KiB
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 3.37 1.13 0.46 5/252 162720
/proc/meminfo: memFree=125963920/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1252016 memory=1127140 CPUtime=5.56 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 102298 0 0 0 511 45 0 0 20 0 1 0 241657251 1282064384 281785 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 313004 281785 2336 595 0 297671 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 1252016 KiB
Current children cumulated memory: 1127140 KiB

[startup+12.7004 s]
/proc/loadavg: 3.42 1.18 0.48 5/252 162720
/proc/meminfo: memFree=124502264/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1845900 memory=1622352 CPUtime=11.93 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 203770 0 0 0 1128 65 0 0 20 0 1 0 241657251 1890201600 405588 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 461475 405588 2400 595 0 446142 0
Current children cumulated CPU time: 11.93 s
Current children cumulated vsize: 1845900 KiB
Current children cumulated memory: 1622352 KiB

[startup+25.5004 s]
/proc/loadavg: 3.58 1.29 0.52 5/253 162752
/proc/meminfo: memFree=124665940/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1845900 memory=1622608 CPUtime=24.69 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 203899 0 0 0 2404 65 0 0 20 0 1 0 241657251 1890201600 405652 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 461475 405652 2400 595 0 446142 0
Current children cumulated CPU time: 24.69 s
Current children cumulated vsize: 1845900 KiB
Current children cumulated memory: 1622608 KiB

[startup+51.1132 s]
/proc/loadavg: 3.75 1.55 0.63 5/253 162752
/proc/meminfo: memFree=124651172/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1845900 memory=1622736 CPUtime=50.21 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 203928 0 0 0 4956 65 0 0 20 0 1 0 241657251 1890201600 405684 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 461475 405684 2400 595 0 446142 0
Current children cumulated CPU time: 50.21 s
Current children cumulated vsize: 1845900 KiB
Current children cumulated memory: 1622736 KiB

[startup+102.3 s]
/proc/loadavg: 4.01 1.96 0.82 5/253 162754
/proc/meminfo: memFree=124378352/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1931464 memory=1742368 CPUtime=101.21 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 214390 0 0 0 10051 70 0 0 20 0 1 0 241657251 1977819136 435592 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 482866 435592 2432 595 0 467533 0
Current children cumulated CPU time: 101.21 s
Current children cumulated vsize: 1931464 KiB
Current children cumulated memory: 1742368 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 2.35 1.03 5/252 162756
/proc/meminfo: memFree=124340648/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1938444 memory=1752948 CPUtime=160.97 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 216136 0 0 0 16025 72 0 0 20 0 1 0 241657251 1984966656 438237 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 484611 438237 2432 595 0 469278 0
Current children cumulated CPU time: 160.97 s
Current children cumulated vsize: 1938444 KiB
Current children cumulated memory: 1752948 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.67 1.22 5/252 162758
/proc/meminfo: memFree=124290520/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1943496 memory=1758008 CPUtime=220.74 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 217947 0 0 0 22000 74 0 0 20 0 1 0 241657251 1990139904 439502 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 485874 439502 2432 595 0 470541 0
Current children cumulated CPU time: 220.74 s
Current children cumulated vsize: 1943496 KiB
Current children cumulated memory: 1758008 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 2.94 1.41 5/250 162761
/proc/meminfo: memFree=124269264/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1945092 memory=1759604 CPUtime=280.51 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 218976 0 0 0 27975 76 0 0 20 0 1 0 241657251 1991774208 439901 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 486273 439901 2432 595 0 470940 0
Current children cumulated CPU time: 280.51 s
Current children cumulated vsize: 1945092 KiB
Current children cumulated memory: 1759604 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.15 1.58 5/250 162763
/proc/meminfo: memFree=124264052/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1948348 memory=1764888 CPUtime=340.28 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 220849 0 0 0 33950 78 0 0 20 0 1 0 241657251 1995108352 441222 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 487087 441222 2432 595 0 471754 0
Current children cumulated CPU time: 340.28 s
Current children cumulated vsize: 1948348 KiB
Current children cumulated memory: 1764888 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.34 1.75 5/250 162765
/proc/meminfo: memFree=124238772/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1949780 memory=1766340 CPUtime=400.05 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 222263 0 0 0 39925 80 0 0 20 0 1 0 241657251 1996574720 441585 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 487445 441585 2432 595 0 472112 0
Current children cumulated CPU time: 400.05 s
Current children cumulated vsize: 1949780 KiB
Current children cumulated memory: 1766340 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.48 1.89 5/250 162767
/proc/meminfo: memFree=124235376/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1949780 memory=1766348 CPUtime=459.82 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 223540 0 0 0 45899 83 0 0 20 0 1 0 241657251 1996574720 441587 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 487445 441587 2432 595 0 472112 0

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

Current children cumulated memory: 1869776 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.01 5/252 162915
/proc/meminfo: memFree=123908672/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2008412 memory=1870000 CPUtime=2971.36 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 264575 0 0 0 296985 151 0 0 20 0 1 0 241657251 2056613888 467500 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502103 467500 2432 595 0 486770 0
Current children cumulated CPU time: 2971.36 s
Current children cumulated vsize: 2008412 KiB
Current children cumulated memory: 1870000 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/250 162917
/proc/meminfo: memFree=123886760/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010252 memory=1871808 CPUtime=3031.2 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 265558 0 0 0 302968 152 0 0 20 0 1 0 241657251 2058498048 467952 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502563 467952 2432 595 0 487230 0
Current children cumulated CPU time: 3031.2 s
Current children cumulated vsize: 2010252 KiB
Current children cumulated memory: 1871808 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.12 4.02 5/252 162923
/proc/meminfo: memFree=123891600/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010252 memory=1871852 CPUtime=3091.04 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 266614 0 0 0 308950 154 0 0 20 0 1 0 241657251 2058498048 467963 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502563 467963 2432 595 0 487230 0
Current children cumulated CPU time: 3091.04 s
Current children cumulated vsize: 2010252 KiB
Current children cumulated memory: 1871852 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.02 5/252 162925
/proc/meminfo: memFree=123901588/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010252 memory=1871852 CPUtime=3150.87 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 267822 0 0 0 314931 156 0 0 20 0 1 0 241657251 2058498048 467963 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502563 467963 2432 595 0 487230 0
Current children cumulated CPU time: 3150.87 s
Current children cumulated vsize: 2010252 KiB
Current children cumulated memory: 1871852 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/252 162927
/proc/meminfo: memFree=123890276/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010636 memory=1872236 CPUtime=3210.71 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 268593 0 0 0 320913 158 0 0 20 0 1 0 241657251 2058891264 468059 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502659 468059 2432 595 0 487326 0
Current children cumulated CPU time: 3210.71 s
Current children cumulated vsize: 2010636 KiB
Current children cumulated memory: 1872236 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.02 5/252 162929
/proc/meminfo: memFree=123884416/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010636 memory=1872240 CPUtime=3270.55 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 269652 0 0 0 326895 160 0 0 20 0 1 0 241657251 2058891264 468060 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502659 468060 2432 595 0 487326 0
Current children cumulated CPU time: 3270.55 s
Current children cumulated vsize: 2010636 KiB
Current children cumulated memory: 1872240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.03 5/252 162931
/proc/meminfo: memFree=123859812/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2010936 memory=1872500 CPUtime=3330.38 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 270255 0 0 0 332876 162 0 0 20 0 1 0 241657251 2059198464 468125 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 502734 468125 2432 595 0 487401 0
Current children cumulated CPU time: 3330.38 s
Current children cumulated vsize: 2010936 KiB
Current children cumulated memory: 1872500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.09 4.02 5/250 162933
/proc/meminfo: memFree=123860064/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2040144 memory=1902564 CPUtime=3390.23 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 271788 0 0 0 338854 169 0 0 20 0 1 0 241657251 2089107456 475641 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 510036 475641 2432 595 0 494703 0
Current children cumulated CPU time: 3390.23 s
Current children cumulated vsize: 2040144 KiB
Current children cumulated memory: 1902564 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.20 4.06 5/251 162937
/proc/meminfo: memFree=123825156/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2040144 memory=1902564 CPUtime=3450.06 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 272986 0 0 0 344835 171 0 0 20 0 1 0 241657251 2089107456 475641 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 510036 475641 2432 595 0 494703 0
Current children cumulated CPU time: 3450.06 s
Current children cumulated vsize: 2040144 KiB
Current children cumulated memory: 1902564 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.29 4.10 5/251 162939
/proc/meminfo: memFree=123833776/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2040144 memory=1902564 CPUtime=3509.9 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 273138 0 0 0 350819 171 0 0 20 0 1 0 241657251 2089107456 475641 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 510036 475641 2432 595 0 494703 0
Current children cumulated CPU time: 3509.9 s
Current children cumulated vsize: 2040144 KiB
Current children cumulated memory: 1902564 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.25 4.10 5/252 162947
/proc/meminfo: memFree=123833744/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2040144 memory=1902564 CPUtime=3569.74 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 273139 0 0 0 356802 172 0 0 20 0 1 0 241657251 2089107456 475641 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 510036 475641 2432 595 0 494703 0
Current children cumulated CPU time: 3569.74 s
Current children cumulated vsize: 2040144 KiB
Current children cumulated memory: 1902564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.23 4.24 4.10 4/248 162949
/proc/meminfo: memFree=126022092/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=2040144 memory=1902564 CPUtime=3600.05 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 274196 0 0 0 359831 174 0 0 20 0 1 0 241657251 2089107456 475641 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 510036 475641 2432 595 0 494703 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2040144 KiB
Current children cumulated memory: 1902564 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.52 s, system=1.75634 s

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

[startup+3612.8 s]
/proc/loadavg: 4.23 4.24 4.10 4/248 162949
/proc/meminfo: memFree=126022092/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1499856 memory=1373036 CPUtime=3600.14 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 274238 0 0 0 359840 174 0 0 20 0 1 0 241657251 1535852544 343259 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 374964 343259 2528 595 0 359631 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 1499856 KiB
Current children cumulated memory: 1373036 KiB

[startup+3612.9 s]
/proc/loadavg: 4.23 4.24 4.10 4/248 162949
/proc/meminfo: memFree=126022092/131382112 swapFree=33010160/33010684
[pid=162691] ppid=162682 vsize=1496268 memory=1369332 CPUtime=3600.25 cores=5,7
/proc/162691/stat : 162691 (SynLSCD-PS) R 162682 162691 162312 0 -1 4194304 274249 0 0 0 359850 175 0 0 20 0 1 0 241657251 1532178432 342333 18446744073709551615 94884779634688 94884782070105 140724101172144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94884782550264 94884782583296 94884809670656 140724101179773 140724101179911 140724101179911 140724101185515 0
/proc/162691/statm: 374067 342333 2528 595 0 358734 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 1496268 KiB
Current children cumulated memory: 1369332 KiB

Child status: 0

Real time (s): 3612.92
CPU time (s): 3600.28
CPU user time (s): 3598.52
CPU system time (s): 1.75634
CPU usage (%): 99.65
Max. virtual memory (cumulated for all children) (KiB): 2072916
Max. memory (cumulated for all children) (KiB): 1935280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.52
system time used= 1.75634
maximum resident set size= 1935280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274277
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= 243
involuntary context switches= 1629


# summary of solver processes directly reported to runsolver:
#   pid: 162691
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3598.52
#   total CPU system time (s): 1.75634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9292 second user time and 37.6929 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 10:36:10
IDJOB=4546263
IDBENCH=155524
IDSOLVER=3422
FILE ID=nodeC009/4546263-1753259766
RUNJOBID= nodeC009-1753259701-162333
SLURM_JOB_ID= 9689164
Free space on /tmp= 432112 MiB

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

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

MD5SUM BENCH= 68b1290c926351b4227086ab823cce81
RANDOM SEED=381433518

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127919456 kB
MemAvailable:   129340920 kB
Buffers:            2144 kB
Cached:          2138020 kB
SwapCached:           24 kB
Active:          1207808 kB
Inactive:        1000672 kB
Active(anon):      90364 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   996592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            104732 kB
Writeback:             0 kB
AnonPages:         71452 kB
Mapped:           108228 kB
Shmem:             26128 kB
KReclaimable:     293724 kB
Slab:             386932 kB
SReclaimable:     293724 kB
SUnreclaim:        93208 kB
KernelStack:        3968 kB
PageTables:         3036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     345148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432188 MiB
End job on nodeC009 at 2025-07-23 11:36:28