Trace number 4442721

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.08 3609.81

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442721-1721302648/watcher-4442721-1721302648 -o /tmp/evaluation-result-4442721-1721302648/solver-4442721-1721302648 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966772 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442721-1721302648.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=973415, runsolver pid=973412

[startup+0.100089 s]*
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=125018492/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=10632 memory=5820 CPUtime=0.09 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 1108 0 0 0 9 0 0 0 20 0 1 0 182432175 10887168 1455 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 2658 1455 405 379 0 2192 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20564 KiB
Current children cumulated memory: 8632 KiB

[startup+0.205776 s]*
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=125014060/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=12448 memory=7956 CPUtime=0.2 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 1695 0 0 0 20 0 0 0 20 0 1 0 182432175 12746752 1989 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 3112 1989 405 379 0 2646 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 22380 KiB
Current children cumulated memory: 10768 KiB

[startup+0.305657 s]*
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=125011952/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=13976 memory=10008 CPUtime=0.3 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 2267 0 0 0 30 0 0 0 20 0 1 0 182432175 14311424 2502 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 3494 2502 405 379 0 3028 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 23908 KiB
Current children cumulated memory: 12820 KiB

[startup+0.700254 s]
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=125006580/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=20128 memory=17836 CPUtime=0.68 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 3985 0 0 0 68 0 0 0 20 0 1 0 182432175 20611072 4459 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 5032 4459 405 379 0 4566 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 30060 KiB
Current children cumulated memory: 20648 KiB

[startup+1.50027 s]
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=124990728/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=40256 memory=36456 CPUtime=1.49 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 8091 0 0 0 147 2 0 0 20 0 1 0 182432175 41222144 9114 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 10064 9114 405 379 0 9598 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 50188 KiB
Current children cumulated memory: 39268 KiB

[startup+3.10563 s]
/proc/loadavg: 4.06 4.11 4.09 5/259 973420
/proc/meminfo: memFree=125108132/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=80784 memory=64560 CPUtime=3.09 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 11405 0 0 0 306 3 0 0 20 0 1 0 182432175 82722816 16140 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 20196 16140 405 379 0 19730 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 90716 KiB
Current children cumulated memory: 67372 KiB

[startup+6.30025 s]
/proc/loadavg: 4.06 4.11 4.09 5/259 973421
/proc/meminfo: memFree=125029360/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=113068 memory=107016 CPUtime=6.28 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 12316 0 0 0 624 4 0 0 20 0 1 0 182432175 115781632 26754 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 28267 26754 405 379 0 27801 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 123000 KiB
Current children cumulated memory: 109828 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.10 4.09 5/259 973421
/proc/meminfo: memFree=125044344/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=164576 memory=114504 CPUtime=12.65 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 14736 0 0 0 1259 6 0 0 20 0 1 0 182432175 168525824 28626 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 41144 28626 405 379 0 40678 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 174508 KiB
Current children cumulated memory: 117316 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.12 4.09 5/259 973424
/proc/meminfo: memFree=124871612/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=166588 memory=143388 CPUtime=25.43 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 16434 0 0 0 2531 12 0 0 20 0 1 0 182432175 170586112 35847 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 41647 35847 405 379 0 41181 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 176520 KiB
Current children cumulated memory: 146200 KiB

[startup+51.1057 s]
/proc/loadavg: 4.07 4.11 4.09 5/259 973427
/proc/meminfo: memFree=124693400/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=251504 memory=175280 CPUtime=50.97 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 19641 0 0 0 5079 18 0 0 20 0 1 0 182432175 257540096 43820 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 62876 43820 405 379 0 62410 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 261436 KiB
Current children cumulated memory: 178092 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/259 973436
/proc/meminfo: memFree=124765268/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=388244 memory=275060 CPUtime=102.03 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 22822 0 0 0 10175 28 0 0 20 0 1 0 182432175 397561856 68765 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 97061 68765 405 379 0 96595 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 398176 KiB
Current children cumulated memory: 277872 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/261 973450
/proc/meminfo: memFree=124486852/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=390708 memory=349952 CPUtime=161.88 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 24409 0 0 0 16151 37 0 0 20 0 1 0 182432175 400084992 87488 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 97677 87488 405 379 0 97211 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 400640 KiB
Current children cumulated memory: 352764 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/261 973461
/proc/meminfo: memFree=124421496/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=606920 memory=428804 CPUtime=221.73 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 26588 0 0 0 22124 49 0 0 20 0 1 0 182432175 621486080 107201 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 151730 107201 405 379 0 151264 0
Current children cumulated CPU time: 221.73 s

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

