Trace number 4506344

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 NameAnswerobjective functionCPU timeWall clock time
Exact_proof 2025-06-02? (TO) 3602.68 3622.31

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.10-9.opb
MD5SUM623011bcb799422f8ca68e1af7825a24
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47741
Best CPU time to get the best result obtained on this benchmark21.3279
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables211564
Total number of constraints2445434
Number of constraints which are clauses2445434
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 constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

366.58/368.29	o 1026218
399.71/401.64	o 136701
400.11/402.04	o 114049
418.16/420.17	o 114048
418.55/420.53	o 110553
461.35/463.43	o 110552
465.63/467.74	o 108805
466.23/468.32	o 108804
466.54/468.60	o 93687
469.03/471.13	o 93686
469.32/471.47	o 93685
470.03/472.19	o 93684
470.32/472.45	o 70462
471.22/473.31	o 70443
481.90/484.06	o 70442
510.03/512.24	o 70441
510.72/512.95	o 70440
512.32/514.58	o 70439
515.61/517.83	o 70438
561.00/563.30	o 70437
584.64/587.09	o 70436
597.01/599.45	o 70435
612.58/615.04	o 70434
614.67/617.20	o 70433
644.28/646.87	o 69862
649.97/652.52	o 69861
653.66/656.26	o 69860
654.67/657.21	o 69859
656.86/659.44	o 69858
667.13/669.76	o 69857
677.10/679.76	o 69856
729.27/732.00	o 69855
767.47/770.37	o 69854
785.92/788.83	o 69853
833.19/836.27	o 69852
856.53/859.65	o 69851
1092.61/1096.39	o 69850
1228.53/1232.60	o 69849
1305.43/1309.76	o 69848
1361.87/1366.39	o 69847
1451.11/1455.82	o 69846
1550.62/1555.62	o 69287
1552.32/1557.38	o 47796
1660.24/1665.51	o 47787
1823.96/1829.78	o 47786
1992.29/1998.54	o 47759
1992.39/1998.60	o 47757
1992.39/1998.68	o 47756
1992.49/1998.75	o 47755
1992.58/1998.82	o 47753
1992.58/1998.87	o 47752
1992.68/1999.00	o 47751
1992.89/1999.13	o 47750
1992.98/1999.21	o 47749
1993.98/2000.24	o 47748
1995.38/2001.68	o 47747
2002.25/2008.57	o 47746
2428.42/2435.90	o 47745
3075.67/3085.06	o 47744
3316.70/3326.77	o 47743

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506344-1751498012/watcher-4506344-1751498012 -o /tmp/evaluation-result-4506344-1751498012/solver-4506344-1751498012 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751494381-68964 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4506344-1751498012 --seed=900050748 HOME/instance-4506344-1751498012.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=69405, runsolver pid=69402

[startup+0.100066 s]*
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=127411584/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=166872 memory=139656 CPUtime=0.08 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 13863 0 0 0 4 4 0 0 20 0 1 0 65479672 170876928 34914 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 41718 34914 992 1201 0 40196 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 166872 KiB
Current children cumulated memory: 139656 KiB

[startup+0.205879 s]*
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=127391976/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=197656 memory=168140 CPUtime=0.18 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 19068 0 0 0 13 5 0 0 20 0 1 0 65479672 202399744 42035 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 49414 42035 992 1201 0 47892 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 197656 KiB
Current children cumulated memory: 168140 KiB

[startup+0.30581 s]*
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=127355748/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=228624 memory=195028 CPUtime=0.28 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 23754 0 0 0 22 6 0 0 20 0 1 0 65479672 234110976 48757 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 57156 48757 992 1201 0 55634 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 228624 KiB
Current children cumulated memory: 195028 KiB

[startup+0.700177 s]
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=127295072/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=447756 memory=346608 CPUtime=0.67 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 43773 0 0 0 54 13 0 0 20 0 1 0 65479672 458502144 86620 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 111939 86652 992 1201 0 110417 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 447756 KiB
Current children cumulated memory: 346608 KiB

[startup+1.50019 s]
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=127173468/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=657556 memory=531804 CPUtime=1.46 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 82499 0 0 0 122 24 0 0 20 0 1 0 65479672 673337344 132951 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 164389 132951 992 1201 0 162867 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 657556 KiB
Current children cumulated memory: 531804 KiB

[startup+3.10578 s]
/proc/loadavg: 4.07 4.08 4.05 5/271 69406
/proc/meminfo: memFree=126449316/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=1147764 memory=935916 CPUtime=3.07 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 148982 0 0 0 263 44 0 0 20 0 1 0 65479672 1175310336 233979 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 286941 233979 1024 1201 0 285419 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1147764 KiB
Current children cumulated memory: 935916 KiB

