Trace number 4506777

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-SCIP 2025-06-04? 2706.44 2714

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K169.opb
MD5SUMe3ebae4cd87024085ca08d92094a2c8e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark604.662
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20111
Total number of constraints20451
Number of constraints which are clauses20282
Number of constraints which are cardinality constraints (but not clauses)169
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint169
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 170
Number of bits of the biggest sum of numbers8
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.20/0.22	c Converting 20449 PB-constraints to clauses...
0.20/0.23	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.30/0.38	c ============================[ Encoding Statistics ]============================
0.30/0.38	c |  Number of variables:         24577                                         |
0.30/0.38	c |  Number of clauses:          104547                                         |
0.30/0.38	c ===============================================================================
300.50/301.38	c Starting SCIP solver  (with time-limit: 900s) ...
1198.23/1201.40	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
2706.33/2713.99	c UNKNOWN
2706.33/2713.99	c _______________________________________________________________________________
2706.33/2713.99	c 
2706.33/2713.99	c =======================[ UWrMaxSat resources usage ]===========================
2706.33/2713.99	c Memory used            : 694.00 MB
2706.33/2713.99	c CPU time               : 2705.83 s
2706.33/2713.99	c Constr Enc: Srt/BDD/Add: 167 0 0
2706.33/2713.99	c _______________________________________________________________________________
2706.33/2713.99	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: 63665 MiB (62690 MiB free)
  memory of node 1: 64507 MiB (33877 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506777-1751169130/watcher-4506777-1751169130 -o /tmp/evaluation-result-4506777-1751169130/solver-4506777-1751169130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16255 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4506777-1751169130.opb -no-par -scip-delay=300 -scip-cpu=900 -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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=18266, runsolver pid=18263
Current StackSize limit: 8192 KiB


[startup+0.100022 s]*
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98860708/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=40876 memory=24756 CPUtime=0.1 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 5539 0 0 0 9 1 0 0 20 0 1 0 32592624 41857024 6189 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 10219 6189 1120 3139 0 6507 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 40876 KiB
Current children cumulated memory: 24756 KiB

[startup+0.205541 s]*
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98852644/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=53696 memory=37556 CPUtime=0.2 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 8735 0 0 0 18 2 0 0 20 0 1 0 32592624 54984704 9389 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 13424 9389 1120 3139 0 9712 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 53696 KiB
Current children cumulated memory: 37556 KiB

[startup+0.305441 s]*
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98804512/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=94724 memory=84548 CPUtime=0.3 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 19425 0 0 0 27 3 0 0 20 0 1 0 32592624 96997376 21137 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 23681 21137 2688 3139 0 19969 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 94724 KiB
Current children cumulated memory: 84548 KiB

[startup+0.700165 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98796448/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=112872 memory=101544 CPUtime=0.69 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 23149 0 0 0 65 4 0 0 20 0 1 0 32592624 115580928 25386 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 28218 25386 2688 3139 0 24506 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 112872 KiB
Current children cumulated memory: 101544 KiB

[startup+1.50015 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98788636/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=133292 memory=121072 CPUtime=1.49 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 29128 0 0 0 144 5 0 0 20 0 1 0 32592624 136491008 30268 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 33323 30268 2720 3139 0 29611 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 133292 KiB
Current children cumulated memory: 121072 KiB

[startup+3.10529 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 18267
/proc/meminfo: memFree=98764728/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=150060 memory=138888 CPUtime=3.09 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 32906 0 0 0 303 6 0 0 20 0 1 0 32592624 153661440 34722 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 37515 34722 2720 3139 0 33803 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 150060 KiB
Current children cumulated memory: 138888 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.11 4.09 5/265 18267
/proc/meminfo: memFree=98748596/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=152016 memory=141064 CPUtime=6.28 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 33454 0 0 0 622 6 0 0 20 0 1 0 32592624 155664384 35266 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 38004 35266 2720 3139 0 34292 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 152016 KiB
Current children cumulated memory: 141064 KiB

[startup+12.7001 s]
/proc/loadavg: 4.22 4.13 4.10 5/265 18267
/proc/meminfo: memFree=98743240/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=152076 memory=141172 CPUtime=12.65 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 35141 0 0 0 1259 6 0 0 20 0 1 0 32592624 155725824 35293 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 38019 35293 2720 3139 0 34307 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 152076 KiB
Current children cumulated memory: 141172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.19 4.12 5/263 18267
/proc/meminfo: memFree=99799056/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=155900 memory=144924 CPUtime=25.42 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 36234 0 0 0 2536 6 0 0 20 0 1 0 32592624 159641600 36231 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 38975 36231 2720 3139 0 35263 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 155900 KiB
Current children cumulated memory: 144924 KiB

[startup+51.1057 s]
/proc/loadavg: 4.31 4.17 4.11 5/263 18268
/proc/meminfo: memFree=116489524/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=167636 memory=156668 CPUtime=50.96 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 42056 0 0 0 5088 8 0 0 20 0 1 0 32592624 171659264 39167 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 41909 39167 2720 3139 0 38197 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 167636 KiB
Current children cumulated memory: 156668 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/265 18274
/proc/meminfo: memFree=116493636/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=197524 memory=186620 CPUtime=102.02 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 47452 0 0 0 10191 11 0 0 20 0 1 0 32592624 202264576 46655 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 49381 46655 2720 3139 0 45669 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 197524 KiB
Current children cumulated memory: 186620 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/265 18278
/proc/meminfo: memFree=116462924/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=192704 memory=181756 CPUtime=161.86 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 50393 0 0 0 16173 13 0 0 20 0 1 0 32592624 197328896 45439 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 48176 45439 2720 3139 0 44464 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 192704 KiB
Current children cumulated memory: 181756 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/265 18279
/proc/meminfo: memFree=116457232/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=215008 memory=204028 CPUtime=221.71 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 53143 0 0 0 22157 14 0 0 20 0 1 0 32592624 220168192 51007 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 53752 51007 2720 3139 0 50040 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 215008 KiB
Current children cumulated memory: 204028 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 18281
/proc/meminfo: memFree=116458216/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=215620 memory=204668 CPUtime=281.55 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 53320 0 0 0 28141 14 0 0 20 0 1 0 32592624 220794880 51167 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 53905 51167 2720 3139 0 50193 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 215620 KiB
Current children cumulated memory: 204668 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 18283
/proc/meminfo: memFree=116296904/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=365592 memory=350528 CPUtime=341.4 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 84420 0 0 0 34121 19 0 0 20 0 1 0 32592624 374366208 87632 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 91398 87632 3104 3139 0 87686 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 365592 KiB
Current children cumulated memory: 350528 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.10 4.09 5/262 18285
/proc/meminfo: memFree=116157644/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=579108 memory=500028 CPUtime=401.22 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 119792 0 0 0 40098 24 0 0 20 0 1 0 32592624 593006592 125007 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 144777 125007 3264 3139 0 141065 0
Current children cumulated CPU time: 401.22 s
Current children cumulated vsize: 579108 KiB
Current children cumulated memory: 500028 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 18287
/proc/meminfo: memFree=116167596/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=581868 memory=500924 CPUtime=461.06 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 120010 0 0 0 46082 24 0 0 20 0 1 0 32592624 595832832 125231 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8408098 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 145467 125231 3264 3139 0 141755 0

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

/proc/loadavg: 2.14 2.69 3.26 3/252 18451
/proc/meminfo: memFree=129300012/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=302620 memory=294336 CPUtime=2375.74 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 154069 0 0 0 237527 47 0 0 20 0 1 0 32592624 309882880 73584 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75655 73584 3296 3139 0 71943 0
Current children cumulated CPU time: 2375.74 s
Current children cumulated vsize: 302620 KiB
Current children cumulated memory: 294336 KiB

[startup+2442.3 s]
/proc/loadavg: 2.15 2.60 3.19 3/252 18453
/proc/meminfo: memFree=129340652/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=257992 memory=249520 CPUtime=2435.54 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 156545 0 0 0 243503 51 0 0 20 0 1 0 32592624 264183808 62380 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 64498 62380 3296 3139 0 60786 0
Current children cumulated CPU time: 2435.54 s
Current children cumulated vsize: 257992 KiB
Current children cumulated memory: 249520 KiB

[startup+2502.3 s]
/proc/loadavg: 2.11 2.50 3.12 3/252 18458
/proc/meminfo: memFree=129318888/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=303200 memory=270896 CPUtime=2495.35 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 158693 0 0 0 249482 53 0 0 20 0 1 0 32592624 310476800 67724 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75800 67724 3296 3139 0 72088 0
Current children cumulated CPU time: 2495.35 s
Current children cumulated vsize: 303200 KiB
Current children cumulated memory: 270896 KiB

[startup+2562.3 s]
/proc/loadavg: 2.15 2.44 3.06 3/253 18463
/proc/meminfo: memFree=129316740/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=303200 memory=277168 CPUtime=2555.16 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 159757 0 0 0 255461 55 0 0 20 0 1 0 32592624 310476800 69292 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75800 69292 3296 3139 0 72088 0
Current children cumulated CPU time: 2555.16 s
Current children cumulated vsize: 303200 KiB
Current children cumulated memory: 277168 KiB

[startup+2622.3 s]
/proc/loadavg: 2.11 2.37 2.99 3/253 18467
/proc/meminfo: memFree=129299132/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=303200 memory=287260 CPUtime=2614.97 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 161859 0 0 0 261440 57 0 0 20 0 1 0 32592624 310476800 71815 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75800 71815 3296 3139 0 72088 0
Current children cumulated CPU time: 2614.97 s
Current children cumulated vsize: 303200 KiB
Current children cumulated memory: 287260 KiB

[startup+2682.3 s]
/proc/loadavg: 2.08 2.32 2.93 3/253 18469
/proc/meminfo: memFree=129237864/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=362920 memory=346980 CPUtime=2674.8 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163452 0 0 0 267421 59 0 0 20 0 1 0 32592624 371630080 86745 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 90730 86745 3296 3139 0 87018 0
Current children cumulated CPU time: 2674.8 s
Current children cumulated vsize: 362920 KiB
Current children cumulated memory: 346980 KiB

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

# cumulated CPU time of all completed processes:  user=2705.83 s, system=0.61214 s

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

[startup+2688 s]*
/proc/loadavg: 2.08 2.31 2.93 3/253 18469
/proc/meminfo: memFree=129237864/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=362920 memory=346980 CPUtime=2680.5 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163452 0 0 0 267991 59 0 0 20 0 1 0 32592624 371630080 86745 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 90730 86745 3296 3139 0 87018 0
Current children cumulated CPU time: 2680.5 s
Current children cumulated vsize: 362920 KiB
Current children cumulated memory: 346980 KiB

[startup+2700.8 s]
/proc/loadavg: 2.13 2.31 2.92 3/253 18470
/proc/meminfo: memFree=129298348/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=303200 memory=289308 CPUtime=2693.26 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163472 0 0 0 269267 59 0 0 20 0 1 0 32592624 310476800 72327 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75800 72327 3296 3139 0 72088 0
Current children cumulated CPU time: 2693.26 s
Current children cumulated vsize: 303200 KiB
Current children cumulated memory: 289308 KiB

[startup+2707.2 s]
/proc/loadavg: 2.12 2.31 2.91 3/253 18470
/proc/meminfo: memFree=129298348/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=303200 memory=289692 CPUtime=2699.64 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163472 0 0 0 269905 59 0 0 20 0 1 0 32592624 310476800 72423 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 75800 72423 3296 3139 0 72088 0
Current children cumulated CPU time: 2699.64 s
Current children cumulated vsize: 303200 KiB
Current children cumulated memory: 289692 KiB

[startup+2710.4 s]
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2702.84 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270223 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2702.84 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

[startup+2712 s]*
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2704.44 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270383 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2704.44 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

[startup+2712.8 s]
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2705.23 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270462 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2705.23 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

[startup+2713.6 s]
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2706.03 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270542 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2706.03 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

[startup+2713.8 s]
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2706.23 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270562 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2706.23 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

[startup+2713.9 s]
/proc/loadavg: 2.11 2.30 2.91 3/253 18470
/proc/meminfo: memFree=129264824/131249996 swapFree=33010684/33010684
[pid=18266] ppid=18263 vsize=353776 memory=340212 CPUtime=2706.33 cores=4,6
/proc/18266/stat : 18266 (uwrmaxsat-scip) R 18263 18266 16244 0 -1 4194304 163852 0 0 0 270572 61 0 0 20 0 1 0 32592624 362266624 85053 18446744073709551615 4198400 17051741 140737325076464 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 58056704 140737325078842 140737325079012 140737325079012 140737325084614 0
/proc/18266/statm: 88444 85053 3296 3139 0 84732 0
Current children cumulated CPU time: 2706.33 s
Current children cumulated vsize: 353776 KiB
Current children cumulated memory: 340212 KiB

Child status: 0

Real time (s): 2714
CPU time (s): 2706.44
CPU user time (s): 2705.83
CPU system time (s): 0.61214
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 711548
Max. memory (cumulated for all children) (KiB): 617144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2705.83
system time used= 0.61214
maximum resident set size= 617144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163852
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= 72
involuntary context switches= 1479


# summary of solver processes directly reported to runsolver:
#   pid: 18266
#   total CPU time (s): 2706.44
#   total CPU user time (s): 2705.83
#   total CPU system time (s): 0.61214

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.77386 second user time and 11.4167 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-29 05:52:10
IDJOB=4506777
IDBENCH=158263
IDSOLVER=3373
FILE ID=nodeC030/4506777-1751169130
RUNJOBID= nodeC030-1751159686-16255
SLURM_JOB_ID= 9587504
Free space on /tmp= 432684 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K169.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-4506777-1751169130/watcher-4506777-1751169130 -o /tmp/evaluation-result-4506777-1751169130/solver-4506777-1751169130 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751159686-16255 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4506777-1751169130.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= e3ebae4cd87024085ca08d92094a2c8e
RANDOM SEED=1621591709

nodeC030 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		: 3600.416
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        98885932 kB
MemAvailable:   98932416 kB
Buffers:            3280 kB
Cached:           856956 kB
SwapCached:            0 kB
Active:         31094676 kB
Inactive:         600216 kB
Active(anon):   30852720 kB
Inactive(anon):        0 kB
Active(file):     241956 kB
Inactive(file):   600216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17996 kB
Writeback:             0 kB
AnonPages:      30834036 kB
Mapped:           141584 kB
Shmem:             18064 kB
KReclaimable:      86700 kB
Slab:             171376 kB
SReclaimable:      86700 kB
SUnreclaim:        84676 kB
KernelStack:        4228 kB
PageTables:        63468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   32511284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12173312 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC030 at 2025-06-29 06:37:25