Trace number 4542788

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-01UNSAT 751.573 753.416

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.opb
MD5SUM99fe8e2cd23c0484947be7a71ede996e
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 benchmark11.4771
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1729
Total number of constraints866
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints856
Minimum length of a constraint2
Maximum length of a constraint8
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.01	c #vars 1729 #constraints 866 0.500868 1
0.00/0.04	c 866 constraints
0.00/0.04	c Finish cloning data from SAT to LS
0.00/0.04	c restart_num_ls  -100000 0
66.94/67.11	c Use LS-small
66.94/67.11	c restart_num_ls  0 733
66.94/67.11	c LS 90 56
134.45/134.80	c Use LS-small
134.45/134.80	c restart_num_ls  733 1261
134.45/134.80	c LS 80 21
230.08/230.72	c Use LS-small
230.08/230.72	c restart_num_ls  1261 2045
230.08/230.72	c LS 70 56
320.97/321.86	c Use LS-small
320.97/321.86	c restart_num_ls  2045 2557
320.97/321.86	c LS 60 6
419.54/420.63	c Use LS-small
419.54/420.63	c restart_num_ls  2557 3094
419.54/420.63	c LS 50 5
652.89/654.52	c Use LS-small
652.89/654.52	c restart_num_ls  3094 4094
652.89/654.52	c LS 40 52
751.55/753.41	c Use LS-small
751.55/753.41	s UNSATISFIABLE

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 (54504 MiB free)
  memory of node 1: 64465 MiB (63495 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100061 s]*
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120813920/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=0.09 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 8 1 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+0.205642 s]*
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120813920/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=0.19 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 18 1 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+0.305371 s]*
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120813920/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=0.29 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 27 2 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+0.700137 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120813920/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=0.68 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 64 4 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+1.50013 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120814172/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=1.48 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 141 7 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+3.10536 s]
/proc/loadavg: 4.14 4.14 4.11 5/265 214850
/proc/meminfo: memFree=120814288/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=3.08 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 296 12 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+6.30012 s]
/proc/loadavg: 4.13 4.14 4.10 5/265 214850
/proc/meminfo: memFree=120814084/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=6.27 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 602 25 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.14 4.10 5/265 214850
/proc/meminfo: memFree=120813604/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=12.65 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 1216 49 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 4.13 4.10 5/265 214862
/proc/meminfo: memFree=120801692/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=96380 memory=23808 CPUtime=25.42 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 3790 0 0 0 2443 99 0 0 20 0 1 0 237483489 98693120 5952 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 24095 5952 2496 595 0 8762 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 96380 KiB
Current children cumulated memory: 23808 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.13 4.10 5/264 214862
/proc/meminfo: memFree=120755788/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=128292 memory=69208 CPUtime=50.97 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 8804 0 0 0 4939 158 0 0 20 0 1 0 237483489 131371008 17302 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 32073 17302 2528 595 0 16740 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 128292 KiB
Current children cumulated memory: 69208 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 214909
/proc/meminfo: memFree=129342584/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=131308 memory=72280 CPUtime=102.05 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 9556 0 0 0 9891 314 0 0 20 0 1 0 237483489 134459392 18070 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 32827 18070 2528 595 0 17494 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 131308 KiB
Current children cumulated memory: 72280 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/263 214911
/proc/meminfo: memFree=129322708/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=136240 memory=76888 CPUtime=161.87 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 10720 0 0 0 15742 445 0 0 20 0 1 0 237483489 139509760 19222 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 34060 19222 2528 595 0 18727 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 136240 KiB
Current children cumulated memory: 76888 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/264 214914
/proc/meminfo: memFree=129317448/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=138788 memory=80216 CPUtime=221.7 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 11415 0 0 0 21667 503 0 0 20 0 1 0 237483489 142118912 20054 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 34697 20054 2528 595 0 19364 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 138788 KiB
Current children cumulated memory: 80216 KiB

[startup+282.3 s]
/proc/loadavg: 4.27 4.18 4.12 5/264 214916
/proc/meminfo: memFree=129298276/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=141016 memory=82264 CPUtime=281.56 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 11933 0 0 0 27482 674 0 0 20 0 1 0 237483489 144400384 20566 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 35254 20566 2528 595 0 19921 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 141016 KiB
Current children cumulated memory: 82264 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/265 214925
/proc/meminfo: memFree=129300772/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=143148 memory=84312 CPUtime=341.43 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 12461 0 0 0 33374 769 0 0 20 0 1 0 237483489 146583552 21078 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 35787 21078 2528 595 0 20454 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 143148 KiB
Current children cumulated memory: 84312 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.16 4.11 5/265 214972
/proc/meminfo: memFree=129311356/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=146076 memory=87128 CPUtime=401.28 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 13159 0 0 0 39265 863 0 0 20 0 1 0 237483489 149581824 21782 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 36519 21782 2528 595 0 21186 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 146076 KiB
Current children cumulated memory: 87128 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/265 214974
/proc/meminfo: memFree=129303956/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=147164 memory=88408 CPUtime=461.15 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 13452 0 0 0 45088 1027 0 0 20 0 1 0 237483489 150695936 22102 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 36791 22102 2528 595 0 21458 0
Current children cumulated CPU time: 461.15 s
Current children cumulated vsize: 147164 KiB
Current children cumulated memory: 88408 KiB

