Trace number 4443288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.1 3610.2

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
MD5SUMb1cc89baa8bd080d13ae67cc087920d3
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.064229
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4443288-1721312662.opb
3600.08/3610.20	c 
3600.08/3610.20	c *** TERMINATED *** by signal 15
3600.08/3610.20	s UNKNOWN
3600.08/3610.20	c _____________________________________________________________________________
3600.08/3610.20	c std/band forms        : 334,0
3600.08/3610.20	c 2cl/3cl ITE-codings   : 2104,0
3600.08/3610.20	c BDD/srt/adr Max costs : 414,4832,0
3600.08/3610.20	c BDDraw/bin/mul/srt/adr: 325,0,7,2,0
3600.08/3610.20	c BDD nodes             : 4278
3600.08/3610.20	c Es1/CC detections     : 0,0
3600.08/3610.20	c CC sort               : 2
3600.08/3610.20	c SAT/UNSAT calls       : 0,0
3600.08/3610.20	c regenrated variables  : 0
3600.08/3610.20	c eliminated fixed lits : 13
3600.08/3610.20	c goal lit flips        : 0
3600.08/3610.20	c goal stages           : 0
3600.08/3610.20	c goal shrink           : 0
3600.08/3610.20	c goal coeff separations: 0
3600.08/3610.20	c restarts              : 0
3600.08/3610.20	c conflicts             : 0              (0 /sec)
3600.08/3610.20	c decisions             : 0              (0 /sec)
3600.08/3610.20	c propagations          : 0              (0 /sec)
3600.08/3610.20	c inspects              : 0              (0 /sec)
3600.08/3610.20	c CPU time (solving tm) : 3599 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.20	c Time for Opt-base     : 0.004719 s
3600.08/3610.20	c Steps for Opt-base    : 4144
3600.08/3610.20	c Time for BDD coding   : 0.0349 s
3600.08/3610.20	c Time for srt coding   : 0.002255 s
3600.08/3610.20	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: 64059 MiB (59921 MiB free)
  memory of node 1: 64510 MiB (59856 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443288-1721312662/watcher-4443288-1721312662 -o /tmp/evaluation-result-4443288-1721312662/solver-4443288-1721312662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949650 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4443288-1721312662.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100404 s]*
/proc/loadavg: 4.10 4.25 4.21 5/248 954141
/proc/meminfo: memFree=122646592/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=12760 memory=6788 CPUtime=0.09 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 1369 0 0 0 9 0 0 0 20 0 1 0 183422351 13066240 1697 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 3190 1697 468 659 0 2394 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22692 KiB
Current children cumulated memory: 9544 KiB

[startup+0.21319 s]*
/proc/loadavg: 4.10 4.25 4.21 5/248 954141
/proc/meminfo: memFree=122644548/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=10700 memory=7992 CPUtime=0.2 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 1983 0 0 0 20 0 0 0 20 0 1 0 183422351 10956800 1998 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 2675 1998 468 659 0 1879 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20632 KiB
Current children cumulated memory: 10748 KiB

[startup+0.312671 s]*
/proc/loadavg: 4.10 4.25 4.21 5/248 954141
/proc/meminfo: memFree=122641688/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=11372 memory=8780 CPUtime=0.3 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 2203 0 0 0 30 0 0 0 20 0 1 0 183422351 11644928 2195 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 2843 2195 468 659 0 2047 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 21304 KiB
Current children cumulated memory: 11536 KiB

[startup+0.700329 s]
/proc/loadavg: 4.10 4.25 4.21 5/248 954141
/proc/meminfo: memFree=122641212/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=13020 memory=9836 CPUtime=0.68 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 2443 0 0 0 68 0 0 0 20 0 1 0 183422351 13332480 2459 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 3255 2459 468 659 0 2459 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 22952 KiB
Current children cumulated memory: 12592 KiB

[startup+1.50037 s]
/proc/loadavg: 4.10 4.25 4.21 5/248 954141
/proc/meminfo: memFree=122638832/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=17388 memory=11948 CPUtime=1.47 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 2943 0 0 0 147 0 0 0 20 0 1 0 183422351 17805312 2987 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 4347 2987 468 659 0 3551 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 27320 KiB
Current children cumulated memory: 14704 KiB

[startup+3.11279 s]
/proc/loadavg: 4.10 4.25 4.21 7/248 954142
/proc/meminfo: memFree=122674520/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=21916 memory=19000 CPUtime=3.09 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 3955 0 0 0 308 1 0 0 20 0 1 0 183422351 22441984 4750 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 5479 4750 468 659 0 4683 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31848 KiB
Current children cumulated memory: 21756 KiB