/proc/973420/statm: 376595 300322 405 379 0 376129 0
Current children cumulated CPU time: 3033.97 s
Current children cumulated vsize: 1516312 KiB
Current children cumulated memory: 1204100 KiB

[startup+3102.3 s]
/proc/loadavg: 2.08 2.31 3.01 3/245 975164
/proc/meminfo: memFree=123993888/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1511184 memory=1324108 CPUtime=3093.81 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 191700 0 0 0 308995 386 0 0 20 0 1 0 182432175 1547452416 331027 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 377796 331027 405 379 0 377330 0
Current children cumulated CPU time: 3093.81 s
Current children cumulated vsize: 1521116 KiB
Current children cumulated memory: 1326920 KiB

[startup+3162.3 s]
/proc/loadavg: 2.07 2.26 2.95 3/245 975230
/proc/meminfo: memFree=124223256/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1168708 memory=962232 CPUtime=3153.65 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 194250 0 0 0 314969 396 0 0 20 0 1 0 182432175 1196756992 240558 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 292177 240558 405 379 0 291711 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 1178640 KiB
Current children cumulated memory: 965044 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.24 2.90 3/244 975241
/proc/meminfo: memFree=123954412/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1168876 memory=1122156 CPUtime=3213.5 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 194726 0 0 0 320952 398 0 0 20 0 1 0 182432175 1196929024 280539 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 292219 280539 405 379 0 291753 0
Current children cumulated CPU time: 3213.5 s
Current children cumulated vsize: 1178808 KiB
Current children cumulated memory: 1124968 KiB

[startup+3282.3 s]
/proc/loadavg: 2.11 2.21 2.85 3/244 975251
/proc/meminfo: memFree=124115420/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1519304 memory=1248840 CPUtime=3273.36 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 196104 0 0 0 326935 401 0 0 20 0 1 0 182432175 1555767296 312210 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 379826 312210 405 379 0 379360 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 1529236 KiB
Current children cumulated memory: 1251652 KiB

[startup+3342.3 s]
/proc/loadavg: 2.15 2.20 2.80 3/244 975262
/proc/meminfo: memFree=123895672/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1522340 memory=1359708 CPUtime=3333.21 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 197066 0 0 0 332917 404 0 0 20 0 1 0 182432175 1558876160 339927 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 380585 339927 405 379 0 380119 0
Current children cumulated CPU time: 3333.21 s
Current children cumulated vsize: 1532272 KiB
Current children cumulated memory: 1362520 KiB

[startup+3402.3 s]
/proc/loadavg: 2.11 2.18 2.76 3/243 975273
/proc/meminfo: memFree=123662936/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1527340 memory=1462228 CPUtime=3393.07 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 198558 0 0 0 338901 406 0 0 20 0 1 0 182432175 1563996160 365557 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 381835 365557 405 379 0 381369 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 1537272 KiB
Current children cumulated memory: 1465040 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.16 2.71 3/242 975283
/proc/meminfo: memFree=124323840/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1178232 memory=1101200 CPUtime=3452.93 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 199756 0 0 0 344875 418 0 0 20 0 1 0 182432175 1206509568 275300 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 294558 275300 405 379 0 294092 0
Current children cumulated CPU time: 3452.93 s
Current children cumulated vsize: 1188164 KiB
Current children cumulated memory: 1104012 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.14 2.67 2/234 975324
/proc/meminfo: memFree=124638456/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1528152 memory=1233488 CPUtime=3512.76 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 201009 0 0 0 350855 421 0 0 20 0 1 0 182432175 1564827648 308372 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 382038 308372 405 379 0 381572 0
Current children cumulated CPU time: 3512.76 s
Current children cumulated vsize: 1538084 KiB
Current children cumulated memory: 1236300 KiB

