Trace number 4506390

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.17 3620.04

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped2.G.recomb10-0.20-12.opb
MD5SUM0c5a5feecc6e9ebbd7fc1e1b28678077
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 benchmark54713
Best CPU time to get the best result obtained on this benchmark35.568
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables214302
Total number of constraints3483525
Number of constraints which are clauses3483525
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

370.41/371.52	o 1145926
398.70/399.99	o 121024
399.31/400.51	o 116389
399.70/400.97	o 104169
401.69/402.92	o 104168
453.72/455.19	o 104167
461.09/462.55	o 104166
492.07/493.61	o 104165
588.55/590.48	o 104164
589.55/591.47	o 104163
592.15/594.06	o 103593
595.24/597.19	o 103592
735.66/738.00	o 96033
759.49/761.97	o 96032
759.79/762.29	o 87315
762.48/764.94	o 87314
777.23/779.71	o 87313
780.41/782.95	o 87312
781.11/783.61	o 87305
784.90/787.45	o 87304
895.26/898.11	o 87303
978.48/981.64	o 87302
1234.99/1239.11	o 86741
1237.67/1241.83	o 86740
1319.61/1324.06	o 86738
1329.39/1333.89	o 86737
1335.76/1340.21	o 86736
1338.46/1342.97	o 86735
1365.94/1370.53	o 86165
1367.74/1372.32	o 86161
1387.08/1391.72	o 86148
1389.26/1393.97	o 86147
1398.61/1403.36	o 86146
1400.71/1405.45	o 86145
1408.09/1412.87	o 86144
1410.68/1415.48	o 86143
1414.46/1419.22	o 86142
1423.03/1427.80	o 86141
1434.79/1439.60	o 86140
1487.14/1492.15	o 86139
1644.46/1649.98	o 86138
1747.57/1753.30	o 86137
1965.61/1972.03	o 85580
1998.41/2004.91	o 85575
2007.89/2014.42	o 85574
2010.68/2017.26	o 85573
2075.87/2082.67	o 85572
2082.16/2088.94	o 85571
2174.39/2181.52	o 85570
2384.30/2392.17	o 84995
3005.57/3015.82	o 84994
3028.18/3038.50	o 84993
3091.52/3102.19	o 84992
3110.14/3120.84	o 84991
3124.69/3135.46	o 84990
3405.07/3417.01	o 84989

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506390-1751498365/watcher-4506390-1751498365 -o /tmp/evaluation-result-4506390-1751498365/solver-4506390-1751498365 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751494381-68962 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4506390-1751498365 --seed=502075508 HOME/instance-4506390-1751498365.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100063 s]*
/proc/loadavg: 4.35 4.19 4.09 5/266 69468
/proc/meminfo: memFree=126425924/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=181780 memory=151364 CPUtime=0.09 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 15276 0 0 0 6 3 0 0 20 0 1 0 65515041 186142720 37841 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 45445 37841 992 1201 0 43923 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 181780 KiB
Current children cumulated memory: 151364 KiB

[startup+0.205714 s]*
/proc/loadavg: 4.35 4.19 4.09 5/266 69468
/proc/meminfo: memFree=126391712/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=233308 memory=187572 CPUtime=0.2 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 21381 0 0 0 15 5 0 0 20 0 1 0 65515041 238907392 46893 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 58327 46893 992 1201 0 56805 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 233308 KiB
Current children cumulated memory: 187572 KiB

[startup+0.305694 s]*
/proc/loadavg: 4.35 4.19 4.09 5/266 69468
/proc/meminfo: memFree=126363548/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=229264 memory=201992 CPUtime=0.3 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 23959 0 0 0 24 6 0 0 20 0 1 0 65515041 234766336 50498 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 57316 50498 992 1201 0 55794 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 229264 KiB
Current children cumulated memory: 201992 KiB

[startup+0.700183 s]
/proc/loadavg: 4.35 4.19 4.09 5/266 69468
/proc/meminfo: memFree=126302880/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=414676 memory=334152 CPUtime=0.68 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 49889 0 0 0 56 12 0 0 20 0 1 0 65515041 424628224 83538 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 103669 83538 992 1201 0 102147 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 414676 KiB
Current children cumulated memory: 334152 KiB

[startup+1.50018 s]
/proc/loadavg: 4.32 4.18 4.09 5/266 69468
/proc/meminfo: memFree=126075416/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=662948 memory=551688 CPUtime=1.49 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 83890 0 0 0 127 22 0 0 20 0 1 0 65515041 678858752 137922 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 165737 137922 992 1201 0 164215 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 662948 KiB
Current children cumulated memory: 551688 KiB

