Trace number 4445121

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-PB16 1.02b5? (TO) 3600.02 3609.12

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4445121-1721317639.opb
3600.00/3609.11	c 
3600.00/3609.11	c *** TERMINATED *** by signal 15
3600.00/3609.11	s UNKNOWN
3600.00/3609.11	c _____________________________________________________________________________
3600.00/3609.11	c 
3600.00/3609.11	c std/band forms        : 0,1
3600.00/3609.11	c 2cl/3cl ITE-codings   : 0,35035
3600.00/3609.11	c BDD/srt/adr Max costs : 36784,0,0
3600.00/3609.11	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.00/3609.11	c BDD nodes             : 36786
3600.00/3609.11	c Es1/CC detections     : 0,0
3600.00/3609.11	c SAT/UNSAT calls       : 0,0
3600.00/3609.11	c regenrated variables  : 0
3600.00/3609.11	c restarts              : 0
3600.00/3609.11	c conflicts             : 0              (0 /sec)
3600.00/3609.11	c decisions             : 0              (0 /sec)
3600.00/3609.11	c propagations          : 0              (0 /sec)
3600.00/3609.11	c inspects              : 0              (0 /sec)
3600.00/3609.11	c CPU time (solving tm) : 3599 s        (3599 s)
3600.00/3609.11	c Time for Opt-base     : 0.1458 s
3600.00/3609.11	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: 64096 MiB (62975 MiB free)
  memory of node 1: 64473 MiB (63339 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445121-1721317639/watcher-4445121-1721317639 -o /tmp/evaluation-result-4445121-1721317639/solver-4445121-1721317639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964662 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445121-1721317639.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=966617, runsolver pid=966614

[startup+0.100625 s]*
/proc/loadavg: 4.08 3.25 3.25 5/245 966622
/proc/meminfo: memFree=129344008/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=7124 memory=2180 CPUtime=0.1 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 187 0 0 0 10 0 0 0 20 0 1 0 183921065 7294976 545 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 1781 545 421 379 0 1315 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17056 KiB
Current children cumulated memory: 4868 KiB

[startup+0.212975 s]*
/proc/loadavg: 4.08 3.25 3.25 6/245 966622
/proc/meminfo: memFree=129333252/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=17020 memory=11912 CPUtime=0.2 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 2714 0 0 0 20 0 0 0 20 0 1 0 183921065 17428480 2978 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 4255 2978 421 379 0 3789 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 26952 KiB
Current children cumulated memory: 14600 KiB

[startup+0.313314 s]*
/proc/loadavg: 4.08 3.25 3.25 5/245 966622
/proc/meminfo: memFree=129321016/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=29364 memory=24276 CPUtime=0.3 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 5876 0 0 0 30 0 0 0 20 0 1 0 183921065 30068736 6069 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 7341 6069 421 379 0 6875 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39296 KiB
Current children cumulated memory: 26964 KiB

[startup+0.700359 s]
/proc/loadavg: 4.08 3.25 3.25 5/245 966622
/proc/meminfo: memFree=129303032/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=41860 memory=38692 CPUtime=0.68 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 9023 0 0 0 67 1 0 0 20 0 1 0 183921065 42864640 9673 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 10465 9673 421 379 0 9999 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 51792 KiB
Current children cumulated memory: 41380 KiB

[startup+1.50035 s]
/proc/loadavg: 4.08 3.25 3.25 5/245 966622
/proc/meminfo: memFree=129298432/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=41860 memory=38956 CPUtime=1.48 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 9126 0 0 0 147 1 0 0 20 0 1 0 183921065 42864640 9739 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 10465 9739 421 379 0 9999 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 51792 KiB
Current children cumulated memory: 41644 KiB

[startup+3.11264 s]
/proc/loadavg: 4.07 3.26 3.26 5/245 966622
/proc/meminfo: memFree=129284096/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=41860 memory=39744 CPUtime=3.09 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 9330 0 0 0 308 1 0 0 20 0 1 0 183921065 42864640 9936 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 10465 9936 421 379 0 9999 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 51792 KiB
Current children cumulated memory: 42432 KiB

[startup+6.30032 s]
/proc/loadavg: 4.07 3.26 3.26 5/245 966624
/proc/meminfo: memFree=129268164/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=44580 memory=42320 CPUtime=6.27 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 9462 0 0 0 626 1 0 0 20 0 1 0 183921065 45649920 10580 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 11145 10580 421 379 0 10679 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 54512 KiB
Current children cumulated memory: 45008 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 3.29 3.27 5/245 966624
/proc/meminfo: memFree=129297144/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=44580 memory=41616 CPUtime=12.65 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 10509 0 0 0 1264 1 0 0 20 0 1 0 183921065 45649920 10404 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 11145 10404 421 379 0 10679 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 54512 KiB
Current children cumulated memory: 44304 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 3.33 3.28 5/245 966625
/proc/meminfo: memFree=129325404/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=56180 memory=49208 CPUtime=25.42 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 10838 0 0 0 2541 1 0 0 20 0 1 0 183921065 57528320 12302 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 14045 12302 421 379 0 13579 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 66112 KiB
Current children cumulated memory: 51896 KiB

[startup+51.1129 s]
/proc/loadavg: 4.07 3.38 3.30 5/245 966630
/proc/meminfo: memFree=129211080/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=68184 memory=55984 CPUtime=50.97 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 11479 0 0 0 5095 2 0 0 20 0 1 0 183921065 69820416 13996 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 17046 13996 421 379 0 16580 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 78116 KiB
Current children cumulated memory: 58672 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 3.51 3.35 5/245 966638
/proc/meminfo: memFree=129143768/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=106568 memory=103640 CPUtime=102.03 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 12644 0 0 0 10200 3 0 0 20 0 1 0 183921065 109125632 25910 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 26642 25910 421 379 0 26176 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 116500 KiB
Current children cumulated memory: 106328 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.62 3.40 5/245 966648
/proc/meminfo: memFree=129089748/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=106568 memory=105096 CPUtime=161.88 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 13634 0 0 0 16184 4 0 0 20 0 1 0 183921065 109125632 26274 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 26642 26274 421 379 0 26176 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 116500 KiB
Current children cumulated memory: 107784 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.71 3.44 5/247 966663
/proc/meminfo: memFree=129095892/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=155888 memory=136852 CPUtime=221.75 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 14264 0 0 0 22169 6 0 0 20 0 1 0 183921065 159629312 34213 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 38972 34213 421 379 0 38506 0

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

/proc/loadavg: 4.10 4.11 4.09 5/246 968355
/proc/meminfo: memFree=128777880/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=226276 CPUtime=3094.5 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 42139 0 0 0 309386 64 0 0 20 0 1 0 183921065 242479104 56569 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 56569 421 379 0 58733 0
Current children cumulated CPU time: 3094.5 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 228964 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/246 968365
/proc/meminfo: memFree=128679172/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=186708 memory=180016 CPUtime=3154.33 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 43228 0 0 0 315367 66 0 0 20 0 1 0 183921065 191188992 45004 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 46677 45004 421 379 0 46211 0
Current children cumulated CPU time: 3154.33 s
Current children cumulated vsize: 196640 KiB
Current children cumulated memory: 182704 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/248 968379
/proc/meminfo: memFree=128690008/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=211940 CPUtime=3214.16 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 43597 0 0 0 321349 67 0 0 20 0 1 0 183921065 242479104 52985 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 52985 421 379 0 58733 0
Current children cumulated CPU time: 3214.16 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 214628 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/248 968389
/proc/meminfo: memFree=128594924/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=318184 memory=243308 CPUtime=3274 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 44399 0 0 0 327333 67 0 0 20 0 1 0 183921065 325820416 60827 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 79546 60827 421 379 0 79080 0
Current children cumulated CPU time: 3274 s
Current children cumulated vsize: 328116 KiB
Current children cumulated memory: 245996 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/249 968404
/proc/meminfo: memFree=128730500/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=195476 CPUtime=3333.86 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 45081 0 0 0 333317 69 0 0 20 0 1 0 183921065 242479104 48869 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 48869 421 379 0 58733 0
Current children cumulated CPU time: 3333.86 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 198164 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 968414
/proc/meminfo: memFree=128573264/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=224228 CPUtime=3393.7 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 45150 0 0 0 339301 69 0 0 20 0 1 0 183921065 242479104 56057 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 56057 421 379 0 58733 0
Current children cumulated CPU time: 3393.7 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 226916 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/249 968425
/proc/meminfo: memFree=128739368/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=186708 memory=171824 CPUtime=3453.56 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 46213 0 0 0 345284 72 0 0 20 0 1 0 183921065 191188992 42956 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 46677 42956 421 379 0 46211 0
Current children cumulated CPU time: 3453.56 s
Current children cumulated vsize: 196640 KiB
Current children cumulated memory: 174512 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/247 968486
/proc/meminfo: memFree=128850184/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=203668 CPUtime=3513.41 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 46534 0 0 0 351268 73 0 0 20 0 1 0 183921065 242479104 50917 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 50917 421 379 0 58733 0
Current children cumulated CPU time: 3513.41 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 206356 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/247 968496
/proc/meminfo: memFree=128829664/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=236796 memory=232420 CPUtime=3573.26 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 46605 0 0 0 357253 73 0 0 20 0 1 0 183921065 242479104 58105 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 59199 58105 421 379 0 58733 0
Current children cumulated CPU time: 3573.26 s
Current children cumulated vsize: 246728 KiB
Current children cumulated memory: 235108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.10 4.11 4.09 5/247 968600
/proc/meminfo: memFree=129121264/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=318184 memory=243312 CPUtime=3600 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 47290 0 0 0 359926 74 0 0 20 0 1 0 183921065 325820416 60828 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 79546 60828 421 379 0 79080 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 328116 KiB
Current children cumulated memory: 246000 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=0.750982 s

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

[startup+3609.11 s]
/proc/loadavg: 4.10 4.11 4.09 5/247 968600
/proc/meminfo: memFree=129121264/131655788 swapFree=131070704/131071996
[pid=966617] ppid=966614 vsize=9932 memory=2688 CPUtime=0 cores=1,3
/proc/966617/stat : 966617 (naps-1.02b5.sh) S 966614 966617 964650 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 183921065 10170368 672 134679101440 94233610981376 94233612060696 140733001159904 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94233614159152 94233614206340 94233639165952 140733001163743 140733001163870 140733001163870 140733001170886 0
/proc/966617/statm: 2483 672 594 264 0 134 0
[pid=966622] ppid=966617 vsize=318184 memory=243312 CPUtime=3600 cores=1,3
/proc/966622/stat : 966622 (naps-1.02b5) R 966617 966617 964650 0 -1 4194304 47290 0 0 0 359926 74 0 0 20 0 1 0 183921065 325820416 60828 134679101440 4194304 5746509 140722897880448 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 13746176 140722897884142 140722897884256 140722897884256 140722897891273 0
/proc/966622/statm: 79546 60828 421 379 0 79080 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 328116 KiB
Current children cumulated memory: 246000 KiB

Child status: 0

Real time (s): 3609.12
CPU time (s): 3600.02
CPU user time (s): 3599.27
CPU system time (s): 0.750982
CPU usage (%): 99.748
Max. virtual memory (cumulated for all children) (KiB): 408256
Max. memory (cumulated for all children) (KiB): 262920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 0.750982
maximum resident set size= 309988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47766
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= 86
involuntary context switches= 2729


# summary of solver processes directly reported to runsolver:
#   pid: 966617
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 0.750982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9528 second user time and 35.6231 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 17:47:32
IDJOB=4445121
IDBENCH=148100
IDSOLVER=3065
FILE ID=nodeC011/4445121-1721317639
RUNJOBID= nodeC011-1721317456-964662
SLURM_JOB_ID= 7542661
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445121-1721317639/watcher-4445121-1721317639 -o /tmp/evaluation-result-4445121-1721317639/solver-4445121-1721317639 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964662 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445121-1721317639.opb

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1488981104

nodeC011.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	: 0xb00001f
cpu MHz		: 3652.093
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3491.616
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.295
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.123
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 3663.027
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 3651.293
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
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	: 0xb00001f
cpu MHz		: 1197.397
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.20
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	: 0xb00001f
cpu MHz		: 1197.258
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129346228 kB
MemAvailable:   129778428 kB
Buffers:          509148 kB
Cached:           763276 kB
SwapCached:          132 kB
Active:          1016672 kB
Inactive:         805952 kB
Active(anon):       1468 kB
Inactive(anon):   586128 kB
Active(file):    1015204 kB
Inactive(file):   219824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             12040 kB
Writeback:             0 kB
AnonPages:        549864 kB
Mapped:           109852 kB
Shmem:             37400 kB
KReclaimable:      74740 kB
Slab:             156520 kB
SReclaimable:      74740 kB
SUnreclaim:        81780 kB
KernelStack:        3916 kB
PageTables:        10568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     904756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC011 at 2024-07-18 18:47:41