Trace number 4439844

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 NameAnswerobjective functionCPU timeWall clock time
CASHWMaxSAT-DisjCom-S 2024-07-10? (TO) 3600.05 3609.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM58d046e1e41ee9602d09224f38506b42
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13429
Number of constraints which are clauses13429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.09/1.19	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.09/1.19	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
423.44/424.92	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
423.44/424.93	c Starting SCIP solver  (with time-limit = 1800s) ...
2218.58/2224.93	c SCIP timeout with lower and upper bounds: [3149, 9223372036854775807]
3600.04/3609.70	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 (63030 MiB free)
  memory of node 1: 64473 MiB (62420 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439844-1721208036/watcher-4439844-1721208036 -o /tmp/evaluation-result-4439844-1721208036/solver-4439844-1721208036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721208048-893444 --watchdog 3760 CASHWMaxSAT-DisjCom-S HOME/instance-4439844-1721208036.opb -total-t=3600 -no-par -v0 

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
solver pid=893505, runsolver pid=893496
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 1.17 1.25 1.77 6/248 893508
/proc/meminfo: memFree=128434044/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=30120 memory=11652 CPUtime=0.11 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 2274 0 0 0 10 1 0 0 20 0 1 0 172960758 30842880 2913 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 7530 2913 750 2417 0 4632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 30120 KiB
Current children cumulated memory: 11652 KiB

[startup+0.21521 s]*
/proc/loadavg: 1.17 1.25 1.77 7/248 893508
/proc/meminfo: memFree=128402552/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=35048 memory=18608 CPUtime=0.22 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 3507 0 0 0 21 1 0 0 20 0 1 0 172960758 35889152 4652 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 8762 4652 766 2417 0 5864 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 35048 KiB
Current children cumulated memory: 18608 KiB

[startup+0.31499 s]*
/proc/loadavg: 1.17 1.25 1.77 6/248 893508
/proc/meminfo: memFree=128391604/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=30692 memory=16652 CPUtime=0.31 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 3508 0 0 0 30 1 0 0 20 0 1 0 172960758 31428608 4163 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 7673 4163 782 2417 0 4775 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30692 KiB
Current children cumulated memory: 16652 KiB

[startup+0.700293 s]
/proc/loadavg: 1.17 1.25 1.77 6/248 893508
/proc/meminfo: memFree=128365992/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=30692 memory=16652 CPUtime=0.68 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 3508 0 0 0 67 1 0 0 20 0 1 0 172960758 31428608 4163 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 7673 4163 782 2417 0 4775 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30692 KiB
Current children cumulated memory: 16652 KiB

[startup+1.50027 s]
/proc/loadavg: 1.17 1.25 1.77 6/248 893508
/proc/meminfo: memFree=128345464/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=32380 memory=18292 CPUtime=1.47 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 3918 0 0 0 146 1 0 0 20 0 1 0 172960758 33157120 4573 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 8095 4573 798 2417 0 5197 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 32380 KiB
Current children cumulated memory: 18292 KiB

[startup+3.11311 s]
/proc/loadavg: 1.17 1.25 1.77 5/248 893646
/proc/meminfo: memFree=128229324/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=37760 memory=23236 CPUtime=3.09 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 4639 0 0 0 307 2 0 0 20 0 1 0 172960758 38666240 5809 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 9440 5809 798 2417 0 6542 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 23236 KiB

[startup+6.30027 s]
/proc/loadavg: 1.48 1.32 1.79 5/248 893646
/proc/meminfo: memFree=128119436/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=37760 memory=23500 CPUtime=6.27 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 4752 0 0 0 625 2 0 0 20 0 1 0 172960758 38666240 5875 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 9440 5875 798 2417 0 6542 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 23500 KiB

[startup+12.7003 s]
/proc/loadavg: 1.68 1.36 1.80 5/248 893648
/proc/meminfo: memFree=128090960/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=37760 memory=23500 CPUtime=12.65 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 4755 0 0 0 1263 2 0 0 20 0 1 0 172960758 38666240 5875 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 9440 5875 798 2417 0 6542 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 37760 KiB
Current children cumulated memory: 23500 KiB

[startup+25.5003 s]
/proc/loadavg: 2.19 1.49 1.83 5/248 893649
/proc/meminfo: memFree=128008072/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=42704 memory=26848 CPUtime=25.4 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 5064 0 0 0 2538 2 0 0 20 0 1 0 172960758 43728896 6712 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 10676 6712 798 2417 0 7778 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 26848 KiB

[startup+51.1129 s]
/proc/loadavg: 2.89 1.71 1.90 5/248 893654
/proc/meminfo: memFree=127888144/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=42704 memory=28680 CPUtime=50.93 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 5491 0 0 0 5091 2 0 0 20 0 1 0 172960758 43728896 7170 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 10676 7170 798 2417 0 7778 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 28680 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 2.21 2.06 5/248 893800
/proc/meminfo: memFree=127897288/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=42704 memory=28680 CPUtime=101.95 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 5495 0 0 0 10193 2 0 0 20 0 1 0 172960758 43728896 7170 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 10676 7170 798 2417 0 7778 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 42704 KiB
Current children cumulated memory: 28680 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 2.57 2.19 5/248 894637
/proc/meminfo: memFree=127816640/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=46972 memory=30948 CPUtime=161.75 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 5594 0 0 0 16173 2 0 0 20 0 1 0 172960758 48099328 7737 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 11743 7737 798 2417 0 8845 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 46972 KiB
Current children cumulated memory: 30948 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 2.86 2.32 5/248 894694
/proc/meminfo: memFree=127485916/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=46972 memory=30948 CPUtime=221.54 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 5597 0 0 0 22152 2 0 0 20 0 1 0 172960758 48099328 7737 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 11743 7737 798 2417 0 8845 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 46972 KiB
Current children cumulated memory: 30948 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 3.09 2.43 5/248 894706
/proc/meminfo: memFree=127177968/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=47416 memory=33300 CPUtime=281.33 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 6173 0 0 0 28131 2 0 0 20 0 1 0 172960758 48553984 8325 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 11854 8325 798 2417 0 8956 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 47416 KiB
Current children cumulated memory: 33300 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.29 2.54 5/243 895100
/proc/meminfo: memFree=127133540/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=47416 memory=33300 CPUtime=341.12 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 6176 0 0 0 34110 2 0 0 20 0 1 0 172960758 48553984 8325 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 11854 8325 798 2417 0 8956 0
Current children cumulated CPU time: 341.12 s
Current children cumulated vsize: 47416 KiB
Current children cumulated memory: 33300 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 3.45 2.65 5/243 895111
/proc/meminfo: memFree=126982272/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=47416 memory=33300 CPUtime=400.91 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 6179 0 0 0 40089 2 0 0 20 0 1 0 172960758 48553984 8325 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 11854 8325 798 2417 0 8956 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 47416 KiB
Current children cumulated memory: 33300 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.57 2.74 5/243 895121
/proc/meminfo: memFree=126737404/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=171464 memory=160668 CPUtime=460.7 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 36444 0 0 0 46062 8 0 0 20 0 1 0 172960758 175579136 40167 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 42866 40167 2542 2417 0 39968 0

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

Current children cumulated memory: 407972 KiB

[startup+2922.3 s]
/proc/loadavg: 4.08 4.09 4.02 5/241 896363
/proc/meminfo: memFree=125538476/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=2914.29 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 92627 0 0 0 291407 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 2914.29 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+2982.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/241 896373
/proc/meminfo: memFree=125546196/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=2974.15 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 92735 0 0 0 297393 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 2974.15 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.11 4.03 5/243 896387
/proc/meminfo: memFree=125551956/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3034 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 92840 0 0 0 303378 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3034 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/243 896398
/proc/meminfo: memFree=125545372/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3093.86 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 92945 0 0 0 309364 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3093.86 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.11 4.04 5/243 896409
/proc/meminfo: memFree=125543196/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3153.71 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93050 0 0 0 315349 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3153.71 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/243 896419
/proc/meminfo: memFree=125467072/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3213.57 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93155 0 0 0 321335 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.04 5/243 896431
/proc/meminfo: memFree=125376736/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3273.42 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93260 0 0 0 327320 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3273.42 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.05 5/241 896443
/proc/meminfo: memFree=125472996/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3333.27 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93365 0 0 0 333305 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3402.3 s]
/proc/loadavg: 4.77 4.28 4.10 5/241 896453
/proc/meminfo: memFree=125543952/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3393.13 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93470 0 0 0 339291 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3393.13 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3462.3 s]
/proc/loadavg: 5.09 4.49 4.19 5/241 896463
/proc/meminfo: memFree=125466616/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3452.98 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93575 0 0 0 345276 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3452.98 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3522.3 s]
/proc/loadavg: 4.45 4.42 4.18 5/241 896474
/proc/meminfo: memFree=125342808/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3512.84 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93680 0 0 0 351262 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3512.84 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

