Trace number 4447476

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LS-MabSP 2024-07-10? 3600.01 3609.83

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
MD5SUMd059f39552443ed7b428fbc50456c2f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark33.126
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables369
Total number of constraints748
Number of constraints which are clauses748
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.11	c Filename:instance-4447476-1721359983.opb, Cutoff_time:3600, memory_limit_gb:500000
0.09/0.11	c Use Presolve
0.09/0.11	c Parse finsih
0.09/0.11	c Start Presolve
0.09/0.11	c After Reduce Vars: 369 Clauses: 748 Top clause weight: 1 Hard Clauses: 748
3599.96/3609.82	c Use LS-small
3599.96/3609.82	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: 63931 MiB (61633 MiB free)
  memory of node 1: 64510 MiB (61568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447476-1721359983/watcher-4447476-1721359983 -o /tmp/evaluation-result-4447476-1721359983/solver-4447476-1721359983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721354345-1014651 --watchdog 3760 ./LS-MabSP -f HOME/instance-4447476-1721359983.opb -t 3600 -s 783327891 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1017857, runsolver pid=1017854

[startup+0.100604 s]*
/proc/loadavg: 4.11 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126146676/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=30144 memory=23520 CPUtime=0.09 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 2748 0 0 0 9 0 0 0 20 0 1 0 188160181 30867456 5880 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 7536 5880 2849 2753 0 4189 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 30144 KiB
Current children cumulated memory: 23520 KiB

[startup+0.205385 s]*
/proc/loadavg: 4.11 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126139188/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=37012 memory=30152 CPUtime=0.2 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 4886 0 0 0 19 1 0 0 20 0 1 0 188160181 37900288 7538 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 9253 7538 2849 2753 0 5906 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 37012 KiB
Current children cumulated memory: 30152 KiB

[startup+0.305466 s]*
/proc/loadavg: 4.11 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126133700/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=43964 memory=36224 CPUtime=0.29 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 6387 0 0 0 28 1 0 0 20 0 1 0 188160181 45019136 9056 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 10991 9056 2849 2753 0 7644 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 43964 KiB
Current children cumulated memory: 36224 KiB

[startup+0.700159 s]
/proc/loadavg: 4.11 4.14 4.12 6/259 1017858
/proc/meminfo: memFree=126124824/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=55928 memory=47048 CPUtime=0.68 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 9151 0 0 0 67 1 0 0 20 0 1 0 188160181 57270272 11762 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 13982 11762 2849 2753 0 10635 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 55928 KiB
Current children cumulated memory: 47048 KiB

[startup+1.50017 s]
/proc/loadavg: 4.11 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126120996/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=56892 memory=48932 CPUtime=1.49 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 10061 0 0 0 147 2 0 0 20 0 1 0 188160181 58257408 12233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 14223 12233 2849 2753 0 10876 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 56892 KiB
Current children cumulated memory: 48932 KiB

[startup+3.10532 s]
/proc/loadavg: 4.11 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126107356/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=68404 memory=60624 CPUtime=3.08 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 13201 0 0 0 306 2 0 0 20 0 1 0 188160181 70045696 15156 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 17101 15156 2849 2753 0 13754 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 68404 KiB
Current children cumulated memory: 60624 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.14 4.12 5/259 1017858
/proc/meminfo: memFree=126104360/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=70104 memory=62168 CPUtime=6.27 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 13636 0 0 0 625 2 0 0 20 0 1 0 188160181 71786496 15542 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 17526 15542 2849 2753 0 14179 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 70104 KiB
Current children cumulated memory: 62168 KiB

[startup+12.7001 s]
/proc/loadavg: 4.09 4.14 4.12 5/258 1017859
/proc/meminfo: memFree=126096212/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=73416 memory=65904 CPUtime=12.65 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 20093 0 0 0 1262 3 0 0 20 0 1 0 188160181 75177984 16476 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 18354 16476 2849 2753 0 15007 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 73416 KiB
Current children cumulated memory: 65904 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.15 4.12 5/258 1017861
/proc/meminfo: memFree=126074160/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=86772 memory=78760 CPUtime=25.41 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 25766 0 0 0 2537 4 0 0 20 0 1 0 188160181 88854528 19690 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 21693 19690 2849 2753 0 18346 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 86772 KiB
Current children cumulated memory: 78760 KiB

[startup+51.1045 s]
/proc/loadavg: 4.09 4.13 4.11 5/258 1017866
/proc/meminfo: memFree=126020620/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=123404 memory=115556 CPUtime=50.93 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 35000 0 0 0 5088 5 0 0 20 0 1 0 188160181 126365696 28889 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 30851 28889 2849 2753 0 27504 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 123404 KiB
Current children cumulated memory: 115556 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/258 1017876
/proc/meminfo: memFree=125919844/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=198968 memory=185692 CPUtime=101.96 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 52536 0 0 0 10189 7 0 0 20 0 1 0 188160181 203743232 46423 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 49742 46423 2849 2753 0 46395 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 198968 KiB
Current children cumulated memory: 185692 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/254 1017886
/proc/meminfo: memFree=125796448/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=284040 memory=270608 CPUtime=161.77 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 73716 0 0 0 16167 10 0 0 20 0 1 0 188160181 290856960 67652 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 71010 67652 2849 2753 0 67663 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 284040 KiB
Current children cumulated memory: 270608 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/254 1017897
/proc/meminfo: memFree=125682140/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=366264 memory=346408 CPUtime=221.54 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 91650 0 0 0 22141 13 0 0 20 0 1 0 188160181 375054336 86602 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 91566 86602 2849 2753 0 88219 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 366264 KiB
Current children cumulated memory: 346408 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/254 1017909
/proc/meminfo: memFree=125561960/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=441136 memory=425612 CPUtime=281.33 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 109221 0 0 0 28116 17 0 0 20 0 1 0 188160181 451723264 106403 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 110284 106403 2849 2753 0 106937 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 441136 KiB
Current children cumulated memory: 425612 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.10 5/254 1017920
/proc/meminfo: memFree=125451404/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=519836 memory=497732 CPUtime=341.11 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 125815 0 0 0 34091 20 0 0 20 0 1 0 188160181 532312064 124433 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 129959 124433 2849 2753 0 126612 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 519836 KiB
Current children cumulated memory: 497732 KiB

[startup+402.3 s]
/proc/loadavg: 4.43 4.19 4.12 5/254 1017930
/proc/meminfo: memFree=125337744/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=592288 memory=569320 CPUtime=400.9 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 143004 0 0 0 40066 24 0 0 20 0 1 0 188160181 606502912 142330 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 148072 142330 2849 2753 0 144725 0
Current children cumulated CPU time: 400.9 s
Current children cumulated vsize: 592288 KiB
Current children cumulated memory: 569320 KiB

[startup+462.3 s]
/proc/loadavg: 4.22 4.17 4.12 5/257 1017992
/proc/meminfo: memFree=125993500/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=657096 memory=634436 CPUtime=460.68 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 158792 0 0 0 46040 28 0 0 20 0 1 0 188160181 672866304 158609 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 164274 158609 2849 2753 0 160927 0

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

/proc/loadavg: 4.13 4.15 4.13 5/255 1019490
/proc/meminfo: memFree=124240644/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3213.16 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 284854 36462 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3213.16 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.12 5/255 1019501
/proc/meminfo: memFree=124215636/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3273.05 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 289296 38009 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3273.05 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.14 4.12 5/255 1019679
/proc/meminfo: memFree=124195728/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3332.93 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 293757 39536 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3332.93 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/255 1019735
/proc/meminfo: memFree=125446484/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3392.82 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 298221 41061 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3392.82 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.11 5/259 1019809
/proc/meminfo: memFree=125406124/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3452.72 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 302657 42615 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3452.72 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/259 1019819
/proc/meminfo: memFree=125405860/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3512.62 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 307092 44170 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3512.62 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/259 1019829
/proc/meminfo: memFree=125405456/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3572.52 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 311538 45714 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3572.52 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

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

# cumulated CPU time of all completed processes:  user=3135.73 s, system=464.273 s

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

[startup+3584 s]*
/proc/loadavg: 4.14 4.12 4.10 5/259 1019829
/proc/meminfo: memFree=125405464/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3574.21 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 311663 45758 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3574.21 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3596.8 s]
/proc/loadavg: 4.19 4.13 4.11 5/259 1019831
/proc/meminfo: memFree=125405408/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3586.98 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 312609 46089 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3586.98 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3603.2 s]
/proc/loadavg: 4.17 4.13 4.10 5/259 1019832
/proc/meminfo: memFree=125405380/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3593.37 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313085 46252 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3593.37 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3606.4 s]
/proc/loadavg: 4.16 4.13 4.10 5/259 1019832
/proc/meminfo: memFree=125405372/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3596.57 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313318 46339 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3596.57 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3608 s]*
/proc/loadavg: 4.16 4.13 4.10 5/259 1019834
/proc/meminfo: memFree=125405316/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3598.17 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313437 46380 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3598.17 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3608.8 s]
/proc/loadavg: 4.16 4.13 4.10 5/259 1019834
/proc/meminfo: memFree=125405316/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3598.97 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313495 46402 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3598.97 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3609.6 s]
/proc/loadavg: 4.16 4.13 4.10 5/259 1019834
/proc/meminfo: memFree=125405308/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3599.76 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313556 46420 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3599.76 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

