Trace number 4463751

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
NaPS-GM 1.03a2? (TO) 3600.08 3611.97

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph13reduc_wcsp.wbo
MD5SUM997078d0f46188c46d8061e8f06b5aa8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3334
Best CPU time to get the best result obtained on this benchmark3601.4
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13155
Total number of constraints970906
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)456
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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 NaPS 1.03a2.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4463751-1722355382.wbo
0.00/0.00	c Initial goal by soft: 10109
10.37/10.51	c single stage optimization mode
11.27/11.47	c Found but not a solution: 404879
3600.00/3611.90	c 
3600.00/3611.90	c *** TERMINATED *** by signal 15
3600.00/3611.90	s UNKNOWN
3600.00/3611.90	c _____________________________________________________________________________
3600.00/3611.90	c std/band forms        : 447,0
3600.00/3611.90	c 2cl/3cl ITE-codings   : 0,0
3600.00/3611.90	c BDD/srt/adr Max costs : 0,694,5256130
3600.00/3611.90	c BDDraw/bin/mul/srt/adr: 0,0,0,446,1
3600.00/3611.90	c BDD nodes             : 0
3600.00/3611.90	c Es1/CC detections     : 0,0
3600.00/3611.90	c CC sort               : 446
3600.00/3611.90	c SAT/UNSAT calls       : 1,0
3600.00/3611.90	c regenrated variables  : 0
3600.00/3611.90	c eliminated fixed lits : 0
3600.00/3611.90	c goal lit flips        : 0
3600.00/3611.90	c goal stages           : 1
3600.00/3611.90	c goal shrink           : 0
3600.00/3611.90	c goal coeff separations: 43132
3600.00/3611.90	c restarts              : 1
3600.00/3611.90	c conflicts             : 16             (0 /sec)
3600.00/3611.90	c decisions             : 1642275        (457 /sec)
3600.00/3611.90	c propagations          : 1717276        (477 /sec)
3600.00/3611.90	c inspects              : 0              (0 /sec)
3600.00/3611.90	c CPU time (solving tm) : 3597 s        (3564 s, SAT 0.3881 s, UNSAT 0 s)
3600.00/3611.90	c Time for Opt-base     : 0.01576 s
3600.00/3611.90	c Steps for Opt-base    : 0
3600.00/3611.90	c Time for BDD coding   : 0 s
3600.00/3611.90	c Time for srt coding   : 0.02545 s
3600.00/3611.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (54960 MiB free)
  memory of node 1: 64473 MiB (63101 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463751-1722355382/watcher-4463751-1722355382 -o /tmp/evaluation-result-4463751-1722355382/solver-4463751-1722355382 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1722351724-13274 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4463751-1722355382.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=16261, runsolver pid=16258
Current StackSize limit: 8192 KiB


[startup+0.100938 s]*
/proc/loadavg: 4.11 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120885484/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=17980 memory=11360 CPUtime=0.09 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 2554 0 0 0 9 0 0 0 20 0 1 0 2142698 18411520 2840 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 4495 2840 436 659 0 3699 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 27912 KiB
Current children cumulated memory: 14048 KiB

[startup+0.205934 s]*
/proc/loadavg: 4.11 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120878764/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=24848 memory=18112 CPUtime=0.19 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 4296 0 0 0 19 0 0 0 20 0 1 0 2142698 25444352 4528 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 6212 4528 436 659 0 5416 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 34780 KiB
Current children cumulated memory: 20800 KiB

[startup+0.305935 s]*
/proc/loadavg: 4.11 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120869212/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=33012 memory=27512 CPUtime=0.28 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 6355 0 0 0 27 1 0 0 20 0 1 0 2142698 33804288 6878 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 8253 6878 436 659 0 7457 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 30200 KiB

[startup+0.700933 s]
/proc/loadavg: 4.11 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120856164/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=57080 memory=51720 CPUtime=0.66 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 12266 0 0 0 64 2 0 0 20 0 1 0 2142698 58449920 12930 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 14270 12930 436 659 0 13474 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 67012 KiB
Current children cumulated memory: 54408 KiB

[startup+1.50093 s]
/proc/loadavg: 4.11 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120855268/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=116964 memory=109040 CPUtime=1.45 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 26288 0 0 0 141 4 0 0 20 0 1 0 2142698 119771136 27260 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 29241 27260 436 659 0 28445 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 126896 KiB
Current children cumulated memory: 111728 KiB

[startup+3.10594 s]
/proc/loadavg: 4.10 4.13 4.11 5/263 16266
/proc/meminfo: memFree=120707964/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=249028 memory=228256 CPUtime=3.04 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 49502 0 0 0 295 9 0 0 20 0 1 0 2142698 255004672 57064 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 62257 57064 436 659 0 61461 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 258960 KiB
Current children cumulated memory: 230944 KiB

[startup+6.30093 s]
/proc/loadavg: 4.10 4.13 4.11 5/264 16267
/proc/meminfo: memFree=120374564/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=599200 memory=561976 CPUtime=6.21 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 108801 0 0 0 599 22 0 0 20 0 1 0 2142698 613580800 140494 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 149800 140494 436 659 0 149004 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 609132 KiB
Current children cumulated memory: 564664 KiB

[startup+12.701 s]
/proc/loadavg: 4.18 4.14 4.11 5/264 16269
/proc/meminfo: memFree=120081872/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=902752 memory=846216 CPUtime=12.56 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 168820 0 0 0 1224 32 0 0 20 0 1 0 2142698 924418048 211554 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 225688 211554 468 659 0 224892 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 912684 KiB
Current children cumulated memory: 848904 KiB

[startup+25.501 s]
/proc/loadavg: 4.22 4.15 4.12 5/264 16270
/proc/meminfo: memFree=117022780/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=4639684 memory=4067868 CPUtime=25.23 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 503514 0 0 0 2403 120 0 0 20 0 1 0 2142698 4751036416 1016967 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1159921 1016967 468 659 0 1159125 0
Current children cumulated CPU time: 25.23 s
Current children cumulated vsize: 4649616 KiB
Current children cumulated memory: 4070556 KiB

[startup+51.1059 s]
/proc/loadavg: 4.22 4.16 4.12 5/264 16275
/proc/meminfo: memFree=114085816/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7777484 memory=6827272 CPUtime=50.6 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 834396 0 0 0 4862 198 0 0 20 0 1 0 2142698 7964143616 1706818 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1944371 1706818 468 659 0 1943575 0
Current children cumulated CPU time: 50.6 s
Current children cumulated vsize: 7787416 KiB
Current children cumulated memory: 6829960 KiB

[startup+102.301 s]
/proc/loadavg: 4.14 4.14 4.11 5/262 16284
/proc/meminfo: memFree=114083736/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7777484 memory=6827272 CPUtime=101.32 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 834874 0 0 0 9933 199 0 0 20 0 1 0 2142698 7964143616 1706818 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1944371 1706818 468 659 0 1943575 0
Current children cumulated CPU time: 101.32 s
Current children cumulated vsize: 7787416 KiB
Current children cumulated memory: 6829960 KiB

[startup+162.301 s]
/proc/loadavg: 4.16 4.15 4.11 5/262 16294
/proc/meminfo: memFree=114079372/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7777484 memory=6829320 CPUtime=160.76 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 835619 0 0 0 15876 200 0 0 20 0 1 0 2142698 7964143616 1707330 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1944371 1707330 468 659 0 1943575 0
Current children cumulated CPU time: 160.76 s
Current children cumulated vsize: 7787416 KiB
Current children cumulated memory: 6832008 KiB

[startup+222.301 s]
/proc/loadavg: 4.11 4.13 4.11 5/260 16306
/proc/meminfo: memFree=114043340/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7777484 memory=6829320 CPUtime=220.19 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 836515 0 0 0 21819 200 0 0 20 0 1 0 2142698 7964143616 1707330 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1944371 1707330 468 659 0 1943575 0
Current children cumulated CPU time: 220.19 s
Current children cumulated vsize: 7787416 KiB

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

/proc/16266/statm: 1958975 1743303 468 659 0 1958179 0
Current children cumulated CPU time: 3091.76 s
Current children cumulated vsize: 7845832 KiB
Current children cumulated memory: 6975900 KiB

[startup+3162.3 s]
/proc/loadavg: 1.12 1.14 1.59 2/237 17569
/proc/meminfo: memFree=122134976/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7836436 memory=6990276 CPUtime=3151.6 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 917645 0 0 0 314879 281 0 0 20 0 1 0 2142698 8024510464 1747569 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1959109 1747569 468 659 0 1958313 0
Current children cumulated CPU time: 3151.6 s
Current children cumulated vsize: 7846368 KiB
Current children cumulated memory: 6992964 KiB

[startup+3222.3 s]
/proc/loadavg: 1.28 1.20 1.59 2/235 17963
/proc/meminfo: memFree=122103556/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7838168 memory=7020732 CPUtime=3211.44 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 919970 0 0 0 320861 283 0 0 20 0 1 0 2142698 8026284032 1755183 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1959542 1755183 468 659 0 1958746 0
Current children cumulated CPU time: 3211.44 s
Current children cumulated vsize: 7848100 KiB
Current children cumulated memory: 7023420 KiB

[startup+3282.3 s]
/proc/loadavg: 1.15 1.18 1.55 2/235 17975
/proc/meminfo: memFree=122071072/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7839096 memory=7052276 CPUtime=3271.28 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 922444 0 0 0 326844 284 0 0 20 0 1 0 2142698 8027234304 1763069 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1959774 1763069 468 659 0 1958978 0
Current children cumulated CPU time: 3271.28 s
Current children cumulated vsize: 7849028 KiB
Current children cumulated memory: 7054964 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.17 1.53 2/235 17986
/proc/meminfo: memFree=122037496/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7840552 memory=7085308 CPUtime=3331.12 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 924915 0 0 0 332826 286 0 0 20 0 1 0 2142698 8028725248 1771327 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1960138 1771327 468 659 0 1959342 0
Current children cumulated CPU time: 3331.12 s
Current children cumulated vsize: 7850484 KiB
Current children cumulated memory: 7087996 KiB

[startup+3402.3 s]
/proc/loadavg: 1.19 1.17 1.50 2/236 18166
/proc/meminfo: memFree=122004404/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7842280 memory=7117348 CPUtime=3390.96 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 927678 0 0 0 338808 288 0 0 20 0 1 0 2142698 8030494720 1779337 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1960570 1779337 468 659 0 1959774 0
Current children cumulated CPU time: 3390.96 s
Current children cumulated vsize: 7852212 KiB
Current children cumulated memory: 7120036 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.15 1.47 2/237 18177
/proc/meminfo: memFree=121976064/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7843088 memory=7144948 CPUtime=3450.8 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 929972 0 0 0 344791 289 0 0 20 0 1 0 2142698 8031322112 1786237 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1960772 1786237 468 659 0 1959976 0
Current children cumulated CPU time: 3450.8 s
Current children cumulated vsize: 7853020 KiB
Current children cumulated memory: 7147636 KiB

[startup+3522.3 s]
/proc/loadavg: 1.36 1.20 1.47 2/239 18206
/proc/meminfo: memFree=121942680/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7844696 memory=7177364 CPUtime=3510.64 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 932705 0 0 0 350773 291 0 0 20 0 1 0 2142698 8032968704 1794341 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1961174 1794341 468 659 0 1960378 0
Current children cumulated CPU time: 3510.64 s
Current children cumulated vsize: 7854628 KiB
Current children cumulated memory: 7180052 KiB

[startup+3582.3 s]
/proc/loadavg: 1.25 1.21 1.45 2/239 18217
/proc/meminfo: memFree=121911848/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7845888 memory=7207344 CPUtime=3570.48 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 935668 0 0 0 356755 293 0 0 20 0 1 0 2142698 8034189312 1801836 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1961472 1801836 468 659 0 1960676 0
Current children cumulated CPU time: 3570.48 s
Current children cumulated vsize: 7855820 KiB
Current children cumulated memory: 7210032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.9 s]
/proc/loadavg: 1.22 1.20 1.44 2/239 18221
/proc/meminfo: memFree=122187664/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7846424 memory=6931208 CPUtime=3600 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 937733 0 0 0 359683 317 0 0 20 0 1 0 2142698 8034738176 1732802 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1961606 1732802 468 659 0 1960810 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7856356 KiB
Current children cumulated memory: 6933896 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001868 s, system=0.001037 s

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