[startup+3582.3 s]
/proc/loadavg: 4.28 4.37 4.18 5/241 896484
/proc/meminfo: memFree=125327448/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3572.7 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93785 0 0 0 357248 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3572.7 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.17 4.33 4.17 5/243 896492
/proc/meminfo: memFree=125232476/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3600.04 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93808 0 0 0 359982 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.82 s, system=0.227068 s

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

[startup+3609.7 s]
/proc/loadavg: 4.17 4.33 4.17 5/243 896492
/proc/meminfo: memFree=125232476/131655788 swapFree=131071996/131071996
[pid=893505] ppid=893496 vsize=414996 memory=407972 CPUtime=3600.04 cores=1,3
/proc/893505/stat : 893505 (CASHWMaxSAT-Dis) R 893496 893505 893432 0 -1 4194304 93808 0 0 0 359982 22 0 0 20 0 1 0 172960758 424955904 101993 134679101440 4194304 14093885 140729116814368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 15976432 16051504 34934784 140729116820452 140729116820567 140729116820567 140729116827583 0
/proc/893505/statm: 103749 101993 2542 2417 0 100851 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 414996 KiB
Current children cumulated memory: 407972 KiB

Child status: 0

Real time (s): 3609.7
CPU time (s): 3600.05
CPU user time (s): 3599.82
CPU system time (s): 0.227068
CPU usage (%): 99.7326
Max. virtual memory (cumulated for all children) (KiB): 446100
Max. memory (cumulated for all children) (KiB): 407972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.82
system time used= 0.227068
maximum resident set size= 407972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93808
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= 41
involuntary context switches= 1860


