Trace number 4546020

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-07-23UNSAT 946.621 949.652

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
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 benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
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.03	c #vars 1501 #constraints 752 0.500999 1
0.00/0.03	c intsize: 4
0.00/0.09	c 752 constraints
0.00/0.09	c Finish cloning data from SAT to LS
0.00/0.09	c restart_num_ls  -100000 0
55.31/55.57	c Use LS-small
55.31/55.57	c restart_num_ls  0 514
55.31/55.57	c LS 90 12
112.65/113.01	c Use LS-small
112.65/113.01	c restart_num_ls  514 1020
112.65/113.01	c LS 80 92
112.65/113.01	c similarity no use LS 0.956029
174.84/175.47	c restart_num_ls  1020 2044
174.84/175.47	c LS 80 33
369.10/370.38	c Use LS-small
369.10/370.38	c restart_num_ls  2044 3277
369.10/370.38	c LS 70 31
479.85/481.43	c Use LS-small
479.85/481.43	c restart_num_ls  3277 4093
479.85/481.43	c LS 60 18
621.29/623.32	c Use LS-small
621.29/623.32	c restart_num_ls  4093 4604
621.29/623.32	c LS 50 51
742.80/745.25	c Use LS-small
742.80/745.25	c restart_num_ls  4604 5339
742.80/745.25	c LS 40 61
885.26/888.17	c Use LS-small
885.26/888.17	c restart_num_ls  5339 6140
885.26/888.17	c LS 30 66
946.56/949.64	c Use LS-small
946.56/949.64	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: 63794 MiB (35841 MiB free)
  memory of node 1: 64507 MiB (63242 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.100101 s]*
/proc/loadavg: 4.10 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101454428/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=0.09 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3207 0 0 0 8 1 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+0.213225 s]*
/proc/loadavg: 4.10 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446300/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=0.2 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 18 2 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+0.313134 s]*
/proc/loadavg: 4.10 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446648/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=0.3 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 28 2 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+0.70036 s]
/proc/loadavg: 4.10 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446648/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=0.67 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 63 4 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+1.50034 s]
/proc/loadavg: 4.10 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446648/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=1.47 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 141 6 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+3.11292 s]
/proc/loadavg: 4.09 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446992/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=3.09 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 295 14 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+6.30033 s]
/proc/loadavg: 4.09 4.13 4.09 5/249 158746
/proc/meminfo: memFree=101446512/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=6.26 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 598 28 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.12 4.09 5/249 158746
/proc/meminfo: memFree=101429896/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=12.64 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 1209 55 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+25.5004 s]
/proc/loadavg: 4.14 4.14 4.09 5/249 158747
/proc/meminfo: memFree=101421308/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=94044 memory=21572 CPUtime=25.41 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 3214 0 0 0 2425 116 0 0 20 0 1 0 242050756 96301056 5393 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 23511 5393 2496 595 0 8178 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 94044 KiB
Current children cumulated memory: 21572 KiB

[startup+51.1128 s]
/proc/loadavg: 4.09 4.12 4.09 5/249 158747
/proc/meminfo: memFree=101392456/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=103148 memory=39640 CPUtime=50.93 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 6745 0 0 0 4927 166 0 0 20 0 1 0 242050756 105623552 9910 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 25787 9910 2528 595 0 10454 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 103148 KiB
Current children cumulated memory: 39640 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/250 158750
/proc/meminfo: memFree=101392852/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=106984 memory=43428 CPUtime=101.97 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 8456 0 0 0 9860 337 0 0 20 0 1 0 242050756 109551616 10857 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 26746 10857 2528 595 0 11413 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 106984 KiB
Current children cumulated memory: 43428 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 158752
/proc/meminfo: memFree=101384912/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=112348 memory=50420 CPUtime=161.78 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 11450 0 0 0 15817 361 0 0 20 0 1 0 242050756 115044352 12605 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 28087 12605 2528 595 0 12754 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 112348 KiB
Current children cumulated memory: 50420 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/250 158755
/proc/meminfo: memFree=101382984/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=113808 memory=51728 CPUtime=221.6 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 11972 0 0 0 21630 530 0 0 20 0 1 0 242050756 116539392 12932 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 28452 12932 2528 595 0 13119 0
Current children cumulated CPU time: 221.6 s
Current children cumulated vsize: 113808 KiB
Current children cumulated memory: 51728 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/250 158757
/proc/meminfo: memFree=101374480/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=117648 memory=59472 CPUtime=281.4 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 14339 0 0 0 27591 549 0 0 20 0 1 0 242050756 120471552 14868 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 29412 14868 2528 595 0 14079 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 117648 KiB
Current children cumulated memory: 59472 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/251 158766
/proc/meminfo: memFree=101382888/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=118912 memory=60616 CPUtime=341.2 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 16473 0 0 0 33544 576 0 0 20 0 1 0 242050756 121765888 15154 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 29728 15154 2528 595 0 14395 0
Current children cumulated CPU time: 341.2 s
Current children cumulated vsize: 118912 KiB
Current children cumulated memory: 60616 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/250 158768
/proc/meminfo: memFree=101382660/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=119584 memory=61208 CPUtime=401.01 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 17436 0 0 0 39367 734 0 0 20 0 1 0 242050756 122454016 15302 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 29896 15302 2528 595 0 14563 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 119584 KiB
Current children cumulated memory: 61208 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/250 158770
/proc/meminfo: memFree=101364476/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=135212 memory=69360 CPUtime=460.81 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 18168 0 0 0 45307 774 0 0 20 0 1 0 242050756 138457088 17340 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 33803 17340 2528 595 0 18470 0
Current children cumulated CPU time: 460.81 s
Current children cumulated vsize: 135212 KiB
Current children cumulated memory: 69360 KiB

