Trace number 4492954

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01? (TO) 3602.06 3611.7

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
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 benchmark0.529767
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c #vars 1800 #constraints 39645 22.025 1
0.08/0.20	c 39645 constraints
0.08/0.20	c Finish cloning data from SAT to LS
0.08/0.20	c restart_num_ls  -100000 0
192.48/193.03	c Use LS-small
192.48/193.03	restart_num  0 302
192.48/193.03	LS-restart 90 18
474.11/475.40	c Use LS-small
474.11/475.40	restart_num  302 603
474.11/475.40	LS-restart 80 37
813.04/815.24	c Use LS-small
813.04/815.24	c restart_num_ls  603 1106
813.04/815.24	c LS 70 74
813.04/815.24	c similarity no use LS 0.987222
933.64/936.19	restart_num  1106 1446
933.64/936.19	LS-restart 70 89
933.64/936.19	c similarity no use LS 0.977778
1056.31/1059.19	restart_num  1446 1770
1056.31/1059.19	LS-restart 70 57
1411.52/1415.46	c Use LS-small
1411.52/1415.46	restart_num  1770 2112
1411.52/1415.46	LS-restart 60 1
1590.67/1595.08	c Use LS-small
1590.67/1595.08	restart_num  2112 2498
1590.67/1595.08	LS-restart 50 77
1590.67/1595.08	c similarity no use LS 0.977778
1782.75/1787.60	c restart_num_ls  2498 2999
1782.75/1787.60	c LS 50 10
2049.36/2054.94	c Use LS-small
2049.36/2054.94	restart_num  2999 3353
2049.36/2054.94	LS-restart 40 8
2343.70/2350.01	c Use LS-small
2343.70/2350.01	c restart_num_ls  3353 3854
2343.70/2350.01	c LS 30 34
2343.70/2350.01	c similarity no use LS 0.98
2956.17/2964.11	restart_num  3854 4211
2956.17/2964.11	LS-restart 30 64
2956.17/2964.11	c similarity no use LS 0.972778
3096.80/3105.16	restart_num  4211 4539
3096.80/3105.16	LS-restart 30 74
3096.80/3105.16	c similarity no use LS 0.977778
3289.79/3298.61	restart_num  4539 4860
3289.79/3298.61	LS-restart 30 48
3289.79/3298.61	c similarity no use LS 0.978889
3594.76/3604.45	restart_num  4860 5261
3594.76/3604.45	LS-restart 30 16

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=16809, runsolver pid=16806
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129721984/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=93820 memory=25260 CPUtime=0.08 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 3457 0 0 0 8 0 0 0 20 0 1 0 30039199 96071680 6315 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 23455 6315 2336 595 0 8122 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 93820 KiB
Current children cumulated memory: 25260 KiB

[startup+0.205499 s]*
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129672036/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79420 CPUtime=0.19 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 17940 0 0 0 17 2 0 0 20 0 1 0 30039199 157237248 19855 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19855 2528 595 0 23055 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79420 KiB

