Trace number 4445091

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.06 3612.3

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob7.opb
MD5SUM0da7938cd78b604d95ed37ad5ec78200
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.056184
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables96
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 constraint96
Maximum length of a constraint96
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 27267752
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 410674921
Number of bits of the biggest sum of numbers29
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-4445091-1721317621.opb
3600.05/3612.30	c 
3600.05/3612.30	c *** TERMINATED *** by signal 15
3600.05/3612.30	s UNKNOWN
3600.05/3612.30	c _____________________________________________________________________________
3600.05/3612.30	c 
3600.05/3612.30	c std/band forms        : 0,1
3600.05/3612.30	c 2cl/3cl ITE-codings   : 0,63172
3600.05/3612.30	c BDD/srt/adr Max costs : 65286,0,0
3600.05/3612.30	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.05/3612.30	c BDD nodes             : 65288
3600.05/3612.30	c Es1/CC detections     : 0,0
3600.05/3612.30	c SAT/UNSAT calls       : 0,0
3600.05/3612.30	c regenrated variables  : 0
3600.05/3612.30	c restarts              : 0
3600.05/3612.30	c conflicts             : 0              (0 /sec)
3600.05/3612.30	c decisions             : 0              (0 /sec)
3600.05/3612.30	c propagations          : 0              (0 /sec)
3600.05/3612.30	c inspects              : 0              (0 /sec)
3600.05/3612.30	c CPU time (solving tm) : 3600 s        (3599 s)
3600.05/3612.30	c Time for Opt-base     : 0.1022 s
3600.05/3612.30	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 (62467 MiB free)
  memory of node 1: 64473 MiB (62701 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445091-1721317621/watcher-4445091-1721317621 -o /tmp/evaluation-result-4445091-1721317621/solver-4445091-1721317621 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721317481-967415 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445091-1721317621.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
LCurrent StackSize limit: 8192 KiB

solver pid=968066, runsolver pid=968063

[startup+0.100096 s]*
/proc/loadavg: 4.06 2.59 2.39 5/260 968071
/proc/meminfo: memFree=128170840/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=7120 memory=2184 CPUtime=0.1 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 212 0 0 0 10 0 0 0 20 0 1 0 183925940 7290880 546 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 1780 546 421 379 0 1314 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17052 KiB
Current children cumulated memory: 4796 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.06 2.59 2.39 5/260 968071
/proc/meminfo: memFree=128154892/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=21292 memory=16236 CPUtime=0.2 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 3785 0 0 0 20 0 0 0 20 0 1 0 183925940 21803008 4059 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 5323 4059 421 379 0 4857 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 31224 KiB
Current children cumulated memory: 18848 KiB

[startup+0.305647 s]*
/proc/loadavg: 4.06 2.59 2.39 5/260 968071
/proc/meminfo: memFree=128140280/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=33000 memory=28148 CPUtime=0.3 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 6814 0 0 0 29 1 0 0 20 0 1 0 183925940 33792000 7037 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 8250 7037 421 379 0 7784 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 42932 KiB
Current children cumulated memory: 30760 KiB

[startup+0.700284 s]
/proc/loadavg: 4.06 2.59 2.39 5/260 968071
/proc/meminfo: memFree=128117336/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=74320 memory=69180 CPUtime=0.68 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16256 0 0 0 66 2 0 0 20 0 1 0 183925940 76103680 17295 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 18580 17295 421 379 0 18114 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 71792 KiB

[startup+1.50027 s]
/proc/loadavg: 4.06 2.59 2.39 5/260 968071
/proc/meminfo: memFree=128089444/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=74320 memory=69180 CPUtime=1.48 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16256 0 0 0 146 2 0 0 20 0 1 0 183925940 76103680 17295 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 18580 17295 421 379 0 18114 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 71792 KiB

[startup+3.1056 s]
/proc/loadavg: 4.06 2.59 2.39 5/260 968073
/proc/meminfo: memFree=128109160/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=74320 memory=69180 CPUtime=3.08 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16258 0 0 0 306 2 0 0 20 0 1 0 183925940 76103680 17295 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 18580 17295 421 379 0 18114 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 71792 KiB

[startup+6.30026 s]
/proc/loadavg: 4.05 2.61 2.40 5/260 968073
/proc/meminfo: memFree=128122376/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=74320 memory=69180 CPUtime=6.26 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16260 0 0 0 624 2 0 0 20 0 1 0 183925940 76103680 17295 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 18580 17295 421 379 0 18114 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 84252 KiB
Current children cumulated memory: 71792 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 2.64 2.41 5/260 968074
/proc/meminfo: memFree=128008876/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=78740 memory=69940 CPUtime=12.64 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16449 0 0 0 1262 2 0 0 20 0 1 0 183925940 80629760 17485 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 19685 17485 421 379 0 19219 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 88672 KiB
Current children cumulated memory: 72552 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 2.70 2.44 5/260 968077
/proc/meminfo: memFree=128035080/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=78740 memory=73300 CPUtime=25.4 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 16782 0 0 0 2537 3 0 0 20 0 1 0 183925940 80629760 18325 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 19685 18325 421 379 0 19219 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 88672 KiB
Current children cumulated memory: 75912 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 2.82 2.49 5/260 968080
/proc/meminfo: memFree=127963632/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=85920 memory=75968 CPUtime=50.92 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 17240 0 0 0 5089 3 0 0 20 0 1 0 183925940 87982080 18992 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 21480 18992 421 379 0 21014 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 95852 KiB
Current children cumulated memory: 78580 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 3.02 2.57 5/260 968090
/proc/meminfo: memFree=127953268/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=97412 memory=84404 CPUtime=101.94 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 18154 0 0 0 10189 5 0 0 20 0 1 0 183925940 99749888 21101 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 24353 21101 421 379 0 23887 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 107344 KiB
Current children cumulated memory: 87016 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.22 2.67 5/260 968100
/proc/meminfo: memFree=127974456/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=117336 memory=106956 CPUtime=161.73 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 18605 0 0 0 16167 6 0 0 20 0 1 0 183925940 120152064 26739 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 29334 26739 421 379 0 28868 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 127268 KiB
Current children cumulated memory: 109568 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.38 2.76 5/260 968116
/proc/meminfo: memFree=127830268/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=136012 memory=132920 CPUtime=221.54 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 19236 0 0 0 22147 7 0 0 20 0 1 0 183925940 139276288 33230 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 34003 33230 421 379 0 33537 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 145944 KiB

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

/proc/loadavg: 4.27 4.18 4.08 5/259 969813
/proc/meminfo: memFree=127382888/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=216160 CPUtime=3091.81 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 28900 0 0 0 309139 42 0 0 20 0 1 0 183925940 272629760 54040 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 54040 421 379 0 66094 0
Current children cumulated CPU time: 3091.81 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 218772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.55 4.26 4.11 5/259 969823
/proc/meminfo: memFree=127299780/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=230704 CPUtime=3151.59 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 28953 0 0 0 315117 42 0 0 20 0 1 0 183925940 272629760 57676 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 57676 421 379 0 66094 0
Current children cumulated CPU time: 3151.59 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 233316 KiB

[startup+3222.3 s]
/proc/loadavg: 4.27 4.23 4.10 5/262 969839
/proc/meminfo: memFree=127485580/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=245040 CPUtime=3211.38 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 29013 0 0 0 321095 43 0 0 20 0 1 0 183925940 272629760 61260 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 61260 421 379 0 66094 0
Current children cumulated CPU time: 3211.38 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 247652 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.20 4.10 5/262 969849
/proc/meminfo: memFree=127293572/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=216152 memory=184284 CPUtime=3271.16 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 29184 0 0 0 327072 44 0 0 20 0 1 0 183925940 221339648 46071 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 54038 46071 421 379 0 53572 0
Current children cumulated CPU time: 3271.16 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 186896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.17 4.09 5/262 969859
/proc/meminfo: memFree=127228072/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=216152 memory=198780 CPUtime=3330.94 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 29236 0 0 0 333049 45 0 0 20 0 1 0 183925940 221339648 49695 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 54038 49695 421 379 0 53572 0
Current children cumulated CPU time: 3330.94 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 201392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.15 4.09 5/261 969870
/proc/meminfo: memFree=127411404/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=216152 memory=211068 CPUtime=3390.72 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 29323 0 0 0 339027 45 0 0 20 0 1 0 183925940 221339648 52767 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 54038 52767 421 379 0 53572 0
Current children cumulated CPU time: 3390.72 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 213680 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.14 4.09 5/261 969881
/proc/meminfo: memFree=127177848/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=226608 CPUtime=3450.5 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 30176 0 0 0 345004 46 0 0 20 0 1 0 183925940 272629760 56652 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 56652 421 379 0 66094 0
Current children cumulated CPU time: 3450.5 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 229220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.09 5/258 969991
/proc/meminfo: memFree=127913156/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=240944 CPUtime=3510.33 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 30277 0 0 0 350986 47 0 0 20 0 1 0 183925940 272629760 60236 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 60236 421 379 0 66094 0
Current children cumulated CPU time: 3510.33 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 243556 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/258 970050
/proc/meminfo: memFree=128196732/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=266240 memory=257328 CPUtime=3570.14 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 30383 0 0 0 356967 47 0 0 20 0 1 0 183925940 272629760 64332 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 66560 64332 421 379 0 66094 0
Current children cumulated CPU time: 3570.14 s
Current children cumulated vsize: 276172 KiB
Current children cumulated memory: 259940 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/258 970056
/proc/meminfo: memFree=128229244/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=216152 memory=186324 CPUtime=3600.05 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 30651 0 0 0 359956 49 0 0 20 0 1 0 183925940 221339648 46581 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 54038 46581 421 379 0 53572 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 188936 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.57 s, system=0.494082 s

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

[startup+3612.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/258 970056
/proc/meminfo: memFree=128229244/131524600 swapFree=131071996/131071996
[pid=968066] ppid=968063 vsize=9932 memory=2612 CPUtime=0 cores=0,2
/proc/968066/stat : 968066 (naps-1.02b5.sh) S 968063 968066 967405 0 -1 4194304 217 244 0 0 0 0 0 0 20 0 1 0 183925940 10170368 653 134679101440 94648682012672 94648683091992 140733017971168 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94648685190448 94648685237636 94648691929088 140733017973727 140733017973854 140733017973854 140733017980870 0
/proc/968066/statm: 2483 653 574 264 0 134 0
[pid=968071] ppid=968066 vsize=216152 memory=186324 CPUtime=3600.05 cores=0,2
/proc/968071/stat : 968071 (naps-1.02b5) R 968066 968066 967405 0 -1 4194304 30651 0 0 0 359956 49 0 0 20 0 1 0 183925940 221339648 46581 134679101440 4194304 5746509 140725318672656 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24080384 140725318681582 140725318681696 140725318681696 140725318688713 0
/proc/968071/statm: 54038 46581 421 379 0 53572 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 226084 KiB
Current children cumulated memory: 188936 KiB

Child status: 0

Real time (s): 3612.3
CPU time (s): 3600.06
CPU user time (s): 3599.57
CPU system time (s): 0.494082
CPU usage (%): 99.6612
Max. virtual memory (cumulated for all children) (KiB): 356312
Max. memory (cumulated for all children) (KiB): 316196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.57
system time used= 0.494082
maximum resident set size= 313584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31127
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= 64
involuntary context switches= 24677


# summary of solver processes directly reported to runsolver:
#   pid: 968066
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.57
#   total CPU system time (s): 0.494082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.64747 second user time and 16.6731 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 17:47:13
IDJOB=4445091
IDBENCH=148099
IDSOLVER=3065
FILE ID=nodeC021/4445091-1721317621
RUNJOBID= nodeC021-1721317481-967415
SLURM_JOB_ID= 7542662
Free space on /tmp= 890044 MiB

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

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

MD5SUM BENCH= 0da7938cd78b604d95ed37ad5ec78200
RANDOM SEED=1550077100

nodeC021.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		: 3649.584
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.42
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		: 3681.070
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.23
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		: 3643.521
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.312
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.23
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		: 3650.630
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.42
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		: 3681.244
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.23
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		: 3604.795
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.42
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		: 3599.940
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128173408 kB
MemAvailable:   129277436 kB
Buffers:          498600 kB
Cached:          1436568 kB
SwapCached:            0 kB
Active:          1001276 kB
Inactive:        1732168 kB
Active(anon):       1576 kB
Inactive(anon):   834088 kB
Active(file):     999700 kB
Inactive(file):   898080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4228 kB
Writeback:             0 kB
AnonPages:        797240 kB
Mapped:           110868 kB
Shmem:             37720 kB
KReclaimable:      92140 kB
Slab:             203096 kB
SReclaimable:      92140 kB
SUnreclaim:       110956 kB
KernelStack:        4172 kB
PageTables:        11196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1121592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC021 at 2024-07-18 18:47:26