[startup+6.30017 s]
/proc/loadavg: 4.06 4.08 4.05 5/271 69406
/proc/meminfo: memFree=126560564/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=6.25 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 579 46 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.08 4.05 5/270 69406
/proc/meminfo: memFree=126602900/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=12.62 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 1216 46 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.04 4.07 4.04 5/270 69406
/proc/meminfo: memFree=126720892/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=25.36 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 2489 47 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+51.1058 s]
/proc/loadavg: 4.09 4.08 4.05 5/270 69406
/proc/meminfo: memFree=126904016/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=50.85 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 5037 48 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 50.85 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.08 4.05 5/270 69408
/proc/meminfo: memFree=126888568/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=101.81 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 10130 51 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 101.81 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.05 5/270 69410
/proc/meminfo: memFree=126887752/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=161.54 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 16100 54 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 161.54 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 4.06 5/270 69413
/proc/meminfo: memFree=126905408/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=221.28 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 22071 57 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 221.28 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.11 4.06 5/266 69415
/proc/meminfo: memFree=126903540/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=281.02 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 28042 60 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 281.02 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+342.3 s]
/proc/loadavg: 4.41 4.19 4.10 5/263 69417
/proc/meminfo: memFree=126922476/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=670212 memory=661924 CPUtime=340.76 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 149565 0 0 0 34013 63 0 0 20 0 1 0 65479672 686297088 165481 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 167553 165481 1024 1201 0 166031 0
Current children cumulated CPU time: 340.76 s
Current children cumulated vsize: 670212 KiB
Current children cumulated memory: 661924 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 4.17 4.09 5/269 69472
/proc/meminfo: memFree=122462724/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=1664076 memory=1604728 CPUtime=400.41 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 255902 0 0 0 39926 115 0 0 20 0 1 0 65479672 1704013824 401182 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 416019 401182 1248 1201 0 414497 0
Current children cumulated CPU time: 400.41 s
Current children cumulated vsize: 1664076 KiB
Current children cumulated memory: 1604728 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.15 4.09 5/270 69475
/proc/meminfo: memFree=119810960/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=2796612 memory=2454640 CPUtime=460.25 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 385703 0 0 0 45822 203 0 0 20 0 1 0 65479672 2863730688 613660 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 699153 613660 1248 1201 0 697631 0
Current children cumulated CPU time: 460.25 s

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

[startup+3102.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/267 69633
/proc/meminfo: memFree=27688364/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3874276 memory=3683424 CPUtime=3092.92 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 592123 0 0 0 307417 1875 0 0 20 0 1 0 65479672 3967258624 920856 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 968569 920856 1248 1201 0 967047 0
Current children cumulated CPU time: 3092.92 s
Current children cumulated vsize: 3874276 KiB
Current children cumulated memory: 3683424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/268 69636
/proc/meminfo: memFree=25384452/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3874276 memory=3683424 CPUtime=3152.75 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 593366 0 0 0 313380 1895 0 0 20 0 1 0 65479672 3967258624 920856 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 968569 920856 1248 1201 0 967047 0
Current children cumulated CPU time: 3152.75 s
Current children cumulated vsize: 3874276 KiB
Current children cumulated memory: 3683424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 69638
/proc/meminfo: memFree=23863396/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3874276 memory=3683424 CPUtime=3212.59 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 594609 0 0 0 319334 1925 0 0 20 0 1 0 65479672 3967258624 920856 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 968569 920856 1248 1201 0 967047 0
Current children cumulated CPU time: 3212.59 s
Current children cumulated vsize: 3874276 KiB
Current children cumulated memory: 3683424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/267 69640
/proc/meminfo: memFree=21516632/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3874852 memory=3683936 CPUtime=3272.42 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 595449 0 0 0 325302 1940 0 0 20 0 1 0 65479672 3967848448 920984 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 968713 920984 1248 1201 0 967191 0
Current children cumulated CPU time: 3272.42 s
Current children cumulated vsize: 3874852 KiB
Current children cumulated memory: 3683936 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 69642
/proc/meminfo: memFree=19250388/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3875428 memory=3684576 CPUtime=3332.25 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 597349 0 0 0 331257 1968 0 0 20 0 1 0 65479672 3968438272 921144 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 968857 921144 1248 1201 0 967335 0
Current children cumulated CPU time: 3332.25 s
Current children cumulated vsize: 3875428 KiB
Current children cumulated memory: 3684576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 69646
/proc/meminfo: memFree=18187192/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3876004 memory=3685088 CPUtime=3392.09 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 598843 0 0 0 337205 2004 0 0 20 0 1 0 65479672 3969028096 921272 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 969001 921272 1248 1201 0 967479 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 3876004 KiB
Current children cumulated memory: 3685088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 69650
/proc/meminfo: memFree=16077000/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3876004 memory=3685088 CPUtime=3451.92 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 600081 0 0 0 343165 2027 0 0 20 0 1 0 65479672 3969028096 921272 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 969001 921272 1248 1201 0 967479 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 3876004 KiB
Current children cumulated memory: 3685088 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 69653
/proc/meminfo: memFree=13645744/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3876196 memory=3685344 CPUtime=3511.75 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 601310 0 0 0 349120 2055 0 0 20 0 1 0 65479672 3969224704 921336 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 969049 921336 1248 1201 0 967527 0
Current children cumulated CPU time: 3511.75 s
Current children cumulated vsize: 3876196 KiB
Current children cumulated memory: 3685344 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.10 4.10 5/268 69655
/proc/meminfo: memFree=12034212/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3693984 CPUtime=3571.58 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 602524 0 0 0 355072 2086 0 0 20 0 1 0 65479672 3994775552 923496 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923496 1248 1201 0 973765 0
Current children cumulated CPU time: 3571.58 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3693984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.12 4.09 4.09 5/270 69662
/proc/meminfo: memFree=11764992/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3694368 CPUtime=3600 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 602696 0 0 0 357911 2089 0 0 20 0 1 0 65479672 3994775552 923592 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923592 1248 1201 0 973765 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3694368 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3581.12 s, system=21.5619 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3611.2 s]
/proc/loadavg: 4.19 4.11 4.10 5/270 69662
/proc/meminfo: memFree=11764992/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3694368 CPUtime=3600.4 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 602696 0 0 0 357951 2089 0 0 20 0 1 0 65479672 3994775552 923592 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923592 1248 1201 0 973765 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3694368 KiB

