Trace number 4503654

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
Exact_no_db_no_ls 2025-06-19? (TO) 3600.25 3611.69

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/3611.50	c Program interrupted by user.
3600.05/3611.50	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62672 MiB free)
  memory of node 1: 64465 MiB (62581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503654-1751163758/watcher-4503654-1751163758 -o /tmp/evaluation-result-4503654-1751163758/solver-4503654-1751163758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751157586-18701 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=740712348 --ls=0 --inp-dombreaklim=0 HOME/instance-4503654-1751163758.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=20332, runsolver pid=20329
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 4.15 4.16 4.13 5/250 20333
/proc/meminfo: memFree=128243936/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=61808 memory=38008 CPUtime=0.1 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 5448 0 0 0 8 2 0 0 20 0 1 0 32055218 63291392 9502 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 15452 9502 1024 1200 0 13932 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 61808 KiB
Current children cumulated memory: 38008 KiB

[startup+0.208458 s]*
/proc/loadavg: 4.15 4.16 4.13 5/250 20333
/proc/meminfo: memFree=128235872/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=67596 memory=46272 CPUtime=0.21 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 7435 0 0 0 18 3 0 0 20 0 1 0 32055218 69218304 11568 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 16899 11568 1024 1200 0 15379 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 67596 KiB
Current children cumulated memory: 46272 KiB

[startup+0.308415 s]*
/proc/loadavg: 4.15 4.16 4.13 5/250 20333
/proc/meminfo: memFree=128227996/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=81656 memory=59268 CPUtime=0.3 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 9659 0 0 0 27 3 0 0 20 0 1 0 32055218 83615744 14817 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 20414 14817 1024 1200 0 18894 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 81656 KiB
Current children cumulated memory: 59268 KiB

[startup+0.700288 s]
/proc/loadavg: 4.15 4.16 4.13 5/250 20333
/proc/meminfo: memFree=128219868/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=102120 memory=80544 CPUtime=0.68 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 14084 0 0 0 64 4 0 0 20 0 1 0 32055218 104570880 20136 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 25530 20136 1024 1200 0 24010 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 102120 KiB
Current children cumulated memory: 80544 KiB

[startup+1.50031 s]
/proc/loadavg: 4.15 4.16 4.13 6/250 20333
/proc/meminfo: memFree=128139348/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=170380 memory=161164 CPUtime=1.49 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 28113 0 0 0 139 10 0 0 20 0 1 0 32055218 174469120 40291 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 42595 40291 1024 1200 0 41075 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 170380 KiB
Current children cumulated memory: 161164 KiB

[startup+3.11287 s]
/proc/loadavg: 4.14 4.15 4.13 6/250 20333
/proc/meminfo: memFree=127844292/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=457092 memory=394524 CPUtime=3.1 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 70305 0 0 0 289 21 0 0 20 0 1 0 32055218 468062208 98631 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 114273 98631 1024 1200 0 112753 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 457092 KiB
Current children cumulated memory: 394524 KiB

[startup+6.3003 s]
/proc/loadavg: 4.14 4.15 4.13 6/250 20333
/proc/meminfo: memFree=126905564/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1289876 memory=1235560 CPUtime=6.27 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 133875 0 0 0 572 55 0 0 20 0 1 0 32055218 1320833024 308890 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 322469 308890 1248 1200 0 320949 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1289876 KiB
Current children cumulated memory: 1235560 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.15 4.13 6/250 20333
/proc/meminfo: memFree=126910100/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1289876 memory=1242144 CPUtime=12.65 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 133988 0 0 0 1210 55 0 0 20 0 1 0 32055218 1320833024 310536 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 322469 310536 1248 1200 0 320949 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1289876 KiB
Current children cumulated memory: 1242144 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.14 4.13 6/250 20334
/proc/meminfo: memFree=126991848/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1315988 memory=1272408 CPUtime=25.42 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 134457 0 0 0 2486 56 0 0 20 0 1 0 32055218 1347571712 318102 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 328997 318102 1248 1200 0 327477 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1315988 KiB
Current children cumulated memory: 1272408 KiB

[startup+51.1127 s]
/proc/loadavg: 4.21 4.16 4.13 6/250 20334
/proc/meminfo: memFree=127007280/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1315988 memory=1272408 CPUtime=50.96 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 134536 0 0 0 5040 56 0 0 20 0 1 0 32055218 1347571712 318102 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 328997 318102 1248 1200 0 327477 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1315988 KiB
Current children cumulated memory: 1272408 KiB

[startup+102.3 s]
/proc/loadavg: 5.25 4.45 4.24 6/249 20338
/proc/meminfo: memFree=127018200/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1315988 memory=1272408 CPUtime=102.02 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 134656 0 0 0 10145 57 0 0 20 0 1 0 32055218 1347571712 318102 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 328997 318102 1248 1200 0 327477 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 1315988 KiB
Current children cumulated memory: 1272408 KiB

[startup+162.3 s]
/proc/loadavg: 4.72 4.47 4.26 6/249 20340
/proc/meminfo: memFree=127002204/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1332424 memory=1295164 CPUtime=161.85 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 136801 0 0 0 16128 57 0 0 20 0 1 0 32055218 1364402176 323791 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 333106 323791 1280 1200 0 331586 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1332424 KiB
Current children cumulated memory: 1295164 KiB

[startup+222.3 s]
/proc/loadavg: 4.37 4.41 4.25 6/250 20347
/proc/meminfo: memFree=126987860/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1347400 memory=1314176 CPUtime=221.69 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 140662 0 0 0 22111 58 0 0 20 0 1 0 32055218 1379737600 328544 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 336850 328544 1280 1200 0 335330 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 1347400 KiB
Current children cumulated memory: 1314176 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.35 4.24 6/250 20349
/proc/meminfo: memFree=126972156/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1361592 memory=1328460 CPUtime=281.53 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 142345 0 0 0 28093 60 0 0 20 0 1 0 32055218 1394270208 332115 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 340398 332115 1280 1200 0 338878 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 1361592 KiB
Current children cumulated memory: 1328460 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.33 4.24 6/250 20351
/proc/meminfo: memFree=126967732/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1367160 memory=1334220 CPUtime=341.38 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 143321 0 0 0 34078 60 0 0 20 0 1 0 32055218 1399971840 333555 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 341790 333555 1280 1200 0 340270 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 1367160 KiB
Current children cumulated memory: 1334220 KiB

[startup+402.3 s]
/proc/loadavg: 4.17 4.30 4.23 6/250 20353
/proc/meminfo: memFree=126960192/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1374296 memory=1341260 CPUtime=401.23 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 145168 0 0 0 40062 61 0 0 20 0 1 0 32055218 1407279104 335315 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 343574 335315 1280 1200 0 342054 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 1374296 KiB
Current children cumulated memory: 1341260 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.25 4.22 6/250 20355
/proc/meminfo: memFree=126947572/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1380088 memory=1353148 CPUtime=461.06 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 146753 0 0 0 46045 61 0 0 20 0 1 0 32055218 1413210112 338287 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 345022 338287 1280 1200 0 343502 0

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

Current children cumulated memory: 1433176 KiB

[startup+2922.3 s]
/proc/loadavg: 4.75 4.41 4.21 5/250 20616
/proc/meminfo: memFree=127791012/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1450264 memory=1433176 CPUtime=2913.21 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 167358 0 0 0 291246 75 0 0 20 0 1 0 32055218 1485070336 358294 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 362566 358294 1280 1200 0 361046 0
Current children cumulated CPU time: 2913.21 s
Current children cumulated vsize: 1450264 KiB
Current children cumulated memory: 1433176 KiB

[startup+2982.3 s]
/proc/loadavg: 4.45 4.38 4.21 5/249 20618
/proc/meminfo: memFree=127783288/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1450264 memory=1433176 CPUtime=2973 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 167653 0 0 0 297225 75 0 0 20 0 1 0 32055218 1485070336 358294 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 362566 358294 1280 1200 0 361046 0
Current children cumulated CPU time: 2973 s
Current children cumulated vsize: 1450264 KiB
Current children cumulated memory: 1433176 KiB

[startup+3042.3 s]
/proc/loadavg: 4.88 4.51 4.27 5/250 20621
/proc/meminfo: memFree=127775000/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1450264 memory=1433176 CPUtime=3032.81 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 167947 0 0 0 303206 75 0 0 20 0 1 0 32055218 1485070336 358294 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 362566 358294 1280 1200 0 361046 0
Current children cumulated CPU time: 3032.81 s
Current children cumulated vsize: 1450264 KiB
Current children cumulated memory: 1433176 KiB

[startup+3102.3 s]
/proc/loadavg: 4.47 4.46 4.27 5/250 20623
/proc/meminfo: memFree=127774924/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1450264 memory=1433176 CPUtime=3092.6 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 168244 0 0 0 309185 75 0 0 20 0 1 0 32055218 1485070336 358294 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 362566 358294 1280 1200 0 361046 0
Current children cumulated CPU time: 3092.6 s
Current children cumulated vsize: 1450264 KiB
Current children cumulated memory: 1433176 KiB

[startup+3162.3 s]
/proc/loadavg: 4.23 4.39 4.25 5/251 20628
/proc/meminfo: memFree=127740972/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1452440 memory=1435352 CPUtime=3152.4 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 168986 0 0 0 315165 75 0 0 20 0 1 0 32055218 1487298560 358838 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363110 358838 1280 1200 0 361590 0
Current children cumulated CPU time: 3152.4 s
Current children cumulated vsize: 1452440 KiB
Current children cumulated memory: 1435352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.33 4.24 5/251 20630
/proc/meminfo: memFree=127743788/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3212.19 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 169755 0 0 0 321144 75 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.29 4.23 5/252 20637
/proc/meminfo: memFree=127729712/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3271.99 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 170051 0 0 0 327123 76 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3271.99 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.25 4.22 5/251 20639
/proc/meminfo: memFree=127730956/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3331.78 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 170349 0 0 0 333102 76 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3331.78 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.23 4.21 5/251 20641
/proc/meminfo: memFree=127697944/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3391.57 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 170588 0 0 0 339081 76 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3391.57 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.20 4.20 5/251 20644
/proc/meminfo: memFree=127717340/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3451.36 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 170733 0 0 0 345060 76 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3451.36 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.18 4.19 5/251 20646
/proc/meminfo: memFree=127703184/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1454360 memory=1437272 CPUtime=3511.15 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 171024 0 0 0 351039 76 0 0 20 0 1 0 32055218 1489264640 359318 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 363590 359318 1280 1200 0 362070 0
Current children cumulated CPU time: 3511.15 s
Current children cumulated vsize: 1454360 KiB
Current children cumulated memory: 1437272 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/250 20648
/proc/meminfo: memFree=127642208/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1456536 memory=1439448 CPUtime=3570.95 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 171865 0 0 0 357019 76 0 0 20 0 1 0 32055218 1491492864 359862 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 364134 359862 1280 1200 0 362614 0
Current children cumulated CPU time: 3570.95 s
Current children cumulated vsize: 1456536 KiB
Current children cumulated memory: 1439448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.5 s]
/proc/loadavg: 4.08 4.16 4.18 5/250 20649
/proc/meminfo: memFree=127626520/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1456536 memory=1439448 CPUtime=3600.05 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 172063 0 0 0 359929 76 0 0 20 0 1 0 32055218 1491492864 359862 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 364134 359862 1280 1200 0 362614 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1456536 KiB
Current children cumulated memory: 1439448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.48 s, system=0.769494 s

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

