Trace number 4488380

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) 3600.15 3635.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
MD5SUMb9929803c594fc7438d42d6422379c4f
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 benchmark1
Best CPU time to get the best result obtained on this benchmark2.06688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/3635.70	c Program interrupted by user.
3600.04/3635.70	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (34672 MiB free)
  memory of node 1: 64465 MiB (59991 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4488380-1751339880/watcher-4488380-1751339880 -o /tmp/evaluation-result-4488380-1751339880/solver-4488380-1751339880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751339155-47976 --watchdog 3760 HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4488380-1751339880 --seed=1947840990 HOME/instance-4488380-1751339880.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=48305, runsolver pid=48302

[startup+0.100067 s]*
/proc/loadavg: 4.26 3.94 3.38 5/270 48306
/proc/meminfo: memFree=96876176/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=78564 memory=52028 CPUtime=0.1 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 11102 0 0 0 8 2 0 0 20 0 1 0 49665858 80449536 13007 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 19641 13007 992 1201 0 18119 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 78564 KiB
Current children cumulated memory: 52028 KiB

[startup+0.205849 s]*
/proc/loadavg: 4.26 3.94 3.38 5/270 48306
/proc/meminfo: memFree=96848812/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=90164 memory=68416 CPUtime=0.2 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 14162 0 0 0 18 2 0 0 20 0 1 0 49665858 92327936 17104 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 22541 17104 1024 1201 0 21019 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 90164 KiB
Current children cumulated memory: 68416 KiB

[startup+0.30851 s]*
/proc/loadavg: 4.26 3.94 3.38 4/270 48306
/proc/meminfo: memFree=96840740/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=78912 CPUtime=0.3 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16774 0 0 0 28 2 0 0 20 0 1 0 49665858 103985152 19728 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19728 1024 1201 0 23865 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 78912 KiB

[startup+0.70018 s]
/proc/loadavg: 4.26 3.94 3.38 5/270 48306
/proc/meminfo: memFree=96806460/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=0.69 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16943 0 0 0 65 4 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+1.50016 s]
/proc/loadavg: 4.24 3.95 3.39 5/270 48306
/proc/meminfo: memFree=96718756/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=1.49 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16943 0 0 0 142 7 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+3.10565 s]
/proc/loadavg: 4.24 3.95 3.39 5/270 48306
/proc/meminfo: memFree=96336956/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=3.08 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16944 0 0 0 296 12 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+6.30018 s]
/proc/loadavg: 4.22 3.95 3.39 5/270 48306
/proc/meminfo: memFree=95863280/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=6.27 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16945 0 0 0 604 23 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 3.95 3.39 5/270 48306
/proc/meminfo: memFree=94860468/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=12.08 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16946 0 0 0 1164 44 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 12.08 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 3.95 3.40 5/270 48306
/proc/meminfo: memFree=92580340/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=24.84 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16947 0 0 0 2393 91 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 24.84 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+51.1064 s]
/proc/loadavg: 4.25 3.99 3.43 4/270 48307
/proc/meminfo: memFree=87958616/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79552 CPUtime=50.06 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16948 0 0 0 4827 179 0 0 20 0 1 0 49665858 103985152 19888 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19888 1024 1201 0 23865 0
Current children cumulated CPU time: 50.06 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79552 KiB

[startup+102.3 s]
/proc/loadavg: 4.72 4.16 3.52 5/269 48308
/proc/meminfo: memFree=78888476/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=101548 memory=79808 CPUtime=101.12 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 16976 0 0 0 9747 365 0 0 20 0 1 0 49665858 103985152 19952 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 25387 19952 1024 1201 0 23865 0
Current children cumulated CPU time: 101.12 s
Current children cumulated vsize: 101548 KiB
Current children cumulated memory: 79808 KiB

[startup+162.3 s]
/proc/loadavg: 4.47 4.18 3.57 5/270 48311
/proc/meminfo: memFree=68594788/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=160.95 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17007 0 0 0 15525 570 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0
Current children cumulated CPU time: 160.95 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 68380 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 4.16 3.60 5/271 48315
/proc/meminfo: memFree=63204880/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=220.82 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17011 0 0 0 21509 573 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0
Current children cumulated CPU time: 220.82 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 68380 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.14 3.64 5/272 48323
/proc/meminfo: memFree=57814288/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=280.72 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17015 0 0 0 27499 573 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0
Current children cumulated CPU time: 280.72 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 68380 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.16 3.68 5/272 48325
/proc/meminfo: memFree=54179472/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=340.58 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17019 0 0 0 33481 577 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0
Current children cumulated CPU time: 340.58 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 68380 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.16 3.71 5/273 48376
/proc/meminfo: memFree=50632284/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=400.44 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17019 0 0 0 39467 577 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0
Current children cumulated CPU time: 400.44 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 68380 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.16 3.74 5/274 48379
/proc/meminfo: memFree=45626372/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=87208 memory=68380 CPUtime=460.31 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 17023 0 0 0 45454 577 0 0 20 0 1 0 49665858 89300992 17095 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 21802 17095 1024 1201 0 20280 0

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

