Trace number 4492848

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.11 3609.01

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-75-70.opb
MD5SUM28d2f0824ed2334c94881d352f1be9a0
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 benchmark0.036844
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5250
Total number of constraints145
Number of constraints which are clauses75
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint70
Maximum length of a constraint75
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 76
Number of bits of the biggest sum of numbers7
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.01	c Converting 145 PB-constraints to clauses...
0.00/0.03	c ============================[ Encoding Statistics ]============================
0.00/0.03	c |  Number of variables:          6650                                         |
0.00/0.03	c |  Number of clauses:           22685                                         |
0.00/0.03	c ===============================================================================
3600.09/3609.00	c *** TERMINATED by signal 15 ***
3600.09/3609.00	c _______________________________________________________________________________
3600.09/3609.00	c 
3600.09/3609.00	c _______________________________________________________________________________
3600.09/3609.00	c 
3600.09/3609.00	c =======================[ UWrMaxSat resources usage ]===========================
3600.09/3609.00	c Memory used            : 296.00 MB
3600.09/3609.00	c CPU time               : 3597.42 s
3600.09/3609.00	c Constr Enc: Srt/BDD/Add: 70 0 0
3600.09/3609.00	c _______________________________________________________________________________
3600.09/3609.00	c _______________________________________________________________________________
3600.09/3609.00	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 (62830 MiB free)
  memory of node 1: 64507 MiB (63794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492848-1751147877/watcher-4492848-1751147877 -o /tmp/evaluation-result-4492848-1751147877/solver-4492848-1751147877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14861 --watchdog 3760 HOME/uwrmaxsat HOME/instance-4492848-1751147877.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
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=16286, runsolver pid=16283

[startup+0.100059 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16287
/proc/meminfo: memFree=129656080/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=12636 memory=11504 CPUtime=0.09 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 2824 0 0 0 9 0 0 0 20 0 1 0 30466596 12939264 2876 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 3159 2876 544 484 0 2570 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 12636 KiB
Current children cumulated memory: 11504 KiB

[startup+0.205448 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16287
/proc/meminfo: memFree=129656080/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=12608 memory=11484 CPUtime=0.19 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 3372 0 0 0 19 0 0 0 20 0 1 0 30466596 12910592 2871 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 3152 2871 544 484 0 2563 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 12608 KiB
Current children cumulated memory: 11484 KiB

[startup+0.305127 s]*
/proc/loadavg: 4.16 4.13 4.09 5/264 16287
/proc/meminfo: memFree=129654064/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=12604 memory=11812 CPUtime=0.28 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 3688 0 0 0 28 0 0 0 20 0 1 0 30466596 12906496 2953 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 6 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 3151 2953 544 484 0 2562 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 12604 KiB
Current children cumulated memory: 11812 KiB

[startup+0.700123 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 16287
/proc/meminfo: memFree=129653308/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=13104 memory=12312 CPUtime=0.66 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 5113 0 0 0 66 0 0 0 20 0 1 0 30466596 13418496 3078 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 3276 3078 544 484 0 2687 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 13104 KiB
Current children cumulated memory: 12312 KiB

[startup+1.50015 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 16287
/proc/meminfo: memFree=129652576/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=15144 memory=14316 CPUtime=1.46 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 7511 0 0 0 145 1 0 0 20 0 1 0 30466596 15507456 3579 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 3786 3579 544 484 0 3197 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 15144 KiB
Current children cumulated memory: 14316 KiB

[startup+3.10529 s]
/proc/loadavg: 4.16 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804780/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=19976 memory=19128 CPUtime=3.06 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 9722 0 0 0 305 1 0 0 20 0 1 0 30466596 20455424 4782 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 4994 4782 544 484 0 4405 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 19976 KiB
Current children cumulated memory: 19128 KiB

[startup+6.30012 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129808484/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=20656 memory=19868 CPUtime=6.25 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 11313 0 0 0 623 2 0 0 20 0 1 0 30466596 21151744 4967 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 5164 4967 544 484 0 4575 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 20656 KiB
Current children cumulated memory: 19868 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.13 4.09 5/264 16332
/proc/meminfo: memFree=129804524/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=23128 memory=22340 CPUtime=12.63 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 17441 0 0 0 1260 3 0 0 20 0 1 0 30466596 23683072 5585 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 5782 5585 544 484 0 5193 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 23128 KiB
Current children cumulated memory: 22340 KiB

[startup+25.5001 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 16377
/proc/meminfo: memFree=129929364/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=42300 memory=41440 CPUtime=25.4 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 23089 0 0 0 2535 5 0 0 20 0 1 0 30466596 43315200 10360 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 10575 10360 544 484 0 9986 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 42300 KiB
Current children cumulated memory: 41440 KiB

[startup+51.1057 s]
/proc/loadavg: 4.20 4.14 4.10 6/264 16378
/proc/meminfo: memFree=129900644/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=53140 memory=52352 CPUtime=50.94 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 25468 0 0 0 5089 5 0 0 20 0 1 0 30466596 54415360 13088 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 13285 13088 544 484 0 12696 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 53140 KiB
Current children cumulated memory: 52352 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/265 16429
/proc/meminfo: memFree=129965388/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=50412 memory=49752 CPUtime=102.01 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 30443 0 0 0 10193 8 0 0 20 0 1 0 30466596 51621888 12438 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 12603 12438 544 484 0 12014 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 50412 KiB
Current children cumulated memory: 49752 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/265 16431
/proc/meminfo: memFree=129922820/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=69992 memory=69088 CPUtime=161.88 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 35815 0 0 0 16176 12 0 0 20 0 1 0 30466596 71671808 17272 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 17498 17272 544 484 0 16909 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 69992 KiB
Current children cumulated memory: 69088 KiB

[startup+222.3 s]
/proc/loadavg: 4.33 4.17 4.11 5/265 16471
/proc/meminfo: memFree=129873980/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=83836 memory=83032 CPUtime=221.73 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 38499 0 0 0 22160 13 0 0 20 0 1 0 30466596 85848064 20758 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 20959 20758 544 484 0 20370 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 83836 KiB
Current children cumulated memory: 83032 KiB

[startup+282.3 s]
/proc/loadavg: 4.28 4.19 4.12 5/264 16472
/proc/meminfo: memFree=129806032/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=99512 memory=98724 CPUtime=281.56 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 41574 0 0 0 28142 14 0 0 20 0 1 0 30466596 101900288 24681 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 24878 24681 544 484 0 24289 0
Current children cumulated CPU time: 281.56 s
Current children cumulated vsize: 99512 KiB
Current children cumulated memory: 98724 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.17 4.11 5/265 16475
/proc/meminfo: memFree=129789072/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=121616 memory=120800 CPUtime=341.38 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 46365 0 0 0 34121 17 0 0 20 0 1 0 30466596 124534784 30200 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 30404 30200 544 484 0 29815 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 121616 KiB
Current children cumulated memory: 120800 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.15 4.11 5/264 16477
/proc/meminfo: memFree=129782744/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=104460 memory=103672 CPUtime=401.23 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 48792 0 0 0 40104 19 0 0 20 0 1 0 30466596 106967040 25918 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 26115 25918 544 484 0 25526 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 104460 KiB
Current children cumulated memory: 103672 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.14 4.10 5/264 16479
/proc/meminfo: memFree=129726176/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=99932 memory=99040 CPUtime=461.09 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 51110 0 0 0 46087 22 0 0 20 0 1 0 30466596 102330368 24760 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 24983 24760 544 484 0 24394 0
Current children cumulated CPU time: 461.09 s

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

Current children cumulated memory: 201748 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 16598
/proc/meminfo: memFree=129470376/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=206036 memory=205252 CPUtime=2855.2 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 167330 0 0 0 285296 224 0 0 20 0 1 0 30466596 210980864 51313 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 51509 51313 544 484 0 50920 0
Current children cumulated CPU time: 2855.2 s
Current children cumulated vsize: 206036 KiB
Current children cumulated memory: 205252 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 16600
/proc/meminfo: memFree=129471092/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=201260 memory=200476 CPUtime=2915.06 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 169681 0 0 0 291277 229 0 0 20 0 1 0 30466596 206090240 50119 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 50315 50119 544 484 0 49726 0
Current children cumulated CPU time: 2915.06 s
Current children cumulated vsize: 201260 KiB
Current children cumulated memory: 200476 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 16605
/proc/meminfo: memFree=129472512/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=203388 memory=202604 CPUtime=2974.91 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 171050 0 0 0 297260 231 0 0 20 0 1 0 30466596 208269312 50651 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 50847 50651 544 484 0 50258 0
Current children cumulated CPU time: 2974.91 s
Current children cumulated vsize: 203388 KiB
Current children cumulated memory: 202604 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 16607
/proc/meminfo: memFree=129457380/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=205112 memory=204328 CPUtime=3034.76 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 173175 0 0 0 303242 234 0 0 20 0 1 0 30466596 210034688 51082 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 51278 51082 544 484 0 50689 0
Current children cumulated CPU time: 3034.76 s
Current children cumulated vsize: 205112 KiB
Current children cumulated memory: 204328 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/263 16613
/proc/meminfo: memFree=129444888/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=199544 memory=198760 CPUtime=3094.62 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 174827 0 0 0 309225 237 0 0 20 0 1 0 30466596 204333056 49690 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 49886 49690 544 484 0 49297 0
Current children cumulated CPU time: 3094.62 s
Current children cumulated vsize: 199544 KiB
Current children cumulated memory: 198760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 16615
/proc/meminfo: memFree=129465148/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=195856 memory=195072 CPUtime=3154.48 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 176893 0 0 0 315208 240 0 0 20 0 1 0 30466596 200556544 48768 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 48964 48768 544 484 0 48375 0
Current children cumulated CPU time: 3154.48 s
Current children cumulated vsize: 195856 KiB
Current children cumulated memory: 195072 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 16619
/proc/meminfo: memFree=129474608/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=212288 memory=211504 CPUtime=3214.34 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 178110 0 0 0 321189 245 0 0 20 0 1 0 30466596 217382912 52876 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 53072 52876 544 484 0 52483 0
Current children cumulated CPU time: 3214.34 s
Current children cumulated vsize: 212288 KiB
Current children cumulated memory: 211504 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 16621
/proc/meminfo: memFree=129510400/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=210880 memory=210096 CPUtime=3274.19 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 179918 0 0 0 327170 249 0 0 20 0 1 0 30466596 215941120 52524 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 52720 52524 544 484 0 52131 0
Current children cumulated CPU time: 3274.19 s
Current children cumulated vsize: 210880 KiB
Current children cumulated memory: 210096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 16623
/proc/meminfo: memFree=129473724/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=212364 memory=211580 CPUtime=3334.04 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 181566 0 0 0 333151 253 0 0 20 0 1 0 30466596 217460736 52895 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 53091 52895 544 484 0 52502 0
Current children cumulated CPU time: 3334.04 s
Current children cumulated vsize: 212364 KiB
Current children cumulated memory: 211580 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 16625
/proc/meminfo: memFree=129509784/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=208248 memory=207464 CPUtime=3393.9 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 182653 0 0 0 339134 256 0 0 20 0 1 0 30466596 213245952 51866 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 52062 51866 544 484 0 51473 0
Current children cumulated CPU time: 3393.9 s
Current children cumulated vsize: 208248 KiB
Current children cumulated memory: 207464 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.15 4.11 5/263 16627
/proc/meminfo: memFree=129506188/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=208204 memory=207420 CPUtime=3453.76 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 183533 0 0 0 345117 259 0 0 20 0 1 0 30466596 213200896 51855 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 52051 51855 544 484 0 51462 0
Current children cumulated CPU time: 3453.76 s
Current children cumulated vsize: 208204 KiB
Current children cumulated memory: 207420 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.15 4.11 5/263 16629
/proc/meminfo: memFree=129457688/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=213256 memory=212472 CPUtime=3513.6 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 184987 0 0 0 351098 262 0 0 20 0 1 0 30466596 218374144 53118 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 53314 53118 544 484 0 52725 0
Current children cumulated CPU time: 3513.6 s
Current children cumulated vsize: 213256 KiB
Current children cumulated memory: 212472 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.15 4.11 5/264 16634
/proc/meminfo: memFree=129417640/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=216864 memory=216080 CPUtime=3573.46 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 186774 0 0 0 357080 266 0 0 20 0 1 0 30466596 222068736 54020 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 54216 54020 544 484 0 53627 0
Current children cumulated CPU time: 3573.46 s
Current children cumulated vsize: 216864 KiB
Current children cumulated memory: 216080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.12 4.14 4.10 5/264 16636
/proc/meminfo: memFree=129472864/131249988 swapFree=33010684/33010684
[pid=16286] ppid=16283 vsize=210468 memory=209684 CPUtime=3600.09 cores=4,6
/proc/16286/stat : 16286 (uwrmaxsat) R 16283 16286 14850 0 -1 4194304 188010 0 0 0 359741 268 0 0 20 0 1 0 30466596 215519232 52421 18446744073709551615 4198400 6176925 140722696313328 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 6553704 6596784 34881536 140722696321386 140722696321513 140722696321513 140722696327115 0
/proc/16286/statm: 52617 52421 544 484 0 52028 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 210468 KiB
Current children cumulated memory: 209684 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.69004 s

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

Child status: 0

Real time (s): 3609.01
CPU time (s): 3600.11
CPU user time (s): 3597.42
CPU system time (s): 2.69004
CPU usage (%): 99.7535
Max. virtual memory (cumulated for all children) (KiB): 303244
Max. memory (cumulated for all children) (KiB): 297664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.69004
maximum resident set size= 302400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188010
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= 23
involuntary context switches= 1847


# summary of solver processes directly reported to runsolver:
#   pid: 16286
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.69004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.4081 second user time and 15.3001 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 23:57:57
IDJOB=4492848
IDBENCH=147829
IDSOLVER=3372
FILE ID=nodeC034/4492848-1751147877
RUNJOBID= nodeC034-1751144206-14861
SLURM_JOB_ID= 9587439
Free space on /tmp= 433056 MiB

SOLVER NAME= UWrMaxSat 2025-06-04
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-75-70.opb
COMMAND LINE= HOME/uwrmaxsat BENCHNAME -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492848-1751147877/watcher-4492848-1751147877 -o /tmp/evaluation-result-4492848-1751147877/solver-4492848-1751147877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751144206-14861 --watchdog 3760  HOME/uwrmaxsat HOME/instance-4492848-1751147877.opb -mem-lim=31000

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

MD5SUM BENCH= 28d2f0824ed2334c94881d352f1be9a0
RANDOM SEED=367199879

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.729
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3599.758
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3599.836
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.518
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3594.965
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.735
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
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		: 3599.756
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129664116 kB
MemAvailable:   129276368 kB
Buffers:            3280 kB
Cached:           389208 kB
SwapCached:            0 kB
Active:           796240 kB
Inactive:         180412 kB
Active(anon):     602268 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   180412 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:        585420 kB
Mapped:           109428 kB
Shmem:             18104 kB
KReclaimable:      85076 kB
Slab:             167740 kB
SReclaimable:      85076 kB
SUnreclaim:        82664 kB
KernelStack:        4272 kB
PageTables:         4000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     914684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC034 at 2025-06-29 00:58:07