Trace number 4445343

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_veripb2_no_SoPlex 2024-07-05SAT 699.703 714.353

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob2.opb
MD5SUMf3b4489b3c27b845ad2c738d1f690b61
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 benchmark2.27947
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint68
Maximum length of a constraint68
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 14215207
Number of bits of the biggest number in a constraint 24
Biggest sum of numbers in a constraint 175368570
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

699.53/714.10	s SATISFIABLE
699.53/714.10	v x1 x2 -x3 -x4 x5 -x6 x7 -x8 x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68

Verifier Data

OK	0

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: 64059 MiB (19291 MiB free)
  memory of node 1: 64510 MiB (19545 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445343-1721802266/watcher-4445343-1721802266 -o /tmp/evaluation-result-4445343-1721802266/solver-4445343-1721802266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721801550-170626 --watchdog 3760 HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4445343-1721802266 --seed=378528954 HOME/instance-4445343-1721802266.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=172004, runsolver pid=172001
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.26 3.99 3.17 5/254 172005
/proc/meminfo: memFree=39766096/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=25484 memory=3952 CPUtime=0.1 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 246 0 0 0 10 0 0 0 20 0 1 0 16215680 26095616 988 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6371 988 850 747 0 5434 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 25484 KiB
Current children cumulated memory: 3952 KiB

[startup+0.213756 s]*
/proc/loadavg: 4.26 3.99 3.17 5/254 172005
/proc/meminfo: memFree=39763576/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=25612 memory=4024 CPUtime=0.22 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 308 0 0 0 22 0 0 0 20 0 1 0 16215680 26226688 1006 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6403 1006 850 747 0 5466 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 25612 KiB
Current children cumulated memory: 4024 KiB

[startup+0.313522 s]*
/proc/loadavg: 4.26 3.99 3.17 5/254 172005
/proc/meminfo: memFree=39761448/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=25612 memory=4284 CPUtime=0.31 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 352 0 0 0 31 0 0 0 20 0 1 0 16215680 26226688 1071 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6403 1071 850 747 0 5466 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 25612 KiB
Current children cumulated memory: 4284 KiB

[startup+0.70031 s]
/proc/loadavg: 4.26 3.99 3.17 5/254 172005
/proc/meminfo: memFree=39757612/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=25996 memory=5000 CPUtime=0.68 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 540 0 0 0 68 0 0 0 20 0 1 0 16215680 26619904 1250 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6499 1250 850 747 0 5562 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 25996 KiB
Current children cumulated memory: 5000 KiB

[startup+1.50032 s]
/proc/loadavg: 4.24 3.99 3.18 5/254 172005
/proc/meminfo: memFree=39745832/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=26768 memory=8196 CPUtime=1.48 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 844 0 0 0 147 1 0 0 20 0 1 0 16215680 27410432 2049 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6692 2049 850 747 0 5755 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 26768 KiB
Current children cumulated memory: 8196 KiB

[startup+3.11352 s]
/proc/loadavg: 4.24 3.99 3.18 5/254 172005
/proc/meminfo: memFree=39713800/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=27912 memory=11364 CPUtime=3.09 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 1080 0 0 0 307 2 0 0 20 0 1 0 16215680 28581888 2841 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 6978 2841 850 747 0 6041 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 27912 KiB
Current children cumulated memory: 11364 KiB

[startup+6.30027 s]
/proc/loadavg: 4.22 3.99 3.18 5/254 172005
/proc/meminfo: memFree=39605288/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=29576 memory=14884 CPUtime=6.27 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 1483 0 0 0 624 3 0 0 20 0 1 0 16215680 30285824 3721 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 7394 3721 850 747 0 6457 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 29576 KiB
Current children cumulated memory: 14884 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 3.99 3.19 5/254 172007
/proc/meminfo: memFree=39477584/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=30088 memory=15216 CPUtime=12.65 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 1608 0 0 0 1261 4 0 0 20 0 1 0 16215680 30810112 3804 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 7522 3804 850 747 0 6585 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 30088 KiB
Current children cumulated memory: 15216 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.01 3.20 5/254 172008
/proc/meminfo: memFree=39248748/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=31560 memory=16828 CPUtime=25.42 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 2228 0 0 0 2530 12 0 0 20 0 1 0 16215680 32317440 4207 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 7890 4207 850 747 0 6953 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 31560 KiB
Current children cumulated memory: 16828 KiB

[startup+51.1135 s]
/proc/loadavg: 4.15 4.01 3.23 5/254 172396
/proc/meminfo: memFree=38208728/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=32312 memory=17276 CPUtime=50.67 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 2836 0 0 0 5033 34 0 0 20 0 1 0 16215680 33087488 4319 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 28 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8078 4319 850 747 0 7141 0
Current children cumulated CPU time: 50.67 s
Current children cumulated vsize: 32312 KiB
Current children cumulated memory: 17276 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.03 3.28 5/254 172404
/proc/meminfo: memFree=36668996/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=32616 memory=17772 CPUtime=101.17 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 3479 0 0 0 10039 78 0 0 20 0 1 0 16215680 33398784 4443 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 82 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8154 4443 850 747 0 7217 0
Current children cumulated CPU time: 101.17 s
Current children cumulated vsize: 32616 KiB
Current children cumulated memory: 17772 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.05 3.34 5/254 172415
/proc/meminfo: memFree=34665044/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=33160 memory=18256 CPUtime=160.13 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 4911 0 0 0 15888 125 0 0 20 0 1 0 16215680 33955840 4564 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 169 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8290 4564 850 747 0 7353 0
Current children cumulated CPU time: 160.13 s
Current children cumulated vsize: 33160 KiB
Current children cumulated memory: 18256 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.07 3.39 5/256 172598
/proc/meminfo: memFree=32970936/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=33952 memory=19432 CPUtime=219.56 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 6138 0 0 0 21791 165 0 0 20 0 1 0 16215680 34766848 4858 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 211 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8488 4858 850 747 0 7551 0
Current children cumulated CPU time: 219.56 s
Current children cumulated vsize: 33952 KiB
Current children cumulated memory: 19432 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.09 3.45 5/255 172608
/proc/meminfo: memFree=31529732/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=33928 memory=19468 CPUtime=278.63 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 8053 0 0 0 27656 207 0 0 20 0 1 0 16215680 34742272 4867 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 287 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8482 4867 850 747 0 7545 0
Current children cumulated CPU time: 278.63 s
Current children cumulated vsize: 33928 KiB
Current children cumulated memory: 19468 KiB

[startup+342.3 s]
/proc/loadavg: 4.33 4.15 3.51 5/255 172679
/proc/meminfo: memFree=29696496/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34784 memory=20052 CPUtime=337.88 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 9895 0 0 0 33537 251 0 0 20 0 1 0 16215680 35618816 5013 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 346 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8696 5013 850 747 0 7759 0
Current children cumulated CPU time: 337.88 s
Current children cumulated vsize: 34784 KiB
Current children cumulated memory: 20052 KiB

[startup+402.3 s]
/proc/loadavg: 4.21 4.15 3.55 5/255 172691
/proc/meminfo: memFree=28210336/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34784 memory=20052 CPUtime=396.83 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 9918 0 0 0 39390 293 0 0 20 0 1 0 16215680 35618816 5013 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 436 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8696 5013 850 747 0 7759 0
Current children cumulated CPU time: 396.83 s
Current children cumulated vsize: 34784 KiB
Current children cumulated memory: 20052 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.15 3.59 5/254 172703
/proc/meminfo: memFree=26480248/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34784 memory=20292 CPUtime=456.15 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 9939 0 0 0 45282 333 0 0 20 0 1 0 16215680 35618816 5073 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 487 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8696 5073 850 747 0 7759 0
Current children cumulated CPU time: 456.15 s
Current children cumulated vsize: 34784 KiB
Current children cumulated memory: 20292 KiB

[startup+522.3 s]
/proc/loadavg: 4.11 4.14 3.63 5/263 172722
/proc/meminfo: memFree=24902624/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34504 memory=20056 CPUtime=514.68 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 11269 0 0 0 51090 378 0 0 20 0 1 0 16215680 35332096 5014 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 618 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8626 5014 850 747 0 7689 0
Current children cumulated CPU time: 514.68 s
Current children cumulated vsize: 34504 KiB
Current children cumulated memory: 20056 KiB

[startup+582.3 s]
/proc/loadavg: 4.16 4.14 3.66 5/261 172733
/proc/meminfo: memFree=22707696/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34504 memory=20060 CPUtime=571.85 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 12929 0 0 0 56771 414 0 0 20 0 1 0 16215680 35332096 5015 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 884 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8626 5015 850 747 0 7689 0
Current children cumulated CPU time: 571.85 s
Current children cumulated vsize: 34504 KiB
Current children cumulated memory: 20060 KiB

[startup+642.3 s]
/proc/loadavg: 4.06 4.11 3.69 5/257 172743
/proc/meminfo: memFree=21077584/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34632 memory=20188 CPUtime=629.85 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 14620 0 0 0 62533 452 0 0 20 0 1 0 16215680 35463168 5047 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1066 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8658 5047 850 747 0 7721 0
Current children cumulated CPU time: 629.85 s
Current children cumulated vsize: 34632 KiB
Current children cumulated memory: 20188 KiB

[startup+702.3 s]
/proc/loadavg: 4.62 4.25 3.76 5/257 172753
/proc/meminfo: memFree=19317224/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34696 memory=20256 CPUtime=687.86 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16383 0 0 0 68294 492 0 0 20 0 1 0 16215680 35528704 5064 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8674 5064 850 747 0 7737 0
Current children cumulated CPU time: 687.86 s
Current children cumulated vsize: 34696 KiB
Current children cumulated memory: 20256 KiB

[startup+714.353 s]
# the end of solver process 172004 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=694.652 s, system=5.05085 s

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

[startup+704 s]*
/proc/loadavg: 4.62 4.25 3.76 5/257 172753
/proc/meminfo: memFree=19171068/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34696 memory=20256 CPUtime=689.57 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16383 0 0 0 68465 492 0 0 20 0 1 0 16215680 35528704 5064 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8674 5064 850 747 0 7737 0
Current children cumulated CPU time: 689.57 s
Current children cumulated vsize: 34696 KiB
Current children cumulated memory: 20256 KiB

[startup+710.4 s]
/proc/loadavg: 4.73 4.28 3.78 5/256 172755
/proc/meminfo: memFree=18770284/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34760 memory=20320 CPUtime=695.94 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16573 0 0 0 69097 497 0 0 20 0 1 0 16215680 35594240 5080 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8690 5080 850 747 0 7753 0
Current children cumulated CPU time: 695.94 s
Current children cumulated vsize: 34760 KiB
Current children cumulated memory: 20320 KiB

[startup+712.001 s]*
/proc/loadavg: 4.75 4.29 3.78 7/256 172755
/proc/meminfo: memFree=18622792/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34760 memory=20320 CPUtime=697.58 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16660 0 0 0 69260 498 0 0 20 0 1 0 16215680 35594240 5080 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8690 5080 850 747 0 7753 0
Current children cumulated CPU time: 697.58 s
Current children cumulated vsize: 34760 KiB
Current children cumulated memory: 20320 KiB

[startup+713.6 s]
/proc/loadavg: 4.75 4.29 3.78 6/256 172755
/proc/meminfo: memFree=18615628/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34760 memory=20320 CPUtime=699.12 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16660 0 0 0 69413 499 0 0 20 0 1 0 16215680 35594240 5080 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8690 5080 850 747 0 7753 0
Current children cumulated CPU time: 699.12 s
Current children cumulated vsize: 34760 KiB
Current children cumulated memory: 20320 KiB

[startup+714 s]*
/proc/loadavg: 4.75 4.29 3.78 5/256 172755
/proc/meminfo: memFree=18612760/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=34760 memory=20320 CPUtime=699.53 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) R 172001 172004 170615 0 -1 4194304 16660 0 0 0 69454 499 0 0 20 0 1 0 16215680 35594240 5080 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1247 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 8690 5080 850 747 0 7753 0
Current children cumulated CPU time: 699.53 s
Current children cumulated vsize: 34760 KiB
Current children cumulated memory: 20320 KiB