[startup+3.10541 s]
/proc/loadavg: 4.32 4.18 4.09 5/266 69468
/proc/meminfo: memFree=125179188/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=1158436 memory=975472 CPUtime=3.09 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 151214 0 0 0 268 41 0 0 20 0 1 0 65515041 1186238464 243868 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 289609 243868 992 1201 0 288087 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1158436 KiB
Current children cumulated memory: 975472 KiB

[startup+6.30017 s]
/proc/loadavg: 4.29 4.18 4.09 5/266 69469
/proc/meminfo: memFree=124961136/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=1194024 memory=1104336 CPUtime=6.28 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 152653 0 0 0 583 45 0 0 20 0 1 0 65515041 1222680576 276084 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 298506 276084 1024 1201 0 296984 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 1194024 KiB
Current children cumulated memory: 1104336 KiB

[startup+12.7001 s]
/proc/loadavg: 4.27 4.18 4.09 5/266 69469
/proc/meminfo: memFree=124848832/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=12.66 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 1220 46 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+25.5002 s]
/proc/loadavg: 4.23 4.17 4.09 5/266 69469
/proc/meminfo: memFree=123448884/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=25.43 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 2496 47 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+51.1057 s]
/proc/loadavg: 4.19 4.17 4.09 5/269 69472
/proc/meminfo: memFree=122430720/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=50.96 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 5049 47 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.16 4.09 5/270 69475
/proc/meminfo: memFree=119928908/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=102.02 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 10153 49 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.16 4.09 5/269 69477
/proc/meminfo: memFree=118555336/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=161.84 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 16132 52 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/270 69480
/proc/meminfo: memFree=116760948/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=221.66 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 22112 54 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/271 69487
/proc/meminfo: memFree=115299332/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=281.48 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 28092 56 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.13 4.09 5/271 69489
/proc/meminfo: memFree=114343532/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=773356 memory=738044 CPUtime=341.31 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 153358 0 0 0 34073 58 0 0 20 0 1 0 65515041 791916544 184511 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 193339 184511 1024 1201 0 191817 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 773356 KiB
Current children cumulated memory: 738044 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/271 69492
/proc/meminfo: memFree=112090572/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=1956104 memory=1735700 CPUtime=401.1 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 256240 0 0 0 39991 119 0 0 20 0 1 0 65515041 2003050496 433925 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 489026 433925 1248 1201 0 487504 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 1956104 KiB
Current children cumulated memory: 1735700 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/271 69494
/proc/meminfo: memFree=109959192/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=3115432 memory=2772728 CPUtime=460.89 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 414788 0 0 0 45868 221 0 0 20 0 1 0 65515041 3190202368 693182 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 778858 693182 1248 1201 0 777336 0
Current children cumulated CPU time: 460.89 s

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

[startup+3162.3 s]
/proc/loadavg: 4.04 4.07 4.08 5/268 69653
/proc/meminfo: memFree=13710352/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4526204 memory=4037472 CPUtime=3151.46 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 603555 0 0 0 312966 2180 0 0 20 0 1 0 65515041 4634832896 1009368 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1131551 1009368 1248 1201 0 1130029 0
Current children cumulated CPU time: 3151.46 s
Current children cumulated vsize: 4526204 KiB
Current children cumulated memory: 4037472 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/268 69655
/proc/meminfo: memFree=12213248/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4526204 memory=4037472 CPUtime=3211.21 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 603988 0 0 0 318891 2230 0 0 20 0 1 0 65515041 4634832896 1009368 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1131551 1009368 1248 1201 0 1130029 0
Current children cumulated CPU time: 3211.21 s
Current children cumulated vsize: 4526204 KiB
Current children cumulated memory: 4037472 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/271 69754
/proc/meminfo: memFree=61609680/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4526204 memory=4038368 CPUtime=3270.9 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 604652 0 0 0 324763 2327 0 0 20 0 1 0 65515041 4634832896 1009592 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1131551 1009592 1248 1201 0 1130029 0
Current children cumulated CPU time: 3270.9 s
Current children cumulated vsize: 4526204 KiB
Current children cumulated memory: 4038368 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/271 69800
/proc/meminfo: memFree=81935812/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4526204 memory=4038496 CPUtime=3330.71 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 605075 0 0 0 330700 2371 0 0 20 0 1 0 65515041 4634832896 1009624 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1131551 1009624 1248 1201 0 1130029 0
Current children cumulated CPU time: 3330.71 s
Current children cumulated vsize: 4526204 KiB
Current children cumulated memory: 4038496 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.10 7/271 69802
/proc/meminfo: memFree=80546696/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4528380 memory=4040928 CPUtime=3390.45 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 606200 0 0 0 336592 2453 0 0 20 0 1 0 65515041 4637061120 1010232 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1132095 1010232 1248 1201 0 1130573 0
Current children cumulated CPU time: 3390.45 s
Current children cumulated vsize: 4528380 KiB
Current children cumulated memory: 4040928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/272 69806
/proc/meminfo: memFree=80358608/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=4528380 memory=4040928 CPUtime=3450.16 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 606936 0 0 0 342537 2479 0 0 20 0 1 0 65515041 4637061120 1010232 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1132095 1010232 1248 1201 0 1130573 0
Current children cumulated CPU time: 3450.16 s
Current children cumulated vsize: 4528380 KiB
Current children cumulated memory: 4040928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 4/272 69808
/proc/meminfo: memFree=78220296/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3507.35 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) D 69464 69467 68946 0 -1 4194304 633408 0 0 0 348137 2598 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3507.35 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/270 69810
/proc/meminfo: memFree=77731596/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3565.19 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634125 0 0 0 353897 2622 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3565.19 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3617.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=77086060/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3600 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634633 0 0 0 357344 2656 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3575.34 s, system=26.8224 s

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