[startup+6.30034 s]
/proc/loadavg: 4.09 4.24 4.21 5/248 954142
/proc/meminfo: memFree=122664816/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=33448 memory=22448 CPUtime=6.26 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 4676 0 0 0 625 1 0 0 20 0 1 0 183422351 34250752 5612 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 8362 5612 468 659 0 7566 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 43380 KiB
Current children cumulated memory: 25204 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.24 4.21 6/248 954144
/proc/meminfo: memFree=122623556/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=37912 memory=35536 CPUtime=12.64 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 5428 0 0 0 1263 1 0 0 20 0 1 0 183422351 38821888 8884 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 9478 8884 468 659 0 8682 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47844 KiB
Current children cumulated memory: 38292 KiB

[startup+25.5004 s]
/proc/loadavg: 4.07 4.23 4.20 5/248 954146
/proc/meminfo: memFree=122621784/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=52648 memory=48124 CPUtime=25.42 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 5583 0 0 0 2540 2 0 0 20 0 1 0 183422351 53911552 12031 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 13162 12031 468 659 0 12366 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 62580 KiB
Current children cumulated memory: 50880 KiB

[startup+51.113 s]
/proc/loadavg: 4.10 4.22 4.20 5/250 954534
/proc/meminfo: memFree=122501820/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=71504 memory=50572 CPUtime=50.96 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 6698 0 0 0 5094 2 0 0 20 0 1 0 183422351 73220096 12643 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 17876 12643 468 659 0 17080 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 81436 KiB
Current children cumulated memory: 53328 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.19 4.19 5/247 954744
/proc/meminfo: memFree=122551168/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=71504 memory=69428 CPUtime=101.99 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 7547 0 0 0 10195 4 0 0 20 0 1 0 183422351 73220096 17357 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 17876 17357 468 659 0 17080 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 81436 KiB
Current children cumulated memory: 72184 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.20 4.19 5/247 954754
/proc/meminfo: memFree=122726188/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=83980 memory=81904 CPUtime=161.79 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 8455 0 0 0 16172 7 0 0 20 0 1 0 183422351 85995520 20476 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 20995 20476 468 659 0 20199 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 93912 KiB
Current children cumulated memory: 84660 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/248 954933
/proc/meminfo: memFree=122662708/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=83980 memory=81904 CPUtime=221.61 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 8774 0 0 0 22151 10 0 0 20 0 1 0 183422351 85995520 20476 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 20995 20476 468 659 0 20199 0
Current children cumulated CPU time: 221.61 s

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

/proc/loadavg: 4.17 4.13 4.10 5/248 957006
/proc/meminfo: memFree=122036564/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=233044 memory=197524 CPUtime=3033.73 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 55840 0 0 0 303269 104 0 0 20 0 1 0 183422351 238637056 49381 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 58261 49381 468 659 0 57465 0
Current children cumulated CPU time: 3033.73 s
Current children cumulated vsize: 242976 KiB
Current children cumulated memory: 200280 KiB