[startup+0.305564 s]*
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129663972/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=0.29 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 26 3 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+0.700185 s]
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129663972/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=0.68 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 65 3 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+1.50017 s]
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129664016/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=1.48 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 143 5 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+3.10532 s]
/proc/loadavg: 4.25 2.84 2.20 5/268 16810
/proc/meminfo: memFree=129664116/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=3.08 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 301 7 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+6.30018 s]
/proc/loadavg: 4.23 2.86 2.21 5/268 16810
/proc/meminfo: memFree=129664116/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=6.27 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 614 13 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+12.7002 s]
/proc/loadavg: 4.21 2.88 2.22 5/268 16810
/proc/meminfo: memFree=129664524/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=12.65 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 1241 24 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 2.94 2.25 5/268 16810
/proc/meminfo: memFree=129609068/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=25.42 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 2497 45 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+51.1053 s]
/proc/loadavg: 4.18 3.04 2.31 5/268 16810
/proc/meminfo: memFree=129558444/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=153552 memory=79932 CPUtime=50.96 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 18050 0 0 0 5007 89 0 0 20 0 1 0 30039199 157237248 19983 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 38388 19983 2528 595 0 23055 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 153552 KiB
Current children cumulated memory: 79932 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.19 2.40 5/267 16812
/proc/meminfo: memFree=129458256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=210484 memory=139624 CPUtime=102.02 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 23846 0 0 0 10093 109 0 0 20 0 1 0 30039199 215535616 34906 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 52621 34906 2560 595 0 37288 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 210484 KiB
Current children cumulated memory: 139624 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.36 2.50 5/265 16816
/proc/meminfo: memFree=129386640/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=260704 memory=167008 CPUtime=161.87 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 27069 0 0 0 16072 115 0 0 20 0 1 0 30039199 266960896 41752 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 65176 41752 2560 595 0 49843 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 260704 KiB
Current children cumulated memory: 167008 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 3.51 2.61 5/264 16819
/proc/meminfo: memFree=129278564/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=267972 memory=174048 CPUtime=221.71 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 28812 0 0 0 22009 162 0 0 20 0 1 0 30039199 274403328 43512 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 66993 43512 2560 595 0 51660 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 267972 KiB
Current children cumulated memory: 174048 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.61 2.71 5/264 16821
/proc/meminfo: memFree=129254500/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=272424 memory=178528 CPUtime=281.56 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 29956 0 0 0 27942 214 0 0 20 0 1 0 30039199 278962176 44632 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 68106 44632 2560 595 0 52773 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 272424 KiB
Current children cumulated memory: 178528 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.70 2.80 4/261 16832
/proc/meminfo: memFree=129262676/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=290796 memory=213024 CPUtime=341.38 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 34501 0 0 0 33920 218 0 0 20 0 1 0 30039199 297775104 53256 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 72699 53256 2560 595 0 57366 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 290796 KiB
Current children cumulated memory: 213024 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.78 2.88 5/265 16870
/proc/meminfo: memFree=129212664/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=301792 memory=224160 CPUtime=401.22 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 37331 0 0 0 39901 221 0 0 20 0 1 0 30039199 309035008 56040 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 75448 56040 2560 595 0 60115 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 301792 KiB
Current children cumulated memory: 224160 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.83 2.96 5/264 16872
/proc/meminfo: memFree=129095064/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=307724 memory=233760 CPUtime=461.05 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 38853 0 0 0 45880 225 0 0 20 0 1 0 30039199 315109376 58440 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 76931 58440 2560 595 0 61598 0

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

[startup+3102.3 s]
/proc/loadavg: 4.24 4.16 4.05 5/265 17255
/proc/meminfo: memFree=127876568/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=447664 memory=339652 CPUtime=3094 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 56942 0 0 0 308537 863 0 0 20 0 1 0 30039199 458407936 84913 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 111916 84913 2560 595 0 96583 0
Current children cumulated CPU time: 3094 s
Current children cumulated vsize: 447664 KiB
Current children cumulated memory: 339652 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.13 4.04 5/265 17257
/proc/meminfo: memFree=127877188/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=447664 memory=339652 CPUtime=3153.85 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 56942 0 0 0 314519 866 0 0 20 0 1 0 30039199 458407936 84913 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 111916 84913 2560 595 0 96583 0
Current children cumulated CPU time: 3153.85 s
Current children cumulated vsize: 447664 KiB
Current children cumulated memory: 339652 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.12 4.04 5/264 17261
/proc/meminfo: memFree=127875000/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=447664 memory=339652 CPUtime=3213.68 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 56942 0 0 0 320500 868 0 0 20 0 1 0 30039199 458407936 84913 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 111916 84913 2560 595 0 96583 0
Current children cumulated CPU time: 3213.68 s
Current children cumulated vsize: 447664 KiB
Current children cumulated memory: 339652 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.05 5/265 17264
/proc/meminfo: memFree=127872284/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=447664 memory=339652 CPUtime=3273.53 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 56942 0 0 0 326481 872 0 0 20 0 1 0 30039199 458407936 84913 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 111916 84913 2560 595 0 96583 0
Current children cumulated CPU time: 3273.53 s
Current children cumulated vsize: 447664 KiB
Current children cumulated memory: 339652 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.05 5/265 17266
/proc/meminfo: memFree=127873164/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=448048 memory=340164 CPUtime=3333.38 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 57071 0 0 0 332463 875 0 0 20 0 1 0 30039199 458801152 85041 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 112012 85041 2560 595 0 96679 0
Current children cumulated CPU time: 3333.38 s
Current children cumulated vsize: 448048 KiB
Current children cumulated memory: 340164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/264 17268
/proc/meminfo: memFree=127874228/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=448048 memory=340164 CPUtime=3393.22 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 57082 0 0 0 338444 878 0 0 20 0 1 0 30039199 458801152 85041 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 112012 85041 2560 595 0 96679 0
Current children cumulated CPU time: 3393.22 s
Current children cumulated vsize: 448048 KiB
Current children cumulated memory: 340164 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.05 5/264 17270
/proc/meminfo: memFree=127867748/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348100 CPUtime=3453.07 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59101 0 0 0 344425 882 0 0 20 0 1 0 30039199 466993152 87025 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87025 2560 595 0 98679 0
Current children cumulated CPU time: 3453.07 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/265 17318
/proc/meminfo: memFree=127901108/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3512.89 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 350403 886 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3512.89 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.05 5/265 17460
/proc/meminfo: memFree=128525036/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3572.72 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 356380 892 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3572.72 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 17460
/proc/meminfo: memFree=128455256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3600.05 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 359103 902 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3593.01 s, system=9.05278 s

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