# cumulated CPU time of all completed processes:  user=3596.84 s, system=3.23745 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3611.9 s]
/proc/loadavg: 1.22 1.20 1.44 2/239 18221
/proc/meminfo: memFree=122187664/131524600 swapFree=131071996/131071996
[pid=16261] ppid=16258 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/16261/stat : 16261 (naps-1.03.sh) S 16258 16261 13262 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 2142698 10170368 672 134679101440 94271169417216 94271170496536 140727950823424 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94271172594992 94271172642180 94271177682944 140727950828511 140727950828640 140727950828640 140727950835656 0
/proc/16261/statm: 2483 672 592 264 0 134 0
[pid=16266] ppid=16261 vsize=7846424 memory=6931208 CPUtime=3600 cores=1,3
/proc/16266/stat : 16266 (naps-1.03a2) R 16261 16261 13262 0 -1 4194304 937733 0 0 0 359683 317 0 0 20 0 1 0 2142698 8034738176 1732802 134679101440 4194304 6891597 140721671381296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 37072896 140721671386090 140721671386208 140721671386208 140721671393225 0
/proc/16266/statm: 1961606 1732802 468 659 0 1960810 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 7856356 KiB
Current children cumulated memory: 6933896 KiB

Child status: 10

Real time (s): 3611.97
CPU time (s): 3600.08
CPU user time (s): 3596.84
CPU system time (s): 3.23745
CPU usage (%): 99.6709
Max. virtual memory (cumulated for all children) (KiB): 9331932
Max. memory (cumulated for all children) (KiB): 8354376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.84
system time used= 3.23746
maximum resident set size= 8351688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 938198
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= 6715


