Trace number 4541774

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 2025-06-01? (TO) 3600.04 3609.31

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
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 variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
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.12	c #vars 5122 #constraints 9683 1.89047 1
0.00/0.20	c 9683 constraints
0.00/0.20	c Finish cloning data from SAT to LS
0.00/0.20	c restart_num_ls  -100000 0
581.11/582.92	c Use LS-small
581.11/582.92	restart_num  0 301
581.11/582.92	LS-restart 90 35
1273.56/1277.20	c Use LS-small
1273.56/1277.20	restart_num  301 602
1273.56/1277.20	LS-restart 80 4
1588.07/1592.52	c Use LS-small
1588.07/1592.52	restart_num  602 904
1588.07/1592.52	LS-restart 70 96
2081.85/2087.58	c Use LS-small
2081.85/2087.58	restart_num  904 1207
2081.85/2087.58	LS-restart 60 81
2408.48/2414.93	c Use LS-small
2408.48/2414.93	restart_num  1207 1509
2408.48/2414.93	LS-restart 50 4
3135.23/3143.47	c Use LS-small
3135.23/3143.47	restart_num  1509 1810
3135.23/3143.47	LS-restart 40 71
3600.01/3609.30	c Use LS-small
3600.01/3609.30	c Program interrupted by user.
3600.01/3609.30	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 (62891 MiB free)
  memory of node 1: 64465 MiB (63553 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100056 s]*
/proc/loadavg: 1.10 1.27 2.26 1/266 214035
/proc/meminfo: memFree=129479572/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=85000 memory=11136 CPUtime=0 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 885 0 7 0 0 0 0 0 20 0 1 0 236757307 87040000 2784 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 21250 2784 2176 595 0 5917 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 85000 KiB
Current children cumulated memory: 11136 KiB

[startup+0.204693 s]*
/proc/loadavg: 1.10 1.27 2.26 5/266 214035
/proc/meminfo: memFree=129428420/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=0.1 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 9 1 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+0.305195 s]*
/proc/loadavg: 1.10 1.27 2.26 5/266 214035
/proc/meminfo: memFree=129428420/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=0.2 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 17 3 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+0.700096 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428420/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=0.59 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 51 8 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+1.50009 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428728/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=1.39 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 114 25 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+3.10441 s]
/proc/loadavg: 1.33 1.31 2.27 5/266 214035
/proc/meminfo: memFree=129428988/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=2.99 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 242 57 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+6.3001 s]
/proc/loadavg: 1.55 1.36 2.28 5/266 214035
/proc/meminfo: memFree=129416312/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=103988 memory=30264 CPUtime=6.18 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 6188 0 7 0 501 117 0 0 20 0 1 0 236757307 106483712 7566 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 25997 7566 2464 595 0 10664 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 103988 KiB
Current children cumulated memory: 30264 KiB

[startup+12.7001 s]
/proc/loadavg: 1.74 1.40 2.29 5/266 214035
/proc/meminfo: memFree=129349096/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=115504 memory=53760 CPUtime=12.55 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 8977 0 7 0 1134 121 0 0 20 0 1 0 236757307 118276096 13440 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 28876 13440 2496 595 0 13543 0
Current children cumulated CPU time: 12.55 s
Current children cumulated vsize: 115504 KiB
Current children cumulated memory: 53760 KiB

[startup+25.5002 s]
/proc/loadavg: 2.17 1.51 2.31 5/266 214035
/proc/meminfo: memFree=129138092/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=169372 memory=101276 CPUtime=25.31 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 14852 0 7 0 2405 126 0 0 20 0 1 0 236757307 173436928 25319 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 42343 25319 2496 595 0 27010 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 169372 KiB
Current children cumulated memory: 101276 KiB

[startup+51.1055 s]
/proc/loadavg: 2.89 1.75 2.37 5/266 214036
/proc/meminfo: memFree=129090628/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=181128 memory=118640 CPUtime=50.83 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 17654 0 7 0 4953 130 0 0 20 0 1 0 236757307 185475072 29660 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 45282 29660 2496 595 0 29949 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 181128 KiB
Current children cumulated memory: 118640 KiB

