Trace number 4546570

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.12 3609.92

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_comm/normalized-27diagcomm_less_teq.opb
MD5SUMe80427fd7184340cbc2fb1b3fd72520e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.750604
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4482
Total number of constraints6670
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2296
Minimum length of a constraint2
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c intsize: 55
0.00/0.10	c 8965 constraints
0.00/0.10	c Finish cloning data from SAT to LS
0.00/0.10	c restart_num_ls  -100000 0
3.87/3.91	c Use LS-small
3.87/3.91	c update_LS_target_phase-runLS-restart
552.34/553.85	c restart_num  0 303
552.34/553.85	c LS-restart 90 15
555.74/557.25	c Use LS-small
555.74/557.25	c update_LS_target_phase-runLS-restart
1165.69/1168.60	c restart_num  303 604
1165.69/1168.60	c LS-restart 80 41
1168.99/1171.99	c Use LS-small
1168.99/1171.99	c update_LS_target_phase-runLS-restart
1816.26/1820.85	c restart_num  604 906
1816.26/1820.85	c LS-restart 70 87
1819.65/1824.20	c Use LS-small
1819.65/1824.20	c update_LS_target_phase-runLS-restart
3041.44/3049.63	c restart_num  906 1207
3041.44/3049.63	c LS-restart 60 26
3045.94/3054.15	c Use LS-small
3045.94/3054.15	c update_LS_target_phase-runLS-restart
3478.25/3487.77	c restart_num  1207 1508
3478.25/3487.77	c LS-restart 50 64
3481.74/3491.20	c Use LS-small
3481.74/3491.20	c update_LS_target_phase-runLS-restart
3600.09/3609.90	c Program interrupted by user.
3600.09/3609.90	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 (62367 MiB free)
  memory of node 1: 64465 MiB (63217 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100056 s]*
/proc/loadavg: 4.25 4.16 4.05 5/263 175220
/proc/meminfo: memFree=128576720/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=0.09 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 8 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+0.205436 s]*
/proc/loadavg: 4.25 4.16 4.05 5/263 175220
/proc/meminfo: memFree=128574704/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=0.19 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 18 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+0.304817 s]*
/proc/loadavg: 4.23 4.15 4.05 5/263 175220
/proc/meminfo: memFree=128574704/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=0.29 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 28 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+0.700132 s]
/proc/loadavg: 4.23 4.15 4.05 5/263 175220
/proc/meminfo: memFree=128574704/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=0.68 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 67 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+1.50011 s]
/proc/loadavg: 4.23 4.15 4.05 5/263 175220
/proc/meminfo: memFree=128574704/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=1.48 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 147 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+3.10471 s]
/proc/loadavg: 4.23 4.15 4.05 5/263 175220
/proc/meminfo: memFree=128574788/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=102632 memory=28616 CPUtime=3.08 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 5780 0 0 0 307 1 0 0 20 0 1 0 242013874 105095168 7154 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 25658 7154 2400 595 0 10325 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 102632 KiB
Current children cumulated memory: 28616 KiB

[startup+6.30015 s]
/proc/loadavg: 4.21 4.15 4.05 5/264 175222
/proc/meminfo: memFree=128554752/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=111712 memory=43724 CPUtime=6.26 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 7981 0 0 0 624 2 0 0 20 0 1 0 242013874 114393088 10931 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 27928 10931 2464 595 0 12595 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 111712 KiB
Current children cumulated memory: 43724 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.15 4.04 5/264 175222
/proc/meminfo: memFree=128530576/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=133712 memory=65744 CPUtime=12.65 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 10640 0 0 0 1260 5 0 0 20 0 1 0 242013874 136921088 16436 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 33428 16436 2464 595 0 18095 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 133712 KiB
Current children cumulated memory: 65744 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.14 4.04 5/265 175274
/proc/meminfo: memFree=126164452/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=177292 memory=99708 CPUtime=25.42 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 15942 0 0 0 2531 11 0 0 20 0 1 0 242013874 181547008 24927 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 44323 24927 2464 595 0 28990 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 177292 KiB
Current children cumulated memory: 99708 KiB