# summary of solver processes directly reported to runsolver:
#   pid: 16261,16266
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3596.84
#   total CPU system time (s): 3.23745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.7206 second user time and 16.3404 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-30 18:03:02
IDJOB=4463751
IDBENCH=144136
IDSOLVER=3091
FILE ID=nodeC028/4463751-1722355382
RUNJOBID= nodeC028-1722351724-13274
SLURM_JOB_ID= 8249011
Free space on /tmp= 889988 MiB

SOLVER NAME= NaPS-GM 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463751-1722355382/watcher-4463751-1722355382 -o /tmp/evaluation-result-4463751-1722355382/solver-4463751-1722355382 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1722351724-13274 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4463751-1722355382.wbo

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

MD5SUM BENCH= 997078d0f46188c46d8061e8f06b5aa8
RANDOM SEED=2121637218

nodeC028.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		: 3674.781
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.94
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		: 3654.625
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.71
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.127
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.94
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		: 3680.326
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.71
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		: 3674.804
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.94
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		: 3678.855
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.71
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.105
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.94
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.124
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.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120896264 kB
MemAvailable:   121605620 kB
Buffers:           59916 kB
Cached:          1475596 kB
SwapCached:            0 kB
Active:           242372 kB
Inactive:        9872600 kB
Active(anon):       1556 kB
Inactive(anon):  8599232 kB
Active(file):     240816 kB
Inactive(file):  1273368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             35552 kB
Writeback:             0 kB
AnonPages:       8578036 kB
Mapped:            93876 kB
Shmem:             21336 kB
KReclaimable:      69992 kB
Slab:             154420 kB
SReclaimable:      69992 kB
SUnreclaim:        84428 kB
KernelStack:        4192 kB
PageTables:        26240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10014864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             8928 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4605952 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:      207572 kB
DirectMap2M:     6905856 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 890048 MiB
End job on nodeC028 at 2024-07-30 19:03:14