Current children cumulated memory: 3111424 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.16 4.13 5/270 48573
/proc/meminfo: memFree=1253096/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4357280 memory=3138092 CPUtime=2893.54 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3523274 0 0 0 287262 2092 0 0 20 0 1 0 49665858 4461854720 784523 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1089320 784523 1280 1201 0 1087798 0
Current children cumulated CPU time: 2893.54 s
Current children cumulated vsize: 4357280 KiB
Current children cumulated memory: 3138092 KiB

[startup+2982.3 s]
/proc/loadavg: 4.05 4.13 4.12 5/269 48620
/proc/meminfo: memFree=21037652/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4357280 memory=3158740 CPUtime=2952.56 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3538815 0 0 0 293147 2109 0 0 20 0 1 0 49665858 4461854720 789685 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1089320 789685 1280 1201 0 1087798 0
Current children cumulated CPU time: 2952.56 s
Current children cumulated vsize: 4357280 KiB
Current children cumulated memory: 3158740 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.16 4.13 5/269 48622
/proc/meminfo: memFree=16960508/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4357280 memory=3169408 CPUtime=3012.41 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3547380 0 0 0 299119 2122 0 0 20 0 1 0 49665858 4461854720 792352 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1089320 792352 1280 1201 0 1087798 0
Current children cumulated CPU time: 3012.41 s
Current children cumulated vsize: 4357280 KiB
Current children cumulated memory: 3169408 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.16 4.13 5/269 48624
/proc/meminfo: memFree=13855596/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4418608 memory=3225344 CPUtime=3072.03 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3581290 0 0 0 305067 2136 0 0 20 0 1 0 49665858 4524654592 806336 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1104652 806336 1280 1201 0 1103130 0
Current children cumulated CPU time: 3072.03 s
Current children cumulated vsize: 4418608 KiB
Current children cumulated memory: 3225344 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.14 4.13 5/269 48627
/proc/meminfo: memFree=9985908/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4420820 memory=3235072 CPUtime=3131.88 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3597676 0 0 0 311043 2145 0 0 20 0 1 0 49665858 4526919680 808768 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1105205 808768 1280 1201 0 1103683 0
Current children cumulated CPU time: 3131.88 s
Current children cumulated vsize: 4420820 KiB
Current children cumulated memory: 3235072 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/269 48629
/proc/meminfo: memFree=5455524/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4420820 memory=3237888 CPUtime=3187.66 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3611643 0 0 0 316618 2148 0 0 20 0 1 0 49665858 4526919680 809472 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1105205 809472 1280 1201 0 1103683 0
Current children cumulated CPU time: 3187.66 s
Current children cumulated vsize: 4420820 KiB
Current children cumulated memory: 3237888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.14 4.12 5/271 48682
/proc/meminfo: memFree=113723204/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4420820 memory=3239680 CPUtime=3247.5 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3627325 0 0 0 322597 2153 0 0 20 0 1 0 49665858 4526919680 809920 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1105205 809920 1280 1201 0 1103683 0
Current children cumulated CPU time: 3247.5 s
Current children cumulated vsize: 4420820 KiB
Current children cumulated memory: 3239680 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.12 5/270 48685
/proc/meminfo: memFree=113228080/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4420820 memory=3243272 CPUtime=3307.36 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3636021 0 0 0 328580 2156 0 0 20 0 1 0 49665858 4526919680 810818 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1105205 810818 1280 1201 0 1103683 0
Current children cumulated CPU time: 3307.36 s
Current children cumulated vsize: 4420820 KiB
Current children cumulated memory: 3243272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/270 48689
/proc/meminfo: memFree=112745576/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4420820 memory=3245832 CPUtime=3367.22 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3638027 0 0 0 334564 2158 0 0 20 0 1 0 49665858 4526919680 811458 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1105205 811458 1280 1201 0 1103683 0
Current children cumulated CPU time: 3367.22 s
Current children cumulated vsize: 4420820 KiB
Current children cumulated memory: 3245832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/270 48691
/proc/meminfo: memFree=112402380/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4424248 memory=3257736 CPUtime=3427.06 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3640807 0 0 0 340546 2160 0 0 20 0 1 0 49665858 4530429952 814434 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1106062 814434 1280 1201 0 1104540 0
Current children cumulated CPU time: 3427.06 s
Current children cumulated vsize: 4424248 KiB
Current children cumulated memory: 3257736 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.16 4.12 5/270 48693
/proc/meminfo: memFree=111862820/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4434076 memory=3282048 CPUtime=3486.91 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3643185 0 0 0 346521 2170 0 0 20 0 1 0 49665858 4540493824 820512 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1108519 820512 1280 1201 0 1106997 0
Current children cumulated CPU time: 3486.91 s
Current children cumulated vsize: 4434076 KiB
Current children cumulated memory: 3282048 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.14 4.11 5/268 48696
/proc/meminfo: memFree=111510444/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4434076 memory=3298808 CPUtime=3546.77 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3644479 0 0 0 352502 2175 0 0 20 0 1 0 49665858 4540493824 824702 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1108519 824702 1280 1201 0 1106997 0
Current children cumulated CPU time: 3546.77 s
Current children cumulated vsize: 4434076 KiB
Current children cumulated memory: 3298808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3635.7 s]
/proc/loadavg: 4.07 4.12 4.10 5/266 48697
/proc/meminfo: memFree=111283960/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=4434076 memory=3315064 CPUtime=3600.04 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) R 48302 48305 47965 0 -1 4194304 3644870 0 0 0 357828 2176 0 0 20 0 1 0 49665858 4540493824 828766 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 1108519 828766 1280 1201 0 1106997 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 4434076 KiB
Current children cumulated memory: 3315064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3578.31 s, system=21.8331 s

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