[startup+51.1054 s]
/proc/loadavg: 4.21 4.16 4.05 5/265 175274
/proc/meminfo: memFree=123803384/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=192848 memory=131060 CPUtime=50.96 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 19718 0 0 0 5078 18 0 0 20 0 1 0 242013874 197476352 32765 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 48212 32765 2464 595 0 32879 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 192848 KiB
Current children cumulated memory: 131060 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.15 4.05 5/265 175276
/proc/meminfo: memFree=123118852/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=241952 memory=153128 CPUtime=102.03 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 22602 0 0 0 10170 33 0 0 20 0 1 0 242013874 247758848 38282 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 60488 38282 2464 595 0 45155 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 241952 KiB
Current children cumulated memory: 153128 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.05 5/264 175278
/proc/meminfo: memFree=123166556/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=242580 memory=153640 CPUtime=161.87 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 22732 0 0 0 16141 46 0 0 20 0 1 0 242013874 248401920 38410 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 60645 38410 2464 595 0 45312 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 242580 KiB
Current children cumulated memory: 153640 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.12 4.05 5/264 175280
/proc/meminfo: memFree=123119972/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=247344 memory=161404 CPUtime=221.7 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 23923 0 0 0 22110 60 0 0 20 0 1 0 242013874 253280256 40351 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 61836 40351 2464 595 0 46503 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 247344 KiB
Current children cumulated memory: 161404 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.11 4.05 5/265 175283
/proc/meminfo: memFree=123102772/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=248156 memory=163708 CPUtime=281.54 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 24180 0 0 0 28078 76 0 0 20 0 1 0 242013874 254111744 40927 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 62039 40927 2464 595 0 46706 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 248156 KiB
Current children cumulated memory: 163708 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.06 5/263 175285
/proc/meminfo: memFree=123044480/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=264536 memory=193308 CPUtime=341.39 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 28093 0 0 0 34052 87 0 0 20 0 1 0 242013874 270884864 48327 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 66134 48327 2464 595 0 50801 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 264536 KiB
Current children cumulated memory: 193308 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.09 4.05 5/263 175287
/proc/meminfo: memFree=122978456/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=270100 memory=198684 CPUtime=401.24 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 29418 0 0 0 40020 104 0 0 20 0 1 0 242013874 276582400 49671 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 67525 49671 2464 595 0 52192 0
Current children cumulated CPU time: 401.24 s
Current children cumulated vsize: 270100 KiB
Current children cumulated memory: 198684 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.11 4.06 5/263 175289
/proc/meminfo: memFree=122934296/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=273212 memory=202524 CPUtime=461.08 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 30226 0 0 0 45990 118 0 0 20 0 1 0 242013874 279769088 50631 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 68303 50631 2624 595 0 52970 0
Current children cumulated CPU time: 461.08 s

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

Current children cumulated memory: 387436 KiB

[startup+2922.3 s]
/proc/loadavg: 2.12 2.12 2.42 3/251 175485
/proc/meminfo: memFree=121372552/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493256 memory=387436 CPUtime=2914.52 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 63869 0 0 0 290817 635 0 0 20 0 1 0 242013874 505094144 96859 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123314 96859 2624 595 0 107981 0
Current children cumulated CPU time: 2914.52 s
Current children cumulated vsize: 493256 KiB
Current children cumulated memory: 387436 KiB

[startup+2982.3 s]
/proc/loadavg: 2.10 2.11 2.39 3/251 175487
/proc/meminfo: memFree=121323832/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493256 memory=387436 CPUtime=2974.34 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 63872 0 0 0 296787 647 0 0 20 0 1 0 242013874 505094144 96859 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123314 96859 2624 595 0 107981 0
Current children cumulated CPU time: 2974.34 s
Current children cumulated vsize: 493256 KiB
Current children cumulated memory: 387436 KiB