[startup+714.2 s]
/proc/loadavg: 4.75 4.29 3.78 5/256 172755
/proc/meminfo: memFree=18612760/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=17504 memory=12812 CPUtime=699.66 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) D 172001 172004 170615 0 -1 4194304 16660 0 0 0 69464 502 0 0 20 0 1 0 16215680 17924096 3203 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1256 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 4376 3203 850 747 0 3439 0
Current children cumulated CPU time: 699.66 s
Current children cumulated vsize: 17504 KiB
Current children cumulated memory: 12812 KiB

[startup+714.3 s]
/proc/loadavg: 4.75 4.29 3.78 5/256 172755
/proc/meminfo: memFree=18612760/131655788 swapFree=131069668/131071996
[pid=172004] ppid=172001 vsize=17504 memory=12812 CPUtime=699.67 cores=4,6
/proc/172004/stat : 172004 (Exact_veripb2_n) D 172001 172004 170615 0 -1 4194304 16660 0 0 0 69465 502 0 0 20 0 1 0 16215680 17924096 3203 134679101440 4194304 7250417 140728663511504 0 0 0 0 0 8404994 0 0 0 17 4 0 0 1267 0 0 7950792 8015128 40792064 140728663515959 140728663516247 140728663516247 140728663523262 0
/proc/172004/statm: 4376 3203 850 747 0 3439 0
Current children cumulated CPU time: 699.67 s
Current children cumulated vsize: 17504 KiB
Current children cumulated memory: 12812 KiB

