Trace number 4546095

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-23? (TO) 3600.19 3610.54

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
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 variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.39/0.46	c #vars 5363 #constraints 78527 14.6424 1
0.39/0.46	c intsize: 9
1.76/1.83	c 78527 constraints
1.76/1.83	c Finish cloning data from SAT to LS
1.76/1.83	c restart_num_ls  -100000 0
362.26/363.54	c Use LS-small
362.26/363.54	restart_num  0 301
362.26/363.54	c LS-restart 90 76
1485.25/1490.05	c Use LS-small
1485.25/1490.05	restart_num  301 607
1485.25/1490.05	c LS-restart 80 19
2551.46/2559.56	c Use LS-small
2551.46/2559.56	restart_num  607 908
2551.46/2559.56	c LS-restart 70 99
2551.46/2559.56	c similarity no use LS 0.990304
3600.05/3610.40	c Program interrupted by user.
3600.05/3610.40	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (35838 MiB free)
  memory of node 1: 64507 MiB (63183 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546095-1753264811/watcher-4546095-1753264811 -o /tmp/evaluation-result-4546095-1753264811/solver-4546095-1753264811 -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-4546095-1753264811.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
Current StackSize limit: 8192 KiB

solver pid=159251, runsolver pid=159248

[startup+0.100075 s]*
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101398416/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=88992 memory=16000 CPUtime=0.08 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 2022 0 0 0 8 0 0 0 20 0 1 0 242160438 91127808 4000 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 22248 4000 2240 595 0 6915 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 88992 KiB
Current children cumulated memory: 16000 KiB

[startup+0.214382 s]*
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101398416/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=91244 memory=20432 CPUtime=0.19 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 2627 0 0 0 19 0 0 0 20 0 1 0 242160438 93433856 5108 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 22811 5108 2240 595 0 7478 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 91244 KiB
Current children cumulated memory: 20432 KiB

[startup+0.313106 s]*
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101398416/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=93232 memory=22352 CPUtime=0.29 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 3134 0 0 0 28 1 0 0 20 0 1 0 242160438 95469568 5588 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 23308 5588 2240 595 0 7975 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 93232 KiB
Current children cumulated memory: 22352 KiB

[startup+0.700315 s]
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101398412/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=113588 memory=50960 CPUtime=0.66 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 8457 0 0 0 63 3 0 0 20 0 1 0 242160438 116314112 12740 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 28397 12740 2304 595 0 13064 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 113588 KiB
Current children cumulated memory: 50960 KiB

[startup+1.50034 s]
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101362436/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=239120 memory=171500 CPUtime=1.46 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 28237 0 0 0 135 11 0 0 20 0 1 0 242160438 244858880 42875 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 59780 42875 2464 595 0 44447 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 239120 KiB
Current children cumulated memory: 171500 KiB

[startup+3.11277 s]
/proc/loadavg: 4.19 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101128172/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=403436 memory=309536 CPUtime=3.07 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 54053 0 0 0 286 21 0 0 20 0 1 0 242160438 413118464 77384 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 100859 77384 2496 595 0 85526 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309536 KiB

[startup+6.30035 s]
/proc/loadavg: 4.17 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101128204/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=403436 memory=309536 CPUtime=6.25 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 54070 0 0 0 597 28 0 0 20 0 1 0 242160438 413118464 77384 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 100859 77384 2496 595 0 85526 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309536 KiB

[startup+12.7003 s]
/proc/loadavg: 4.16 4.17 4.14 5/253 159252
/proc/meminfo: memFree=101111828/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=403436 memory=309536 CPUtime=12.63 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 54086 0 0 0 1221 42 0 0 20 0 1 0 242160438 413118464 77384 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 100859 77384 2496 595 0 85526 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309536 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.16 4.14 5/252 159252
/proc/meminfo: memFree=101096048/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=403436 memory=309536 CPUtime=25.38 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 54086 0 0 0 2469 69 0 0 20 0 1 0 242160438 413118464 77384 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 100859 77384 2496 595 0 85526 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309536 KiB

[startup+51.1128 s]
/proc/loadavg: 4.08 4.14 4.13 5/252 159264
/proc/meminfo: memFree=101085076/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=403436 memory=309536 CPUtime=50.92 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 54086 0 0 0 4964 128 0 0 20 0 1 0 242160438 413118464 77384 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 100859 77384 2496 595 0 85526 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 403436 KiB
Current children cumulated memory: 309536 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.14 4.13 5/252 159266
/proc/meminfo: memFree=101003180/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=460824 memory=363508 CPUtime=101.94 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 59286 0 0 0 10038 156 0 0 20 0 1 0 242160438 471883776 90877 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 115206 90877 2528 595 0 99873 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 460824 KiB
Current children cumulated memory: 363508 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/250 159268
/proc/meminfo: memFree=100989424/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=473036 memory=375808 CPUtime=161.73 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 61362 0 0 0 16016 157 0 0 20 0 1 0 242160438 484388864 93952 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 118259 93952 2528 595 0 102926 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 473036 KiB
Current children cumulated memory: 375808 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/250 159270
/proc/meminfo: memFree=101008412/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=475712 memory=377860 CPUtime=221.53 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 61372 0 0 0 21996 157 0 0 20 0 1 0 242160438 487129088 94465 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 118928 94465 2528 595 0 103595 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 475712 KiB
Current children cumulated memory: 377860 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.11 4.12 5/251 159273
/proc/meminfo: memFree=101020492/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=478900 memory=380676 CPUtime=281.32 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 62121 0 0 0 27975 157 0 0 20 0 1 0 242160438 490393600 95169 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 119725 95169 2528 595 0 104392 0
Current children cumulated CPU time: 281.32 s
Current children cumulated vsize: 478900 KiB
Current children cumulated memory: 380676 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/250 159275
/proc/meminfo: memFree=101010520/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=481708 memory=383920 CPUtime=341.12 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 62437 0 0 0 33955 157 0 0 20 0 1 0 242160438 493268992 95980 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 120427 95980 2528 595 0 105094 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 481708 KiB
Current children cumulated memory: 383920 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.11 4.11 5/251 159278
/proc/meminfo: memFree=100999716/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=481708 memory=383920 CPUtime=400.94 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 62472 0 0 0 39851 243 0 0 20 0 1 0 242160438 493268992 95980 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 120427 95980 2528 595 0 105094 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 481708 KiB
Current children cumulated memory: 383920 KiB

[startup+462.3 s]
/proc/loadavg: 4.42 4.19 4.14 5/252 159287
/proc/meminfo: memFree=101002316/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=484880 memory=386608 CPUtime=460.76 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 63175 0 0 0 45787 289 0 0 20 0 1 0 242160438 496517120 96652 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 121220 96652 2528 595 0 105887 0
Current children cumulated CPU time: 460.76 s

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

Current children cumulated memory: 446848 KiB

[startup+2922.3 s]
/proc/loadavg: 1.14 1.38 2.47 2/233 159493
/proc/meminfo: memFree=128600368/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=517276 memory=447488 CPUtime=2913.45 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69022 0 0 0 290911 434 0 0 20 0 1 0 242160438 529690624 111872 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 129319 111872 2528 595 0 113986 0
Current children cumulated CPU time: 2913.45 s
Current children cumulated vsize: 517276 KiB
Current children cumulated memory: 447488 KiB

[startup+2982.3 s]
/proc/loadavg: 1.15 1.34 2.38 2/233 159495
/proc/meminfo: memFree=128592444/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=517276 memory=451200 CPUtime=2973.33 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69022 0 0 0 296898 435 0 0 20 0 1 0 242160438 529690624 112800 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 129319 112800 2528 595 0 113986 0
Current children cumulated CPU time: 2973.33 s
Current children cumulated vsize: 517276 KiB
Current children cumulated memory: 451200 KiB

[startup+3042.3 s]
/proc/loadavg: 1.16 1.30 2.31 2/233 159497
/proc/meminfo: memFree=128592208/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=517892 memory=453268 CPUtime=3033.19 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69024 0 0 0 302884 435 0 0 20 0 1 0 242160438 530321408 113317 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 129473 113317 2528 595 0 114140 0
Current children cumulated CPU time: 3033.19 s
Current children cumulated vsize: 517892 KiB
Current children cumulated memory: 453268 KiB

[startup+3102.3 s]
/proc/loadavg: 1.09 1.26 2.23 2/233 159499
/proc/meminfo: memFree=128591956/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=518508 memory=453268 CPUtime=3093.06 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69025 0 0 0 308871 435 0 0 20 0 1 0 242160438 530952192 113317 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 129627 113317 2528 595 0 114294 0
Current children cumulated CPU time: 3093.06 s
Current children cumulated vsize: 518508 KiB
Current children cumulated memory: 453268 KiB

[startup+3162.3 s]
/proc/loadavg: 1.08 1.23 2.15 2/232 159501
/proc/meminfo: memFree=128591956/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=518508 memory=453268 CPUtime=3152.93 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69025 0 0 0 314857 436 0 0 20 0 1 0 242160438 530952192 113317 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 129627 113317 2528 595 0 114294 0
Current children cumulated CPU time: 3152.93 s
Current children cumulated vsize: 518508 KiB
Current children cumulated memory: 453268 KiB

[startup+3222.3 s]
/proc/loadavg: 1.15 1.21 2.09 2/232 159503
/proc/meminfo: memFree=128570696/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=558136 memory=459732 CPUtime=3212.8 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69542 0 0 0 320842 438 0 0 20 0 1 0 242160438 571531264 114933 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 139534 114933 2528 595 0 124201 0
Current children cumulated CPU time: 3212.8 s
Current children cumulated vsize: 558136 KiB
Current children cumulated memory: 459732 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.19 2.02 2/231 159505
/proc/meminfo: memFree=128570712/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=558752 memory=459732 CPUtime=3272.67 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69543 0 0 0 326829 438 0 0 20 0 1 0 242160438 572162048 114933 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 139688 114933 2528 595 0 124355 0
Current children cumulated CPU time: 3272.67 s
Current children cumulated vsize: 558752 KiB
Current children cumulated memory: 459732 KiB

[startup+3342.3 s]
/proc/loadavg: 1.04 1.15 1.95 2/231 159506
/proc/meminfo: memFree=128570728/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=558752 memory=461780 CPUtime=3332.54 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69543 0 0 0 332816 438 0 0 20 0 1 0 242160438 572162048 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 139688 115445 2528 595 0 124355 0
Current children cumulated CPU time: 3332.54 s
Current children cumulated vsize: 558752 KiB
Current children cumulated memory: 461780 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.15 1.90 2/231 159508
/proc/meminfo: memFree=128570744/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=558752 memory=461780 CPUtime=3392.41 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69543 0 0 0 338803 438 0 0 20 0 1 0 242160438 572162048 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 139688 115445 2528 595 0 124355 0
Current children cumulated CPU time: 3392.41 s
Current children cumulated vsize: 558752 KiB
Current children cumulated memory: 461780 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.15 1.86 2/231 159510
/proc/meminfo: memFree=128571716/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=558752 memory=461780 CPUtime=3452.27 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69584 0 0 0 344789 438 0 0 20 0 1 0 242160438 572162048 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 139688 115445 2528 595 0 124355 0
Current children cumulated CPU time: 3452.27 s
Current children cumulated vsize: 558752 KiB
Current children cumulated memory: 461780 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.14 1.80 2/232 159519
/proc/meminfo: memFree=128571712/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=561248 memory=461780 CPUtime=3512.14 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69666 0 0 0 350776 438 0 0 20 0 1 0 242160438 574717952 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 140312 115445 2528 595 0 124979 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 561248 KiB
Current children cumulated memory: 461780 KiB

[startup+3582.3 s]
/proc/loadavg: 1.09 1.12 1.76 2/233 159522
/proc/meminfo: memFree=128570204/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=561248 memory=461780 CPUtime=3572.01 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69667 0 0 0 356763 438 0 0 20 0 1 0 242160438 574717952 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 140312 115445 2528 595 0 124979 0
Current children cumulated CPU time: 3572.01 s
Current children cumulated vsize: 561248 KiB
Current children cumulated memory: 461780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 1.14 1.13 1.74 2/233 159523
/proc/meminfo: memFree=128570452/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=561248 memory=461780 CPUtime=3600.05 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69667 0 0 0 359566 439 0 0 20 0 1 0 242160438 574717952 115445 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 140312 115445 2528 595 0 124979 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 561248 KiB
Current children cumulated memory: 461780 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.8 s, system=4.39559 s

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

[startup+3610.5 s]
/proc/loadavg: 1.14 1.13 1.74 2/233 159523
/proc/meminfo: memFree=128570452/131382120 swapFree=33010416/33010684
[pid=159251] ppid=159248 vsize=466856 memory=401228 CPUtime=3600.15 cores=4,6
/proc/159251/stat : 159251 (SynLSCD) R 159248 159251 157743 0 -1 4194304 69674 0 0 0 359576 439 0 0 20 0 1 0 242160438 478060544 100307 18446744073709551615 94687484141568 94687486576169 140722958103376 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94687487057144 94687487090176 94687497187328 140722958104963 140722958105098 140722958105098 140722958110702 0
/proc/159251/statm: 116714 100307 2592 595 0 101381 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 466856 KiB
Current children cumulated memory: 401228 KiB

Child status: 0

Real time (s): 3610.54
CPU time (s): 3600.19
CPU user time (s): 3595.8
CPU system time (s): 4.39559
CPU usage (%): 99.7135
Max. virtual memory (cumulated for all children) (KiB): 561248
Max. memory (cumulated for all children) (KiB): 461780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.8
system time used= 4.39559
maximum resident set size= 508456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69706
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= 192
involuntary context switches= 18490


# summary of solver processes directly reported to runsolver:
#   pid: 159251
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.8
#   total CPU system time (s): 4.39559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0669 second user time and 33.2712 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-23 12:00:11
IDJOB=4546095
IDBENCH=180696
IDSOLVER=3421
FILE ID=nodeC006/4546095-1753264811
RUNJOBID= nodeC006-1753259701-157761
SLURM_JOB_ID= 9689161
Free space on /tmp= 432716 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.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-4546095-1753264811/watcher-4546095-1753264811 -o /tmp/evaluation-result-4546095-1753264811/solver-4546095-1753264811 -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-4546095-1753264811.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=2072218572

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		: 3591.418
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		: 3661.446
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.303
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.388
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		: 1496.807
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		: 3661.425
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.138
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.039
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:        101398016 kB
MemAvailable:   102174588 kB
Buffers:            2128 kB
Cached:          1453176 kB
SwapCached:           12 kB
Active:         28591200 kB
Inactive:         475632 kB
Active(anon):   27626876 kB
Inactive(anon):    10792 kB
Active(file):     964324 kB
Inactive(file):   464840 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5688 kB
Writeback:            28 kB
AnonPages:      27610584 kB
Mapped:           120328 kB
Shmem:             26140 kB
KReclaimable:     373684 kB
Slab:             467820 kB
SReclaimable:     373684 kB
SUnreclaim:        94136 kB
KernelStack:        4080 kB
PageTables:        57400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   31275724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15040512 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= 432780 MiB
End job on nodeC006 at 2025-07-23 13:00:21