Trace number 4438727

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-DisjCad-SP 2024-07-10SAT (TO)55 3600.09 3609.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c Using cadical-2.0.0-2df7b7f SAT solver by Armin Biere (2022)
0.00/0.08	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
0.09/0.18	c Starting SCIP solver  (with time-limit = 1800s) ...
1795.48/1800.18	c SCIP timeout with lower and upper bounds: [0, 9223372036854775807]
1801.06/1805.78	o 232
1873.88/1878.72	o 55
3600.07/3609.40	
3600.07/3609.40	v x1 x2 x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 x41 x42 x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 -x79 -x80 x81 x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 x115 x116 x117 -x118 -x119 x120 -x121 x122 x123 x124 x125 -x126 -x127 x128 -x129 x130 x131 -x132 x133 -x134 -x135 -x136 x137 x138 x139 -x140 -x141 -x142 x143 -x144 -x145 x146 x147 -x148 -x149 -x150 -x151 x152 -x153 -x154 x155 -x156 -x157 x158 -x159 -x160 x161 -x162 x163 -x164 x165 x166 -x167 -x168 x169 x170 x171 -x172
3600.07/3609.40	s SATISFIABLE

Verifier Data

OK	55

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 (60018 MiB free)
  memory of node 1: 64473 MiB (59741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4438727-1721220544/watcher-4438727-1721220544 -o /tmp/evaluation-result-4438727-1721220544/solver-4438727-1721220544 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721218711-903591 --watchdog 3760 CASHWMaxSAT-DisjCad-SP HOME/instance-4438727-1721220544.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
Current StackSize limit: 8192 KiB

solver pid=904778, runsolver pid=904775

[startup+0.100945 s]*
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122598588/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=54008 memory=43268 CPUtime=0.09 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 9963 0 0 0 8 1 0 0 20 0 1 0 174219387 55304192 10817 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 3 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 13502 10817 2362 2726 0 10250 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54008 KiB
Current children cumulated memory: 43268 KiB

[startup+0.205946 s]*
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122535072/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=117892 memory=106964 CPUtime=0.19 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 25741 0 0 0 16 3 0 0 20 0 1 0 174219387 120721408 26741 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 3 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 29473 26741 2522 2726 0 26221 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117892 KiB
Current children cumulated memory: 106964 KiB

[startup+0.305945 s]*
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122480640/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=174192 memory=162992 CPUtime=0.28 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 39745 0 0 0 24 4 0 0 20 0 1 0 174219387 178372608 40748 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 43548 40748 2538 2726 0 40296 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 174192 KiB
Current children cumulated memory: 162992 KiB

[startup+0.700233 s]
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122448328/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=240712 memory=226916 CPUtime=0.68 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 55669 0 0 0 62 6 0 0 20 0 1 0 174219387 246489088 56729 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 60178 56729 2618 2726 0 56926 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 240712 KiB
Current children cumulated memory: 226916 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122395912/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=272028 memory=255440 CPUtime=1.48 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 62821 0 0 0 141 7 0 0 20 0 1 0 174219387 278556672 63860 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 68007 63860 2650 2726 0 64755 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 272028 KiB
Current children cumulated memory: 255440 KiB

[startup+3.10553 s]
/proc/loadavg: 4.11 4.09 3.79 5/254 904779
/proc/meminfo: memFree=122381380/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=281140 memory=264416 CPUtime=3.07 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 65014 0 0 0 300 7 0 0 20 0 1 0 174219387 287887360 66104 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 70285 66104 2650 2726 0 67033 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 281140 KiB
Current children cumulated memory: 264416 KiB

[startup+6.30021 s]
/proc/loadavg: 4.10 4.09 3.80 5/254 904779
/proc/meminfo: memFree=122307280/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=404116 memory=374048 CPUtime=6.26 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 78805 0 0 0 616 10 0 0 20 0 1 0 174219387 413814784 93512 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 101029 93512 2650 2726 0 97777 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 404116 KiB
Current children cumulated memory: 374048 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.08 3.80 5/254 904781
/proc/meminfo: memFree=122160544/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=513500 memory=479060 CPUtime=12.64 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 105551 0 0 0 1249 15 0 0 20 0 1 0 174219387 525824000 119765 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128375 119765 2746 2726 0 125123 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 513500 KiB
Current children cumulated memory: 479060 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.10 3.81 5/254 904782
/proc/meminfo: memFree=122158764/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=513500 memory=479828 CPUtime=25.4 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 105751 0 0 0 2525 15 0 0 20 0 1 0 174219387 525824000 119957 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128375 119957 2746 2726 0 125123 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 513500 KiB
Current children cumulated memory: 479828 KiB

[startup+51.1057 s]
/proc/loadavg: 4.17 4.10 3.82 5/255 904834
/proc/meminfo: memFree=121889056/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=513500 memory=480080 CPUtime=50.93 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 105849 0 0 0 5077 16 0 0 20 0 1 0 174219387 525824000 120020 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128375 120020 2746 2726 0 125123 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 513500 KiB
Current children cumulated memory: 480080 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 3.83 5/257 904847
/proc/meminfo: memFree=121882544/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=515144 memory=482396 CPUtime=101.97 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 106437 0 0 0 10180 17 0 0 20 0 1 0 174219387 527507456 120599 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128786 120599 2746 2726 0 125534 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 515144 KiB
Current children cumulated memory: 482396 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 3.85 5/257 904857
/proc/meminfo: memFree=121675988/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=515712 memory=483440 CPUtime=161.78 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 106654 0 0 0 16161 17 0 0 20 0 1 0 174219387 528089088 120860 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128928 120860 2746 2726 0 125676 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 515712 KiB
Current children cumulated memory: 483440 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.09 3.87 5/257 904867
/proc/meminfo: memFree=121653516/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=515712 memory=483440 CPUtime=221.61 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 106660 0 0 0 22143 18 0 0 20 0 1 0 174219387 528089088 120860 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128928 120860 2746 2726 0 125676 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 515712 KiB
Current children cumulated memory: 483440 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.09 3.89 5/257 904878
/proc/meminfo: memFree=121650712/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=515712 memory=483440 CPUtime=281.43 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 106666 0 0 0 28125 18 0 0 20 0 1 0 174219387 528089088 120860 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128928 120860 2746 2726 0 125676 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 515712 KiB
Current children cumulated memory: 483440 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.08 3.90 5/257 904889
/proc/meminfo: memFree=121645620/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=515712 memory=483440 CPUtime=341.27 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 106672 0 0 0 34108 19 0 0 20 0 1 0 174219387 528089088 120860 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 128928 120860 2746 2726 0 125676 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 515712 KiB
Current children cumulated memory: 483440 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 3.91 5/256 905283
/proc/meminfo: memFree=121525020/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=672120 memory=601928 CPUtime=401.1 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 125198 0 0 0 40087 23 0 0 20 0 1 0 174219387 688250880 150482 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 168030 150482 2762 2726 0 164778 0
Current children cumulated CPU time: 401.1 s
Current children cumulated vsize: 672120 KiB
Current children cumulated memory: 601928 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 3.93 5/256 905293
/proc/meminfo: memFree=121476672/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=770400 memory=648968 CPUtime=460.94 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 135441 0 0 0 46068 26 0 0 20 0 1 0 174219387 788889600 162242 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 192600 162242 2762 2726 0 189348 0

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

Current children cumulated memory: 536716 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.13 4.10 5/255 906522
/proc/meminfo: memFree=121456120/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=2854.93 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167428 0 0 0 285460 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 2854.93 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/255 906535
/proc/meminfo: memFree=121455760/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=2914.77 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167496 0 0 0 291444 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 2914.77 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/255 906545
/proc/meminfo: memFree=121455144/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=2974.61 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167572 0 0 0 297428 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 2974.61 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/255 906555
/proc/meminfo: memFree=121454952/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3034.46 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167658 0 0 0 303413 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3034.46 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/257 906570
/proc/meminfo: memFree=121454128/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3094.3 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167724 0 0 0 309397 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3094.3 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/257 906581
/proc/meminfo: memFree=121453640/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3154.15 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167796 0 0 0 315382 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3154.15 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/257 906591
/proc/meminfo: memFree=121453412/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3213.99 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167866 0 0 0 321366 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3213.99 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/257 906603
/proc/meminfo: memFree=121453024/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3273.83 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 167991 0 0 0 327350 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3273.83 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/257 906614
/proc/meminfo: memFree=121452748/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3333.68 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168073 0 0 0 333335 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3333.68 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/255 906624
/proc/meminfo: memFree=121444056/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3393.52 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168174 0 0 0 339319 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3393.52 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/255 906634
/proc/meminfo: memFree=121441628/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=536716 CPUtime=3453.36 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168292 0 0 0 345303 33 0 0 20 0 1 0 174219387 603856896 134179 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 134179 2826 2726 0 144174 0
Current children cumulated CPU time: 3453.36 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 536716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 906645
/proc/meminfo: memFree=121434916/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=542860 CPUtime=3513.2 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168391 0 0 0 351287 33 0 0 20 0 1 0 174219387 603856896 135715 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 135715 2826 2726 0 144174 0
Current children cumulated CPU time: 3513.2 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 542860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/254 906792
/proc/meminfo: memFree=120513604/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=542860 CPUtime=3573.04 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168515 0 0 0 357271 33 0 0 20 0 1 0 174219387 603856896 135715 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 135715 2826 2726 0 144174 0
Current children cumulated CPU time: 3573.04 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 542860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/255 906797
/proc/meminfo: memFree=120235032/131524600 swapFree=131071996/131071996
[pid=904778] ppid=904775 vsize=589704 memory=542860 CPUtime=3600.07 cores=1,3
/proc/904778/stat : 904778 (CASHWMaxSAT-Dis) R 904775 904778 903579 0 -1 4194304 168516 0 0 0 359974 33 0 0 20 0 1 0 174219387 603856896 135715 134679101440 4194304 15356333 140732164672768 0 0 0 0 0 8408098 0 0 0 17 1 0 0 0 0 0 17424944 17514448 24940544 140732164674530 140732164674646 140732164674646 140732164681662 0
/proc/904778/statm: 147426 135715 2826 2726 0 144174 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 589704 KiB
Current children cumulated memory: 542860 KiB

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

[startup+3609.4 s]
# the end of solver process 904778 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3599.75 s, system=0.339094 s

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

Child status: 10

Real time (s): 3609.4
CPU time (s): 3600.09
CPU user time (s): 3599.75
CPU system time (s): 0.339094
CPU usage (%): 99.7419
Max. virtual memory (cumulated for all children) (KiB): 893596
Max. memory (cumulated for all children) (KiB): 806408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.75
system time used= 0.339094
maximum resident set size= 806408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168516
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= 36
involuntary context switches= 1370


# summary of solver processes directly reported to runsolver:
#   pid: 904778
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.75
#   total CPU system time (s): 0.339094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.62423 second user time and 16.3302 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-17 14:49:17
IDJOB=4438727
IDBENCH=147611
IDSOLVER=3074
FILE ID=nodeC023/4438727-1721220544
RUNJOBID= nodeC023-1721218711-903591
SLURM_JOB_ID= 7508948
Free space on /tmp= 890040 MiB

SOLVER NAME= CASHWMaxSAT-DisjCad-SP 2024-07-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= CASHWMaxSAT-DisjCad-SP BENCHNAME -total-t=TIMEOUT -no-par -v0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4438727-1721220544/watcher-4438727-1721220544 -o /tmp/evaluation-result-4438727-1721220544/solver-4438727-1721220544 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721218711-903591 --watchdog 3760  CASHWMaxSAT-DisjCad-SP HOME/instance-4438727-1721220544.opb -total-t=3600 -no-par -v0

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=449356109

nodeC023.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		: 3676.789
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.61
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		: 3667.561
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.48
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		: 3599.983
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.61
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		: 3667.083
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.48
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		: 3676.810
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.61
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		: 3673.219
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.48
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.002
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.61
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		: 3601.834
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122634916 kB
MemAvailable:   128646424 kB
Buffers:          470688 kB
Cached:          6305580 kB
SwapCached:            0 kB
Active:           933816 kB
Inactive:        7192768 kB
Active(anon):       1572 kB
Inactive(anon):  1386456 kB
Active(file):     932244 kB
Inactive(file):  5806312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14596 kB
Writeback:             0 kB
AnonPages:       1350312 kB
Mapped:           131364 kB
Shmem:             37720 kB
KReclaimable:     225548 kB
Slab:             349604 kB
SReclaimable:     225548 kB
SUnreclaim:       124056 kB
KernelStack:        4096 kB
PageTables:        12072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1767904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            65440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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:      291540 kB
DirectMap2M:    36182016 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890012 MiB
End job on nodeC023 at 2024-07-17 15:49:26