Trace number 4442631

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.07 3612.41

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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 benchmark0.469038
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
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 constraint30
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 31
Number of bits of the biggest sum of numbers5
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-4442631-1721301631.opb
3600.05/3612.40	c 
3600.05/3612.40	c *** TERMINATED *** by signal 15
3600.05/3612.40	s UNKNOWN
3600.05/3612.40	c _____________________________________________________________________________
3600.05/3612.40	c 
3600.05/3612.40	c std/band forms        : 0,0
3600.05/3612.40	c 2cl/3cl ITE-codings   : 0,0
3600.05/3612.40	c BDD/srt/adr Max costs : 0,0,0
3600.05/3612.40	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.05/3612.40	c BDD nodes             : 0
3600.05/3612.40	c Es1/CC detections     : 0,0
3600.05/3612.40	c SAT/UNSAT calls       : 0,0
3600.05/3612.40	c regenrated variables  : 0
3600.05/3612.40	c restarts              : 0
3600.05/3612.40	c conflicts             : 0              (0 /sec)
3600.05/3612.40	c decisions             : 0              (0 /sec)
3600.05/3612.40	c propagations          : 0              (0 /sec)
3600.05/3612.40	c inspects              : 0              (0 /sec)
3600.05/3612.40	c CPU time (solving tm) : 3597 s        (3597 s)
3600.05/3612.40	c Time for Opt-base     : 0 s
3600.05/3612.40	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 (61072 MiB free)
  memory of node 1: 64510 MiB (60021 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442631-1721301631/watcher-4442631-1721301631 -o /tmp/evaluation-result-4442631-1721301631/solver-4442631-1721301631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966771 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442631-1721301631.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=972471, runsolver pid=972468

[startup+0.100089 s]*
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123996592/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=8392 memory=4536 CPUtime=0.09 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 817 0 0 0 9 0 0 0 20 0 1 0 182330493 8593408 1134 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 2098 1134 405 379 0 1632 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18324 KiB
Current children cumulated memory: 7136 KiB

[startup+0.205712 s]*
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123991404/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=9076 memory=7636 CPUtime=0.2 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 1059 0 0 0 20 0 0 0 20 0 1 0 182330493 9293824 1909 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 2269 1909 405 379 0 1803 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 19008 KiB
Current children cumulated memory: 10236 KiB

[startup+0.305623 s]*
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123989952/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=10000 memory=8892 CPUtime=0.29 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 2419 0 0 0 29 0 0 0 20 0 1 0 182330493 10240000 2223 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 2500 2223 405 379 0 2034 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 19932 KiB
Current children cumulated memory: 11492 KiB

[startup+0.700258 s]
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123986444/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=29832 memory=27024 CPUtime=0.69 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 4568 0 0 0 68 1 0 0 20 0 1 0 182330493 30547968 6756 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 7458 6756 405 379 0 6992 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39764 KiB
Current children cumulated memory: 29624 KiB

[startup+1.50025 s]
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123972324/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=29828 memory=24948 CPUtime=1.48 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 5192 0 0 0 147 1 0 0 20 0 1 0 182330493 30543872 6237 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 7457 6237 405 379 0 6991 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 39760 KiB
Current children cumulated memory: 27548 KiB

[startup+3.1057 s]
/proc/loadavg: 4.07 4.12 4.11 5/260 972476
/proc/meminfo: memFree=123945360/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=37144 memory=34316 CPUtime=3.08 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 7060 0 0 0 306 2 0 0 20 0 1 0 182330493 38035456 8579 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 9286 8579 405 379 0 8820 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47076 KiB
Current children cumulated memory: 36916 KiB

[startup+6.30024 s]
/proc/loadavg: 4.14 4.13 4.12 5/260 972476
/proc/meminfo: memFree=123894156/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=128416 memory=92392 CPUtime=6.27 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 8334 0 0 0 623 4 0 0 20 0 1 0 182330493 131497984 23098 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 32104 23098 405 379 0 31638 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 138348 KiB
Current children cumulated memory: 94992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.13 4.12 5/260 972479
/proc/meminfo: memFree=123840120/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=79096 memory=61896 CPUtime=12.64 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 8811 0 0 0 1259 5 0 0 20 0 1 0 182330493 80994304 15474 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 19774 15474 405 379 0 19308 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 89028 KiB
Current children cumulated memory: 64496 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.12 4.11 5/260 972480
/proc/meminfo: memFree=123809704/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=159236 memory=117904 CPUtime=25.4 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 10802 0 0 0 2531 9 0 0 20 0 1 0 182330493 163057664 29476 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 39809 29476 405 379 0 39343 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 169168 KiB
Current children cumulated memory: 120504 KiB

[startup+51.1056 s]
/proc/loadavg: 4.15 4.13 4.11 5/260 972485
/proc/meminfo: memFree=123548124/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=159236 memory=142488 CPUtime=50.92 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 13079 0 0 0 5077 15 0 0 20 0 1 0 182330493 163057664 35622 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 39809 35622 405 379 0 39343 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 169168 KiB
Current children cumulated memory: 145088 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.11 5/260 972493
/proc/meminfo: memFree=123273920/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=209324 memory=162080 CPUtime=101.94 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 19466 0 0 0 10171 23 0 0 20 0 1 0 182330493 214347776 40520 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 52331 40520 405 379 0 51865 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 219256 KiB
Current children cumulated memory: 164680 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.10 4.10 5/260 972504
/proc/meminfo: memFree=123106048/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=209324 memory=188704 CPUtime=161.73 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 24227 0 0 0 16142 31 0 0 20 0 1 0 182330493 214347776 47176 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 52331 47176 405 379 0 51865 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 219256 KiB
Current children cumulated memory: 191304 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 4.10 5/260 972515
/proc/meminfo: memFree=123905244/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=209324 memory=160096 CPUtime=221.53 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 28994 0 0 0 22113 40 0 0 20 0 1 0 182330493 214347776 40024 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 52331 40024 405 379 0 51865 0
Current children cumulated CPU time: 221.53 s

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

/proc/972476/statm: 118402 90021 405 379 0 117936 0
Current children cumulated CPU time: 3032.07 s
Current children cumulated vsize: 483540 KiB
Current children cumulated memory: 362684 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/260 974368
/proc/meminfo: memFree=122858480/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=473860 memory=468924 CPUtime=3091.86 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 110654 0 0 0 308932 254 0 0 20 0 1 0 182330493 485232640 117231 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 118465 117231 405 379 0 117999 0
Current children cumulated CPU time: 3091.86 s
Current children cumulated vsize: 483792 KiB
Current children cumulated memory: 471524 KiB

[startup+3162.3 s]
/proc/loadavg: 3.56 3.99 4.11 4/252 974409
/proc/meminfo: memFree=124091884/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=342868 memory=313240 CPUtime=3151.62 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 112670 0 0 0 314903 259 0 0 20 0 1 0 182330493 351096832 78310 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 85717 78310 405 379 0 85251 0
Current children cumulated CPU time: 3151.62 s
Current children cumulated vsize: 352800 KiB
Current children cumulated memory: 315840 KiB

[startup+3222.3 s]
/proc/loadavg: 3.20 3.81 4.04 4/252 974420
/proc/meminfo: memFree=123760960/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=475128 memory=399048 CPUtime=3211.39 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 113259 0 0 0 320878 261 0 0 20 0 1 0 182330493 486531072 99762 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 118782 99762 405 379 0 118316 0
Current children cumulated CPU time: 3211.39 s
Current children cumulated vsize: 485060 KiB
Current children cumulated memory: 401648 KiB

[startup+3282.3 s]
/proc/loadavg: 3.18 3.69 3.98 4/252 974430
/proc/meminfo: memFree=123462324/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=477148 memory=472152 CPUtime=3271.16 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 113750 0 0 0 326853 263 0 0 20 0 1 0 182330493 488599552 118038 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 119287 118038 405 379 0 118821 0
Current children cumulated CPU time: 3271.16 s
Current children cumulated vsize: 487080 KiB
Current children cumulated memory: 474752 KiB

[startup+3342.3 s]
/proc/loadavg: 3.12 3.58 3.92 4/250 974440
/proc/meminfo: memFree=124128056/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=345648 memory=308196 CPUtime=3330.92 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 115417 0 0 0 332825 267 0 0 20 0 1 0 182330493 353943552 77049 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 86412 77049 405 379 0 85946 0
Current children cumulated CPU time: 3330.92 s
Current children cumulated vsize: 355580 KiB
Current children cumulated memory: 310796 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.49 3.87 4/250 974450
/proc/meminfo: memFree=123741900/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=478412 memory=437424 CPUtime=3390.7 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 116249 0 0 0 338799 271 0 0 20 0 1 0 182330493 489893888 109356 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 119603 109356 405 379 0 119137 0
Current children cumulated CPU time: 3390.7 s
Current children cumulated vsize: 488344 KiB
Current children cumulated memory: 440024 KiB

[startup+3462.3 s]
/proc/loadavg: 3.09 3.41 3.81 4/250 974461
/proc/meminfo: memFree=123691308/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=348176 memory=268280 CPUtime=3450.49 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 118544 0 0 0 344773 276 0 0 20 0 1 0 182330493 356532224 67070 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 87044 67070 405 379 0 86578 0
Current children cumulated CPU time: 3450.49 s
Current children cumulated vsize: 358108 KiB
Current children cumulated memory: 270880 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.35 3.77 4/250 974471
/proc/meminfo: memFree=124141472/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=480436 memory=368628 CPUtime=3510.27 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 119164 0 0 0 350749 278 0 0 20 0 1 0 182330493 491966464 92157 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 120109 92157 405 379 0 119643 0
Current children cumulated CPU time: 3510.27 s
Current children cumulated vsize: 490368 KiB
Current children cumulated memory: 371228 KiB

[startup+3582.3 s]
/proc/loadavg: 3.19 3.33 3.73 4/253 974486
/proc/meminfo: memFree=123785896/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=480688 memory=446552 CPUtime=3570.06 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 119338 0 0 0 356726 280 0 0 20 0 1 0 182330493 492224512 111638 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 120172 111638 405 379 0 119706 0
Current children cumulated CPU time: 3570.06 s
Current children cumulated vsize: 490620 KiB
Current children cumulated memory: 449152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 3.11 3.30 3.71 4/253 974493
/proc/meminfo: memFree=123612232/131524600 swapFree=131071996/131071996
[pid=972471] ppid=972468 vsize=9932 memory=2600 CPUtime=0 cores=0,2
/proc/972471/stat : 972471 (naps-1.02b5.sh) S 972468 972471 966761 0 -1 4194304 223 244 0 0 0 0 0 0 20 0 1 0 182330492 10170368 650 134679101440 93948066193408 93948067272728 140725293384496 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 93948069371184 93948069418372 93948089335808 140725293392863 140725293392990 140725293392990 140725293400006 0
/proc/972471/statm: 2483 650 572 264 0 134 0
[pid=972476] ppid=972471 vsize=696624 memory=484264 CPUtime=3600.05 cores=0,2
/proc/972476/stat : 972476 (naps-1.02b5) R 972471 972471 966761 0 -1 4194304 120140 0 0 0 359724 281 0 0 20 0 1 0 182330493 713342976 121066 134679101440 4194304 5746509 140737331905888 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 32903168 140737331913710 140737331913824 140737331913824 140737331920841 0
/proc/972476/statm: 174156 121066 405 379 0 173690 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 706556 KiB
Current children cumulated memory: 486864 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000404 s, system=0.002516 s

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

# cumulated CPU time of all completed processes:  user=3597.25 s, system=2.81755 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

Child status: 0

Real time (s): 3612.41
CPU time (s): 3600.07
CPU user time (s): 3597.25
CPU system time (s): 2.81755
CPU usage (%): 99.6585
Max. virtual memory (cumulated for all children) (KiB): 835520
Max. memory (cumulated for all children) (KiB): 581836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.25
system time used= 2.81755
maximum resident set size= 615088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120608
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= 101
involuntary context switches= 25179


# summary of solver processes directly reported to runsolver:
#   pid: 972471,972476
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3597.25
#   total CPU system time (s): 2.81755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.27364 second user time and 17.3221 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-18 13:20:44
IDJOB=4442631
IDBENCH=147834
IDSOLVER=3065
FILE ID=nodeC029/4442631-1721301631
RUNJOBID= nodeC029-1721293771-966771
SLURM_JOB_ID= 7542602
Free space on /tmp= 890056 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442631-1721301631/watcher-4442631-1721301631 -o /tmp/evaluation-result-4442631-1721301631/solver-4442631-1721301631 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966771 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4442631-1721301631.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1131096991

nodeC029.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		: 3644.321
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	: 7000.09
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		: 3679.003
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.98
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		: 3634.529
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	: 7000.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124000560 kB
MemAvailable:   127896748 kB
Buffers:          478180 kB
Cached:          4209740 kB
SwapCached:            0 kB
Active:           936844 kB
Inactive:        5872756 kB
Active(anon):       1488 kB
Inactive(anon):  2157888 kB
Active(file):     935356 kB
Inactive(file):  3714868 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4288 kB
Writeback:             0 kB
AnonPages:       2121664 kB
Mapped:           110768 kB
Shmem:             37720 kB
KReclaimable:     171224 kB
Slab:             292284 kB
SReclaimable:     171224 kB
SUnreclaim:       121060 kB
KernelStack:        4176 kB
PageTables:        13576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2781044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67296 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1038336 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC029 at 2024-07-18 14:20:56