[startup+3611.6 s]
/proc/loadavg: 4.08 4.16 4.18 5/250 20649
/proc/meminfo: memFree=127626520/131382112 swapFree=33010684/33010684
[pid=20332] ppid=20329 vsize=1456536 memory=1439448 CPUtime=3600.15 cores=1,3
/proc/20332/stat : 20332 (Exact) R 20329 20332 18689 0 -1 4194304 172143 0 0 0 359939 76 0 0 20 0 1 0 32055218 1491492864 359862 18446744073709551615 4198400 9112445 140732118035824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 46682112 140732118038825 140732118039021 140732118039021 140732118044623 0
/proc/20332/statm: 364134 359862 1280 1200 0 362614 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 1456536 KiB
Current children cumulated memory: 1439448 KiB

Child status: 0

Real time (s): 3611.69
CPU time (s): 3600.25
CPU user time (s): 3599.48
CPU system time (s): 0.769494
CPU usage (%): 99.6831
Max. virtual memory (cumulated for all children) (KiB): 1456536
Max. memory (cumulated for all children) (KiB): 1439448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.48
system time used= 0.769494
maximum resident set size= 1439448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172178
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= 104
involuntary context switches= 1346


# summary of solver processes directly reported to runsolver:
#   pid: 20332
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3599.48
#   total CPU system time (s): 0.769494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0545 second user time and 33.8952 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 04:22:38
IDJOB=4503654
IDBENCH=155532
IDSOLVER=3318
FILE ID=nodeC005/4503654-1751163758
RUNJOBID= nodeC005-1751157586-18701
SLURM_JOB_ID= 9587486
Free space on /tmp= 432936 MiB