[startup+3102.3 s]
/proc/loadavg: 4.52 4.22 4.13 5/245 957017
/proc/meminfo: memFree=122331708/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=182956 memory=175840 CPUtime=3093.57 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 56587 0 0 0 309250 107 0 0 20 0 1 0 183422351 187346944 43960 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 45739 43960 468 659 0 44943 0
Current children cumulated CPU time: 3093.57 s
Current children cumulated vsize: 192888 KiB
Current children cumulated memory: 178596 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.31 4.17 5/245 957027
/proc/meminfo: memFree=122299472/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=233044 memory=211860 CPUtime=3153.41 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 57460 0 0 0 315233 108 0 0 20 0 1 0 183422351 238637056 52965 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 58261 52965 468 659 0 57465 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 242976 KiB
Current children cumulated memory: 214616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.28 4.17 5/245 957037
/proc/meminfo: memFree=122124600/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=182956 memory=175840 CPUtime=3213.24 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 58207 0 0 0 321214 110 0 0 20 0 1 0 183422351 187346944 43960 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 45739 43960 468 659 0 44943 0
Current children cumulated CPU time: 3213.24 s
Current children cumulated vsize: 192888 KiB
Current children cumulated memory: 178596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.24 4.17 5/245 957048
/proc/meminfo: memFree=122576660/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=102816 memory=99484 CPUtime=3273.07 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 59089 0 0 0 327196 111 0 0 20 0 1 0 183422351 105283584 24871 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 25704 24871 468 659 0 24908 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 112748 KiB
Current children cumulated memory: 102240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.21 4.16 5/248 957063
/proc/meminfo: memFree=122534744/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=182956 memory=178040 CPUtime=3332.92 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 59912 0 0 0 333178 114 0 0 20 0 1 0 183422351 187346944 44510 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 45739 44510 468 659 0 44943 0
Current children cumulated CPU time: 3332.92 s
Current children cumulated vsize: 192888 KiB
Current children cumulated memory: 180796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.20 4.16 5/248 957073
/proc/meminfo: memFree=122282384/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=233044 memory=220052 CPUtime=3392.75 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 60704 0 0 0 339160 115 0 0 20 0 1 0 183422351 238637056 55013 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 58261 55013 468 659 0 57465 0
Current children cumulated CPU time: 3392.75 s
Current children cumulated vsize: 242976 KiB
Current children cumulated memory: 222808 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.19 4.16 5/248 957083
/proc/meminfo: memFree=122271852/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=182956 memory=173792 CPUtime=3452.59 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 61450 0 0 0 345142 117 0 0 20 0 1 0 183422351 187346944 43448 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 45739 43448 468 659 0 44943 0
Current children cumulated CPU time: 3452.59 s
Current children cumulated vsize: 192888 KiB
Current children cumulated memory: 176548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.19 4.16 5/248 957094
/proc/meminfo: memFree=122338588/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=233044 memory=211860 CPUtime=3512.41 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 62323 0 0 0 351123 118 0 0 20 0 1 0 183422351 238637056 52965 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 58261 52965 468 659 0 57465 0
Current children cumulated CPU time: 3512.41 s
Current children cumulated vsize: 242976 KiB
Current children cumulated memory: 214616 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.18 4.16 4/240 957135
/proc/meminfo: memFree=123471516/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=182956 memory=165600 CPUtime=3572.26 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 63065 0 0 0 357105 121 0 0 20 0 1 0 183422351 187346944 41400 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 45739 41400 468 659 0 44943 0
Current children cumulated CPU time: 3572.26 s
Current children cumulated vsize: 192888 KiB
Current children cumulated memory: 168356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 3.78 4.08 4.13 4/240 957138
/proc/meminfo: memFree=123340884/131655788 swapFree=131071996/131071996
[pid=954136] ppid=954133 vsize=9932 memory=2756 CPUtime=0 cores=4,6
/proc/954136/stat : 954136 (naps-1.03.sh) S 954133 954136 949639 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 183422350 10170368 689 134679101440 94486068150272 94486069229592 140722354380288 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94486071328048 94486071375236 94486085885952 140722354385887 140722354386016 140722354386016 140722354393032 0
/proc/954136/statm: 2483 689 610 264 0 134 0
[pid=954141] ppid=954136 vsize=233044 memory=185036 CPUtime=3600.08 cores=4,6
/proc/954141/stat : 954141 (naps-1.03) R 954136 954136 949639 0 -1 4194304 63886 0 0 0 359887 121 0 0 20 0 1 0 183422351 238637056 46259 134679101440 4194304 6891213 140722720573648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 15462400 140722720576496 140722720576612 140722720576612 140722720583627 0
/proc/954141/statm: 58261 46259 468 659 0 57465 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 242976 KiB
Current children cumulated memory: 187792 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.22037 s

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

Child status: 10

Real time (s): 3610.2
CPU time (s): 3600.1
CPU user time (s): 3598.88
CPU system time (s): 1.22037
CPU usage (%): 99.7201
Max. virtual memory (cumulated for all children) (KiB): 242976
Max. memory (cumulated for all children) (KiB): 226904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.22037
maximum resident set size= 224148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64364
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= 26
involuntary context switches= 3602


# summary of solver processes directly reported to runsolver:
#   pid: 954136
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.22037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0208 second user time and 27.7964 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 16:24:34
IDJOB=4443288
IDBENCH=147869
IDSOLVER=3062
FILE ID=nodeC003/4443288-1721312662
RUNJOBID= nodeC003-1721305421-949650
SLURM_JOB_ID= 7542634
Free space on /tmp= 723764 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army13.24bt.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443288-1721312662/watcher-4443288-1721312662 -o /tmp/evaluation-result-4443288-1721312662/solver-4443288-1721312662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721305421-949650 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4443288-1721312662.opb

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

MD5SUM BENCH= b1cc89baa8bd080d13ae67cc087920d3
RANDOM SEED=46141515

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3647.123
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3499.134
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.233
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.360
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.228
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3650.513
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.221
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.292
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122654208 kB
MemAvailable:   128200344 kB
Buffers:          509000 kB
Cached:          5813768 kB
SwapCached:            0 kB
Active:           920708 kB
Inactive:        7397060 kB
Active(anon):       1492 kB
Inactive(anon):  2030880 kB
Active(file):     919216 kB
Inactive(file):  5366180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             18112 kB
Writeback:             0 kB
AnonPages:       1994676 kB
Mapped:           111600 kB
Shmem:             37704 kB
KReclaimable:     201540 kB
Slab:             316512 kB
SReclaimable:     201540 kB
SUnreclaim:       114972 kB
KernelStack:        4016 kB
PageTables:        13296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2543264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1318912 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC003 at 2024-07-18 17:24:45