Child status: 30

Real time (s): 714.353
CPU time (s): 699.703
CPU user time (s): 694.652
CPU system time (s): 5.05085
CPU usage (%): 97.9491
Max. virtual memory (cumulated for all children) (KiB): 35172
Max. memory (cumulated for all children) (KiB): 20320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 694.652
system time used= 5.05085
maximum resident set size= 20580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16661
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12117672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9985
involuntary context switches= 946


# summary of solver processes directly reported to runsolver:
#   pid: 172004
#   total CPU time (s): 699.703
#   total CPU user time (s): 694.652
#   total CPU system time (s): 5.05085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92159 second user time and 6.92962 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-24 08:24:26
IDJOB=4445343
IDBENCH=148107
IDSOLVER=3080
FILE ID=nodeC003/4445343-1721802266
RUNJOBID= nodeC003-1721801550-170626
SLURM_JOB_ID= 7770695
Free space on /tmp= 723752 MiB

SOLVER NAME= Exact_veripb2_no_SoPlex 2024-07-05
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob2.opb
COMMAND LINE= HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=CERTNAME --seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445343-1721802266/watcher-4445343-1721802266 -o /tmp/evaluation-result-4445343-1721802266/solver-4445343-1721802266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721801550-170626 --watchdog 3760  HOME/Exact_veripb2_nosoplex --print-uniform=0 --verbosity=0 --print-sol --proof-assumptions=0 --proof-log=PROOFDIR/proof-4445343-1721802266 --seed=378528954 HOME/instance-4445343-1721802266.opb

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

MD5SUM BENCH= f3b4489b3c27b845ad2c738d1f690b61
RANDOM SEED=378528954

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3644.091
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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		: 3660.427
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.289
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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.413
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.283
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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		: 3660.667
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.277
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6984.09
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.527
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        39768920 kB
MemAvailable:   128305196 kB
Buffers:          234208 kB
Cached:         88795700 kB
SwapCached:          480 kB
Active:          2560332 kB
Inactive:       88264992 kB
Active(anon):       2072 kB
Inactive(anon):  1846896 kB
Active(file):    2558260 kB
Inactive(file): 86418096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131069668 kB
Dirty:            284836 kB
Writeback:             0 kB
AnonPages:       1794836 kB
Mapped:           124800 kB
Shmem:             53780 kB
KReclaimable:     621664 kB
Slab:             745864 kB
SReclaimable:     621664 kB
SUnreclaim:       124200 kB
KernelStack:        4080 kB
PageTables:        12496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2387772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1472512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723748 MiB
End job on nodeC003 at 2024-07-24 08:36:21