[startup+102.3 s]
/proc/loadavg: 3.65 2.13 2.46 5/265 214049
/proc/meminfo: memFree=128941900/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=252696 memory=178960 CPUtime=101.86 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 25517 0 7 0 10044 142 0 0 20 0 1 0 236757307 258760704 44740 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 63174 44740 2496 595 0 47841 0
Current children cumulated CPU time: 101.86 s
Current children cumulated vsize: 252696 KiB
Current children cumulated memory: 178960 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.49 2.57 5/265 214051
/proc/meminfo: memFree=128797536/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=351968 memory=239244 CPUtime=161.66 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 33031 0 7 0 16010 156 0 0 20 0 1 0 236757307 360415232 59811 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 87992 59811 2496 595 0 72659 0
Current children cumulated CPU time: 161.66 s
Current children cumulated vsize: 351968 KiB
Current children cumulated memory: 239244 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.78 2.67 5/264 214053
/proc/meminfo: memFree=128759412/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=354580 memory=242060 CPUtime=221.47 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 33654 0 7 0 21979 168 0 0 20 0 1 0 236757307 363089920 60515 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 88645 60515 2592 595 0 73312 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 354580 KiB
Current children cumulated memory: 242060 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.03 2.76 5/264 214055
/proc/meminfo: memFree=128701556/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=357092 memory=244748 CPUtime=281.26 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 34342 0 7 0 27946 180 0 0 20 0 1 0 236757307 365662208 61187 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 89273 61187 2592 595 0 73940 0
Current children cumulated CPU time: 281.26 s
Current children cumulated vsize: 357092 KiB
Current children cumulated memory: 244748 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.23 2.85 5/265 214059
/proc/meminfo: memFree=128660704/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=358836 memory=248332 CPUtime=341.09 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 34893 0 7 0 33920 189 0 0 20 0 1 0 236757307 367448064 62083 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 89709 62083 2592 595 0 74376 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 358836 KiB
Current children cumulated memory: 248332 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.39 2.93 5/266 214068
/proc/meminfo: memFree=128651944/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=361160 memory=255500 CPUtime=400.94 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 35490 0 7 0 39893 201 0 0 20 0 1 0 236757307 369827840 63875 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 90290 63875 2592 595 0 74957 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 361160 KiB
Current children cumulated memory: 255500 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.53 3.01 5/266 214070
/proc/meminfo: memFree=128651904/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=366000 memory=259980 CPUtime=460.8 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 36619 0 7 0 45865 215 0 0 20 0 1 0 236757307 374784000 64995 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 91500 64995 2592 595 0 76167 0
Current children cumulated CPU time: 460.8 s

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

Current children cumulated memory: 485936 KiB

[startup+2922.3 s]
/proc/loadavg: 4.55 4.30 4.10 5/266 214187
/proc/meminfo: memFree=128044040/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=627200 memory=485936 CPUtime=2914.67 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 66290 0 7 0 290051 1416 0 0 20 0 1 0 236757307 642252800 121484 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 156800 121484 2592 595 0 141467 0
Current children cumulated CPU time: 2914.67 s
Current children cumulated vsize: 627200 KiB
Current children cumulated memory: 485936 KiB

[startup+2982.3 s]
/proc/loadavg: 4.39 4.31 4.11 5/266 214189
/proc/meminfo: memFree=127998936/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=627200 memory=485936 CPUtime=2974.51 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 66290 0 7 0 296025 1426 0 0 20 0 1 0 236757307 642252800 121484 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 156800 121484 2592 595 0 141467 0
Current children cumulated CPU time: 2974.51 s
Current children cumulated vsize: 627200 KiB
Current children cumulated memory: 485936 KiB