[startup+3617.6 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=77086060/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3600.3 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634633 0 0 0 357373 2657 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

[startup+3618.4 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=76972676/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3601.1 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634633 0 0 0 357448 2662 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3601.1 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

[startup+3618.8 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=76972676/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3601.5 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634633 0 0 0 357486 2664 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3601.5 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

[startup+3619.2 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=76851224/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3601.9 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634633 0 0 0 357524 2666 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3601.9 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

[startup+3619.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/270 69811
/proc/meminfo: memFree=76851224/131249996 swapFree=33010160/33010684
[pid=69467] ppid=69464 vsize=5184140 memory=4290228 CPUtime=3602 cores=4,6
/proc/69467/stat : 69467 (Exact_proof) R 69464 69467 68946 0 -1 4194304 634635 0 0 0 357534 2666 0 0 20 0 1 0 65515041 5308559360 1072557 18446744073709551615 4198400 9115581 140734638006672 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 29151232 140734638012617 140734638012903 140734638012903 140734638018505 0
/proc/69467/statm: 1296035 1072557 1248 1201 0 1294513 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 5184140 KiB
Current children cumulated memory: 4290228 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3620.04
CPU time (s): 3602.17
CPU user time (s): 3575.34
CPU system time (s): 26.8224
CPU usage (%): 99.5063
Max. virtual memory (cumulated for all children) (KiB): 6046116
Max. memory (cumulated for all children) (KiB): 4764444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.34
system time used= 26.8224
maximum resident set size= 5059356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 634635
page faults= 0
swaps= 0
block input operations= 0
block output operations= 92521600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18705
involuntary context switches= 7646


# summary of solver processes directly reported to runsolver:
#   pid: 69467
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3575.34
#   total CPU system time (s): 26.8224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0835 second user time and 16.2185 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 01:19:26
IDJOB=4506390
IDBENCH=158206
IDSOLVER=3325
FILE ID=nodeC029/4506390-1751498365
RUNJOBID= nodeC029-1751494381-68962
SLURM_JOB_ID= 9598566
Free space on /tmp= 432008 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped2.G.recomb10-0.20-12.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-4506390-1751498365/watcher-4506390-1751498365 -o /tmp/evaluation-result-4506390-1751498365/solver-4506390-1751498365 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751494381-68962 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4506390-1751498365 --seed=502075508 HOME/instance-4506390-1751498365.opb

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

MD5SUM BENCH= 0c5a5feecc6e9ebbd7fc1e1b28678077
RANDOM SEED=502075508

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.728
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		: 3600.031
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		: 3421.741
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		: 3645.459
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.801
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		: 3599.256
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		: 3463.078
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		: 3585.080
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:        126512308 kB
MemAvailable:   127583860 kB
Buffers:            2128 kB
Cached:          1871560 kB
SwapCached:           40 kB
Active:          2603996 kB
Inactive:        1432004 kB
Active(anon):    2175592 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  1427236 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            106720 kB
Writeback:             0 kB
AnonPages:       2165400 kB
Mapped:           117380 kB
Shmem:             18020 kB
KReclaimable:     110304 kB
Slab:             200320 kB
SReclaimable:     110304 kB
SUnreclaim:        90016 kB
KernelStack:        4304 kB
PageTables:         7356 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2589632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1165312 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= 431980 MiB
End job on nodeC029 at 2025-07-03 02:19:46