Trace number 4546269

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-07-23? (TO) 3602.09 3611.8

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-25.opb
MD5SUM089881a3a57f24d34abbbcf8eb808729
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 benchmark28.9166
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.30/1.29	c intsize: 8
0.80/1.77	c 156112 constraints
0.80/1.77	c Finish cloning data from SAT to LS
0.80/1.77	c restart_num_ls  -100000 0
60.94/62.03	c Use LS-small
60.94/62.03	c update_LS_target_phase-runLS-restart
82.58/83.77	c restart_num_ls  0 508
82.58/83.77	c LS 90 61
144.32/145.68	c Use LS-small
144.32/145.68	c update_LS_target_phase-runLS-restart
387.88/389.86	c restart_num_ls  508 4093
387.88/389.86	c LS 80 72
501.08/503.31	c Use LS-small
501.08/503.31	c update_LS_target_phase-runLS-restart
550.05/552.45	c restart_num_ls  4093 4945
550.05/552.45	c LS 70 0
611.89/614.42	c Use LS-small
611.89/614.42	c update_LS_target_phase-runLS-restart
817.26/820.36	c restart_num_ls  4945 7164
817.26/820.36	c LS 60 15
883.47/886.76	c Use LS-small
883.47/886.76	c update_LS_target_phase-runLS-restart
929.45/932.84	c restart_num_ls  7164 8056
929.45/932.84	c LS 50 28
989.70/993.20	c Use LS-small
989.70/993.20	c update_LS_target_phase-runLS-restart
2063.06/2069.17	c restart_num_ls  8056 16382
2063.06/2069.17	c LS 40 89
2154.74/2161.01	c Use LS-small
2154.74/2161.01	c update_LS_target_phase-runLS-restart
2263.08/2269.64	c restart_num_ls  16382 17916
2263.08/2269.64	c LS 30 21
2326.33/2333.10	c Use LS-small
2326.33/2333.10	c update_LS_target_phase-runLS-restart
2365.93/2372.76	c restart_num_ls  17916 18428
2365.93/2372.76	c LS 20 34
2442.84/2449.87	c Use LS-small
2442.84/2449.87	c update_LS_target_phase-runLS-restart
2526.64/2533.86	c restart_num_ls  18428 20249
2526.64/2533.86	c LS 10 49
2587.70/2595.04	c Use LS-small
2587.70/2595.04	c update_LS_target_phase-runLS-restart
3452.04/3461.42	c restart_num_ls  20249 30715
3523.97/3533.52	c Use LS-small
3523.97/3533.52	c update_LS_target_phase-runLS-restart
3565.37/3575.03	c restart_num_ls  30715 31226

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=170626, runsolver pid=170616

[startup+0.100061 s]*
/proc/loadavg: 3.16 1.02 0.41 2/263 170627
/proc/meminfo: memFree=128852060/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=7416 memory=256 CPUtime=0 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) D 170616 170626 170260 0 -1 4456448 68 0 0 0 0 0 0 0 20 0 1 0 241654383 7593984 64 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 1854 64 64 595 0 1040 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 7416 KiB
Current children cumulated memory: 256 KiB

[startup+0.204605 s]*
/proc/loadavg: 3.16 1.02 0.41 2/263 170627
/proc/meminfo: memFree=128852060/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=17104 memory=512 CPUtime=0 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) D 170616 170626 170260 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241654383 17514496 128 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.304601 s]*
/proc/loadavg: 3.16 1.02 0.41 2/263 170627
/proc/meminfo: memFree=128852060/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=17104 memory=512 CPUtime=0 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) D 170616 170626 170260 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241654383 17514496 128 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.700167 s]
/proc/loadavg: 3.16 1.02 0.41 2/265 170629
/proc/meminfo: memFree=128852060/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=22436 memory=896 CPUtime=0 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) D 170616 170626 170260 0 -1 4194304 99 0 0 0 0 0 0 0 20 0 1 0 241654383 22974464 224 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 5609 224 224 595 0 1101 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 22436 KiB
Current children cumulated memory: 896 KiB

[startup+1.50016 s]
/proc/loadavg: 3.16 1.02 0.41 4/263 170630
/proc/meminfo: memFree=128850360/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=233632 memory=160188 CPUtime=0.6 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 23531 0 0 0 55 5 0 0 20 0 1 0 241654383 239239168 40047 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 58408 40047 2368 595 0 43075 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 233632 KiB
Current children cumulated memory: 160188 KiB

[startup+3.10558 s]
/proc/loadavg: 3.16 1.02 0.41 4/263 170640
/proc/meminfo: memFree=128537200/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=378832 memory=295696 CPUtime=2.2 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 59179 0 0 0 208 12 0 0 20 0 1 0 241654383 387923968 73924 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 94708 73924 2432 595 0 79375 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 378832 KiB
Current children cumulated memory: 295696 KiB
heavy processes:

