Trace number 4448316

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
LS-MabSP 2024-07-10? 3600.01 3608.1

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
MD5SUMea5e7256587f4a4e9df55aed19f52ebe
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 benchmark2.32272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7089
Total number of constraints16786
Number of constraints which are clauses7937
Number of constraints which are cardinality constraints (but not clauses)8849
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

7.66/7.78	c Filename:instance-4448316-1721367232.opb, Cutoff_time:3600, memory_limit_gb:500000
7.66/7.78	c Use Presolve
7.66/7.78	c Parse finsih
7.66/7.78	c Start Presolve
7.66/7.78	c After Reduce Vars: 7089 Clauses: 16786 Top clause weight: 1 Hard Clauses: 16786
3599.91/3608.09	c Use LS-small
3599.91/3608.09	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: 64096 MiB (59780 MiB free)
  memory of node 1: 64473 MiB (61749 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448316-1721367232/watcher-4448316-1721367232 -o /tmp/evaluation-result-4448316-1721367232/solver-4448316-1721367232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721367243-1003789 --watchdog 3760 ./LS-MabSP -f HOME/instance-4448316-1721367232.opb -t 3600 -s 164156264 

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1003849, runsolver pid=1003836

[startup+0.101059 s]*
/proc/loadavg: 1.10 1.21 1.62 8/245 1003853
/proc/meminfo: memFree=124428436/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=21796 memory=9008 CPUtime=0.1 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 1019 0 0 0 10 0 0 0 20 0 1 0 188881961 22319104 2252 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 5449 2252 1073 2753 0 2102 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21796 KiB
Current children cumulated memory: 9008 KiB

[startup+0.215136 s]*
/proc/loadavg: 1.10 1.21 1.62 7/245 1003853
/proc/meminfo: memFree=124405732/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=22820 memory=9780 CPUtime=0.21 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 1467 0 0 0 21 0 0 0 20 0 1 0 188881961 23367680 2445 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 5705 2445 1073 2753 0 2358 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 22820 KiB
Current children cumulated memory: 9780 KiB

[startup+0.314453 s]*
/proc/loadavg: 1.10 1.21 1.62 7/245 1003853
/proc/meminfo: memFree=124390220/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=31304 memory=18160 CPUtime=0.32 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 3956 0 0 0 31 1 0 0 20 0 1 0 188881961 32055296 4540 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 7826 4540 1105 2753 0 4479 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 31304 KiB
Current children cumulated memory: 18160 KiB

[startup+0.700276 s]
/proc/loadavg: 1.10 1.21 1.62 6/245 1003853
/proc/meminfo: memFree=124388396/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=31304 memory=18160 CPUtime=0.69 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 3959 0 0 0 68 1 0 0 20 0 1 0 188881961 32055296 4540 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 7826 4540 1105 2753 0 4479 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 31304 KiB
Current children cumulated memory: 18160 KiB

[startup+1.50036 s]
/proc/loadavg: 1.10 1.21 1.62 8/245 1003853
/proc/meminfo: memFree=124345936/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=79796 memory=70020 CPUtime=1.47 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 15766 0 0 0 144 3 0 0 20 0 1 0 188881961 81711104 17505 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 19949 17505 2673 2753 0 16602 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 79796 KiB
Current children cumulated memory: 70020 KiB

[startup+3.11407 s]
/proc/loadavg: 1.10 1.21 1.62 8/245 1003853
/proc/meminfo: memFree=124215344/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=103712 memory=93416 CPUtime=3.09 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 21838 0 0 0 304 5 0 0 20 0 1 0 188881961 106201088 23354 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 25928 23354 2833 2753 0 22581 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 103712 KiB
Current children cumulated memory: 93416 KiB

[startup+6.30028 s]
/proc/loadavg: 1.33 1.26 1.63 8/245 1003853
/proc/meminfo: memFree=124165700/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=139424 memory=122580 CPUtime=6.27 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 28241 0 0 0 621 6 0 0 20 0 1 0 188881961 142770176 30645 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 34856 30645 2849 2753 0 31509 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 139424 KiB
Current children cumulated memory: 122580 KiB

[startup+12.7003 s]
/proc/loadavg: 1.55 1.30 1.65 8/245 1003855
/proc/meminfo: memFree=124109948/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=177628 memory=157872 CPUtime=12.64 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 37068 0 0 0 1257 7 0 0 20 0 1 0 188881961 181891072 39468 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 44407 39468 2849 2753 0 41060 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 177628 KiB
Current children cumulated memory: 157872 KiB

[startup+25.5003 s]
/proc/loadavg: 2.16 1.45 1.69 8/245 1003856
/proc/meminfo: memFree=124075512/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=177628 memory=158348 CPUtime=25.4 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 37185 0 0 0 2533 7 0 0 20 0 1 0 188881961 181891072 39587 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 44407 39587 2849 2753 0 41060 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 177628 KiB
Current children cumulated memory: 158348 KiB

[startup+51.1137 s]
/proc/loadavg: 2.79 1.66 1.75 8/245 1003862
/proc/meminfo: memFree=123961508/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=206944 memory=187612 CPUtime=50.93 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 44519 0 0 0 5084 9 0 0 20 0 1 0 188881961 211910656 46903 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 51736 46903 2849 2753 0 48389 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 206944 KiB
Current children cumulated memory: 187612 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 2.04 1.88 8/244 1003870
/proc/meminfo: memFree=123830360/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=206184 memory=187232 CPUtime=101.94 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 44951 0 0 0 10185 9 0 0 20 0 1 0 188881961 211132416 46808 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 51546 46808 2849 2753 0 48199 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 206184 KiB
Current children cumulated memory: 187232 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.41 2.02 8/244 1003882
/proc/meminfo: memFree=123687928/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=206628 memory=187480 CPUtime=161.73 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 45008 0 0 0 16164 9 0 0 20 0 1 0 188881961 211587072 46870 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 51657 46870 2849 2753 0 48310 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 206628 KiB
Current children cumulated memory: 187480 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.72 2.15 8/244 1003892
/proc/meminfo: memFree=123545872/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=210224 memory=190944 CPUtime=221.53 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 45595 0 0 0 22143 10 0 0 20 0 1 0 188881961 215269376 47736 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 52556 47736 2849 2753 0 49209 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 210224 KiB
Current children cumulated memory: 190944 KiB

[startup+282.301 s]
/proc/loadavg: 4.04 2.97 2.28 8/244 1003902
/proc/meminfo: memFree=123374948/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=213044 memory=204560 CPUtime=281.3 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 46385 0 0 0 28120 10 0 0 20 0 1 0 188881961 218157056 51140 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 3 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 53261 51140 2849 2753 0 49914 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 213044 KiB
Current children cumulated memory: 204560 KiB

[startup+342.3 s]
/proc/loadavg: 4.35 3.25 2.42 8/241 1003913
/proc/meminfo: memFree=123249232/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=217876 memory=210792 CPUtime=341.07 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 47452 0 0 0 34097 10 0 0 20 0 1 0 188881961 223105024 52698 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 54469 52698 2849 2753 0 51122 0
Current children cumulated CPU time: 341.07 s
Current children cumulated vsize: 217876 KiB
Current children cumulated memory: 210792 KiB

[startup+402.3 s]
/proc/loadavg: 4.29 3.44 2.54 8/245 1003929
/proc/meminfo: memFree=123059828/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=270184 memory=261428 CPUtime=400.91 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 60183 0 0 0 40079 12 0 0 20 0 1 0 188881961 276668416 65357 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 67546 65357 2849 2753 0 64199 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 270184 KiB
Current children cumulated memory: 261428 KiB

[startup+462.3 s]
/proc/loadavg: 4.17 3.56 2.64 8/245 1003939
/proc/meminfo: memFree=122949548/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=270184 memory=261432 CPUtime=460.75 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 60302 0 0 0 46063 12 0 0 20 0 1 0 188881961 276668416 65358 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 67546 65358 2849 2753 0 64199 0

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

/proc/loadavg: 4.13 4.12 4.04 8/243 1005378
/proc/meminfo: memFree=121713000/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3154.96 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75514 0 0 0 306630 8866 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3154.96 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.04 8/243 1005388
/proc/meminfo: memFree=121712708/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3214.85 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75521 0 0 0 312270 9215 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3214.85 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.04 8/244 1005568
/proc/meminfo: memFree=121711632/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3274.76 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75528 0 0 0 318055 9421 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3274.76 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.04 8/244 1005579
/proc/meminfo: memFree=121712064/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3334.66 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75535 0 0 0 323729 9737 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3334.66 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.04 8/244 1005645
/proc/meminfo: memFree=121711372/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3394.56 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75542 0 0 0 329404 10052 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3394.56 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.12 4.05 8/243 1005655
/proc/meminfo: memFree=121711236/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3454.44 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75549 0 0 0 335052 10392 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3454.44 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.05 8/243 1005666
/proc/meminfo: memFree=121710896/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3514.34 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75556 0 0 0 340671 10763 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3514.34 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.05 8/243 1005676
/proc/meminfo: memFree=121710588/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3574.24 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 346297 11127 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3574.24 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

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

# cumulated CPU time of all completed processes:  user=3487.16 s, system=112.848 s

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

[startup+3584 s]*
/proc/loadavg: 4.11 4.10 4.05 8/243 1005676
/proc/meminfo: memFree=121710596/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3575.95 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 346457 11138 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3575.95 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3596.8 s]
/proc/loadavg: 4.09 4.10 4.05 8/243 1005677
/proc/meminfo: memFree=121710588/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3588.72 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 347636 11236 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3588.72 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3603.2 s]
/proc/loadavg: 4.08 4.10 4.05 8/243 1005679
/proc/meminfo: memFree=121710616/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3595.1 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 348247 11263 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3595.1 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3606.4 s]
/proc/loadavg: 4.08 4.09 4.05 8/242 1005680
/proc/meminfo: memFree=121710448/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3598.3 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 348556 11274 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3598.3 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3607.2 s]
/proc/loadavg: 4.08 4.09 4.05 8/242 1005680
/proc/meminfo: memFree=121710480/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3599.1 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 348631 11279 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3599.1 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3607.6 s]
/proc/loadavg: 4.08 4.09 4.05 8/242 1005680
/proc/meminfo: memFree=121710480/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3599.5 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 348669 11281 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3599.5 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