[startup+3582.3 s]
/proc/loadavg: 1.45 1.95 2.57 2/235 975335
/proc/meminfo: memFree=124526508/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1529504 memory=1343188 CPUtime=3572.62 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 201710 0 0 0 356839 423 0 0 20 0 1 0 182432175 1566212096 335797 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 382376 335797 405 379 0 381910 0
Current children cumulated CPU time: 3572.62 s
Current children cumulated vsize: 1539436 KiB
Current children cumulated memory: 1346000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 1.33 1.87 2.52 2/235 975341
/proc/meminfo: memFree=124478492/131524600 swapFree=131071996/131071996
[pid=973415] ppid=973412 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/973415/stat : 973415 (naps-1.02b5.sh) S 973412 973415 966761 0 -1 4194304 222 243 0 0 0 0 0 0 20 0 1 0 182432175 10170368 703 134679101440 94095716298752 94095717378072 140732274853776 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94095719476528 94095719523716 94095728336896 140732274861023 140732274861150 140732274861150 140732274868166 0
/proc/973415/statm: 2483 703 627 264 0 134 0
[pid=973420] ppid=973415 vsize=1530540 memory=1393080 CPUtime=3600.05 cores=4,6
/proc/973420/stat : 973420 (naps-1.02b5) R 973415 973415 966761 0 -1 4194304 202180 0 0 0 359581 424 0 0 20 0 1 0 182432175 1567272960 348270 134679101440 4194304 5746509 140730551658912 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 22474752 140730551665646 140730551665760 140730551665760 140730551672777 0
/proc/973420/statm: 382635 348270 405 379 0 382169 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1540472 KiB
Current children cumulated memory: 1395892 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001683 s, system=0.001288 s

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

# cumulated CPU time of all completed processes:  user=3595.82 s, system=4.26141 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): 3609.81
CPU time (s): 3600.08
CPU user time (s): 3595.82
CPU system time (s): 4.26141
CPU usage (%): 99.7304
Max. virtual memory (cumulated for all children) (KiB): 1881288
Max. memory (cumulated for all children) (KiB): 1711556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.82
system time used= 4.26141
maximum resident set size= 1780128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202645
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= 417
involuntary context switches= 4662


# summary of solver processes directly reported to runsolver:
#   pid: 973415,973420
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3595.82
#   total CPU system time (s): 4.26141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40766 second user time and 16.9915 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-18 13:37:41
IDJOB=4442721
IDBENCH=147844
IDSOLVER=3065
FILE ID=nodeC029/4442721-1721302648
RUNJOBID= nodeC029-1721293771-966772
SLURM_JOB_ID= 7542602
Free space on /tmp= 890044 MiB

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

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

MD5SUM BENCH= 6537247428469e6459e4298d22ed7785
RANDOM SEED=1677711087

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		: 3654.399
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		: 3687.867
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		: 3600.233
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.341
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		: 3657.396
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		: 3687.905
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		: 3636.532
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.259
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:        125025992 kB
MemAvailable:   128836560 kB
Buffers:          478792 kB
Cached:          4124032 kB
SwapCached:            0 kB
Active:           937924 kB
Inactive:        4849320 kB
Active(anon):       1520 kB
Inactive(anon):  1220620 kB
Active(file):     936404 kB
Inactive(file):  3628700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14272 kB
Writeback:             0 kB
AnonPages:       1184528 kB
Mapped:           110756 kB
Shmem:             37720 kB
KReclaimable:     170220 kB
Slab:             291088 kB
SReclaimable:     170220 kB
SUnreclaim:       120868 kB
KernelStack:        4140 kB
PageTables:        11448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1726436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67328 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 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= 890052 MiB
End job on nodeC029 at 2024-07-18 14:37:51