Trace number 4445241

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.09 3609.5

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww5.opb
MD5SUMf50ea280ec2253a5ba14d185d456771a
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.009094
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
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 constraint86
Maximum length of a constraint86
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 45094584
Number of bits of the biggest number in a constraint 26
Biggest sum of numbers in a constraint 553509859
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-4445241-1721321169.opb
3600.08/3609.50	c 
3600.08/3609.50	c *** TERMINATED *** by signal 15
3600.08/3609.50	s UNKNOWN
3600.08/3609.50	c _____________________________________________________________________________
3600.08/3609.50	c 
3600.08/3609.50	c std/band forms        : 0,1
3600.08/3609.50	c 2cl/3cl ITE-codings   : 0,54281
3600.08/3609.50	c BDD/srt/adr Max costs : 56233,0,0
3600.08/3609.50	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.08/3609.50	c BDD nodes             : 56235
3600.08/3609.50	c Es1/CC detections     : 0,0
3600.08/3609.50	c SAT/UNSAT calls       : 0,0
3600.08/3609.50	c regenrated variables  : 0
3600.08/3609.50	c restarts              : 0
3600.08/3609.50	c conflicts             : 0              (0 /sec)
3600.08/3609.50	c decisions             : 0              (0 /sec)
3600.08/3609.50	c propagations          : 0              (0 /sec)
3600.08/3609.50	c inspects              : 0              (0 /sec)
3600.08/3609.50	c CPU time (solving tm) : 3600 s        (3599 s)
3600.08/3609.50	c Time for Opt-base     : 0.09375 s
3600.08/3609.50	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 (62346 MiB free)
  memory of node 1: 64473 MiB (62963 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=970039, runsolver pid=970036

[startup+0.100085 s]*
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128315536/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=9344 memory=4420 CPUtime=0.1 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 774 0 0 0 10 0 0 0 20 0 1 0 184280775 9568256 1105 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 2336 1105 421 379 0 1870 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19276 KiB
Current children cumulated memory: 7104 KiB

[startup+0.205544 s]*
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128300948/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=23088 memory=18068 CPUtime=0.2 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 4313 0 0 0 20 0 0 0 20 0 1 0 184280775 23642112 4517 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 5772 4517 421 379 0 5306 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 33020 KiB
Current children cumulated memory: 20752 KiB

[startup+0.305565 s]*
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128288712/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=35128 memory=30208 CPUtime=0.29 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 7347 0 0 0 29 0 0 0 20 0 1 0 184280775 35971072 7552 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 8782 7552 421 379 0 8316 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 45060 KiB
Current children cumulated memory: 32892 KiB

[startup+0.700271 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128262360/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=62796 memory=58208 CPUtime=0.69 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 14001 0 0 0 67 2 0 0 20 0 1 0 184280775 64303104 14552 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 15699 14552 421 379 0 15233 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 72728 KiB
Current children cumulated memory: 60892 KiB

[startup+1.50021 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128259476/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=62796 memory=58472 CPUtime=1.49 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 14051 0 0 0 147 2 0 0 20 0 1 0 184280775 64303104 14618 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 15699 14618 421 379 0 15233 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 72728 KiB
Current children cumulated memory: 61156 KiB

[startup+3.10554 s]
/proc/loadavg: 4.09 4.13 4.09 5/258 970044
/proc/meminfo: memFree=128243684/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=62796 memory=58732 CPUtime=3.09 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 14148 0 0 0 307 2 0 0 20 0 1 0 184280775 64303104 14683 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 15699 14683 421 379 0 15233 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 72728 KiB
Current children cumulated memory: 61416 KiB

[startup+6.30022 s]
/proc/loadavg: 4.08 4.13 4.09 5/258 970046
/proc/meminfo: memFree=128218056/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=62796 memory=59520 CPUtime=6.28 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 14347 0 0 0 626 2 0 0 20 0 1 0 184280775 64303104 14880 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 15699 14880 421 379 0 15233 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 72728 KiB
Current children cumulated memory: 62204 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.12 4.09 5/258 970046
/proc/meminfo: memFree=128210992/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=67216 memory=61096 CPUtime=12.66 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 14755 0 0 0 1264 2 0 0 20 0 1 0 184280775 68829184 15274 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 16804 15274 421 379 0 16338 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 77148 KiB
Current children cumulated memory: 63780 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.14 4.09 5/258 970049
/proc/meminfo: memFree=128206644/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=67216 memory=64712 CPUtime=25.43 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 15107 0 0 0 2541 2 0 0 20 0 1 0 184280775 68829184 16178 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 16804 16178 421 379 0 16338 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 77148 KiB
Current children cumulated memory: 67396 KiB

[startup+51.1056 s]
/proc/loadavg: 4.08 4.12 4.09 5/258 970052
/proc/meminfo: memFree=128129676/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=74396 memory=68332 CPUtime=50.96 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 16267 0 0 0 5094 2 0 0 20 0 1 0 184280775 76181504 17083 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 18599 17083 421 379 0 18133 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 84328 KiB
Current children cumulated memory: 71016 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/258 970112
/proc/meminfo: memFree=128352408/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=105064 memory=77992 CPUtime=102.03 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 17967 0 0 0 10199 4 0 0 20 0 1 0 184280775 107585536 19498 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 26266 19498 421 379 0 25800 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 114996 KiB
Current children cumulated memory: 80676 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 970122
/proc/meminfo: memFree=128266900/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=105348 memory=101404 CPUtime=161.9 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 18267 0 0 0 16185 5 0 0 20 0 1 0 184280775 107876352 25351 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 26337 25351 421 379 0 25871 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 115280 KiB
Current children cumulated memory: 104088 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 970133
/proc/meminfo: memFree=128251340/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=105348 memory=103560 CPUtime=221.75 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 18587 0 0 0 22170 5 0 0 20 0 1 0 184280775 107876352 25890 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 26337 25890 421 379 0 25871 0
Current children cumulated CPU time: 221.75 s

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

/proc/loadavg: 4.11 4.13 4.10 5/258 971844
/proc/meminfo: memFree=127829108/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=238028 CPUtime=3094.17 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 35538 0 0 0 309379 38 0 0 20 0 1 0 184280775 254648320 59507 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 59507 421 379 0 61704 0
Current children cumulated CPU time: 3094.17 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 240712 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/258 971854
/proc/meminfo: memFree=127926632/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=198592 memory=191768 CPUtime=3154.03 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 35934 0 0 0 315363 40 0 0 20 0 1 0 184280775 203358208 47942 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 49648 47942 421 379 0 49182 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 208524 KiB
Current children cumulated memory: 194452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 6/258 971864
/proc/meminfo: memFree=127837232/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=207240 CPUtime=3213.87 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 36289 0 0 0 321347 40 0 0 20 0 1 0 184280775 254648320 51810 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 51810 421 379 0 61704 0
Current children cumulated CPU time: 3213.87 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 209924 KiB

[startup+3282.3 s]
/proc/loadavg: 4.33 4.17 4.11 5/260 971880
/proc/meminfo: memFree=127877948/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=219596 CPUtime=3273.71 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 36340 0 0 0 327331 40 0 0 20 0 1 0 184280775 254648320 54899 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 54899 421 379 0 61704 0
Current children cumulated CPU time: 3273.71 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 222280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.19 4.12 5/261 971891
/proc/meminfo: memFree=127869784/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=233932 CPUtime=3333.55 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 36399 0 0 0 333315 40 0 0 20 0 1 0 184280775 254648320 58483 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 58483 421 379 0 61704 0
Current children cumulated CPU time: 3333.55 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 236616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.17 4.11 5/261 971901
/proc/meminfo: memFree=127899784/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=198592 memory=183576 CPUtime=3393.4 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 36797 0 0 0 339298 42 0 0 20 0 1 0 184280775 203358208 45894 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 49648 45894 421 379 0 49182 0
Current children cumulated CPU time: 3393.4 s
Current children cumulated vsize: 208524 KiB
Current children cumulated memory: 186260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.17 4.11 5/261 971912
/proc/meminfo: memFree=127869868/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=199048 CPUtime=3453.26 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 37179 0 0 0 345283 43 0 0 20 0 1 0 184280775 254648320 49762 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 49762 421 379 0 61704 0
Current children cumulated CPU time: 3453.26 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 201732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/261 971923
/proc/meminfo: memFree=127836892/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=213452 CPUtime=3513.1 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 37228 0 0 0 351267 43 0 0 20 0 1 0 184280775 254648320 53363 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 53363 421 379 0 61704 0
Current children cumulated CPU time: 3513.1 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 216136 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.12 4.10 5/259 972634
/proc/meminfo: memFree=127912896/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=227788 CPUtime=3572.95 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 37286 0 0 0 357251 44 0 0 20 0 1 0 184280775 254648320 56947 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 56947 421 379 0 61704 0
Current children cumulated CPU time: 3572.95 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 230472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.5 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 972639
/proc/meminfo: memFree=127875312/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=233932 CPUtime=3600.08 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 37289 0 0 0 359964 44 0 0 20 0 1 0 184280775 254648320 58483 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 58483 421 379 0 61704 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 236616 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.65 s, system=0.445729 s

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

[startup+3609.5 s]
/proc/loadavg: 4.12 4.13 4.10 5/259 972639
/proc/meminfo: memFree=127875312/131524600 swapFree=131071996/131071996
[pid=970039] ppid=970036 vsize=9932 memory=2684 CPUtime=0 cores=1,3
/proc/970039/stat : 970039 (naps-1.02b5.sh) S 970036 970039 967405 0 -1 4194304 222 244 0 0 0 0 0 0 20 0 1 0 184280774 10170368 671 134679101440 94017149050880 94017150130200 140732703547840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94017152228656 94017152275844 94017166721024 140732703556575 140732703556702 140732703556702 140732703563718 0
/proc/970039/statm: 2483 671 592 264 0 134 0
[pid=970044] ppid=970039 vsize=248680 memory=233932 CPUtime=3600.08 cores=1,3
/proc/970044/stat : 970044 (naps-1.02b5) R 970039 970039 967405 0 -1 4194304 37289 0 0 0 359964 44 0 0 20 0 1 0 184280775 254648320 58483 134679101440 4194304 5746509 140737076151776 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 9265152 140737076155374 140737076155488 140737076155488 140737076162505 0
/proc/970044/statm: 62170 58483 421 379 0 61704 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 258612 KiB
Current children cumulated memory: 236616 KiB

Child status: 0

Real time (s): 3609.5
CPU time (s): 3600.09
CPU user time (s): 3599.65
CPU system time (s): 0.445729
CPU usage (%): 99.7393
Max. virtual memory (cumulated for all children) (KiB): 338752
Max. memory (cumulated for all children) (KiB): 301252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.65
system time used= 0.445729
maximum resident set size= 304712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37770
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= 3349


# summary of solver processes directly reported to runsolver:
#   pid: 970039
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.65
#   total CPU system time (s): 0.445729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10571 second user time and 17.5492 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 18:46:22
IDJOB=4445241
IDBENCH=148104
IDSOLVER=3065
FILE ID=nodeC021/4445241-1721321169
RUNJOBID= nodeC021-1721317481-967417
SLURM_JOB_ID= 7542662
Free space on /tmp= 890072 MiB

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

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

MD5SUM BENCH= f50ea280ec2253a5ba14d185d456771a
RANDOM SEED=1186731771

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		: 3647.302
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		: 3645.941
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		: 3599.867
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		: 3655.311
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		: 3647.447
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		: 3656.406
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		: 3599.894
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		: 3600.047
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:        128317784 kB
MemAvailable:   129339072 kB
Buffers:          500384 kB
Cached:          1352568 kB
SwapCached:            0 kB
Active:           976476 kB
Inactive:        1611868 kB
Active(anon):       1560 kB
Inactive(anon):   771556 kB
Active(file):     974916 kB
Inactive(file):   840312 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4256 kB
Writeback:             0 kB
AnonPages:        734180 kB
Mapped:           110856 kB
Shmem:             37720 kB
KReclaimable:      91768 kB
Slab:             203048 kB
SReclaimable:      91768 kB
SUnreclaim:       111280 kB
KernelStack:        4128 kB
PageTables:        10728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1156632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:    557056 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= 890064 MiB
End job on nodeC021 at 2024-07-18 19:46:31