Trace number 4507100

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.02 3610.4

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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.54/0.63	c Converting 18150 PB-constraints to clauses...
0.73/0.81	c ============================[ Encoding Statistics ]============================
0.73/0.81	c |  Number of variables:         21708                                         |
0.73/0.81	c |  Number of clauses:           92349                                         |
0.73/0.81	c ===============================================================================
3600.00/3610.40	c *** TERMINATED by signal 15 ***
3600.00/3610.40	c _______________________________________________________________________________
3600.00/3610.40	c 
3600.00/3610.40	c _______________________________________________________________________________
3600.00/3610.40	c 
3600.00/3610.40	c =======================[ UWrMaxSat resources usage ]===========================
3600.00/3610.40	c Memory used            : 463.00 MB
3600.00/3610.40	c CPU time               : 3598.25 s
3600.00/3610.40	c Constr Enc: Srt/BDD/Add: 148 0 0
3600.00/3610.40	c _______________________________________________________________________________
3600.00/3610.40	c _______________________________________________________________________________
3600.00/3610.40	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 (56460 MiB free)
  memory of node 1: 64465 MiB (63480 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507100-1751174965/watcher-4507100-1751174965 -o /tmp/evaluation-result-4507100-1751174965/solver-4507100-1751174965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18749 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4507100-1751174965.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=20319, runsolver pid=20316

[startup+0.10007 s]*
/proc/loadavg: 4.12 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122815452/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=12536 memory=11144 CPUtime=0.08 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 2765 0 0 0 8 0 0 0 20 0 1 0 33175919 12836864 2786 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 3134 2786 448 484 0 2545 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 12536 KiB
Current children cumulated memory: 11144 KiB

[startup+0.213205 s]*
/proc/loadavg: 4.12 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122815452/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=17388 memory=16008 CPUtime=0.19 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 4003 0 0 0 18 1 0 0 20 0 1 0 33175919 17805312 4002 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 4347 4002 448 484 0 3758 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 17388 KiB
Current children cumulated memory: 16008 KiB

[startup+0.313001 s]*
/proc/loadavg: 4.12 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122815452/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=22216 memory=20744 CPUtime=0.27 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 5191 0 0 0 26 1 0 0 20 0 1 0 33175919 22749184 5186 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 5554 5186 448 484 0 4965 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 22216 KiB
Current children cumulated memory: 20744 KiB

[startup+0.700213 s]
/proc/loadavg: 4.12 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122807640/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=38596 memory=36872 CPUtime=0.63 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 9226 0 0 0 61 2 0 0 20 0 1 0 33175919 39522304 9218 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 9649 9218 448 484 0 9060 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 38596 KiB
Current children cumulated memory: 36872 KiB

[startup+1.50038 s]
/proc/loadavg: 4.12 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122792052/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=49008 memory=46008 CPUtime=1.43 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 12887 0 0 0 139 4 0 0 20 0 1 0 33175919 50184192 11502 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 12252 11502 512 484 0 11663 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 49008 KiB
Current children cumulated memory: 46008 KiB

[startup+3.1128 s]
/proc/loadavg: 4.11 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122746132/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=85828 memory=83452 CPUtime=3.04 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 24336 0 0 0 298 6 0 0 20 0 1 0 33175919 87887872 20863 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 21457 20863 512 484 0 20868 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 85828 KiB
Current children cumulated memory: 83452 KiB

[startup+6.30035 s]
/proc/loadavg: 4.11 4.11 4.10 5/251 20320
/proc/meminfo: memFree=122729748/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=92804 memory=90612 CPUtime=6.21 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 25137 0 0 0 615 6 0 0 20 0 1 0 33175919 95031296 22653 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 23201 22653 512 484 0 22612 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 92804 KiB
Current children cumulated memory: 90612 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 20320
/proc/meminfo: memFree=122679188/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=96444 memory=94180 CPUtime=12.6 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 26638 0 0 0 1253 7 0 0 20 0 1 0 33175919 98758656 23545 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 24111 23545 512 484 0 23522 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 96444 KiB
Current children cumulated memory: 94180 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.12 4.10 5/251 20320
/proc/meminfo: memFree=122657060/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=96820 memory=93824 CPUtime=25.35 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 28795 0 0 0 2528 7 0 0 20 0 1 0 33175919 99143680 23456 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 24205 23456 512 484 0 23616 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 96820 KiB
Current children cumulated memory: 93824 KiB

[startup+51.1131 s]
/proc/loadavg: 4.10 4.11 4.09 5/251 20321
/proc/meminfo: memFree=122657776/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=108724 memory=106432 CPUtime=50.9 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 31873 0 0 0 5081 9 0 0 20 0 1 0 33175919 111333376 26608 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 27181 26608 512 484 0 26592 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 108724 KiB
Current children cumulated memory: 106432 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/250 20323
/proc/meminfo: memFree=122622800/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=131332 memory=129088 CPUtime=101.93 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 38124 0 0 0 10182 11 0 0 20 0 1 0 33175919 134483968 32272 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 32833 32272 512 484 0 32244 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 131332 KiB
Current children cumulated memory: 129088 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/249 20325
/proc/meminfo: memFree=122601352/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=143372 memory=141080 CPUtime=161.75 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 46524 0 0 0 16160 15 0 0 20 0 1 0 33175919 146812928 35270 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 35843 35270 512 484 0 35254 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 143372 KiB
Current children cumulated memory: 141080 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/249 20371
/proc/meminfo: memFree=129461828/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=147660 memory=145332 CPUtime=221.58 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 47105 0 0 0 22143 15 0 0 20 0 1 0 33175919 151203840 36333 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 36915 36333 512 484 0 36326 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 147660 KiB
Current children cumulated memory: 145332 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/249 20373
/proc/meminfo: memFree=129373368/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=172212 memory=169920 CPUtime=281.4 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 49175 0 0 0 28125 15 0 0 20 0 1 0 33175919 176345088 42480 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 43053 42480 512 484 0 42464 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 172212 KiB
Current children cumulated memory: 169920 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/251 20379
/proc/meminfo: memFree=129298324/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=188580 memory=180736 CPUtime=341.23 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 54514 0 0 0 34105 18 0 0 20 0 1 0 33175919 193105920 45184 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 47145 45184 512 484 0 46556 0
Current children cumulated CPU time: 341.23 s
Current children cumulated vsize: 188580 KiB
Current children cumulated memory: 180736 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/251 20381
/proc/meminfo: memFree=129230112/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=190756 memory=188480 CPUtime=401.07 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 57757 0 0 0 40087 20 0 0 20 0 1 0 33175919 195334144 47120 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 47689 47120 512 484 0 47100 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 190756 KiB
Current children cumulated memory: 188480 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/252 20428
/proc/meminfo: memFree=129325844/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=214360 memory=208576 CPUtime=460.89 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 60602 0 0 0 46067 22 0 0 20 0 1 0 33175919 219504640 52144 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 53590 52144 512 484 0 53001 0
Current children cumulated CPU time: 460.89 s

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

Current children cumulated memory: 341720 KiB

[startup+2862.3 s]
/proc/loadavg: 4.06 4.09 4.11 5/250 20732
/proc/meminfo: memFree=129233356/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=429384 memory=420200 CPUtime=2854.17 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 149194 0 0 0 285280 137 0 0 20 0 1 0 33175919 439689216 105050 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 107346 105050 512 484 0 106757 0
Current children cumulated CPU time: 2854.17 s
Current children cumulated vsize: 429384 KiB
Current children cumulated memory: 420200 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.12 4.11 5/250 20734
/proc/meminfo: memFree=129242944/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=350124 memory=341000 CPUtime=2913.99 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 151064 0 0 0 291259 140 0 0 20 0 1 0 33175919 358526976 85250 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 87531 85250 512 484 0 86942 0
Current children cumulated CPU time: 2913.99 s
Current children cumulated vsize: 350124 KiB
Current children cumulated memory: 341000 KiB

[startup+2982.3 s]
/proc/loadavg: 4.17 4.12 4.11 5/251 20741
/proc/meminfo: memFree=129208204/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=349668 memory=340544 CPUtime=2973.81 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 152876 0 0 0 297238 143 0 0 20 0 1 0 33175919 358060032 85136 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 87417 85136 512 484 0 86828 0
Current children cumulated CPU time: 2973.81 s
Current children cumulated vsize: 349668 KiB
Current children cumulated memory: 340544 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/251 20743
/proc/meminfo: memFree=129153780/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=353584 memory=344460 CPUtime=3033.63 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 154863 0 0 0 303217 146 0 0 20 0 1 0 33175919 362070016 86115 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 88396 86115 512 484 0 87807 0
Current children cumulated CPU time: 3033.63 s
Current children cumulated vsize: 353584 KiB
Current children cumulated memory: 344460 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/251 20745
/proc/meminfo: memFree=129203644/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=349808 memory=340684 CPUtime=3093.44 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 156994 0 0 0 309195 149 0 0 20 0 1 0 33175919 358203392 85171 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 87452 85171 512 484 0 86863 0
Current children cumulated CPU time: 3093.44 s
Current children cumulated vsize: 349808 KiB
Current children cumulated memory: 340684 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/250 20747
/proc/meminfo: memFree=129176200/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=354992 memory=345868 CPUtime=3153.25 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 158899 0 0 0 315173 152 0 0 20 0 1 0 33175919 363511808 86467 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 88748 86467 512 484 0 88159 0
Current children cumulated CPU time: 3153.25 s
Current children cumulated vsize: 354992 KiB
Current children cumulated memory: 345868 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/250 20749
/proc/meminfo: memFree=129183972/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=355484 memory=346360 CPUtime=3213.07 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 160570 0 0 0 321151 156 0 0 20 0 1 0 33175919 364015616 86590 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 88871 86590 512 484 0 88282 0
Current children cumulated CPU time: 3213.07 s
Current children cumulated vsize: 355484 KiB
Current children cumulated memory: 346360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/249 20751
/proc/meminfo: memFree=129172328/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=357496 memory=348372 CPUtime=3272.9 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 161918 0 0 0 327130 160 0 0 20 0 1 0 33175919 366075904 87093 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 89374 87093 512 484 0 88785 0
Current children cumulated CPU time: 3272.9 s
Current children cumulated vsize: 357496 KiB
Current children cumulated memory: 348372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/250 20754
/proc/meminfo: memFree=129180188/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=356120 memory=346996 CPUtime=3332.71 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 164056 0 0 0 333108 163 0 0 20 0 1 0 33175919 364666880 86749 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 89030 86749 512 484 0 88441 0
Current children cumulated CPU time: 3332.71 s
Current children cumulated vsize: 356120 KiB
Current children cumulated memory: 346996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 20756
/proc/meminfo: memFree=129182036/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=355420 memory=346296 CPUtime=3392.52 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 166237 0 0 0 339086 166 0 0 20 0 1 0 33175919 363950080 86574 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 88855 86574 512 484 0 88266 0
Current children cumulated CPU time: 3392.52 s
Current children cumulated vsize: 355420 KiB
Current children cumulated memory: 346296 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/251 20761
/proc/meminfo: memFree=129186328/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=349636 memory=340512 CPUtime=3452.35 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 167699 0 0 0 345066 169 0 0 20 0 1 0 33175919 358027264 85128 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 87409 85128 512 484 0 86820 0
Current children cumulated CPU time: 3452.35 s
Current children cumulated vsize: 349636 KiB
Current children cumulated memory: 340512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.76 4.28 4.16 4/245 20794
/proc/meminfo: memFree=129507396/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=389764 memory=380640 CPUtime=3512.16 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 169312 0 0 0 351044 172 0 0 20 0 1 0 33175919 399118336 95160 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 97441 95160 512 484 0 96852 0
Current children cumulated CPU time: 3512.16 s
Current children cumulated vsize: 389764 KiB
Current children cumulated memory: 380640 KiB

[startup+3582.3 s]
/proc/loadavg: 3.70 4.06 4.08 4/245 20800
/proc/meminfo: memFree=129590220/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=352972 memory=343848 CPUtime=3571.99 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 171076 0 0 0 357024 175 0 0 20 0 1 0 33175919 361443328 85962 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 88243 85962 512 484 0 87654 0
Current children cumulated CPU time: 3571.99 s
Current children cumulated vsize: 352972 KiB
Current children cumulated memory: 343848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.49 3.97 4.06 4/245 20801
/proc/meminfo: memFree=129587948/131382116 swapFree=33010684/33010684
[pid=20319] ppid=20316 vsize=356116 memory=346992 CPUtime=3600 cores=4,6
/proc/20319/stat : 20319 (uwrmaxsat) R 20316 20319 18738 0 -1 4194304 171989 0 0 0 359824 176 0 0 20 0 1 0 33175919 364662784 86748 18446744073709551615 4198400 6176925 140734930188400 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 21786624 140734930192746 140734930192873 140734930192873 140734930198475 0
/proc/20319/statm: 89029 86748 512 484 0 88440 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 356116 KiB
Current children cumulated memory: 346992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.25 s, system=1.76775 s

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

Child status: 0

Real time (s): 3610.4
CPU time (s): 3600.02
CPU user time (s): 3598.25
CPU system time (s): 1.76775
CPU usage (%): 99.7124
Max. virtual memory (cumulated for all children) (KiB): 474360
Max. memory (cumulated for all children) (KiB): 465176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.25
system time used= 1.76775
maximum resident set size= 465176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171989
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= 69
involuntary context switches= 2649


# summary of solver processes directly reported to runsolver:
#   pid: 20319
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3598.25
#   total CPU system time (s): 1.76775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5153 second user time and 34.565 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-29 07:29:25
IDJOB=4507100
IDBENCH=158322
IDSOLVER=3372
FILE ID=nodeC010/4507100-1751174965
RUNJOBID= nodeC010-1751167366-18749
SLURM_JOB_ID= 9587506
Free space on /tmp= 432792 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507100-1751174965/watcher-4507100-1751174965 -o /tmp/evaluation-result-4507100-1751174965/solver-4507100-1751174965 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751167366-18749 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4507100-1751174965.opb -mem-lim=31000

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=279989650

nodeC010 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		: 3660.570
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.36
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		: 3591.440
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.36
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.278
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.36
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.150
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.36
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		: 3492.424
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.36
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		: 3591.426
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.36
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.146
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.36
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.197
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        122819596 kB
MemAvailable:   122773684 kB
Buffers:            3280 kB
Cached:           765424 kB
SwapCached:            0 kB
Active:          7504520 kB
Inactive:         474060 kB
Active(anon):    7227836 kB
Inactive(anon):        0 kB
Active(file):     276684 kB
Inactive(file):   474060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3804 kB
Writeback:             8 kB
AnonPages:       7208748 kB
Mapped:           109472 kB
Shmem:             17960 kB
KReclaimable:      85944 kB
Slab:             164860 kB
SReclaimable:      85944 kB
SUnreclaim:        78916 kB
KernelStack:        4080 kB
PageTables:        17060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7733548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5070848 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC010 at 2025-06-29 08:29:36