[startup+6.30016 s]
/proc/loadavg: 3.22 1.07 0.43 5/267 170654
/proc/meminfo: memFree=128486824/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=378832 memory=295824 CPUtime=5.39 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 59211 0 0 0 527 12 0 0 20 0 1 0 241654383 387923968 73956 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 94708 73956 2432 595 0 79375 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 378832 KiB
Current children cumulated memory: 295824 KiB

[startup+12.7002 s]
/proc/loadavg: 3.29 1.12 0.45 5/267 170654
/proc/meminfo: memFree=128382616/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=378832 memory=295824 CPUtime=11.77 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 59214 0 0 0 1165 12 0 0 20 0 1 0 241654383 387923968 73956 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 94708 73956 2432 595 0 79375 0
Current children cumulated CPU time: 11.77 s
Current children cumulated vsize: 378832 KiB
Current children cumulated memory: 295824 KiB

[startup+25.5002 s]
/proc/loadavg: 3.45 1.26 0.51 5/267 170745
/proc/meminfo: memFree=128314304/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=378832 memory=295824 CPUtime=24.53 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 59214 0 0 0 2441 12 0 0 20 0 1 0 241654383 387923968 73956 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 94708 73956 2432 595 0 79375 0
Current children cumulated CPU time: 24.53 s
Current children cumulated vsize: 378832 KiB
Current children cumulated memory: 295824 KiB

[startup+51.1056 s]
/proc/loadavg: 3.64 1.48 0.61 5/265 170880
/proc/meminfo: memFree=128391904/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=378832 memory=295824 CPUtime=50.07 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 59218 0 0 0 4995 12 0 0 20 0 1 0 241654383 387923968 73956 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 94708 73956 2432 595 0 79375 0
Current children cumulated CPU time: 50.07 s
Current children cumulated vsize: 378832 KiB
Current children cumulated memory: 295824 KiB

[startup+102.3 s]
/proc/loadavg: 3.96 1.90 0.80 5/265 170882
/proc/meminfo: memFree=128371956/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=406056 memory=314524 CPUtime=101.13 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 62585 0 0 0 10100 13 0 0 20 0 1 0 241654383 415801344 78631 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 101514 78631 2464 595 0 86181 0
Current children cumulated CPU time: 101.13 s
Current children cumulated vsize: 406056 KiB
Current children cumulated memory: 314524 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 2.30 1.01 5/265 170884
/proc/meminfo: memFree=128224392/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=409400 memory=317980 CPUtime=160.97 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 63462 0 0 0 16083 14 0 0 20 0 1 0 241654383 419225600 79495 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 102350 79495 2464 595 0 87017 0
Current children cumulated CPU time: 160.97 s
Current children cumulated vsize: 409400 KiB
Current children cumulated memory: 317980 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.63 1.20 5/266 170887
/proc/meminfo: memFree=128154348/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=412636 memory=323132 CPUtime=220.81 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 64273 0 0 0 22066 15 0 0 20 0 1 0 241654383 422539264 80783 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 103159 80783 2464 595 0 87826 0
Current children cumulated CPU time: 220.81 s
Current children cumulated vsize: 412636 KiB
Current children cumulated memory: 323132 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.90 1.38 5/263 170889
/proc/meminfo: memFree=128149092/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=412792 memory=323516 CPUtime=280.66 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 64353 0 0 0 28051 15 0 0 20 0 1 0 241654383 422699008 80879 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 103198 80879 2464 595 0 87865 0
Current children cumulated CPU time: 280.66 s
Current children cumulated vsize: 412792 KiB
Current children cumulated memory: 323516 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.12 1.56 5/263 170891
/proc/meminfo: memFree=128140676/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=416948 memory=327484 CPUtime=340.5 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 65377 0 0 0 34032 18 0 0 20 0 1 0 241654383 426954752 81871 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 104237 81871 2464 595 0 88904 0
Current children cumulated CPU time: 340.5 s
Current children cumulated vsize: 416948 KiB
Current children cumulated memory: 327484 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.29 1.72 5/263 170893
/proc/meminfo: memFree=128108108/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=416948 memory=327484 CPUtime=400.34 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 65381 0 0 0 40016 18 0 0 20 0 1 0 241654383 426954752 81871 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 104237 81871 2464 595 0 88904 0
Current children cumulated CPU time: 400.34 s
Current children cumulated vsize: 416948 KiB
Current children cumulated memory: 327484 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.44 1.87 5/263 170895
/proc/meminfo: memFree=128111920/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=417972 memory=328508 CPUtime=460.18 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 65649 0 0 0 46000 18 0 0 20 0 1 0 241654383 428003328 82127 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0

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

[startup+3042.3 s]
/proc/loadavg: 4.13 4.13 4.01 5/266 171049
/proc/meminfo: memFree=127982664/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=431948 memory=354108 CPUtime=3033.94 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69716 0 0 0 303357 37 0 0 20 0 1 0 241654383 442314752 88527 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 107987 88527 2464 595 0 92654 0
Current children cumulated CPU time: 3033.94 s
Current children cumulated vsize: 431948 KiB
Current children cumulated memory: 354108 KiB

