Trace number 4442841

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.05 3612.71

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
MD5SUMa13dda9504d679e5c6e2bc0e517e2ba2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark7.03939
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints124865
Number of constraints which are clauses124865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4442841-1721305498.opb
3600.03/3612.70	c 
3600.03/3612.70	c *** TERMINATED *** by signal 15
3600.03/3612.70	s UNKNOWN
3600.03/3612.70	c _____________________________________________________________________________
3600.03/3612.70	c 
3600.03/3612.70	c std/band forms        : 0,0
3600.03/3612.70	c 2cl/3cl ITE-codings   : 0,0
3600.03/3612.70	c BDD/srt/adr Max costs : 0,0,0
3600.03/3612.70	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.03/3612.70	c BDD nodes             : 0
3600.03/3612.70	c Es1/CC detections     : 0,0
3600.03/3612.70	c SAT/UNSAT calls       : 0,0
3600.03/3612.70	c regenrated variables  : 0
3600.03/3612.70	c restarts              : 0
3600.03/3612.70	c conflicts             : 0              (0 /sec)
3600.03/3612.70	c decisions             : 0              (0 /sec)
3600.03/3612.70	c propagations          : 0              (0 /sec)
3600.03/3612.70	c inspects              : 0              (0 /sec)
3600.03/3612.70	c CPU time (solving tm) : 3596 s        (3596 s)
3600.03/3612.70	c Time for Opt-base     : 0 s
3600.03/3612.70	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 (61917 MiB free)
  memory of node 1: 64473 MiB (63086 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442841-1721305498/watcher-4442841-1721305498 -o /tmp/evaluation-result-4442841-1721305498/solver-4442841-1721305498 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721305510-975941 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442841-1721305498.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=976225, runsolver pid=976218

[startup+0.100085 s]*
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127992624/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=9380 memory=4796 CPUtime=0.09 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 863 0 0 0 9 0 0 0 20 0 1 0 182712216 9605120 1199 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 2345 1199 405 379 0 1879 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19312 KiB
Current children cumulated memory: 7524 KiB

[startup+0.205105 s]*
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127986184/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=11068 memory=7024 CPUtime=0.2 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 1455 0 0 0 20 0 0 0 20 0 1 0 182712216 11333632 1756 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 2767 1756 405 379 0 2301 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 21000 KiB
Current children cumulated memory: 9752 KiB

[startup+0.305266 s]*
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127976068/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=12728 memory=10696 CPUtime=0.29 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 1934 0 0 0 29 0 0 0 20 0 1 0 182712216 13033472 2674 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 3182 2674 405 379 0 2716 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 22660 KiB
Current children cumulated memory: 13424 KiB

[startup+0.700252 s]
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127963684/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=24740 memory=17800 CPUtime=0.69 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 4107 0 0 0 68 1 0 0 20 0 1 0 182712216 25333760 4450 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 6185 4450 405 379 0 5719 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 34672 KiB
Current children cumulated memory: 20528 KiB

[startup+1.50027 s]
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127931680/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=44296 memory=33304 CPUtime=1.49 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 5394 0 0 0 147 2 0 0 20 0 1 0 182712216 45359104 8326 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 11074 8326 405 379 0 10608 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 54228 KiB
Current children cumulated memory: 36032 KiB

[startup+3.10568 s]
/proc/loadavg: 1.96 2.26 2.88 5/265 976257
/proc/meminfo: memFree=127839636/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=64440 memory=54832 CPUtime=3.08 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 6202 0 0 0 306 2 0 0 20 0 1 0 182712216 65986560 13708 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 16110 13708 405 379 0 15644 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 74372 KiB
Current children cumulated memory: 57560 KiB

[startup+6.30025 s]
/proc/loadavg: 2.21 2.30 2.89 5/265 976257
/proc/meminfo: memFree=127790996/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=71040 memory=63416 CPUtime=6.26 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 9217 0 0 0 622 4 0 0 20 0 1 0 182712216 72744960 15854 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 17760 15854 405 379 0 17294 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 80972 KiB
Current children cumulated memory: 66144 KiB

[startup+12.7003 s]
/proc/loadavg: 2.35 2.33 2.89 5/265 976259
/proc/meminfo: memFree=127683508/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=129332 memory=117656 CPUtime=12.64 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 18108 0 0 0 1256 8 0 0 20 0 1 0 182712216 132435968 29414 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 32333 29414 405 379 0 31867 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 139264 KiB
Current children cumulated memory: 120384 KiB

[startup+25.5003 s]
/proc/loadavg: 2.72 2.41 2.91 5/265 976260
/proc/meminfo: memFree=127549916/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=197772 memory=151580 CPUtime=25.41 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 25312 0 0 0 2527 14 0 0 20 0 1 0 182712216 202518528 37895 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 49443 37895 405 379 0 48977 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 207704 KiB
Current children cumulated memory: 154308 KiB

[startup+51.1057 s]
/proc/loadavg: 3.23 2.56 2.95 5/262 976265
/proc/meminfo: memFree=127399640/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=220380 memory=214284 CPUtime=50.92 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 33543 0 0 0 5070 22 0 0 20 0 1 0 182712216 225669120 53571 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 55095 53571 405 379 0 54629 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 230312 KiB
Current children cumulated memory: 217012 KiB

[startup+102.3 s]
/proc/loadavg: 3.73 2.80 3.01 5/262 976273
/proc/meminfo: memFree=127242820/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=327620 memory=242856 CPUtime=101.95 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 42159 0 0 0 10163 32 0 0 20 0 1 0 182712216 335482880 60714 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 81905 60714 405 379 0 81439 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 337552 KiB
Current children cumulated memory: 245584 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 3.05 3.09 5/262 976284
/proc/meminfo: memFree=127280924/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=266956 memory=227924 CPUtime=161.71 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 48853 0 0 0 16126 45 0 0 20 0 1 0 182712216 273362944 56981 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 66739 56981 405 379 0 66273 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 276888 KiB
Current children cumulated memory: 230652 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.26 3.16 5/264 976464
/proc/meminfo: memFree=127097968/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=359784 memory=354960 CPUtime=221.48 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 52979 0 0 0 22093 55 0 0 20 0 1 0 182712216 368418816 88740 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 89946 88740 405 379 0 89480 0
Current children cumulated CPU time: 221.48 s

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

/proc/976235/statm: 311283 238691 405 379 0 310817 0
Current children cumulated CPU time: 3091.35 s
Current children cumulated vsize: 1255064 KiB
Current children cumulated memory: 957492 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.15 4.10 5/260 977669
/proc/meminfo: memFree=124963984/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=1248336 memory=1041204 CPUtime=3151.15 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 138360 0 0 0 314791 324 0 0 20 0 1 0 182712216 1278296064 260301 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 312084 260301 405 379 0 311618 0
Current children cumulated CPU time: 3151.15 s
Current children cumulated vsize: 1258268 KiB
Current children cumulated memory: 1043932 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/259 977679
/proc/meminfo: memFree=125487516/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=688800 memory=610384 CPUtime=3210.95 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 139898 0 0 0 320763 332 0 0 20 0 1 0 182712216 705331200 152596 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 172200 152596 405 379 0 171734 0
Current children cumulated CPU time: 3210.95 s
Current children cumulated vsize: 698732 KiB
Current children cumulated memory: 613112 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/259 977689
/proc/meminfo: memFree=125017348/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=903892 memory=765852 CPUtime=3270.74 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 140875 0 0 0 326738 336 0 0 20 0 1 0 182712216 925585408 191463 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 225973 191463 405 379 0 225507 0
Current children cumulated CPU time: 3270.74 s
Current children cumulated vsize: 913824 KiB
Current children cumulated memory: 768580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/262 977705
/proc/meminfo: memFree=124796648/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=904396 memory=880920 CPUtime=3330.54 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 141218 0 0 0 332716 338 0 0 20 0 1 0 182712216 926101504 220230 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 226099 220230 405 379 0 225633 0
Current children cumulated CPU time: 3330.54 s
Current children cumulated vsize: 914328 KiB
Current children cumulated memory: 883648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/261 977715
/proc/meminfo: memFree=125243648/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=1255500 memory=977300 CPUtime=3390.33 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 141982 0 0 0 338693 340 0 0 20 0 1 0 182712216 1285632000 244325 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 313875 244325 405 379 0 313409 0
Current children cumulated CPU time: 3390.33 s
Current children cumulated vsize: 1265432 KiB
Current children cumulated memory: 980028 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.09 6/261 977725
/proc/meminfo: memFree=124862520/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=1258364 memory=1065564 CPUtime=3450.14 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 142781 0 0 0 344671 343 0 0 20 0 1 0 182712216 1288564736 266391 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 314591 266391 405 379 0 314125 0
Current children cumulated CPU time: 3450.14 s
Current children cumulated vsize: 1268296 KiB
Current children cumulated memory: 1068292 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/261 977736
/proc/meminfo: memFree=125089140/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=698408 memory=599660 CPUtime=3509.92 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 144886 0 0 0 350641 351 0 0 20 0 1 0 182712216 715169792 149915 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 174602 149915 405 379 0 174136 0
Current children cumulated CPU time: 3509.92 s
Current children cumulated vsize: 708340 KiB
Current children cumulated memory: 602388 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/261 977747
/proc/meminfo: memFree=124993740/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=913332 memory=767292 CPUtime=3569.72 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 145721 0 0 0 356617 355 0 0 20 0 1 0 182712216 935251968 191823 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 228333 191823 405 379 0 227867 0
Current children cumulated CPU time: 3569.72 s
Current children cumulated vsize: 923264 KiB
Current children cumulated memory: 770020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 4.08 4.11 4.09 5/261 977853
/proc/meminfo: memFree=126452308/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=913668 memory=824824 CPUtime=3600.03 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 145953 0 0 0 359646 357 0 0 20 0 1 0 182712216 935596032 206206 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 228417 206206 405 379 0 227951 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 923600 KiB
Current children cumulated memory: 827552 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002294 s, system=0.000482 s

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

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

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

[startup+3612.7 s]
/proc/loadavg: 4.08 4.11 4.09 5/261 977853
/proc/meminfo: memFree=126452308/131524600 swapFree=131071216/131071996
[pid=976225] ppid=976218 vsize=9932 memory=2728 CPUtime=0 cores=0,2
/proc/976225/stat : 976225 (naps-1.02b5.sh) S 976218 976225 975785 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 182712216 10170368 682 134679101440 93849668276224 93849669355544 140722568058624 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93849671454000 93849671501188 93849683972096 140722568061919 140722568062046 140722568062046 140722568069062 0
/proc/976225/statm: 2483 682 604 264 0 134 0
[pid=976235] ppid=976225 vsize=913668 memory=824824 CPUtime=3600.03 cores=0,2
/proc/976235/stat : 976235 (naps-1.02b5) R 976225 976225 975785 0 -1 4194304 145953 0 0 0 359646 357 0 0 20 0 1 0 182712216 935596032 206206 134679101440 4194304 5746509 140727597654976 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 8695808 140727597663214 140727597663328 140727597663328 140727597670345 0
/proc/976235/statm: 228417 206206 405 379 0 227951 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 923600 KiB
Current children cumulated memory: 827552 KiB

Child status: 0

Real time (s): 3612.71
CPU time (s): 3600.05
CPU user time (s): 3596.47
CPU system time (s): 3.58093
CPU usage (%): 99.6495
Max. virtual memory (cumulated for all children) (KiB): 1616388
Max. memory (cumulated for all children) (KiB): 1335328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.47
system time used= 3.58093
maximum resident set size= 1379704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146414
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= 222
involuntary context switches= 24721


# summary of solver processes directly reported to runsolver:
#   pid: 976225,976235
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.47
#   total CPU system time (s): 3.58093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.14221 second user time and 17.301 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 14:25:10
IDJOB=4442841
IDBENCH=147852
IDSOLVER=3065
FILE ID=nodeC018/4442841-1721305498
RUNJOBID= nodeC018-1721305510-975941
SLURM_JOB_ID= 7542635
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442841-1721305498/watcher-4442841-1721305498 -o /tmp/evaluation-result-4442841-1721305498/solver-4442841-1721305498 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721305510-975941 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4442841-1721305498.opb

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

MD5SUM BENCH= a13dda9504d679e5c6e2bc0e517e2ba2
RANDOM SEED=773752524

nodeC018.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		: 3599.755
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.52
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.737
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.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	: 0xb00002a
cpu MHz		: 3602.224
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.52
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		: 3622.830
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.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	: 0xb00002a
cpu MHz		: 3599.770
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.52
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		: 3599.808
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.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	: 0xb00002a
cpu MHz		: 3602.166
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.52
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		: 3653.969
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128009036 kB
MemAvailable:   129765096 kB
Buffers:          476520 kB
Cached:          2111056 kB
SwapCached:          148 kB
Active:           978496 kB
Inactive:        1950704 kB
Active(anon):       1460 kB
Inactive(anon):   385976 kB
Active(file):     977036 kB
Inactive(file):  1564728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:             21912 kB
Writeback:             0 kB
AnonPages:        341220 kB
Mapped:           109888 kB
Shmem:             45780 kB
KReclaimable:     108236 kB
Slab:             204160 kB
SReclaimable:     108236 kB
SUnreclaim:        95924 kB
KernelStack:        4352 kB
PageTables:        10540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     797364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC018 at 2024-07-18 15:25:23