Trace number 4439932

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.02 3612.41

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
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 variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
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 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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.07/1.11	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
1.07/1.11	c Using COMiniSatPS SAT solver by Chanseok Oh (2016)
478.72/480.62	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
478.83/480.73	c Starting SCIP solver  (with time-limit = 1800s) ...
2275.07/2283.36	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
3600.00/3612.40	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: 63968 MiB (62569 MiB free)
  memory of node 1: 64473 MiB (61928 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=908003, runsolver pid=908000

[startup+0.101055 s]*
/proc/loadavg: 4.14 4.12 4.14 5/254 908004
/proc/meminfo: memFree=127458356/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=47060 memory=28752 CPUtime=0.09 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 7036 0 0 0 8 1 0 0 20 0 1 0 174153065 48189440 7188 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 11765 7188 782 2417 0 8867 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 47060 KiB
Current children cumulated memory: 28752 KiB

[startup+0.206006 s]*
/proc/loadavg: 4.14 4.12 4.14 5/254 908004
/proc/meminfo: memFree=127458512/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=45948 memory=29580 CPUtime=0.19 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 7554 0 0 0 18 1 0 0 20 0 1 0 174153065 47050752 7395 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 11487 7395 782 2417 0 8589 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 45948 KiB
Current children cumulated memory: 29580 KiB

[startup+0.306005 s]*
/proc/loadavg: 4.14 4.12 4.14 5/254 908006
/proc/meminfo: memFree=127457932/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=45948 memory=28904 CPUtime=0.28 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 7739 0 0 0 27 1 0 0 20 0 1 0 174153065 47050752 7226 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 11487 7226 782 2417 0 8589 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 45948 KiB
Current children cumulated memory: 28904 KiB

[startup+0.700183 s]
/proc/loadavg: 4.14 4.12 4.14 5/254 908006
/proc/meminfo: memFree=127454756/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=45948 memory=29548 CPUtime=0.66 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 7920 0 0 0 65 1 0 0 20 0 1 0 174153065 47050752 7387 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 11487 7387 814 2417 0 8589 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 45948 KiB
Current children cumulated memory: 29548 KiB

[startup+1.50019 s]
/proc/loadavg: 4.14 4.12 4.14 5/254 908006
/proc/meminfo: memFree=127453384/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=48668 memory=31136 CPUtime=1.47 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 8293 0 0 0 145 2 0 0 20 0 1 0 174153065 49836032 7784 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 12167 7784 814 2417 0 9269 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 48668 KiB
Current children cumulated memory: 31136 KiB

[startup+3.10554 s]
/proc/loadavg: 4.13 4.12 4.14 5/254 908006
/proc/meminfo: memFree=127442340/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=55596 memory=37968 CPUtime=3.06 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 9263 0 0 0 304 2 0 0 20 0 1 0 174153065 56930304 9492 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 13899 9492 814 2417 0 11001 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 55596 KiB
Current children cumulated memory: 37968 KiB

[startup+6.30017 s]
/proc/loadavg: 4.13 4.12 4.14 5/254 908006
/proc/meminfo: memFree=127430400/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=60016 memory=40460 CPUtime=6.25 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 10611 0 0 0 622 3 0 0 20 0 1 0 174153065 61456384 10115 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 15004 10115 814 2417 0 12106 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 60016 KiB
Current children cumulated memory: 40460 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 4.14 5/252 908021
/proc/meminfo: memFree=128247712/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=71604 memory=46868 CPUtime=12.62 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 11213 0 0 0 1259 3 0 0 20 0 1 0 174153065 73322496 11717 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 17901 11717 814 2417 0 15003 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 71604 KiB
Current children cumulated memory: 46868 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.11 4.13 5/254 908055
/proc/meminfo: memFree=127529660/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=71604 memory=56328 CPUtime=25.37 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 11553 0 0 0 2534 3 0 0 20 0 1 0 174153065 73322496 14082 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 17901 14082 814 2417 0 15003 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 71604 KiB
Current children cumulated memory: 56328 KiB

[startup+51.1049 s]
/proc/loadavg: 4.12 4.12 4.14 5/254 908060
/proc/meminfo: memFree=127270052/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=71604 memory=56328 CPUtime=50.88 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 11582 0 0 0 5085 3 0 0 20 0 1 0 174153065 73322496 14082 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 17901 14082 814 2417 0 15003 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 71604 KiB
Current children cumulated memory: 56328 KiB

[startup+102.3 s]
/proc/loadavg: 4.39 4.18 4.16 5/256 908073
/proc/meminfo: memFree=127265376/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=71772 memory=56696 CPUtime=101.88 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 12470 0 0 0 10184 4 0 0 20 0 1 0 174153065 73494528 14174 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 17943 14174 814 2417 0 15045 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 71772 KiB
Current children cumulated memory: 56696 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.19 4.16 5/256 908085
/proc/meminfo: memFree=127247340/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=94888 memory=71728 CPUtime=161.65 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 13218 0 0 0 16160 5 0 0 20 0 1 0 174153065 97165312 17932 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 23722 17932 814 2417 0 20824 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 94888 KiB
Current children cumulated memory: 71728 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.18 4.16 5/257 908096
/proc/meminfo: memFree=127190880/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=94888 memory=79628 CPUtime=221.43 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 13694 0 0 0 22137 6 0 0 20 0 1 0 174153065 97165312 19907 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 23722 19907 814 2417 0 20824 0
Current children cumulated CPU time: 221.43 s
Current children cumulated vsize: 94888 KiB
Current children cumulated memory: 79628 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.16 4.16 5/257 908107
/proc/meminfo: memFree=127184816/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=99392 memory=84164 CPUtime=281.19 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 13826 0 0 0 28113 6 0 0 20 0 1 0 174153065 101777408 21041 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 24848 21041 814 2417 0 21950 0
Current children cumulated CPU time: 281.19 s
Current children cumulated vsize: 99392 KiB
Current children cumulated memory: 84164 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.16 4.16 5/257 908118
/proc/meminfo: memFree=127164088/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=118460 memory=103008 CPUtime=340.97 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 16258 0 0 0 34089 8 0 0 20 0 1 0 174153065 121303040 25752 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 29615 25752 814 2417 0 26717 0
Current children cumulated CPU time: 340.97 s
Current children cumulated vsize: 118460 KiB
Current children cumulated memory: 103008 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.14 4.15 5/257 908130
/proc/meminfo: memFree=127118360/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=111280 memory=94476 CPUtime=400.73 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 18886 0 0 0 40064 9 0 0 20 0 1 0 174153065 113950720 23619 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 27820 23619 814 2417 0 24922 0
Current children cumulated CPU time: 400.73 s
Current children cumulated vsize: 111280 KiB
Current children cumulated memory: 94476 KiB

[startup+462.3 s]
/proc/loadavg: 4.16 4.15 4.15 5/255 908140
/proc/meminfo: memFree=127087616/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=118460 memory=103136 CPUtime=460.5 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 19558 0 0 0 46041 9 0 0 20 0 1 0 174153065 121303040 25784 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 29615 25784 814 2417 0 26717 0

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

Current children cumulated memory: 949264 KiB

[startup+2862.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/259 909541
/proc/meminfo: memFree=126047092/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=949264 CPUtime=2852.33 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 249852 0 0 0 285168 65 0 0 20 0 1 0 174153065 1096966144 237316 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237316 2542 2417 0 264916 0
Current children cumulated CPU time: 2852.33 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 949264 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/259 909551
/proc/meminfo: memFree=126046132/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=949516 CPUtime=2912.15 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250011 0 0 0 291150 65 0 0 20 0 1 0 174153065 1096966144 237379 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237379 2542 2417 0 264916 0
Current children cumulated CPU time: 2912.15 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 949516 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/259 909731
/proc/meminfo: memFree=126042708/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=949516 CPUtime=2971.97 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250107 0 0 0 297131 66 0 0 20 0 1 0 174153065 1096966144 237379 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237379 2542 2417 0 264916 0
Current children cumulated CPU time: 2971.97 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 949516 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/258 909742
/proc/meminfo: memFree=126041944/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=949960 CPUtime=3031.78 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250330 0 0 0 303112 66 0 0 20 0 1 0 174153065 1096966144 237490 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237490 2542 2417 0 264916 0
Current children cumulated CPU time: 3031.78 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 949960 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/261 909811
/proc/meminfo: memFree=126040620/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3091.59 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250426 0 0 0 309093 66 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3091.59 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/259 909822
/proc/meminfo: memFree=126038416/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3151.4 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250522 0 0 0 315074 66 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3151.4 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.54 4.21 4.13 5/259 909833
/proc/meminfo: memFree=126037452/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3211.22 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250618 0 0 0 321055 67 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3211.22 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.19 4.12 5/259 909843
/proc/meminfo: memFree=126036432/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3271.03 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250714 0 0 0 327036 67 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3271.03 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.11 5/259 909854
/proc/meminfo: memFree=126035688/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3330.83 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250802 0 0 0 333016 67 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3330.83 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.11 5/259 909866
/proc/meminfo: memFree=126033280/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3390.63 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250886 0 0 0 338995 68 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3390.63 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/255 909876
/proc/meminfo: memFree=126032628/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3450.42 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 250976 0 0 0 344974 68 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3450.42 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/254 909886
/proc/meminfo: memFree=126031884/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3510.22 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 251061 0 0 0 350953 69 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3510.22 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/254 909898
/proc/meminfo: memFree=126029004/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3570 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 251151 0 0 0 356931 69 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3570 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 4.14 4.14 4.10 5/250 910344
/proc/meminfo: memFree=127091104/131524600 swapFree=131071996/131071996
[pid=908003] ppid=908000 vsize=1071256 memory=950024 CPUtime=3600 cores=0,2
/proc/908003/stat : 908003 (CASHWMaxSAT-Dis) R 908000 908003 906842 0 -1 4194304 251179 0 0 0 359930 70 0 0 20 0 1 0 174153065 1096966144 237506 134679101440 4194304 14093885 140735476541136 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 15976432 16051504 47697920 140735476548580 140735476548695 140735476548695 140735476555711 0
/proc/908003/statm: 267814 237506 2542 2417 0 264916 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1071256 KiB
Current children cumulated memory: 950024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.31 s, system=0.713207 s

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

Child status: 0

Real time (s): 3612.41
CPU time (s): 3600.02
CPU user time (s): 3599.31
CPU system time (s): 0.713207
CPU usage (%): 99.6569
Max. virtual memory (cumulated for all children) (KiB): 1223148
Max. memory (cumulated for all children) (KiB): 1099352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.31
system time used= 0.713207
maximum resident set size= 1099352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 251179
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= 30
involuntary context switches= 24676


# summary of solver processes directly reported to runsolver:
#   pid: 908003
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.31
#   total CPU system time (s): 0.713207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12082 second user time and 15.9884 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-17 14:38:25
IDJOB=4439932
IDBENCH=147583
IDSOLVER=3077
FILE ID=nodeC021/4439932-1721219892
RUNJOBID= nodeC021-1721218082-906852
SLURM_JOB_ID= 7508936
Free space on /tmp= 890000 MiB

SOLVER NAME= CASHWMaxSAT-DisjCom-S 2024-07-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.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-4439932-1721219892/watcher-4439932-1721219892 -o /tmp/evaluation-result-4439932-1721219892/solver-4439932-1721219892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721218082-906852 --watchdog 3760  CASHWMaxSAT-DisjCom-S HOME/instance-4439932-1721219892.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=2083745042

nodeC021.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	: 0xb00002a
cpu MHz		: 3656.436
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3694.006
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3661.716
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.105
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.561
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3694.088
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.236
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.828
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127486572 kB
MemAvailable:   128389556 kB
Buffers:          454132 kB
Cached:          1283988 kB
SwapCached:            0 kB
Active:           908640 kB
Inactive:        2523560 kB
Active(anon):       1560 kB
Inactive(anon):  1730232 kB
Active(file):     907080 kB
Inactive(file):   793328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13196 kB
Writeback:             0 kB
AnonPages:       1691832 kB
Mapped:           135012 kB
Shmem:             37720 kB
KReclaimable:      84800 kB
Slab:             192264 kB
SReclaimable:      84800 kB
SUnreclaim:       107464 kB
KernelStack:        4060 kB
PageTables:        12704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2125336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            65568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1060864 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC021 at 2024-07-17 15:38:37