[startup+3042.3 s]
/proc/loadavg: 2.11 2.10 2.37 3/251 175489
/proc/meminfo: memFree=121247032/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493892 memory=388076 CPUtime=3034.17 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64054 0 0 0 302756 661 0 0 20 0 1 0 242013874 505745408 97019 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123473 97019 2624 595 0 108140 0
Current children cumulated CPU time: 3034.17 s
Current children cumulated vsize: 493892 KiB
Current children cumulated memory: 388076 KiB

[startup+3102.3 s]
/proc/loadavg: 2.09 2.10 2.35 3/253 175499
/proc/meminfo: memFree=121202068/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493892 memory=388076 CPUtime=3094 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64055 0 0 0 308726 674 0 0 20 0 1 0 242013874 505745408 97019 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123473 97019 2624 595 0 108140 0
Current children cumulated CPU time: 3094 s
Current children cumulated vsize: 493892 KiB
Current children cumulated memory: 388076 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.09 2.33 3/253 175501
/proc/meminfo: memFree=121117492/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493892 memory=388076 CPUtime=3153.82 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64055 0 0 0 314693 689 0 0 20 0 1 0 242013874 505745408 97019 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123473 97019 2624 595 0 108140 0
Current children cumulated CPU time: 3153.82 s
Current children cumulated vsize: 493892 KiB
Current children cumulated memory: 388076 KiB

[startup+3222.3 s]
/proc/loadavg: 2.06 2.09 2.32 3/253 175503
/proc/meminfo: memFree=121068948/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=493892 memory=388076 CPUtime=3213.65 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64055 0 0 0 320661 704 0 0 20 0 1 0 242013874 505745408 97019 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123473 97019 2624 595 0 108140 0
Current children cumulated CPU time: 3213.65 s
Current children cumulated vsize: 493892 KiB
Current children cumulated memory: 388076 KiB

[startup+3282.3 s]
/proc/loadavg: 2.07 2.08 2.30 3/253 175505
/proc/meminfo: memFree=121003848/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494732 memory=388972 CPUtime=3273.47 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64277 0 0 0 326628 719 0 0 20 0 1 0 242013874 506605568 97243 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123683 97243 2624 595 0 108350 0
Current children cumulated CPU time: 3273.47 s
Current children cumulated vsize: 494732 KiB
Current children cumulated memory: 388972 KiB

[startup+3342.3 s]
/proc/loadavg: 2.14 2.10 2.29 3/253 175507
/proc/meminfo: memFree=120940752/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494732 memory=388972 CPUtime=3333.29 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64278 0 0 0 332595 734 0 0 20 0 1 0 242013874 506605568 97243 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123683 97243 2624 595 0 108350 0
Current children cumulated CPU time: 3333.29 s
Current children cumulated vsize: 494732 KiB
Current children cumulated memory: 388972 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.09 2.27 3/251 175509
/proc/meminfo: memFree=120857876/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494732 memory=388972 CPUtime=3393.11 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64279 0 0 0 338564 747 0 0 20 0 1 0 242013874 506605568 97243 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123683 97243 2624 595 0 108350 0
Current children cumulated CPU time: 3393.11 s
Current children cumulated vsize: 494732 KiB
Current children cumulated memory: 388972 KiB

[startup+3462.3 s]
/proc/loadavg: 2.04 2.07 2.25 3/252 175512
/proc/meminfo: memFree=120598972/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494732 memory=388972 CPUtime=3452.93 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64325 0 0 0 344532 761 0 0 20 0 1 0 242013874 506605568 97243 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123683 97243 2624 595 0 108350 0
Current children cumulated CPU time: 3452.93 s
Current children cumulated vsize: 494732 KiB
Current children cumulated memory: 388972 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.09 2.25 3/252 175515
/proc/meminfo: memFree=120574756/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494924 memory=389228 CPUtime=3512.75 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64406 0 0 0 350497 778 0 0 20 0 1 0 242013874 506802176 97307 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123731 97307 2624 595 0 108398 0
Current children cumulated CPU time: 3512.75 s
Current children cumulated vsize: 494924 KiB
Current children cumulated memory: 389228 KiB