[startup+3612 s]*
/proc/loadavg: 4.19 4.11 4.10 5/270 69662
/proc/meminfo: memFree=11740800/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3695392 CPUtime=3601.2 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 603004 0 0 0 358031 2089 0 0 20 0 1 0 65479672 3994775552 923848 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923848 1248 1201 0 973765 0
Current children cumulated CPU time: 3601.2 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3695392 KiB

[startup+3612.4 s]
/proc/loadavg: 4.19 4.11 4.10 5/270 69662
/proc/meminfo: memFree=11740800/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3695392 CPUtime=3601.6 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 603004 0 0 0 358071 2089 0 0 20 0 1 0 65479672 3994775552 923848 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923848 1248 1201 0 973765 0
Current children cumulated CPU time: 3601.6 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3695392 KiB

[startup+3612.8 s]
/proc/loadavg: 4.19 4.11 4.10 5/270 69662
/proc/meminfo: memFree=11740800/131249996 swapFree=33010160/33010684
[pid=69405] ppid=69402 vsize=3901148 memory=3695392 CPUtime=3602 cores=5,7
/proc/69405/stat : 69405 (Exact_proof) R 69402 69405 68946 0 -1 4194304 603004 0 0 0 358111 2089 0 0 20 0 1 0 65479672 3994775552 923848 18446744073709551615 4198400 9115581 140728644725264 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 10325008 10415428 17608704 140728644733129 140728644733415 140728644733415 140728644739017 0
/proc/69405/statm: 975287 923848 1248 1201 0 973765 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 3901148 KiB
Current children cumulated memory: 3695392 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3622.31
CPU time (s): 3602.68
CPU user time (s): 3581.12
CPU system time (s): 21.5619
CPU usage (%): 99.4581
Max. virtual memory (cumulated for all children) (KiB): 3901148
Max. memory (cumulated for all children) (KiB): 3695392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.12
system time used= 21.5619
maximum resident set size= 3695392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 603004
page faults= 0
swaps= 0
block input operations= 0
block output operations= 67672824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85499
involuntary context switches= 4924


# summary of solver processes directly reported to runsolver:
#   pid: 69405
#   total CPU time (s): 3602.68
#   total CPU user time (s): 3581.12
#   total CPU system time (s): 21.5619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20923 second user time and 15.4502 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 01:13:32
IDJOB=4506344
IDBENCH=158189
IDSOLVER=3325
FILE ID=nodeC029/4506344-1751498012
RUNJOBID= nodeC029-1751494381-68964
SLURM_JOB_ID= 9598566
Free space on /tmp= 432096 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.10-9.opb
COMMAND LINE= HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506344-1751498012/watcher-4506344-1751498012 -o /tmp/evaluation-result-4506344-1751498012/solver-4506344-1751498012 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751494381-68964 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4506344-1751498012 --seed=900050748 HOME/instance-4506344-1751498012.opb

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

MD5SUM BENCH= 623011bcb799422f8ca68e1af7825a24
RANDOM SEED=900050748

nodeC029 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.712
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.46
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.677
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.46
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		: 3599.095
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.46
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		: 3592.457
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.46
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.712
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.46
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		: 3682.873
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.46
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		: 3602.290
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.46
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.487
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127552724 kB
MemAvailable:   128511212 kB
Buffers:            2128 kB
Cached:          1758432 kB
SwapCached:           40 kB
Active:          1705648 kB
Inactive:        1318900 kB
Active(anon):    1277244 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  1314132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            120832 kB
Writeback:             8 kB
AnonPages:       1267080 kB
Mapped:           116564 kB
Shmem:             18020 kB
KReclaimable:     110384 kB
Slab:             200576 kB
SReclaimable:     110384 kB
SUnreclaim:        90192 kB
KernelStack:        4384 kB
PageTables:         5520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1661592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431996 MiB
End job on nodeC029 at 2025-07-03 02:13:55