[startup+3042.3 s]
/proc/loadavg: 4.24 4.28 4.11 5/266 214191
/proc/meminfo: memFree=127975056/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=627200 memory=485936 CPUtime=3034.37 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 66290 0 7 0 301998 1439 0 0 20 0 1 0 236757307 642252800 121484 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 156800 121484 2592 595 0 141467 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 627200 KiB
Current children cumulated memory: 485936 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.25 4.11 5/264 214193
/proc/meminfo: memFree=127947340/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=630776 memory=489520 CPUtime=3094.23 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 67188 0 7 0 307974 1449 0 0 20 0 1 0 236757307 645914624 122380 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 157694 122380 2592 595 0 142361 0
Current children cumulated CPU time: 3094.23 s
Current children cumulated vsize: 630776 KiB
Current children cumulated memory: 489520 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.22 4.10 5/265 214197
/proc/meminfo: memFree=127953236/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=497968 CPUtime=3154.09 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69303 0 7 0 313794 1615 0 0 20 0 1 0 236757307 657645568 124492 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 124492 2592 595 0 145225 0
Current children cumulated CPU time: 3154.09 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 497968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.19 4.10 5/265 214199
/proc/meminfo: memFree=127936472/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3213.95 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69312 0 7 0 319769 1626 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3213.95 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.17 4.09 5/264 214200
/proc/meminfo: memFree=127927876/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3273.8 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69316 0 7 0 325745 1635 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.15 4.09 5/264 214202
/proc/meminfo: memFree=127921620/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3333.66 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69318 0 7 0 331718 1648 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3333.66 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.09 5/266 214212
/proc/meminfo: memFree=127921028/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3393.51 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69362 0 7 0 337694 1657 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.15 4.09 5/265 214214
/proc/meminfo: memFree=127908812/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3453.37 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69362 0 7 0 343671 1666 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/265 214216
/proc/meminfo: memFree=127908720/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=642232 memory=501808 CPUtime=3513.23 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69365 0 7 0 349650 1673 0 0 20 0 1 0 236757307 657645568 125452 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160558 125452 2592 595 0 145225 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 642232 KiB
Current children cumulated memory: 501808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/265 214218
/proc/meminfo: memFree=127892780/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=643564 memory=503216 CPUtime=3573.09 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69723 0 7 0 355624 1685 0 0 20 0 1 0 236757307 659009536 125804 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160891 125804 2592 595 0 145558 0
Current children cumulated CPU time: 3573.09 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 503216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 214220
/proc/meminfo: memFree=127892912/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=643564 memory=503216 CPUtime=3600.01 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69723 0 7 0 358313 1688 0 0 20 0 1 0 236757307 659009536 125804 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160891 125804 2592 595 0 145558 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 503216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3583.15 s, system=16.8905 s

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

[startup+3609.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/265 214220
/proc/meminfo: memFree=127892912/131249992 swapFree=33003724/33010684
[pid=214034] ppid=214019 vsize=643564 memory=503216 CPUtime=3600.01 cores=5,7
/proc/214034/stat : 214034 (SynLSCD) R 214019 214034 213965 0 -1 4194304 69723 0 7 0 358313 1688 0 0 20 0 1 0 236757307 659009536 125804 18446744073709551615 94142521430016 94142523864169 140722484594128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94142524345592 94142524378624 94142545903616 140722484599140 140722484599273 140722484599273 140722484604877 0
/proc/214034/statm: 160891 125804 2592 595 0 145558 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 643564 KiB
Current children cumulated memory: 503216 KiB

Child status: 0

Real time (s): 3609.31
CPU time (s): 3600.04
CPU user time (s): 3583.15
CPU system time (s): 16.8905
CPU usage (%): 99.7431
Max. virtual memory (cumulated for all children) (KiB): 723408
Max. memory (cumulated for all children) (KiB): 538592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.15
system time used= 16.8905
maximum resident set size= 538592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69752
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 262
involuntary context switches= 1694


# summary of solver processes directly reported to runsolver:
#   pid: 214034
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3583.15
#   total CPU system time (s): 16.8905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38389 second user time and 15.1209 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-22 20:59:45
IDJOB=4541774
IDBENCH=163377
IDSOLVER=3369
FILE ID=nodeC025/4541774-1753210785
RUNJOBID= nodeC025-1753210785-213978
SLURM_JOB_ID= 9687786
Free space on /tmp= 431860 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541774-1753210785/watcher-4541774-1753210785 -o /tmp/evaluation-result-4541774-1753210785/solver-4541774-1753210785 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753210785-213978 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4541774-1753210785.opb

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=1967084536

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129484148 kB
MemAvailable:   129685348 kB
Buffers:            2128 kB
Cached:           945308 kB
SwapCached:         2132 kB
Active:           723696 kB
Inactive:         291736 kB
Active(anon):      62088 kB
Inactive(anon):    27616 kB
Active(file):     661608 kB
Inactive(file):   264120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14200 kB
Writeback:             0 kB
AnonPages:         69080 kB
Mapped:           103284 kB
Shmem:             21600 kB
KReclaimable:     229424 kB
Slab:             326044 kB
SReclaimable:     229424 kB
SUnreclaim:        96620 kB
KernelStack:        4112 kB
PageTables:         2992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     349192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431848 MiB
End job on nodeC025 at 2025-07-22 21:59:55