Trace number 4542868

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
UWrMaxSat 2025-06-04? (TO) 3600.07 3610.5

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
MD5SUM069a73194ecd209cf604f34d8017c292
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark16.7565
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints752
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints740
Minimum length of a constraint2
Maximum length of a constraint8
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.00/0.03	c Converting 752 PB-constraints to clauses...
0.00/0.08	c ============================[ Encoding Statistics ]============================
0.00/0.08	c |  Number of variables:          5251                                         |
0.00/0.08	c |  Number of clauses:           26252                                         |
0.00/0.08	c ===============================================================================
3600.06/3610.50	c *** TERMINATED by signal 15 ***
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c 
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c 
3600.06/3610.50	c =======================[ UWrMaxSat resources usage ]===========================
3600.06/3610.50	c Memory used            : 316.00 MB
3600.06/3610.50	c CPU time               : 3596.94 s
3600.06/3610.50	c Constr Enc: Srt/BDD/Add: 750 0 0
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	c _______________________________________________________________________________
3600.06/3610.50	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 (63124 MiB free)
  memory of node 1: 64465 MiB (63076 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4542868-1753222989/watcher-4542868-1753222989 -o /tmp/evaluation-result-4542868-1753222989/solver-4542868-1753222989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194559 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4542868-1753222989.opb -mem-lim=31000 

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
Current StackSize limit: 8192 KiB

solver pid=194615, runsolver pid=194602

[startup+0.10007 s]*
/proc/loadavg: 1.18 1.54 2.57 7/250 194618
/proc/meminfo: memFree=129222208/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=11828 memory=10264 CPUtime=0.1 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 2481 0 0 0 9 1 0 0 20 0 1 0 237978049 12111872 2566 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 2957 2566 512 484 0 2368 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 11828 KiB
Current children cumulated memory: 10264 KiB

[startup+0.213187 s]*
/proc/loadavg: 1.18 1.54 2.57 7/250 194618
/proc/meminfo: memFree=129222208/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=13108 memory=11544 CPUtime=0.21 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 2814 0 0 0 20 1 0 0 20 0 1 0 237978049 13422592 2886 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 3277 2886 512 484 0 2688 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13108 KiB
Current children cumulated memory: 11544 KiB

[startup+0.312864 s]*
/proc/loadavg: 1.18 1.54 2.57 7/250 194618
/proc/meminfo: memFree=129222480/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=13144 memory=11680 CPUtime=0.31 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 3777 0 0 0 30 1 0 0 20 0 1 0 237978049 13459456 2920 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 3286 2920 512 484 0 2697 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13144 KiB
Current children cumulated memory: 11680 KiB

[startup+0.70028 s]
/proc/loadavg: 1.40 1.58 2.57 5/250 194618
/proc/meminfo: memFree=129222796/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=13840 memory=12296 CPUtime=0.68 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 4246 0 0 0 67 1 0 0 20 0 1 0 237978049 14172160 3074 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 3460 3074 512 484 0 2871 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 13840 KiB
Current children cumulated memory: 12296 KiB

[startup+1.50028 s]
/proc/loadavg: 1.40 1.58 2.57 7/250 194618
/proc/meminfo: memFree=129222796/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=14852 memory=13640 CPUtime=1.48 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 4928 0 0 0 147 1 0 0 20 0 1 0 237978049 15208448 3410 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 3713 3410 512 484 0 3124 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 14852 KiB
Current children cumulated memory: 13640 KiB

[startup+3.11346 s]
/proc/loadavg: 1.40 1.58 2.57 7/250 194618
/proc/meminfo: memFree=129217512/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=17336 memory=15980 CPUtime=3.09 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 8193 0 0 0 307 2 0 0 20 0 1 0 237978049 17752064 3995 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 4334 3995 512 484 0 3745 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 17336 KiB
Current children cumulated memory: 15980 KiB

[startup+6.30032 s]
/proc/loadavg: 1.61 1.62 2.58 6/250 194618
/proc/meminfo: memFree=129208756/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=18516 memory=17240 CPUtime=6.27 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 16291 0 0 0 624 3 0 0 20 0 1 0 237978049 18960384 4310 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 4629 4310 512 484 0 4040 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 18516 KiB
Current children cumulated memory: 17240 KiB

[startup+12.7003 s]
/proc/loadavg: 1.80 1.66 2.59 6/250 194618
/proc/meminfo: memFree=129185112/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=31792 memory=30440 CPUtime=12.65 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 20440 0 0 0 1261 4 0 0 20 0 1 0 237978049 32555008 7610 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 7948 7610 512 484 0 7359 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 31792 KiB
Current children cumulated memory: 30440 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 1.74 2.61 7/250 194618
/proc/meminfo: memFree=129150032/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=36860 memory=35560 CPUtime=25.41 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 24050 0 0 0 2536 5 0 0 20 0 1 0 237978049 37744640 8890 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 9215 8890 512 484 0 8626 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 36860 KiB
Current children cumulated memory: 35560 KiB

[startup+51.1124 s]
/proc/loadavg: 2.94 1.97 2.66 7/250 194619
/proc/meminfo: memFree=129046364/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=48128 memory=46824 CPUtime=50.96 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 28861 0 0 0 5089 7 0 0 20 0 1 0 237978049 49283072 11706 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 12032 11706 512 484 0 11443 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 48128 KiB
Current children cumulated memory: 46824 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.30 2.74 6/250 194620
/proc/meminfo: memFree=129005820/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=64184 memory=62808 CPUtime=102.01 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 32731 0 0 0 10193 8 0 0 20 0 1 0 237978049 65724416 15702 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 16046 15702 512 484 0 15457 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 64184 KiB
Current children cumulated memory: 62808 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.63 2.82 8/251 194623
/proc/meminfo: memFree=128956440/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=79660 memory=78312 CPUtime=161.84 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 34581 0 0 0 16175 9 0 0 20 0 1 0 237978049 81571840 19578 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 19915 19578 512 484 0 19326 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 79660 KiB
Current children cumulated memory: 78312 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.91 2.91 7/253 194633
/proc/meminfo: memFree=128875332/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=72808 memory=71432 CPUtime=221.63 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 40651 0 0 0 22151 12 0 0 20 0 1 0 237978049 74555392 17858 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 18202 17858 512 484 0 17613 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 72808 KiB
Current children cumulated memory: 71432 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.13 2.99 7/253 194635
/proc/meminfo: memFree=128802964/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=111608 memory=110440 CPUtime=281.47 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 43870 0 0 0 28133 14 0 0 20 0 1 0 237978049 114286592 27610 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 27902 27610 512 484 0 27313 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 111608 KiB
Current children cumulated memory: 110440 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 3.33 3.07 7/252 194637
/proc/meminfo: memFree=128778136/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=141628 memory=140516 CPUtime=341.32 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 45819 0 0 0 34116 16 0 0 20 0 1 0 237978049 145027072 35129 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 35407 35129 512 484 0 34818 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 141628 KiB
Current children cumulated memory: 140516 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.49 3.14 7/252 194639
/proc/meminfo: memFree=128778904/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=141220 memory=139948 CPUtime=401.17 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 50382 0 0 0 40098 19 0 0 20 0 1 0 237978049 144609280 34987 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 35305 34987 512 484 0 34716 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 141220 KiB
Current children cumulated memory: 139948 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.60 3.20 7/251 194641
/proc/meminfo: memFree=128720248/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=113580 memory=112560 CPUtime=461.02 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 52599 0 0 0 46080 22 0 0 20 0 1 0 237978049 116305920 28140 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 28395 28140 512 484 0 27806 0
Current children cumulated CPU time: 461.02 s

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

Current children cumulated memory: 180332 KiB

[startup+2922.3 s]
/proc/loadavg: 4.75 4.67 4.28 7/250 194773
/proc/meminfo: memFree=128508240/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=184288 memory=182648 CPUtime=2913.84 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 205867 0 0 0 291118 266 0 0 20 0 1 0 237978049 188710912 45662 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 46072 45662 512 484 0 45483 0
Current children cumulated CPU time: 2913.84 s
Current children cumulated vsize: 184288 KiB
Current children cumulated memory: 182648 KiB

[startup+2982.3 s]
/proc/loadavg: 4.30 4.56 4.27 8/250 194775
/proc/meminfo: memFree=128497920/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=186052 memory=184900 CPUtime=2973.65 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 209399 0 0 0 297095 270 0 0 20 0 1 0 237978049 190517248 46225 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 46513 46225 512 484 0 45924 0
Current children cumulated CPU time: 2973.65 s
Current children cumulated vsize: 186052 KiB
Current children cumulated memory: 184900 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.47 4.26 7/250 194777
/proc/meminfo: memFree=128513016/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=187464 memory=186064 CPUtime=3033.45 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 211665 0 0 0 303072 273 0 0 20 0 1 0 237978049 191963136 46516 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 46866 46516 512 484 0 46277 0
Current children cumulated CPU time: 3033.45 s
Current children cumulated vsize: 187464 KiB
Current children cumulated memory: 186064 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.41 4.25 7/249 194779
/proc/meminfo: memFree=128488408/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=187836 memory=186484 CPUtime=3093.26 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 214819 0 0 0 309048 278 0 0 20 0 1 0 237978049 192344064 46621 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 46959 46621 512 484 0 46370 0
Current children cumulated CPU time: 3093.26 s
Current children cumulated vsize: 187836 KiB
Current children cumulated memory: 186484 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.35 4.24 7/249 194781
/proc/meminfo: memFree=128496764/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=193200 memory=190284 CPUtime=3153.09 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 217743 0 0 0 315027 282 0 0 20 0 1 0 237978049 197836800 47571 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 48300 47571 512 484 0 47711 0
Current children cumulated CPU time: 3153.09 s
Current children cumulated vsize: 193200 KiB
Current children cumulated memory: 190284 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.32 4.23 7/252 194792
/proc/meminfo: memFree=128499860/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=193544 memory=191516 CPUtime=3212.93 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 220962 0 0 0 321006 287 0 0 20 0 1 0 237978049 198189056 47879 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 48386 47879 512 484 0 47797 0
Current children cumulated CPU time: 3212.93 s
Current children cumulated vsize: 193544 KiB
Current children cumulated memory: 191516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.29 4.23 7/252 194794
/proc/meminfo: memFree=128497204/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=193816 memory=192552 CPUtime=3272.76 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 223439 0 0 0 326986 290 0 0 20 0 1 0 237978049 198467584 48138 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 48454 48138 512 484 0 47865 0
Current children cumulated CPU time: 3272.76 s
Current children cumulated vsize: 193816 KiB
Current children cumulated memory: 192552 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.25 4.21 7/252 194796
/proc/meminfo: memFree=128504248/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=194856 memory=193596 CPUtime=3332.6 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 226905 0 0 0 332965 295 0 0 20 0 1 0 237978049 199532544 48399 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 48714 48399 512 484 0 48125 0
Current children cumulated CPU time: 3332.6 s
Current children cumulated vsize: 194856 KiB
Current children cumulated memory: 193596 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.23 4.21 7/252 194798
/proc/meminfo: memFree=128484968/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=196728 memory=195468 CPUtime=3392.43 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 229287 0 0 0 338944 299 0 0 20 0 1 0 237978049 201449472 48867 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 49182 48867 512 484 0 48593 0
Current children cumulated CPU time: 3392.43 s
Current children cumulated vsize: 196728 KiB
Current children cumulated memory: 195468 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.20 4.20 7/252 194800
/proc/meminfo: memFree=128486904/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=199460 memory=197716 CPUtime=3452.26 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 232517 0 0 0 344924 302 0 0 20 0 1 0 237978049 204247040 49429 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 49865 49429 512 484 0 49276 0
Current children cumulated CPU time: 3452.26 s
Current children cumulated vsize: 199460 KiB
Current children cumulated memory: 197716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.18 4.18 7/249 194802
/proc/meminfo: memFree=128484884/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=201796 memory=200132 CPUtime=3512.1 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 235355 0 0 0 350903 307 0 0 20 0 1 0 237978049 206639104 50033 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 50449 50033 512 484 0 49860 0
Current children cumulated CPU time: 3512.1 s
Current children cumulated vsize: 201796 KiB
Current children cumulated memory: 200132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.18 7/249 194804
/proc/meminfo: memFree=128488704/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=203576 memory=201576 CPUtime=3571.94 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 237943 0 0 0 356883 311 0 0 20 0 1 0 237978049 208461824 50394 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 50894 50394 512 484 0 50305 0
Current children cumulated CPU time: 3571.94 s
Current children cumulated vsize: 203576 KiB
Current children cumulated memory: 201576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.08 4.16 4.18 7/249 194805
/proc/meminfo: memFree=128477048/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=203676 memory=202380 CPUtime=3600.06 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 238977 0 0 0 359694 312 0 0 20 0 1 0 237978049 208564224 50595 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 50919 50595 512 484 0 50330 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 203676 KiB
Current children cumulated memory: 202380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.94 s, system=3.12766 s

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

[startup+3610.5 s]
/proc/loadavg: 4.08 4.16 4.18 7/249 194805
/proc/meminfo: memFree=128477048/131382116 swapFree=33009904/33010684
[pid=194615] ppid=194602 vsize=203676 memory=202380 CPUtime=3600.06 cores=4,6
/proc/194615/stat : 194615 (uwrmaxsat) R 194602 194615 194548 0 -1 4194304 238977 0 0 0 359694 312 0 0 20 0 1 0 237978049 208564224 50595 18446744073709551615 4198400 6176925 140723696316208 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 12754944 140723696318824 140723696318951 140723696318951 140723696324555 0
/proc/194615/statm: 50919 50595 512 484 0 50330 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 203676 KiB
Current children cumulated memory: 202380 KiB

Child status: 0

Real time (s): 3610.5
CPU time (s): 3600.07
CPU user time (s): 3596.94
CPU system time (s): 3.12766
CPU usage (%): 99.7111
Max. virtual memory (cumulated for all children) (KiB): 324208
Max. memory (cumulated for all children) (KiB): 317388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.94
system time used= 3.12766
maximum resident set size= 317388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238977
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= 32
involuntary context switches= 2880


# summary of solver processes directly reported to runsolver:
#   pid: 194615
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.94
#   total CPU system time (s): 3.12766

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9668 second user time and 36.7691 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 00:23:09
IDJOB=4542868
IDBENCH=164739
IDSOLVER=3372
FILE ID=nodeC004/4542868-1753222989
RUNJOBID= nodeC004-1753222988-194559
SLURM_JOB_ID= 9687825
Free space on /tmp= 433016 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/even-colouring/ec-stargrid-05_shuffle/normalized-ec_stargrid_05_075.shuf-3.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4542868-1753222989/watcher-4542868-1753222989 -o /tmp/evaluation-result-4542868-1753222989/solver-4542868-1753222989 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753222988-194559 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4542868-1753222989.opb -mem-lim=31000

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

MD5SUM BENCH= 069a73194ecd209cf604f34d8017c292
RANDOM SEED=1256789901

nodeC004 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.205
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.74
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.204
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.74
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.284
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.74
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		: 1197.285
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.74
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.198
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.74
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.210
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.74
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		: 1197.209
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.74
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.053
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        129189864 kB
MemAvailable:   129807764 kB
Buffers:            2128 kB
Cached:          1366216 kB
SwapCached:           32 kB
Active:          1136824 kB
Inactive:         299336 kB
Active(anon):      83488 kB
Inactive(anon):    10468 kB
Active(file):    1053336 kB
Inactive(file):   288868 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10388 kB
Writeback:             0 kB
AnonPages:         71240 kB
Mapped:           108680 kB
Shmem:             26132 kB
KReclaimable:     230644 kB
Slab:             322656 kB
SReclaimable:     230644 kB
SUnreclaim:        92012 kB
KernelStack:        3796 kB
PageTables:         2652 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     351528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433008 MiB
End job on nodeC004 at 2025-07-23 01:23:19