# summary of solver processes directly reported to runsolver:
#   pid: 893505
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.82
#   total CPU system time (s): 0.227068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9073 second user time and 34.8641 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-17 11:20:48
IDJOB=4439844
IDBENCH=147102
IDSOLVER=3077
FILE ID=nodeC011/4439844-1721208036
RUNJOBID= nodeC011-1721208048-893444
SLURM_JOB_ID= 7508927
Free space on /tmp= 723780 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
COMMAND LINE= CASHWMaxSAT-DisjCom-S BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4439844-1721208036/watcher-4439844-1721208036 -o /tmp/evaluation-result-4439844-1721208036/solver-4439844-1721208036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721208048-893444 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4439844-1721208036.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 58d046e1e41ee9602d09224f38506b42
RANDOM SEED=982404467

nodeC011.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		: 1197.120
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.20
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.222
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.231
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.20
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.120
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		: 2982.891
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.20
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		: 1197.242
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.121
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.20
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.120
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:        128468048 kB
MemAvailable:   129943632 kB
Buffers:          469496 kB
Cached:          1835676 kB
SwapCached:            0 kB
Active:           915624 kB
Inactive:        1711104 kB
Active(anon):       1328 kB
Inactive(anon):   358592 kB
Active(file):     914296 kB
Inactive(file):  1352512 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             51908 kB
Writeback:             0 kB
AnonPages:        322876 kB
Mapped:           107996 kB
Shmem:             37704 kB
KReclaimable:      97952 kB
Slab:             198580 kB
SReclaimable:      97952 kB
SUnreclaim:       100628 kB
KernelStack:        3744 kB
PageTables:         9536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     794844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    200704 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723724 MiB
End job on nodeC011 at 2024-07-17 12:20:58