[startup+3608 s]*
/proc/loadavg: 4.08 4.09 4.05 8/242 1005681
/proc/meminfo: memFree=121710476/131655788 swapFree=131071996/131071996
[pid=1003849] ppid=1003836 vsize=318896 memory=313004 CPUtime=3599.91 cores=1,3
/proc/1003849/stat : 1003849 (LS-MabSP) R 1003836 1003849 1003777 0 -1 4194304 75563 0 0 0 348707 11284 0 0 20 0 1 0 188881961 326549504 78251 134679101440 4194304 15467897 140731513989280 0 0 0 0 0 17410 0 0 0 17 1 0 0 0 0 0 17807032 17896208 48099328 140731513996318 140731513996420 140731513996420 140731514003437 0
/proc/1003849/statm: 79724 78251 2849 2753 0 76377 0
Current children cumulated CPU time: 3599.91 s
Current children cumulated vsize: 318896 KiB
Current children cumulated memory: 313004 KiB

Child status: 0

Real time (s): 3608.1
CPU time (s): 3600.01
CPU user time (s): 3487.16
CPU system time (s): 112.848
CPU usage (%): 99.7757
Max. virtual memory (cumulated for all children) (KiB): 318896
Max. memory (cumulated for all children) (KiB): 313004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3487.16
system time used= 112.848
maximum resident set size= 313004
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75570
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= 46
involuntary context switches= 1459