SOLVER NAME= Exact_no_db_no_ls 2025-06-19
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=0 --inp-dombreaklim=0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4503654-1751163758/watcher-4503654-1751163758 -o /tmp/evaluation-result-4503654-1751163758/solver-4503654-1751163758 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751157586-18701 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=740712348 --ls=0 --inp-dombreaklim=0 HOME/instance-4503654-1751163758.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=740712348

nodeC005 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		: 3662.303
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.246
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.90
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.767
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.90
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		: 1696.504
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.90
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		: 3662.317
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.90
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		: 3691.490
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.90
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.726
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.90
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.569
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128260572 kB
MemAvailable:   127953640 kB
Buffers:            3280 kB
Cached:           504720 kB
SwapCached:            0 kB
Active:          2254144 kB
Inactive:         294244 kB
Active(anon):    2058348 kB
Inactive(anon):        0 kB
Active(file):     195796 kB
Inactive(file):   294244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             51500 kB
Writeback:             4 kB
AnonPages:       2043420 kB
Mapped:           117612 kB
Shmem:             17960 kB
KReclaimable:      85308 kB
Slab:             166740 kB
SReclaimable:      85308 kB
SUnreclaim:        81432 kB
KernelStack:        4032 kB
PageTables:         6916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2422600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1910784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC005 at 2025-06-29 05:22:50