Trace number 4442718

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.91

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
MD5SUM6537247428469e6459e4298d22ed7785
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 benchmark47.5905
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8550
Total number of constraints401945
Number of constraints which are clauses401945
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 constraint90
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 91
Number of bits of the biggest sum of numbers7
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-4442718-1721302854.opb
3600.07/3610.90	c 
3600.07/3610.90	c *** TERMINATED *** by signal 15
3600.07/3610.90	s UNKNOWN
3600.07/3610.90	c _____________________________________________________________________________
3600.07/3610.90	c std/band forms        : 0,0
3600.07/3610.90	c 2cl/3cl ITE-codings   : 0,0
3600.07/3610.90	c BDD/srt/adr Max costs : 0,0,0
3600.07/3610.90	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.07/3610.90	c BDD nodes             : 0
3600.07/3610.90	c Es1/CC detections     : 0,0
3600.07/3610.90	c CC sort               : 0
3600.07/3610.90	c SAT/UNSAT calls       : 0,0
3600.07/3610.90	c regenrated variables  : 0
3600.07/3610.90	c eliminated fixed lits : 0
3600.07/3610.90	c goal lit flips        : 0
3600.07/3610.90	c goal stages           : 0
3600.07/3610.90	c goal shrink           : 0
3600.07/3610.90	c goal coeff separations: 0
3600.07/3610.90	c restarts              : 0
3600.07/3610.90	c conflicts             : 0              (0 /sec)
3600.07/3610.90	c decisions             : 0              (0 /sec)
3600.07/3610.90	c propagations          : 0              (0 /sec)
3600.07/3610.90	c inspects              : 0              (0 /sec)
3600.07/3610.90	c CPU time (solving tm) : 3596 s        (3594 s, SAT 0 s, UNSAT 0 s)
3600.07/3610.90	c Time for Opt-base     : 0 s
3600.07/3610.90	c Steps for Opt-base    : 0
3600.07/3610.90	c Time for BDD coding   : 0 s
3600.07/3610.90	c Time for srt coding   : 0 s
3600.07/3610.90	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: 63931 MiB (61483 MiB free)
  memory of node 1: 64510 MiB (63253 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442718-1721302854/watcher-4442718-1721302854 -o /tmp/evaluation-result-4442718-1721302854/solver-4442718-1721302854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721293767-949456 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4442718-1721302854.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=956181, runsolver pid=956178

[startup+0.100091 s]*
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127726200/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=11964 memory=5764 CPUtime=0.1 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 1111 0 0 0 10 0 0 0 20 0 1 0 182445621 12251136 1441 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 2991 1441 436 659 0 2195 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21896 KiB
Current children cumulated memory: 8508 KiB

[startup+0.205776 s]*
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127721792/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=13780 memory=9888 CPUtime=0.2 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 1681 0 0 0 20 0 0 0 20 0 1 0 182445621 14110720 2472 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 3445 2472 436 659 0 2649 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 23712 KiB
Current children cumulated memory: 12632 KiB

[startup+0.305662 s]*
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127718316/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=15308 memory=11500 CPUtime=0.29 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 2113 0 0 0 29 0 0 0 20 0 1 0 182445621 15675392 2875 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 3827 2875 436 659 0 3031 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25240 KiB
Current children cumulated memory: 14244 KiB

[startup+0.700263 s]
/proc/loadavg: 4.06 4.13 4.13 6/261 956186
/proc/meminfo: memFree=127715292/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=21328 memory=17680 CPUtime=0.68 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 3907 0 0 0 67 1 0 0 20 0 1 0 182445621 21839872 4420 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 5332 4420 436 659 0 4536 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 31260 KiB
Current children cumulated memory: 20424 KiB

[startup+1.50023 s]
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127699508/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=41456 memory=36696 CPUtime=1.49 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 8108 0 0 0 146 3 0 0 20 0 1 0 182445621 42450944 9174 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 10364 9174 436 659 0 9568 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 51388 KiB
Current children cumulated memory: 39440 KiB

[startup+3.10569 s]
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127638308/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=82156 memory=64236 CPUtime=3.08 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 11272 0 0 0 305 3 0 0 20 0 1 0 182445621 84127744 16059 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 20539 16059 436 659 0 19743 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 92088 KiB
Current children cumulated memory: 66980 KiB

[startup+6.30022 s]
/proc/loadavg: 4.06 4.13 4.13 5/261 956186
/proc/meminfo: memFree=127571184/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=114600 memory=106696 CPUtime=6.27 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 12196 0 0 0 623 4 0 0 20 0 1 0 182445621 117350400 26674 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 28650 26674 436 659 0 27854 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 124532 KiB
Current children cumulated memory: 109440 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.13 4.13 5/261 956187
/proc/meminfo: memFree=127515496/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=165880 memory=116188 CPUtime=12.65 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 14359 0 0 0 1258 7 0 0 20 0 1 0 182445621 169861120 29047 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 41470 29047 436 659 0 40674 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 175812 KiB
Current children cumulated memory: 118932 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.12 4.13 5/261 956189
/proc/meminfo: memFree=127387992/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=167728 memory=140652 CPUtime=25.42 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 16261 0 0 0 2530 12 0 0 20 0 1 0 182445621 171753472 35163 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 41932 35163 436 659 0 41136 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 177660 KiB
Current children cumulated memory: 143396 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.13 4.13 5/261 956193
/proc/meminfo: memFree=127162360/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=252720 memory=170376 CPUtime=50.95 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 18700 0 0 0 5076 19 0 0 20 0 1 0 182445621 258785280 42594 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 63180 42594 436 659 0 62384 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 262652 KiB
Current children cumulated memory: 173120 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.12 5/261 956202
/proc/meminfo: memFree=127401524/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=389520 memory=278388 CPUtime=101.99 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 21129 0 0 0 10171 28 0 0 20 0 1 0 182445621 398868480 69597 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 97380 69597 436 659 0 96584 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 399452 KiB
Current children cumulated memory: 281132 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.12 5/260 956212
/proc/meminfo: memFree=126968048/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=391796 memory=365612 CPUtime=161.82 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 22451 0 0 0 16144 38 0 0 20 0 1 0 182445621 401199104 91403 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 97949 91403 436 659 0 97153 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 401728 KiB
Current children cumulated memory: 368356 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.11 5/261 956225
/proc/meminfo: memFree=126928912/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=608200 memory=432224 CPUtime=221.64 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 25494 0 0 0 22116 48 0 0 20 0 1 0 182445621 622796800 108056 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 152050 108056 436 659 0 151254 0
Current children cumulated CPU time: 221.64 s

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

/proc/956186/statm: 379650 342167 436 659 0 378854 0
Current children cumulated CPU time: 3092.96 s
Current children cumulated vsize: 1528532 KiB
Current children cumulated memory: 1371412 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.18 2.76 3/247 958005
/proc/meminfo: memFree=126844120/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1172108 memory=1016144 CPUtime=3152.77 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 190405 0 0 0 314877 400 0 0 20 0 1 0 182445621 1200238592 254036 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 293027 254036 436 659 0 292231 0
Current children cumulated CPU time: 3152.77 s
Current children cumulated vsize: 1182040 KiB
Current children cumulated memory: 1018888 KiB

[startup+3222.3 s]
/proc/loadavg: 1.81 2.09 2.70 2/239 958048
/proc/meminfo: memFree=127509836/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1521832 memory=1164648 CPUtime=3212.59 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 191141 0 0 0 320856 403 0 0 20 0 1 0 182445621 1558355968 291162 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 380458 291162 436 659 0 379662 0
Current children cumulated CPU time: 3212.59 s
Current children cumulated vsize: 1531764 KiB
Current children cumulated memory: 1167392 KiB

[startup+3282.3 s]
/proc/loadavg: 1.29 1.89 2.59 2/235 958058
/proc/meminfo: memFree=127393084/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1523520 memory=1280796 CPUtime=3272.42 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 191891 0 0 0 326837 405 0 0 20 0 1 0 182445621 1560084480 320199 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 380880 320199 436 659 0 380084 0
Current children cumulated CPU time: 3272.42 s
Current children cumulated vsize: 1533452 KiB
Current children cumulated memory: 1283540 KiB

[startup+3342.3 s]
/proc/loadavg: 1.15 1.74 2.49 2/235 958069
/proc/meminfo: memFree=127284880/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1526720 memory=1387964 CPUtime=3332.26 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 193029 0 0 0 332818 408 0 0 20 0 1 0 182445621 1563361280 346991 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 381680 346991 436 659 0 380884 0
Current children cumulated CPU time: 3332.26 s
Current children cumulated vsize: 1536652 KiB
Current children cumulated memory: 1390708 KiB

[startup+3402.3 s]
/proc/loadavg: 1.15 1.63 2.41 2/235 958080
/proc/meminfo: memFree=127687760/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1181292 memory=985032 CPUtime=3392.09 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 195171 0 0 0 338791 418 0 0 20 0 1 0 182445621 1209643008 246258 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 295323 246258 436 659 0 294527 0
Current children cumulated CPU time: 3392.09 s
Current children cumulated vsize: 1191224 KiB
Current children cumulated memory: 987776 KiB

[startup+3462.3 s]
/proc/loadavg: 1.18 1.55 2.33 2/234 958090
/proc/meminfo: memFree=127531256/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1181464 memory=1140932 CPUtime=3451.91 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 195643 0 0 0 344770 421 0 0 20 0 1 0 182445621 1209819136 285233 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 295366 285233 436 659 0 294570 0
Current children cumulated CPU time: 3451.91 s
Current children cumulated vsize: 1191396 KiB
Current children cumulated memory: 1143676 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.46 2.25 2/234 958101
/proc/meminfo: memFree=127407740/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1531720 memory=1265300 CPUtime=3511.75 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 196405 0 0 0 350751 424 0 0 20 0 1 0 182445621 1568481280 316325 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 382930 316325 436 659 0 382134 0
Current children cumulated CPU time: 3511.75 s
Current children cumulated vsize: 1541652 KiB
Current children cumulated memory: 1268044 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.39 2.17 2/237 958117
/proc/meminfo: memFree=127285324/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1534080 memory=1382940 CPUtime=3571.56 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 197444 0 0 0 356730 426 0 0 20 0 1 0 182445621 1570897920 345735 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 383520 345735 436 659 0 382724 0
Current children cumulated CPU time: 3571.56 s
Current children cumulated vsize: 1544012 KiB
Current children cumulated memory: 1385684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 1.14 1.37 2.14 2/237 958123
/proc/meminfo: memFree=127236740/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1535260 memory=1432888 CPUtime=3600.07 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 197881 0 0 0 359580 427 0 0 20 0 1 0 182445621 1572106240 358222 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 383815 358222 436 659 0 383019 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1545192 KiB
Current children cumulated memory: 1435632 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000717 s, system=0.002159 s

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

# cumulated CPU time of all completed processes:  user=3595.81 s, system=4.29039 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+3610.9 s]
/proc/loadavg: 1.14 1.37 2.14 2/237 958123
/proc/meminfo: memFree=127236740/131524600 swapFree=131071996/131071996
[pid=956181] ppid=956178 vsize=9932 memory=2744 CPUtime=0 cores=5,7
/proc/956181/stat : 956181 (naps-1.03.sh) S 956178 956181 949443 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 182445621 10170368 686 134679101440 94566601990144 94566603069464 140729323953568 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94566605167920 94566605215108 94566605369344 140729323959263 140729323959392 140729323959392 140729323966408 0
/proc/956181/statm: 2483 686 608 264 0 134 0
[pid=956186] ppid=956181 vsize=1535260 memory=1432888 CPUtime=3600.07 cores=5,7
/proc/956186/stat : 956186 (naps-1.03) R 956181 956181 949443 0 -1 4194304 197881 0 0 0 359580 427 0 0 20 0 1 0 182445621 1572106240 358222 134679101440 4194304 6891213 140732630477520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 38100992 140732630483952 140732630484068 140732630484068 140732630491083 0
/proc/956186/statm: 383815 358222 436 659 0 383019 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1545192 KiB
Current children cumulated memory: 1435632 KiB

Child status: 10

Real time (s): 3610.91
CPU time (s): 3600.1
CPU user time (s): 3595.81
CPU system time (s): 4.29039
CPU usage (%): 99.7005
Max. virtual memory (cumulated for all children) (KiB): 1884348
Max. memory (cumulated for all children) (KiB): 1731320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.81
system time used= 4.29039
maximum resident set size= 1777728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198350
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= 302
involuntary context switches= 4710


# summary of solver processes directly reported to runsolver:
#   pid: 956181,956186
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3595.81
#   total CPU system time (s): 4.29039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.08939 second user time and 16.9907 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-18 13:41:06
IDJOB=4442718
IDBENCH=147844
IDSOLVER=3062
FILE ID=nodeC015/4442718-1721302854
RUNJOBID= nodeC015-1721293767-949456
SLURM_JOB_ID= 7542599
Free space on /tmp= 890056 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-95-90.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442718-1721302854/watcher-4442718-1721302854 -o /tmp/evaluation-result-4442718-1721302854/solver-4442718-1721302854 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721293767-949456 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4442718-1721302854.opb

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

MD5SUM BENCH= 6537247428469e6459e4298d22ed7785
RANDOM SEED=257976600

nodeC015.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		: 3671.298
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.61
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		: 3685.956
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.942
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.61
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		: 3607.488
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	: 7006.25
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		: 3671.321
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.61
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		: 3671.085
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	: 7006.25
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		: 3600.121
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.61
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		: 3657.200
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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127730932 kB
MemAvailable:   128712984 kB
Buffers:          482896 kB
Cached:          1327048 kB
SwapCached:            0 kB
Active:          1581968 kB
Inactive:        1576888 kB
Active(anon):       1604 kB
Inactive(anon):  1385344 kB
Active(file):    1580364 kB
Inactive(file):   191544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15604 kB
Writeback:             0 kB
AnonPages:       1347552 kB
Mapped:           111688 kB
Shmem:             37720 kB
KReclaimable:      99584 kB
Slab:             212776 kB
SReclaimable:      99584 kB
SUnreclaim:       113192 kB
KernelStack:        4204 kB
PageTables:        12100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1796916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1251328 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:      291540 kB
DirectMap2M:    38279168 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC015 at 2024-07-18 14:41:17