[startup+3609.8 s]
/proc/loadavg: 4.16 4.13 4.10 5/259 1019834
/proc/meminfo: memFree=125405308/131524600 swapFree=131071996/131071996
[pid=1017857] ppid=1017854 vsize=906128 memory=900932 CPUtime=3599.96 cores=4,6
/proc/1017857/stat : 1017857 (LS-MabSP) R 1017854 1017857 1014640 0 -1 4194304 462601 0 0 0 313570 46426 0 0 20 0 1 0 188160181 927875072 225233 134679101440 4194304 15467897 140729561534784 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 27942912 140729561539614 140729561539716 140729561539716 140729561546733 0
/proc/1017857/statm: 226532 225233 2849 2753 0 223185 0
Current children cumulated CPU time: 3599.96 s
Current children cumulated vsize: 906128 KiB
Current children cumulated memory: 900932 KiB

Child status: 0

Real time (s): 3609.83
CPU time (s): 3600.01
CPU user time (s): 3135.73
CPU system time (s): 464.273
CPU usage (%): 99.7278
Max. virtual memory (cumulated for all children) (KiB): 1932160
Max. memory (cumulated for all children) (KiB): 1913100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3135.73
system time used= 464.273
maximum resident set size= 1913100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 462606
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= 203
involuntary context switches= 3846