[startup+3102.3 s]
/proc/loadavg: 4.05 4.10 4.00 5/266 171051
/proc/meminfo: memFree=127949428/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=354876 CPUtime=3093.8 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69962 0 0 0 309342 38 0 0 20 0 1 0 241654383 443142144 88719 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 88719 2464 595 0 92856 0
Current children cumulated CPU time: 3093.8 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 354876 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.11 4.01 5/266 171053
/proc/meminfo: memFree=127912336/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=354876 CPUtime=3153.65 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69963 0 0 0 315327 38 0 0 20 0 1 0 241654383 443142144 88719 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 88719 2464 595 0 92856 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 354876 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.01 5/266 171055
/proc/meminfo: memFree=127913476/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=354876 CPUtime=3213.51 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69963 0 0 0 321313 38 0 0 20 0 1 0 241654383 443142144 88719 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 88719 2464 595 0 92856 0
Current children cumulated CPU time: 3213.51 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 354876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.01 5/265 171057
/proc/meminfo: memFree=127913324/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=354876 CPUtime=3273.37 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69963 0 0 0 327299 38 0 0 20 0 1 0 241654383 443142144 88719 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 88719 2464 595 0 92856 0
Current children cumulated CPU time: 3273.37 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 354876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.01 5/264 171059
/proc/meminfo: memFree=127912992/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=354876 CPUtime=3333.23 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69963 0 0 0 333283 40 0 0 20 0 1 0 241654383 443142144 88719 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 88719 2464 595 0 92856 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 354876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.01 5/262 171061
/proc/meminfo: memFree=127911024/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3393.08 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 69964 0 0 0 339268 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/263 171064
/proc/meminfo: memFree=127910952/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3452.94 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 345254 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.08 4.01 6/264 171066
/proc/meminfo: memFree=127910232/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3512.79 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 351239 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3512.79 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 171111
/proc/meminfo: memFree=128980756/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3572.65 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 357225 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3572.65 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 171112
/proc/meminfo: memFree=128973244/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3600.08 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 359968 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3611.8 s]
# the end of solver process 170626 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3601.68 s, system=0.408004 s

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

[startup+3611.2 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 171120
/proc/meminfo: memFree=128972280/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3601.48 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 360108 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3601.48 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

[startup+3611.6 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 171120
/proc/meminfo: memFree=128972280/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3601.88 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 360148 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3601.88 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

[startup+3611.8 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 171120
/proc/meminfo: memFree=128972280/131249996 swapFree=33006296/33010684
[pid=170626] ppid=170616 vsize=432756 memory=357560 CPUtime=3602.07 cores=5,7
/proc/170626/stat : 170626 (SynLSCD-PS) R 170616 170626 170260 0 -1 4194304 70040 0 0 0 360167 40 0 0 20 0 1 0 241654383 443142144 89390 18446744073709551615 94873814097920 94873816533337 140736509374144 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94873817013496 94873817046528 94873838350336 140736509376893 140736509377031 140736509377031 140736509382635 0
/proc/170626/statm: 108189 89390 2464 595 0 92856 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 432756 KiB
Current children cumulated memory: 357560 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.8
CPU time (s): 3602.09
CPU user time (s): 3601.68
CPU system time (s): 0.408004
CPU usage (%): 99.7311
Max. virtual memory (cumulated for all children) (KiB): 432756
Max. memory (cumulated for all children) (KiB): 357560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.68
system time used= 0.408004
maximum resident set size= 357560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70040
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= 259
involuntary context switches= 1200


# summary of solver processes directly reported to runsolver:
#   pid: 170626
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3601.68
#   total CPU system time (s): 0.408004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49174 second user time and 14.9071 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 10:36:06
IDJOB=4546269
IDBENCH=155463
IDSOLVER=3422
FILE ID=nodeC015/4546269-1753259764
RUNJOBID= nodeC015-1753259701-170280
SLURM_JOB_ID= 9689170
Free space on /tmp= 432544 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-25.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546269-1753259764/watcher-4546269-1753259764 -o /tmp/evaluation-result-4546269-1753259764/solver-4546269-1753259764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753259701-170280 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546269-1753259764.opb

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

MD5SUM BENCH= 089881a3a57f24d34abbbcf8eb808729
RANDOM SEED=381433518

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128852476 kB
MemAvailable:   129119100 kB
Buffers:            1508 kB
Cached:          1035088 kB
SwapCached:         3888 kB
Active:          1497908 kB
Inactive:         190404 kB
Active(anon):     625760 kB
Inactive(anon):    48308 kB
Active(file):     872148 kB
Inactive(file):   142096 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13888 kB
Writeback:             0 kB
AnonPages:        650900 kB
Mapped:           112244 kB
Shmem:             22352 kB
KReclaimable:     183240 kB
Slab:             279112 kB
SReclaimable:     183240 kB
SUnreclaim:        95872 kB
KernelStack:        4224 kB
PageTables:         4260 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1009968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432544 MiB
End job on nodeC015 at 2025-07-23 11:36:21