[startup+522.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/268 214981
/proc/meminfo: memFree=129303768/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=148320 memory=89688 CPUtime=521 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 13777 0 0 0 51054 1046 0 0 20 0 1 0 237483489 151879680 22422 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37080 22422 2528 595 0 21747 0
Current children cumulated CPU time: 521 s
Current children cumulated vsize: 148320 KiB
Current children cumulated memory: 89688 KiB

[startup+582.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/268 214983
/proc/meminfo: memFree=129295916/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149088 memory=90456 CPUtime=580.86 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 13969 0 0 0 57022 1064 0 0 20 0 1 0 237483489 152666112 22614 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37272 22614 2528 595 0 21939 0
Current children cumulated CPU time: 580.86 s
Current children cumulated vsize: 149088 KiB
Current children cumulated memory: 90456 KiB

[startup+642.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/269 214986
/proc/meminfo: memFree=129288324/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=640.71 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14006 0 0 0 62991 1080 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 640.71 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+702.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/268 214988
/proc/meminfo: memFree=129299044/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=700.57 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 68814 1243 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 700.57 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+753.416 s]
# the end of solver process 214849 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=739.01 s, system=12.5638 s

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

[startup+716.8 s]
/proc/loadavg: 4.16 4.13 4.10 5/268 215033
/proc/meminfo: memFree=128097644/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=715.03 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 70256 1247 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 715.03 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+729.6 s]
/proc/loadavg: 4.13 4.13 4.09 5/268 215033
/proc/meminfo: memFree=124010220/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=727.8 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 71531 1249 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 727.8 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+742.4 s]
/proc/loadavg: 4.10 4.12 4.09 5/268 215033
/proc/meminfo: memFree=117800424/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=740.58 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 72806 1252 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 740.58 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+748.8 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 215033
/proc/meminfo: memFree=114981220/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=746.96 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 73442 1254 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 746.96 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+752 s]*
/proc/loadavg: 4.09 4.12 4.09 5/268 215034
/proc/meminfo: memFree=114981220/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=750.15 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 73760 1255 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 750.15 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+752.8 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 215034
/proc/meminfo: memFree=114981220/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=750.94 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 73839 1255 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 750.94 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+753.2 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 215034
/proc/meminfo: memFree=114981228/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=751.35 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 73879 1256 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 751.35 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

[startup+753.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 215034
/proc/meminfo: memFree=114981228/131249992 swapFree=33003724/33010684
[pid=214849] ppid=214846 vsize=149472 memory=90584 CPUtime=751.55 cores=1,3
/proc/214849/stat : 214849 (SynLSCD) R 214846 214849 213965 0 -1 4194304 14010 0 0 0 73899 1256 0 0 20 0 1 0 237483489 153059328 22646 18446744073709551615 94362109063168 94362111497321 140724542046352 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94362111978744 94362112011776 94362140205056 140724542052708 140724542052841 140724542052841 140724542058445 0
/proc/214849/statm: 37368 22646 2528 595 0 22035 0
Current children cumulated CPU time: 751.55 s
Current children cumulated vsize: 149472 KiB
Current children cumulated memory: 90584 KiB

Child status: 20

Real time (s): 753.416
CPU time (s): 751.573
CPU user time (s): 739.01
CPU system time (s): 12.5638
CPU usage (%): 99.7555
Max. virtual memory (cumulated for all children) (KiB): 149472
Max. memory (cumulated for all children) (KiB): 90584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 739.01
system time used= 12.5638
maximum resident set size= 91096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14042
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= 153
involuntary context switches= 1157


# summary of solver processes directly reported to runsolver:
#   pid: 214849
#   total CPU time (s): 751.573
#   total CPU user time (s): 739.01
#   total CPU system time (s): 12.5638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15041 second user time and 3.17701 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-22 23:00:47
IDJOB=4542788
IDBENCH=164647
IDSOLVER=3369
FILE ID=nodeC025/4542788-1753218047
RUNJOBID= nodeC025-1753210785-213977
SLURM_JOB_ID= 9687786
Free space on /tmp= 431832 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-06_shuffle/normalized-ec_stargrid_06_072.shuf-3.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-4542788-1753218047/watcher-4542788-1753218047 -o /tmp/evaluation-result-4542788-1753218047/solver-4542788-1753218047 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1753210785-213977 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4542788-1753218047.opb

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

MD5SUM BENCH= 99fe8e2cd23c0484947be7a71ede996e
RANDOM SEED=2021176956

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		: 3599.835
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		: 3598.415
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		: 3601.071
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.397
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.801
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.863
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		: 3610.682
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		: 3608.391
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:        120832132 kB
MemAvailable:   121060056 kB
Buffers:            2128 kB
Cached:           971872 kB
SwapCached:         2132 kB
Active:          9324696 kB
Inactive:         317216 kB
Active(anon):    8661896 kB
Inactive(anon):    27616 kB
Active(file):     662800 kB
Inactive(file):   289600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33003724 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3580 kB
Writeback:             0 kB
AnonPages:       8668860 kB
Mapped:           114784 kB
Shmem:             21600 kB
KReclaimable:     229524 kB
Slab:             326508 kB
SReclaimable:     229524 kB
SUnreclaim:        96984 kB
KernelStack:        4288 kB
PageTables:        20344 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   10077572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3942400 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= 431844 MiB
End job on nodeC025 at 2025-07-22 23:13:21