[startup+3582.3 s]
/proc/loadavg: 2.09 2.09 2.23 3/252 175517
/proc/meminfo: memFree=120558588/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494924 memory=389228 CPUtime=3572.58 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64406 0 0 0 356463 795 0 0 20 0 1 0 242013874 506802176 97307 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123731 97307 2624 595 0 108398 0
Current children cumulated CPU time: 3572.58 s
Current children cumulated vsize: 494924 KiB
Current children cumulated memory: 389228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 2.13 2.10 2.23 3/252 175517
/proc/meminfo: memFree=120518236/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494924 memory=389228 CPUtime=3600.09 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64425 0 0 0 359211 798 0 0 20 0 1 0 242013874 506802176 97307 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123731 97307 2624 595 0 108398 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 494924 KiB
Current children cumulated memory: 389228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.12 s, system=7.99715 s

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

[startup+3609.9 s]
/proc/loadavg: 2.13 2.10 2.23 3/252 175517
/proc/meminfo: memFree=120518236/131250000 swapFree=33008356/33010684
[pid=175219] ppid=175216 vsize=494924 memory=389228 CPUtime=3600.09 cores=4,6
/proc/175219/stat : 175219 (SynLSCD-PS) R 175216 175219 174365 0 -1 4194304 64425 0 0 0 359211 798 0 0 20 0 1 0 242013874 506802176 97307 18446744073709551615 94676299329536 94676301764953 140722527069776 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94676302245112 94676302278144 94676336525312 140722527078781 140722527078919 140722527078919 140722527084523 0
/proc/175219/statm: 123731 97307 2624 595 0 108398 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 494924 KiB
Current children cumulated memory: 389228 KiB

Child status: 0

Real time (s): 3609.92
CPU time (s): 3600.12
CPU user time (s): 3592.12
CPU system time (s): 7.99715
CPU usage (%): 99.7287
Max. virtual memory (cumulated for all children) (KiB): 494924
Max. memory (cumulated for all children) (KiB): 389228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.13
system time used= 7.99714
maximum resident set size= 389228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64452
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= 166
involuntary context switches= 3432


# summary of solver processes directly reported to runsolver:
#   pid: 175219
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3592.12
#   total CPU system time (s): 7.99715

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77455 second user time and 14.2185 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-23 11:36:13
IDJOB=4546570
IDBENCH=163785
IDSOLVER=3422
FILE ID=nodeC014/4546570-1753263373
RUNJOBID= nodeC014-1753259701-174383
SLURM_JOB_ID= 9689169
Free space on /tmp= 432848 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_comm/normalized-27diagcomm_less_teq.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-4546570-1753263373/watcher-4546570-1753263373 -o /tmp/evaluation-result-4546570-1753263373/solver-4546570-1753263373 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1753259701-174383 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546570-1753263373.opb

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

MD5SUM BENCH= e80427fd7184340cbc2fb1b3fd72520e
RANDOM SEED=381433518

nodeC014 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		: 3600.107
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	: 7000.23
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		: 3600.138
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	: 7000.23
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		: 3627.290
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	: 7000.23
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		: 3597.252
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	: 7000.23
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		: 3600.108
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	: 7000.23
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		: 3600.098
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	: 7000.23
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		: 3600.730
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	: 7000.23
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		: 3603.270
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	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128598960 kB
MemAvailable:   129083580 kB
Buffers:             696 kB
Cached:          1229312 kB
SwapCached:         1624 kB
Active:          1501116 kB
Inactive:         409304 kB
Active(anon):     679328 kB
Inactive(anon):    25696 kB
Active(file):     821788 kB
Inactive(file):   383608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3620 kB
Writeback:             0 kB
AnonPages:        681820 kB
Mapped:           119836 kB
Shmem:             24612 kB
KReclaimable:     236924 kB
Slab:             333352 kB
SReclaimable:     236924 kB
SUnreclaim:        96428 kB
KernelStack:        4236 kB
PageTables:         4688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1074420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    579584 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432420 MiB
End job on nodeC014 at 2025-07-23 12:36:23