Trace number 4436304

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
Picat 2024-06-18? (TO) 3600.1 3610.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUM8548cf2fe8567884970fc9be656882ff
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 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
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

0.00/0.00	c solving HOME/instance-4436304-1721099822.opb (Picat 3.6#12)

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: 63931 MiB (63058 MiB free)
  memory of node 1: 64510 MiB (62266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436304-1721099822/watcher-4436304-1721099822 -o /tmp/evaluation-result-4436304-1721099822/solver-4436304-1721099822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721092614-828849 --watchdog 3760 pb_picat HOME/instance-4436304-1721099822.opb 

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=832915, runsolver pid=832912

[startup+0.1002 s]*
/proc/loadavg: 4.15 4.12 4.09 5/254 832916
/proc/meminfo: memFree=128312792/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2047064 memory=27572 CPUtime=0.09 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1958 0 0 0 8 1 0 0 20 0 1 0 162146351 2096193536 6893 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 511766 6893 1784 439 0 507195 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2047064 KiB
Current children cumulated memory: 27572 KiB

[startup+0.205428 s]*
/proc/loadavg: 4.15 4.12 4.09 5/254 832916
/proc/meminfo: memFree=128311688/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2047064 memory=27888 CPUtime=0.2 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 2006 0 0 0 19 1 0 0 20 0 1 0 162146351 2096193536 6972 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 511766 6972 1800 439 0 507195 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2047064 KiB
Current children cumulated memory: 27888 KiB

[startup+0.305337 s]*
/proc/loadavg: 4.15 4.12 4.09 5/254 832916
/proc/meminfo: memFree=128314068/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2047064 memory=28152 CPUtime=0.29 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 2044 0 0 0 28 1 0 0 20 0 1 0 162146351 2096193536 7038 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 511766 7038 1800 439 0 507195 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2047064 KiB
Current children cumulated memory: 28152 KiB

[startup+0.70024 s]
/proc/loadavg: 4.15 4.12 4.09 5/254 832916
/proc/meminfo: memFree=128309080/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2049596 memory=29268 CPUtime=0.69 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 3708 0 0 0 67 2 0 0 20 0 1 0 162146351 2098786304 7317 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 512399 7317 1800 439 0 507828 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2049596 KiB
Current children cumulated memory: 29268 KiB

[startup+1.50017 s]
/proc/loadavg: 4.14 4.11 4.09 7/251 832930
/proc/meminfo: memFree=128408904/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2051644 memory=29812 CPUtime=1.48 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 6163 0 0 0 146 2 0 0 20 0 1 0 162146351 2100883456 7453 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 512911 7453 1800 439 0 508340 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2051644 KiB
Current children cumulated memory: 29812 KiB

[startup+3.10531 s]
/proc/loadavg: 4.14 4.11 4.09 6/254 832962
/proc/meminfo: memFree=128354512/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2051804 memory=32076 CPUtime=3.08 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 9778 0 0 0 306 2 0 0 20 0 1 0 162146351 2101047296 8019 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 512951 8019 1800 439 0 508380 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2051804 KiB
Current children cumulated memory: 32076 KiB

[startup+6.30023 s]
/proc/loadavg: 4.13 4.11 4.09 6/254 832962
/proc/meminfo: memFree=128346544/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2051804 memory=33328 CPUtime=6.27 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 16359 0 0 0 624 3 0 0 20 0 1 0 162146351 2101047296 8332 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 512951 8332 1800 439 0 508380 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2051804 KiB
Current children cumulated memory: 33328 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.09 6/254 832964
/proc/meminfo: memFree=128348804/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2056092 memory=36852 CPUtime=12.65 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 27290 0 0 0 1260 5 0 0 20 0 1 0 162146351 2105438208 9213 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 514023 9213 1800 439 0 509452 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2056092 KiB
Current children cumulated memory: 36852 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 4.09 6/254 833058
/proc/meminfo: memFree=127890588/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2062412 memory=42188 CPUtime=25.41 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 39779 0 0 0 2533 8 0 0 20 0 1 0 162146351 2111909888 10547 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 515603 10547 1800 439 0 511032 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2062412 KiB
Current children cumulated memory: 42188 KiB

[startup+51.1054 s]
/proc/loadavg: 4.13 4.11 4.09 6/254 833062
/proc/meminfo: memFree=127863928/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2070912 memory=49628 CPUtime=50.94 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 60600 0 0 0 5079 15 0 0 20 0 1 0 162146351 2120613888 12407 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 517728 12407 1800 439 0 513157 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2070912 KiB
Current children cumulated memory: 49628 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.09 6/254 833071
/proc/meminfo: memFree=127840600/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2071556 memory=51224 CPUtime=101.97 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 88298 0 0 0 10174 23 0 0 20 0 1 0 162146351 2121273344 12806 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 517889 12806 1800 439 0 513318 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 2071556 KiB
Current children cumulated memory: 51224 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/255 833082
/proc/meminfo: memFree=127837716/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2071556 memory=49116 CPUtime=161.77 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 123149 0 0 0 16144 33 0 0 20 0 1 0 162146351 2121273344 12279 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 517889 12279 1800 439 0 513318 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 2071556 KiB
Current children cumulated memory: 49116 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/257 833142
/proc/meminfo: memFree=125088772/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2063364 memory=40796 CPUtime=221.58 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 166050 0 0 0 22111 47 0 0 20 0 1 0 162146351 2112884736 10199 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 515841 10199 1800 439 0 511270 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 2063364 KiB
Current children cumulated memory: 40796 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.12 4.09 5/257 833152
/proc/meminfo: memFree=124892156/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2055172 memory=35712 CPUtime=281.38 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 222320 0 0 0 28075 63 0 0 20 0 1 0 162146351 2104496128 8928 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 513793 8928 1800 439 0 509222 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 2055172 KiB
Current children cumulated memory: 35712 KiB

[startup+342.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/257 833162
/proc/meminfo: memFree=124919388/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2059236 memory=37252 CPUtime=341.19 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 275055 0 0 0 34039 80 0 0 20 0 1 0 162146351 2108657664 9313 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 514809 9313 1800 439 0 510238 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 2059236 KiB
Current children cumulated memory: 37252 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 4.15 4.10 5/257 833172
/proc/meminfo: memFree=124979336/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2071524 memory=42440 CPUtime=401 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 308819 0 0 0 40008 92 0 0 20 0 1 0 162146351 2121240576 10610 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 517881 10610 1800 439 0 513310 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 2071524 KiB
Current children cumulated memory: 42440 KiB

[startup+462.3 s]
/proc/loadavg: 4.24 4.17 4.11 5/256 833184
/proc/meminfo: memFree=124986128/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2071524 memory=47012 CPUtime=460.8 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 370868 0 0 0 45969 111 0 0 20 0 1 0 162146351 2121240576 11753 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 517881 11753 1800 439 0 513310 0

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

Current children cumulated memory: 91148 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/255 834789
/proc/meminfo: memFree=124892948/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=93984 CPUtime=2853.63 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1288636 0 0 0 284899 464 0 0 20 0 1 0 162146351 2170687488 23496 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 23496 1800 439 0 525382 0
Current children cumulated CPU time: 2853.63 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 93984 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/254 834799
/proc/meminfo: memFree=124885980/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=89756 CPUtime=2913.46 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1305090 0 0 0 290874 472 0 0 20 0 1 0 162146351 2153910272 22439 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22439 1800 439 0 521286 0
Current children cumulated CPU time: 2913.46 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 89756 KiB

[startup+2982.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/254 834809
/proc/meminfo: memFree=124879272/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=88324 CPUtime=2973.31 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1310469 0 0 0 296857 474 0 0 20 0 1 0 162146351 2153910272 22081 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22081 1800 439 0 521286 0
Current children cumulated CPU time: 2973.31 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 88324 KiB

[startup+3042.3 s]
/proc/loadavg: 4.19 4.17 4.13 5/254 834820
/proc/meminfo: memFree=124874616/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=90812 CPUtime=3033.14 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1311646 0 0 0 302840 474 0 0 20 0 1 0 162146351 2153910272 22703 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22703 1800 439 0 521286 0
Current children cumulated CPU time: 3033.14 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 90812 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.17 4.13 5/254 834830
/proc/meminfo: memFree=124880484/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=88588 CPUtime=3092.99 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1317335 0 0 0 308823 476 0 0 20 0 1 0 162146351 2153910272 22147 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22147 1800 439 0 521286 0
Current children cumulated CPU time: 3092.99 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 88588 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/254 834840
/proc/meminfo: memFree=124879928/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=94048 CPUtime=3152.83 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1325399 0 0 0 314802 481 0 0 20 0 1 0 162146351 2170687488 23512 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 23512 1800 439 0 525382 0
Current children cumulated CPU time: 3152.83 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 94048 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.15 4.13 5/256 834855
/proc/meminfo: memFree=124900844/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=88216 CPUtime=3212.65 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1352639 0 0 0 320770 495 0 0 20 0 1 0 162146351 2153910272 22054 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22054 1800 439 0 521286 0
Current children cumulated CPU time: 3212.65 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 88216 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/256 834865
/proc/meminfo: memFree=124890060/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=88216 CPUtime=3272.49 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1361321 0 0 0 326750 499 0 0 20 0 1 0 162146351 2153910272 22054 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 22054 1800 439 0 521286 0
Current children cumulated CPU time: 3272.49 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 88216 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.12 5/256 834875
/proc/meminfo: memFree=124877440/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=94412 CPUtime=3332.33 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1366992 0 0 0 332731 502 0 0 20 0 1 0 162146351 2170687488 23603 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 23603 1800 439 0 525382 0
Current children cumulated CPU time: 3332.33 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 94412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/256 834885
/proc/meminfo: memFree=124883328/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=91832 CPUtime=3392.16 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1374775 0 0 0 338709 507 0 0 20 0 1 0 162146351 2170687488 22958 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 22958 1800 439 0 525382 0
Current children cumulated CPU time: 3392.16 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 91832 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/256 834897
/proc/meminfo: memFree=124883208/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=92136 CPUtime=3451.99 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1380073 0 0 0 344690 509 0 0 20 0 1 0 162146351 2170687488 23034 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 23034 1800 439 0 525382 0
Current children cumulated CPU time: 3451.99 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 92136 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.15 4.12 5/254 834907
/proc/meminfo: memFree=124894272/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2087044 memory=74720 CPUtime=3511.84 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1384676 0 0 0 350671 513 0 0 20 0 1 0 162146351 2137133056 18680 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 521761 18680 1800 439 0 517190 0
Current children cumulated CPU time: 3511.84 s
Current children cumulated vsize: 2087044 KiB
Current children cumulated memory: 74720 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/254 834917
/proc/meminfo: memFree=124909604/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2103428 memory=77660 CPUtime=3571.67 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1389950 0 0 0 356650 517 0 0 20 0 1 0 162146351 2153910272 19415 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 525857 19415 1800 439 0 521286 0
Current children cumulated CPU time: 3571.67 s
Current children cumulated vsize: 2103428 KiB
Current children cumulated memory: 77660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.18 4.15 4.12 4/247 834955
/proc/meminfo: memFree=125013128/131524600 swapFree=131071996/131071996
[pid=832915] ppid=832912 vsize=2119812 memory=87356 CPUtime=3600.09 cores=1,3
/proc/832915/stat : 832915 (pb_picat) R 832912 832915 828837 0 -1 4194304 1391126 0 0 0 359491 518 0 0 20 0 1 0 162146351 2170687488 21839 134679101440 4194304 5989780 140736600574560 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 27611136 140736600577049 140736600577125 140736600577125 140736600584140 0
/proc/832915/statm: 529953 21839 1800 439 0 525382 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 2119812 KiB
Current children cumulated memory: 87356 KiB

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

[startup+3610.8 s]
# the end of solver process 832915 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3594.92 s, system=5.18504 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.8
CPU time (s): 3600.1
CPU user time (s): 3594.92
CPU system time (s): 5.18504
CPU usage (%): 99.7037
Max. virtual memory (cumulated for all children) (KiB): 2152580
Max. memory (cumulated for all children) (KiB): 100472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.92
system time used= 5.18504
maximum resident set size= 100472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1391126
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= 11
involuntary context switches= 4489


# summary of solver processes directly reported to runsolver:
#   pid: 832915
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.92
#   total CPU system time (s): 5.18504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.81824 second user time and 16.7599 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-16 05:17:15
IDJOB=4436304
IDBENCH=147613
IDSOLVER=3068
FILE ID=nodeC022/4436304-1721099822
RUNJOBID= nodeC022-1721092614-828849
SLURM_JOB_ID= 7505591
Free space on /tmp= 890072 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4436304-1721099822/watcher-4436304-1721099822 -o /tmp/evaluation-result-4436304-1721099822/solver-4436304-1721099822 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721092614-828849 --watchdog 3760  pb_picat HOME/instance-4436304-1721099822.opb

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

MD5SUM BENCH= 8548cf2fe8567884970fc9be656882ff
RANDOM SEED=36438409

nodeC022.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		: 3669.872
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.66
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		: 3653.062
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	: 7006.96
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		: 3600.239
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.66
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		: 3656.504
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	: 7006.96
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		: 3669.834
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.66
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		: 3677.131
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	: 7006.96
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		: 3599.856
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.66
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		: 3647.521
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128333928 kB
MemAvailable:   129541436 kB
Buffers:          390588 kB
Cached:          1647044 kB
SwapCached:            0 kB
Active:           658368 kB
Inactive:        1929760 kB
Active(anon):       1556 kB
Inactive(anon):   586336 kB
Active(file):     656812 kB
Inactive(file):  1343424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3740 kB
Writeback:             0 kB
AnonPages:        548152 kB
Mapped:           113968 kB
Shmem:             37720 kB
KReclaimable:      93840 kB
Slab:             198432 kB
SReclaimable:      93840 kB
SUnreclaim:       104592 kB
KernelStack:        4052 kB
PageTables:        10816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7026064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60448 kB
HardwareCorrupted:     0 kB
AnonHugePages:    372736 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:      228052 kB
DirectMap2M:    22614016 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC022 at 2024-07-16 06:17:25