Trace number 4499090

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
UWrMaxSat-SCIP 2025-06-04? (TO) 3600.08 3611.2

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.10/0.13	c Converting 2543 PB-constraints to clauses...
0.10/0.13	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
300.63/301.73	c Starting SCIP solver  (with time-limit: 900s) ...
1198.02/1201.73	c SCIP timeout with lower and upper bounds: [5, 9223372036854775807]
3600.06/3611.20	c *** TERMINATED by signal 15 ***
3600.06/3611.20	c _______________________________________________________________________________
3600.06/3611.20	c 
3600.06/3611.20	c _______________________________________________________________________________
3600.06/3611.20	c 
3600.06/3611.20	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3611.20	c Memory used            : 458.00 MB
3600.06/3611.20	c CPU time               : 3599.09 s
3600.06/3611.20	c Constr Enc: Srt/BDD/Add: 369 0 0
3600.06/3611.20	c _______________________________________________________________________________
3600.06/3611.20	c _______________________________________________________________________________
3600.06/3611.20	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: 63837 MiB (63029 MiB free)
  memory of node 1: 64465 MiB (63725 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4499090-1751408247/watcher-4499090-1751408247 -o /tmp/evaluation-result-4499090-1751408247/solver-4499090-1751408247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751408247-68541 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4499090-1751408247.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=68597, runsolver pid=68579
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 0.29 1.03 2.07 7/259 68598
/proc/meminfo: memFree=129773144/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=25800 memory=9856 CPUtime=0.1 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 1485 0 0 0 10 0 0 0 20 0 1 0 56503902 26419200 2464 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 6450 2464 1120 3139 0 2738 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25800 KiB
Current children cumulated memory: 9856 KiB

[startup+0.213483 s]*
/proc/loadavg: 0.29 1.03 2.07 6/259 68602
/proc/meminfo: memFree=129751728/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=41476 memory=31368 CPUtime=0.21 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 6029 0 0 0 19 2 0 0 20 0 1 0 56503902 42471424 7842 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 10369 7842 2688 3139 0 6657 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 41476 KiB
Current children cumulated memory: 31368 KiB

[startup+0.314842 s]*
/proc/loadavg: 0.29 1.03 2.07 7/257 68606
/proc/meminfo: memFree=129728228/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=52548 memory=42212 CPUtime=0.31 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 8871 0 0 0 28 3 0 0 20 0 1 0 56503902 53809152 10553 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 13137 10553 2688 3139 0 9425 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 52548 KiB
Current children cumulated memory: 42212 KiB

[startup+0.70036 s]
/proc/loadavg: 0.29 1.03 2.07 6/257 68606
/proc/meminfo: memFree=129673920/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=110460 memory=99240 CPUtime=0.69 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 19866 0 0 0 61 8 0 0 20 0 1 0 56503902 113111040 24810 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 27615 24810 2688 3139 0 23903 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 110460 KiB
Current children cumulated memory: 99240 KiB

[startup+1.50031 s]
/proc/loadavg: 0.29 1.03 2.07 6/257 68606
/proc/meminfo: memFree=129480208/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=125644 memory=114440 CPUtime=1.48 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 23212 0 0 0 139 9 0 0 20 0 1 0 56503902 128659456 28610 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 31411 28610 2688 3139 0 27699 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 125644 KiB
Current children cumulated memory: 114440 KiB

[startup+3.11393 s]
/proc/loadavg: 0.29 1.03 2.07 6/256 68634
/proc/meminfo: memFree=128794780/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=143888 memory=132704 CPUtime=3.08 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 24216 0 0 0 298 10 0 0 20 0 1 0 56503902 147341312 33176 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 35972 33176 2688 3139 0 32260 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 143888 KiB
Current children cumulated memory: 132704 KiB

[startup+6.30026 s]
/proc/loadavg: 0.59 1.08 2.08 6/256 68634
/proc/meminfo: memFree=128746580/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=145424 memory=134752 CPUtime=6.26 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 24713 0 0 0 615 11 0 0 20 0 1 0 56503902 148914176 33688 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 36356 33688 2720 3139 0 32644 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 145424 KiB
Current children cumulated memory: 134752 KiB

[startup+12.7003 s]
/proc/loadavg: 0.78 1.11 2.09 6/256 68634
/proc/meminfo: memFree=128694360/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=145872 memory=135264 CPUtime=12.64 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 24862 0 0 0 1253 11 0 0 20 0 1 0 56503902 149372928 33816 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 36468 33816 2720 3139 0 32756 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 145872 KiB
Current children cumulated memory: 135264 KiB

[startup+25.5003 s]
/proc/loadavg: 1.12 1.17 2.09 4/250 68670
/proc/meminfo: memFree=129093900/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=138640 memory=128068 CPUtime=25.39 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 27616 0 0 0 2527 12 0 0 20 0 1 0 56503902 141967360 32017 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 34660 32017 2720 3139 0 30948 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 138640 KiB
Current children cumulated memory: 128068 KiB

[startup+51.113 s]
/proc/loadavg: 1.50 1.25 2.09 4/245 68671
/proc/meminfo: memFree=129090176/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=149956 memory=139332 CPUtime=50.91 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 31044 0 0 0 5077 14 0 0 20 0 1 0 56503902 153554944 34833 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 37489 34833 2720 3139 0 33777 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 149956 KiB
Current children cumulated memory: 139332 KiB

[startup+102.3 s]
/proc/loadavg: 1.86 1.39 2.09 4/244 68672
/proc/meminfo: memFree=129057720/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=173968 memory=163396 CPUtime=101.92 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 32578 0 0 0 10177 15 0 0 20 0 1 0 56503902 178143232 40849 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 43492 40849 2720 3139 0 39780 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 173968 KiB
Current children cumulated memory: 163396 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 1.52 2.09 4/245 68679
/proc/meminfo: memFree=129055248/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=163336 memory=139736 CPUtime=161.71 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 34107 0 0 0 16155 16 0 0 20 0 1 0 56503902 167256064 34934 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 40834 34934 2720 3139 0 37122 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 163336 KiB
Current children cumulated memory: 139736 KiB

[startup+222.3 s]
/proc/loadavg: 2.13 1.64 2.09 4/240 68681
/proc/meminfo: memFree=129010684/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=197280 memory=186696 CPUtime=221.52 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 37271 0 0 0 22132 20 0 0 20 0 1 0 56503902 202014720 46674 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 49320 46674 2720 3139 0 45608 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 197280 KiB
Current children cumulated memory: 186696 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 1.72 2.09 4/240 68683
/proc/meminfo: memFree=128982584/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=206856 memory=196312 CPUtime=281.3 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 38970 0 0 0 28108 22 0 0 20 0 1 0 56503902 211820544 49078 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 51714 49078 2720 3139 0 48002 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 206856 KiB
Current children cumulated memory: 196312 KiB

[startup+342.3 s]
/proc/loadavg: 2.09 1.79 2.09 4/238 68685
/proc/meminfo: memFree=128717848/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=247180 memory=238936 CPUtime=341.1 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 49145 0 0 0 34086 24 0 0 20 0 1 0 56503902 253112320 59734 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 61795 59734 3296 3139 0 58083 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 247180 KiB
Current children cumulated memory: 238936 KiB

[startup+402.3 s]
/proc/loadavg: 2.15 1.86 2.09 4/237 68687
/proc/meminfo: memFree=128668692/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=251108 memory=242776 CPUtime=400.9 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 50108 0 0 0 40066 24 0 0 20 0 1 0 56503902 257134592 60694 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 62777 60694 3296 3139 0 59065 0
Current children cumulated CPU time: 400.9 s
Current children cumulated vsize: 251108 KiB
Current children cumulated memory: 242776 KiB

[startup+462.3 s]
/proc/loadavg: 2.11 1.91 2.09 4/236 68689
/proc/meminfo: memFree=128617064/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=254052 memory=246104 CPUtime=460.72 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 50898 0 0 0 46048 24 0 0 20 0 1 0 56503902 260149248 61526 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 63513 61526 3296 3139 0 59801 0
Current children cumulated CPU time: 460.72 s

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

Current children cumulated memory: 321224 KiB

[startup+2862.3 s]
/proc/loadavg: 2.12 2.10 2.09 4/238 68817
/proc/meminfo: memFree=128459020/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=357020 memory=349344 CPUtime=2853.5 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 77111 0 0 0 285281 69 0 0 20 0 1 0 56503902 365588480 87336 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 89255 87336 3328 3139 0 85543 0
Current children cumulated CPU time: 2853.5 s
Current children cumulated vsize: 357020 KiB
Current children cumulated memory: 349344 KiB

[startup+2922.3 s]
/proc/loadavg: 2.09 2.09 2.09 4/238 68819
/proc/meminfo: memFree=128458096/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=346520 memory=338844 CPUtime=2913.31 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 78702 0 0 0 291258 73 0 0 20 0 1 0 56503902 354836480 84711 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 86630 84711 3328 3139 0 82918 0
Current children cumulated CPU time: 2913.31 s
Current children cumulated vsize: 346520 KiB
Current children cumulated memory: 338844 KiB

[startup+2982.3 s]
/proc/loadavg: 2.15 2.10 2.09 4/238 68823
/proc/meminfo: memFree=128443208/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=336208 memory=328532 CPUtime=2973.14 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 80745 0 0 0 297234 80 0 0 20 0 1 0 56503902 344276992 82133 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 84052 82133 3328 3139 0 80340 0
Current children cumulated CPU time: 2973.14 s
Current children cumulated vsize: 336208 KiB
Current children cumulated memory: 328532 KiB

[startup+3042.3 s]
/proc/loadavg: 2.12 2.10 2.09 4/237 68825
/proc/meminfo: memFree=128450240/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=342140 memory=334464 CPUtime=3032.95 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 82367 0 0 0 303209 86 0 0 20 0 1 0 56503902 350351360 83616 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 85535 83616 3328 3139 0 81823 0
Current children cumulated CPU time: 3032.95 s
Current children cumulated vsize: 342140 KiB
Current children cumulated memory: 334464 KiB

[startup+3102.3 s]
/proc/loadavg: 2.08 2.09 2.09 4/237 68827
/proc/meminfo: memFree=128357504/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=357652 memory=349984 CPUtime=3092.77 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 84005 0 0 0 309186 91 0 0 20 0 1 0 56503902 366235648 87496 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 89413 87496 3328 3139 0 85701 0
Current children cumulated CPU time: 3092.77 s
Current children cumulated vsize: 357652 KiB
Current children cumulated memory: 349984 KiB

[startup+3162.3 s]
/proc/loadavg: 2.13 2.10 2.09 4/238 68834
/proc/meminfo: memFree=128452832/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=341524 memory=333848 CPUtime=3152.59 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 85830 0 0 0 315164 95 0 0 20 0 1 0 56503902 349720576 83462 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 85381 83462 3328 3139 0 81669 0
Current children cumulated CPU time: 3152.59 s
Current children cumulated vsize: 341524 KiB
Current children cumulated memory: 333848 KiB

[startup+3222.3 s]
/proc/loadavg: 2.10 2.09 2.09 4/238 68836
/proc/meminfo: memFree=128443416/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=340948 memory=333272 CPUtime=3212.4 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87216 0 0 0 321143 97 0 0 20 0 1 0 56503902 349130752 83318 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 85237 83318 3328 3139 0 81525 0
Current children cumulated CPU time: 3212.4 s
Current children cumulated vsize: 340948 KiB
Current children cumulated memory: 333272 KiB

[startup+3282.3 s]
/proc/loadavg: 2.15 2.10 2.09 4/238 68838
/proc/meminfo: memFree=128521608/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266716 CPUtime=3272.22 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87340 0 0 0 327124 98 0 0 20 0 1 0 56503902 280977408 66679 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66679 3328 3139 0 64886 0
Current children cumulated CPU time: 3272.22 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266716 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.10 2.09 4/238 68840
/proc/meminfo: memFree=128657888/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266716 CPUtime=3332.03 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87341 0 0 0 333105 98 0 0 20 0 1 0 56503902 280977408 66679 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66679 3328 3139 0 64886 0
Current children cumulated CPU time: 3332.03 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266716 KiB

[startup+3402.3 s]
/proc/loadavg: 2.08 2.09 2.09 4/238 68842
/proc/meminfo: memFree=128664080/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266716 CPUtime=3391.84 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87426 0 0 0 339086 98 0 0 20 0 1 0 56503902 280977408 66679 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66679 3328 3139 0 64886 0
Current children cumulated CPU time: 3391.84 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266716 KiB

[startup+3462.3 s]
/proc/loadavg: 2.14 2.10 2.09 4/237 68844
/proc/meminfo: memFree=128615220/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266716 CPUtime=3451.65 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87445 0 0 0 345067 98 0 0 20 0 1 0 56503902 280977408 66679 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66679 3328 3139 0 64886 0
Current children cumulated CPU time: 3451.65 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266716 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.10 2.09 4/237 68846
/proc/meminfo: memFree=128610912/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266716 CPUtime=3511.45 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 87468 0 0 0 351047 98 0 0 20 0 1 0 56503902 280977408 66679 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66679 3328 3139 0 64886 0
Current children cumulated CPU time: 3511.45 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266716 KiB

[startup+3582.3 s]
/proc/loadavg: 2.15 2.11 2.09 4/238 68851
/proc/meminfo: memFree=128582604/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=306872 memory=299248 CPUtime=3571.26 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 88010 0 0 0 357028 98 0 0 20 0 1 0 56503902 314236928 74812 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 76718 74812 3328 3139 0 73006 0
Current children cumulated CPU time: 3571.26 s
Current children cumulated vsize: 306872 KiB
Current children cumulated memory: 299248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 2.09 2.10 2.09 3/234 68887
/proc/meminfo: memFree=129458052/131382112 swapFree=33005784/33010684
[pid=68597] ppid=68579 vsize=274392 memory=266808 CPUtime=3600.06 cores=1,3
/proc/68597/stat : 68597 (uwrmaxsat-scip) R 68579 68597 68503 0 -1 4194304 88011 0 0 0 359908 98 0 0 20 0 1 0 56503902 280977408 66702 18446744073709551615 4198400 17051741 140726062658896 0 0 0 0 0 8416290 0 0 0 17 1 0 0 0 0 0 19288744 19393640 46481408 140726062668090 140726062668260 140726062668260 140726062673862 0
/proc/68597/statm: 68598 66702 3328 3139 0 64886 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 274392 KiB
Current children cumulated memory: 266808 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.09 s, system=0.990032 s

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

Child status: 0

Real time (s): 3611.2
CPU time (s): 3600.08
CPU user time (s): 3599.09
CPU system time (s): 0.990032
CPU usage (%): 99.6919
Max. virtual memory (cumulated for all children) (KiB): 469388
Max. memory (cumulated for all children) (KiB): 461648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.09
system time used= 0.990032
maximum resident set size= 461648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88011
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33
involuntary context switches= 1471


# summary of solver processes directly reported to runsolver:
#   pid: 68597
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.09
#   total CPU system time (s): 0.990032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7961 second user time and 33.8332 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-02 00:17:27
IDJOB=4499090
IDBENCH=148770
IDSOLVER=3373
FILE ID=nodeC007/4499090-1751408247
RUNJOBID= nodeC007-1751408247-68541
SLURM_JOB_ID= 9598307
Free space on /tmp= 432544 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499090-1751408247/watcher-4499090-1751408247 -o /tmp/evaluation-result-4499090-1751408247/solver-4499090-1751408247 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751408247-68541 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4499090-1751408247.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=787987661

nodeC007 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	: 0xb00001f
cpu MHz		: 1197.413
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.193
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.208
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.197
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.259
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129764324 kB
MemAvailable:   129850424 kB
Buffers:              16 kB
Cached:           778404 kB
SwapCached:          216 kB
Active:           188624 kB
Inactive:         656112 kB
Active(anon):      30564 kB
Inactive(anon):    49244 kB
Active(file):     158060 kB
Inactive(file):   606868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             67916 kB
Writeback:             0 kB
AnonPages:         69172 kB
Mapped:            97740 kB
Shmem:             13492 kB
KReclaimable:     321596 kB
Slab:             409304 kB
SReclaimable:     321596 kB
SUnreclaim:        87708 kB
KernelStack:        3968 kB
PageTables:         2808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432480 MiB
End job on nodeC007 at 2025-07-02 01:17:39