[startup+3635.8 s]
/proc/loadavg: 4.07 4.12 4.10 5/266 48697
/proc/meminfo: memFree=111283960/131249996 swapFree=33005272/33010684
[pid=48305] ppid=48302 vsize=320776 memory=315636 CPUtime=3600.14 cores=4,6
/proc/48305/stat : 48305 (Exact_proof) D 48302 48305 47965 0 -1 4194304 3645598 0 0 0 357831 2183 0 0 20 0 1 0 49665858 328474624 78909 18446744073709551615 4198400 9115581 140724856987488 0 0 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 10325008 10415428 34762752 140724856993992 140724856994279 140724856994279 140724856999881 0
/proc/48305/statm: 80194 78909 1280 1201 0 78672 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 320776 KiB
Current children cumulated memory: 315636 KiB

Child status: 0

Real time (s): 3635.83
CPU time (s): 3600.15
CPU user time (s): 3578.31
CPU system time (s): 21.8331
CPU usage (%): 99.0186
Max. virtual memory (cumulated for all children) (KiB): 5224560
Max. memory (cumulated for all children) (KiB): 3764604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.31
system time used= 21.8331
maximum resident set size= 3940988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3645598
page faults= 1
swaps= 0
block input operations= 2944
block output operations= 59633544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213
involuntary context switches= 15176


# summary of solver processes directly reported to runsolver:
#   pid: 48305
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3578.31
#   total CPU system time (s): 21.8331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36402 second user time and 16.4073 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 05:18:00
IDJOB=4488380
IDBENCH=147450
IDSOLVER=3325
FILE ID=nodeC023/4488380-1751339880
RUNJOBID= nodeC023-1751339155-47976
SLURM_JOB_ID= 9594404
Free space on /tmp= 433024 MiB

SOLVER NAME= Exact_proof 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.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-4488380-1751339880/watcher-4488380-1751339880 -o /tmp/evaluation-result-4488380-1751339880/solver-4488380-1751339880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751339155-47976 --watchdog 3760  HOME/Exact_proof --ls=360 --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4488380-1751339880 --seed=1947840990 HOME/instance-4488380-1751339880.opb

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

MD5SUM BENCH= b9929803c594fc7438d42d6422379c4f
RANDOM SEED=1947840990

nodeC023 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.884
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.78
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		: 3601.434
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.78
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		: 3608.732
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.78
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		: 3599.960
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.78
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		: 3600.402
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.78
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.894
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.069
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.78
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		: 3700.000
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        96948188 kB
MemAvailable:   128965944 kB
Buffers:            1328 kB
Cached:         32784148 kB
SwapCached:          504 kB
Active:           579576 kB
Inactive:       32679040 kB
Active(anon):     427344 kB
Inactive(anon):    59136 kB
Active(file):     152232 kB
Inactive(file): 32619904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:          12854952 kB
Writeback:             0 kB
AnonPages:        475852 kB
Mapped:           108128 kB
Shmem:             13260 kB
KReclaimable:     169720 kB
Slab:             659184 kB
SReclaimable:     169720 kB
SUnreclaim:       489464 kB
KernelStack:        4368 kB
PageTables:         3888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     816668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC023 at 2025-07-01 06:18:36