# summary of solver processes directly reported to runsolver:
#   pid: 1017857
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3135.73
#   total CPU system time (s): 464.273

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7672 second user time and 14.4839 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 05:33:16
IDJOB=4447476
IDBENCH=158911
IDSOLVER=3047
FILE ID=nodeC017/4447476-1721359983
RUNJOBID= nodeC017-1721354345-1014651
SLURM_JOB_ID= 7542774
Free space on /tmp= 890032 MiB

SOLVER NAME= LS-MabSP 2024-07-10
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-92.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= ./LS-MabSP -f BENCHNAME -t TIMEOUT -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447476-1721359983/watcher-4447476-1721359983 -o /tmp/evaluation-result-4447476-1721359983/solver-4447476-1721359983 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721354345-1014651 --watchdog 3760  ./LS-MabSP -f HOME/instance-4447476-1721359983.opb -t 3600 -s 783327891

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

MD5SUM BENCH= d059f39552443ed7b428fbc50456c2f5
RANDOM SEED=783327891

nodeC017.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		: 3665.140
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.46
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		: 3683.727
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.99
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		: 3607.420
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.46
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.017
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.99
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		: 3662.854
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.46
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		: 3683.823
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.99
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		: 3650.969
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.46
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		: 3600.037
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126158960 kB
MemAvailable:   128707824 kB
Buffers:          550440 kB
Cached:          2816080 kB
SwapCached:            0 kB
Active:          1232480 kB
Inactive:        3478388 kB
Active(anon):       1544 kB
Inactive(anon):  1380520 kB
Active(file):    1230936 kB
Inactive(file):  2097868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             16344 kB
Writeback:             4 kB
AnonPages:       1343080 kB
Mapped:           140724 kB
Shmem:             37720 kB
KReclaimable:     119412 kB
Slab:             233808 kB
SReclaimable:     119412 kB
SUnreclaim:       114396 kB
KernelStack:        4160 kB
PageTables:        11824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1686996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 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:      287444 kB
DirectMap2M:    40380416 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC017 at 2024-07-19 06:33:26