# summary of solver processes directly reported to runsolver:
#   pid: 1003849
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3487.16
#   total CPU system time (s): 112.848

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7425 second user time and 35.1461 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-19 07:34:03
IDJOB=4448316
IDBENCH=160391
IDSOLVER=3047
FILE ID=nodeC005/4448316-1721367232
RUNJOBID= nodeC005-1721367243-1003789
SLURM_JOB_ID= 7542808
Free space on /tmp= 723776 MiB

SOLVER NAME= LS-MabSP 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l090-r089-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= ./LS-MabSP -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448316-1721367232/watcher-4448316-1721367232 -o /tmp/evaluation-result-4448316-1721367232/solver-4448316-1721367232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721367243-1003789 --watchdog 3760  ./LS-MabSP -f HOME/instance-4448316-1721367232.opb -t 3600 -s 164156264

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

MD5SUM BENCH= ea5e7256587f4a4e9df55aed19f52ebe
RANDOM SEED=164156264

nodeC005.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		: 1268.898
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	: 6983.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	: 0xb00001f
cpu MHz		: 1217.817
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.35
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		: 1203.888
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	: 6983.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	: 0xb00001f
cpu MHz		: 1206.490
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.35
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		: 1190.525
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	: 6983.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	: 0xb00001f
cpu MHz		: 1206.486
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.35
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		: 1187.200
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	: 6983.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	: 0xb00001f
cpu MHz		: 1206.246
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124448436 kB
MemAvailable:   129855232 kB
Buffers:          518220 kB
Cached:          5671244 kB
SwapCached:            0 kB
Active:          1099244 kB
Inactive:        5413844 kB
Active(anon):       3328 kB
Inactive(anon):   366556 kB
Active(file):    1095916 kB
Inactive(file):  5047288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64580 kB
Writeback:            76 kB
AnonPages:        323372 kB
Mapped:           107436 kB
Shmem:             45896 kB
KReclaimable:     207580 kB
Slab:             325468 kB
SReclaimable:     207580 kB
SUnreclaim:       117888 kB
KernelStack:        3620 kB
PageTables:         9656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     751684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59840 kB
HardwareCorrupted:     0 kB
AnonHugePages:    198656 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723720 MiB
End job on nodeC005 at 2024-07-19 08:34:12