[startup+3610.4 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 17460
/proc/meminfo: memFree=128455256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3600.75 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 359172 903 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3600.75 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

[startup+3611.2 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 17460
/proc/meminfo: memFree=128455256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3601.55 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 359251 904 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

[startup+3611.6 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 17460
/proc/meminfo: memFree=128455256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3601.94 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 359290 904 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3601.94 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

[startup+3611.7 s]
/proc/loadavg: 4.12 4.10 4.05 5/265 17460
/proc/meminfo: memFree=128455256/131250000 swapFree=33010684/33010684
[pid=16809] ppid=16806 vsize=456048 memory=348228 CPUtime=3602.04 cores=0,2
/proc/16809/stat : 16809 (SynLSCD) R 16806 16809 14971 0 -1 4194304 59119 0 0 0 359300 904 0 0 20 0 1 0 30039199 466993152 87057 18446744073709551615 94269408882688 94269411316841 140736594915344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94269411798264 94269411831296 94269447454720 140736594917734 140736594917867 140736594917867 140736594923469 0
/proc/16809/statm: 114012 87057 2560 595 0 98679 0
Current children cumulated CPU time: 3602.04 s
Current children cumulated vsize: 456048 KiB
Current children cumulated memory: 348228 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.7
CPU time (s): 3602.06
CPU user time (s): 3593.01
CPU system time (s): 9.05278
CPU usage (%): 99.7329
Max. virtual memory (cumulated for all children) (KiB): 529032
Max. memory (cumulated for all children) (KiB): 348228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.01
system time used= 9.05278
maximum resident set size= 401728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59119
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= 180
involuntary context switches= 7945


# summary of solver processes directly reported to runsolver:
#   pid: 16809
#   total CPU time (s): 3602.06
#   total CPU user time (s): 3593.01
#   total CPU system time (s): 9.05278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67669 second user time and 15.1745 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 22:46:57
IDJOB=4492954
IDBENCH=147833
IDSOLVER=3369
FILE ID=nodeC016/4492954-1751143616
RUNJOBID= nodeC016-1751143366-14981
SLURM_JOB_ID= 9587436
Free space on /tmp= 433044 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.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-4492954-1751143616/watcher-4492954-1751143616 -o /tmp/evaluation-result-4492954-1751143616/solver-4492954-1751143616 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751143366-14981 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4492954-1751143616.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=309689177

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129739500 kB
MemAvailable:   129373368 kB
Buffers:            3280 kB
Cached:           432756 kB
SwapCached:            0 kB
Active:           682712 kB
Inactive:         211252 kB
Active(anon):     476000 kB
Inactive(anon):        0 kB
Active(file):     206712 kB
Inactive(file):   211252 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4620 kB
Writeback:             0 kB
AnonPages:        460380 kB
Mapped:           114148 kB
Shmem:             18072 kB
KReclaimable:      85124 kB
Slab:             167420 kB
SReclaimable:      85124 kB
SUnreclaim:        82296 kB
KernelStack:        4336 kB
PageTables:         4100 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     828996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC016 at 2025-06-28 23:47:08