[startup+522.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 158772
/proc/meminfo: memFree=101356924/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=136796 memory=71024 CPUtime=520.63 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 18596 0 0 0 51118 945 0 0 20 0 1 0 242050756 140079104 17756 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 34199 17756 2528 595 0 18866 0
Current children cumulated CPU time: 520.63 s
Current children cumulated vsize: 136796 KiB
Current children cumulated memory: 71024 KiB

[startup+582.3 s]
/proc/loadavg: 4.36 4.17 4.11 5/251 158775
/proc/meminfo: memFree=101366164/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=139148 memory=73200 CPUtime=580.42 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 19136 0 0 0 57079 963 0 0 20 0 1 0 242050756 142487552 18300 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 34787 18300 2528 595 0 19454 0
Current children cumulated CPU time: 580.42 s
Current children cumulated vsize: 139148 KiB
Current children cumulated memory: 73200 KiB

[startup+642.3 s]
/proc/loadavg: 4.66 4.31 4.16 5/250 158777
/proc/meminfo: memFree=101335164/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=139148 memory=73200 CPUtime=640.23 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 19140 0 0 0 62954 1069 0 0 20 0 1 0 242050756 142487552 18300 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 34787 18300 2528 595 0 19454 0
Current children cumulated CPU time: 640.23 s
Current children cumulated vsize: 139148 KiB
Current children cumulated memory: 73200 KiB

[startup+702.3 s]
/proc/loadavg: 4.36 4.28 4.16 5/250 158779
/proc/meminfo: memFree=101315236/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=140056 memory=74224 CPUtime=700.03 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 19380 0 0 0 68847 1156 0 0 20 0 1 0 242050756 143417344 18556 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 35014 18556 2528 595 0 19681 0
Current children cumulated CPU time: 700.03 s
Current children cumulated vsize: 140056 KiB
Current children cumulated memory: 74224 KiB

[startup+762.3 s]
/proc/loadavg: 4.19 4.24 4.16 5/250 158783
/proc/meminfo: memFree=101288052/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=144756 memory=78576 CPUtime=759.84 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20478 0 0 0 74726 1258 0 0 20 0 1 0 242050756 148230144 19644 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36189 19644 2528 595 0 20856 0
Current children cumulated CPU time: 759.84 s
Current children cumulated vsize: 144756 KiB
Current children cumulated memory: 78576 KiB

[startup+822.3 s]
/proc/loadavg: 4.11 4.21 4.15 5/251 158786
/proc/meminfo: memFree=101292024/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=144916 memory=78832 CPUtime=819.66 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20549 0 0 0 80612 1354 0 0 20 0 1 0 242050756 148393984 19708 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36229 19708 2528 595 0 20896 0
Current children cumulated CPU time: 819.66 s
Current children cumulated vsize: 144916 KiB
Current children cumulated memory: 78832 KiB

[startup+882.3 s]
/proc/loadavg: 4.15 4.20 4.15 5/250 158788
/proc/meminfo: memFree=101297288/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=145572 memory=79472 CPUtime=879.46 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20705 0 0 0 86570 1376 0 0 20 0 1 0 242050756 149065728 19868 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36393 19868 2528 595 0 21060 0
Current children cumulated CPU time: 879.46 s
Current children cumulated vsize: 145572 KiB
Current children cumulated memory: 79472 KiB

[startup+942.3 s]
/proc/loadavg: 4.05 4.16 4.14 5/251 158797
/proc/meminfo: memFree=101285684/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=145972 memory=79984 CPUtime=939.28 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20840 0 0 0 92379 1549 0 0 20 0 1 0 242050756 149475328 19996 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36493 19996 2528 595 0 21160 0
Current children cumulated CPU time: 939.28 s
Current children cumulated vsize: 145972 KiB
Current children cumulated memory: 79984 KiB

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

# cumulated CPU time of all completed processes:  user=931.093 s, system=15.528 s

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

[startup+944 s]*
/proc/loadavg: 4.05 4.16 4.14 5/252 158798
/proc/meminfo: memFree=101286012/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=145972 memory=79984 CPUtime=940.99 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20840 0 0 0 92549 1550 0 0 20 0 1 0 242050756 149475328 19996 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36493 19996 2528 595 0 21160 0
Current children cumulated CPU time: 940.99 s
Current children cumulated vsize: 145972 KiB
Current children cumulated memory: 79984 KiB

[startup+947.2 s]
/proc/loadavg: 4.05 4.16 4.14 6/252 158798
/proc/meminfo: memFree=101286516/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=146148 memory=80112 CPUtime=944.17 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20872 0 0 0 92866 1551 0 0 20 0 1 0 242050756 149655552 20028 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36537 20028 2528 595 0 21204 0
Current children cumulated CPU time: 944.17 s
Current children cumulated vsize: 146148 KiB
Current children cumulated memory: 80112 KiB

[startup+948.8 s]
/proc/loadavg: 4.05 4.16 4.14 5/252 158798
/proc/meminfo: memFree=101286516/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=146148 memory=80112 CPUtime=945.77 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20872 0 0 0 93025 1552 0 0 20 0 1 0 242050756 149655552 20028 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36537 20028 2528 595 0 21204 0
Current children cumulated CPU time: 945.77 s
Current children cumulated vsize: 146148 KiB
Current children cumulated memory: 80112 KiB

[startup+949.2 s]
/proc/loadavg: 4.05 4.16 4.14 5/252 158798
/proc/meminfo: memFree=101286516/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=146148 memory=80112 CPUtime=946.16 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20872 0 0 0 93064 1552 0 0 20 0 1 0 242050756 149655552 20028 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36537 20028 2528 595 0 21204 0
Current children cumulated CPU time: 946.16 s
Current children cumulated vsize: 146148 KiB
Current children cumulated memory: 80112 KiB

[startup+949.6 s]
/proc/loadavg: 4.05 4.16 4.14 5/252 158798
/proc/meminfo: memFree=101286516/131382120 swapFree=33010416/33010684
[pid=158745] ppid=158742 vsize=146148 memory=80112 CPUtime=946.56 cores=4,6
/proc/158745/stat : 158745 (SynLSCD) R 158742 158745 157743 0 -1 4194304 20872 0 0 0 93104 1552 0 0 20 0 1 0 242050756 149655552 20028 18446744073709551615 93905627734016 93905630168617 140731939978512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93905630649592 93905630682624 93905662513152 140731939985795 140731939985930 140731939985930 140731939991534 0
/proc/158745/statm: 36537 20028 2528 595 0 21204 0
Current children cumulated CPU time: 946.56 s
Current children cumulated vsize: 146148 KiB
Current children cumulated memory: 80112 KiB

Child status: 20

Real time (s): 949.652
CPU time (s): 946.621
CPU user time (s): 931.093
CPU system time (s): 15.528
CPU usage (%): 99.6809
Max. virtual memory (cumulated for all children) (KiB): 146148
Max. memory (cumulated for all children) (KiB): 80112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.093
system time used= 15.528
maximum resident set size= 82136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20904
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= 138
involuntary context switches= 5263


# summary of solver processes directly reported to runsolver:
#   pid: 158745
#   total CPU time (s): 946.621
#   total CPU user time (s): 931.093
#   total CPU system time (s): 15.528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.07096 second user time and 9.85442 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 11:41:54
IDJOB=4546020
IDBENCH=164739
IDSOLVER=3421
FILE ID=nodeC006/4546020-1753263714
RUNJOBID= nodeC006-1753259701-157761
SLURM_JOB_ID= 9689161
Free space on /tmp= 432720 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.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-4546020-1753263714/watcher-4546020-1753263714 -o /tmp/evaluation-result-4546020-1753263714/solver-4546020-1753263714 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1753259701-157761 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546020-1753263714.opb

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=1238849199

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        101462384 kB
MemAvailable:   102236280 kB
Buffers:            2128 kB
Cached:          1450544 kB
SwapCached:           12 kB
Active:         28520328 kB
Inactive:         473000 kB
Active(anon):   27556004 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   462208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3628 kB
Writeback:             4 kB
AnonPages:      27540280 kB
Mapped:           120316 kB
Shmem:             26140 kB
KReclaimable:     373600 kB
Slab:             467732 kB
SReclaimable:     373600 kB
SUnreclaim:        94132 kB
KernelStack:        4048 kB
PageTables:        57288 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   31186684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13316096 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432716 MiB
End job on nodeC006 at 2025-07-23 11:57:44