Trace number 4454141

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.06 3609.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-11diag_spec_less.opb
MD5SUM835882185b05cb50ca6c38d629f5e937
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.041781
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables418
Total number of constraints508
Number of constraints which are clauses363
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints145
Minimum length of a constraint2
Maximum length of a constraint143
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 2097152
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 8388607
Number of bits of the biggest sum of numbers23
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-4454141-1721492619.opb
3600.05/3609.40	c 
3600.05/3609.40	c *** TERMINATED *** by signal 15
3600.05/3609.40	s UNKNOWN
3600.05/3609.40	c _____________________________________________________________________________
3600.05/3609.40	c 
3600.05/3609.40	c std/band forms        : 1,111
3600.05/3609.40	c 2cl/3cl ITE-codings   : 5736,1827
3600.05/3609.40	c BDD/srt/adr Max costs : 6305,0,0
3600.05/3609.40	c BDDraw/bin/mul/srt/adr: 111,0,1,0,0
3600.05/3609.40	c BDD nodes             : 9146
3600.05/3609.40	c Es1/CC detections     : 0,0
3600.05/3609.40	c SAT/UNSAT calls       : 0,0
3600.05/3609.40	c regenrated variables  : 0
3600.05/3609.40	c restarts              : 0
3600.05/3609.40	c conflicts             : 0              (0 /sec)
3600.05/3609.40	c decisions             : 0              (0 /sec)
3600.05/3609.40	c propagations          : 0              (0 /sec)
3600.05/3609.40	c inspects              : 0              (0 /sec)
3600.05/3609.40	c CPU time (solving tm) : 3600 s        (3599 s)
3600.05/3609.40	c Time for Opt-base     : 0.127 s
3600.05/3609.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 (61204 MiB free)
  memory of node 1: 64510 MiB (61589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454141-1721492619/watcher-4454141-1721492619 -o /tmp/evaluation-result-4454141-1721492619/solver-4454141-1721492619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721492631-1076938 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4454141-1721492619.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=1076994, runsolver pid=1076983

[startup+0.100082 s]*
/proc/loadavg: 3.85 4.06 4.07 7/264 1077016
/proc/meminfo: memFree=125718628/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=8240 memory=3412 CPUtime=0.1 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 515 0 0 0 10 0 0 0 20 0 1 0 201421053 8437760 853 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 2060 853 421 379 0 1594 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18172 KiB
Current children cumulated memory: 6224 KiB

[startup+0.20632 s]*
/proc/loadavg: 3.85 4.06 4.07 6/264 1077016
/proc/meminfo: memFree=125711288/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=9660 memory=8880 CPUtime=0.2 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 2144 0 0 0 20 0 0 0 20 0 1 0 201421053 9891840 2220 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 2415 2220 421 379 0 1949 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 19592 KiB
Current children cumulated memory: 11692 KiB

[startup+0.305162 s]*
/proc/loadavg: 3.85 4.06 4.07 5/264 1077016
/proc/meminfo: memFree=125708480/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=10048 memory=8996 CPUtime=0.3 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 2197 0 0 0 30 0 0 0 20 0 1 0 201421053 10289152 2249 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 2512 2249 421 379 0 2046 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 19980 KiB
Current children cumulated memory: 11808 KiB

[startup+0.700177 s]
/proc/loadavg: 3.85 4.06 4.07 5/264 1077016
/proc/meminfo: memFree=125704820/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=10684 memory=9784 CPUtime=0.69 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 2373 0 0 0 69 0 0 0 20 0 1 0 201421053 10940416 2446 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 2671 2446 421 379 0 2205 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 20616 KiB
Current children cumulated memory: 12596 KiB

[startup+1.50019 s]
/proc/loadavg: 3.85 4.06 4.07 7/264 1077016
/proc/meminfo: memFree=125692064/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=11696 memory=10636 CPUtime=1.49 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 3021 0 0 0 149 0 0 0 20 0 1 0 201421053 11976704 2659 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 2924 2659 421 379 0 2458 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 21628 KiB
Current children cumulated memory: 13448 KiB

[startup+3.10652 s]
/proc/loadavg: 3.86 4.06 4.07 7/264 1077018
/proc/meminfo: memFree=125674208/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=20496 memory=16564 CPUtime=3.09 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 3490 0 0 0 309 0 0 0 20 0 1 0 201421053 20987904 4141 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 5124 4141 421 379 0 4658 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 30428 KiB
Current children cumulated memory: 19376 KiB

[startup+6.30019 s]
/proc/loadavg: 3.86 4.06 4.07 7/264 1077018
/proc/meminfo: memFree=125657228/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=20496 memory=19404 CPUtime=6.27 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 3644 0 0 0 627 0 0 0 20 0 1 0 201421053 20987904 4851 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 5124 4851 421 379 0 4658 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 30428 KiB
Current children cumulated memory: 22216 KiB

[startup+12.7002 s]
/proc/loadavg: 3.87 4.05 4.07 7/263 1077018
/proc/meminfo: memFree=125618736/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=23216 memory=22016 CPUtime=12.65 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 4320 0 0 0 1265 0 0 0 20 0 1 0 201421053 23773184 5504 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 5804 5504 421 379 0 5338 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 33148 KiB
Current children cumulated memory: 24828 KiB

[startup+25.5002 s]
/proc/loadavg: 3.97 4.07 4.08 7/263 1077022
/proc/meminfo: memFree=125586128/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=20536 memory=20000 CPUtime=25.43 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 5677 0 0 0 2542 1 0 0 20 0 1 0 201421053 21028864 5000 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 5134 5000 421 379 0 4668 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 30468 KiB
Current children cumulated memory: 22812 KiB

[startup+51.1066 s]
/proc/loadavg: 4.06 4.08 4.08 7/263 1077027
/proc/meminfo: memFree=125537216/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=56440 memory=39708 CPUtime=50.96 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 7545 0 0 0 5094 2 0 0 20 0 1 0 201421053 57794560 9927 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 14110 9927 421 379 0 13644 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 66372 KiB
Current children cumulated memory: 42520 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.08 7/263 1077418
/proc/meminfo: memFree=125447120/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=56440 memory=55468 CPUtime=102.04 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 7952 0 0 0 10201 3 0 0 20 0 1 0 201421053 57794560 13867 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 14110 13867 421 379 0 13644 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 66372 KiB
Current children cumulated memory: 58280 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.08 7/261 1077430
/proc/meminfo: memFree=125385516/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=63464 memory=62624 CPUtime=161.89 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 8216 0 0 0 16186 3 0 0 20 0 1 0 201421053 64987136 15656 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 15866 15656 421 379 0 15400 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 73396 KiB
Current children cumulated memory: 65436 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.08 7/261 1077440
/proc/meminfo: memFree=125364956/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=63464 memory=62624 CPUtime=221.74 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 8234 0 0 0 22171 3 0 0 20 0 1 0 201421053 64987136 15656 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 15866 15656 421 379 0 15400 0
Current children cumulated CPU time: 221.74 s

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

/proc/loadavg: 4.10 4.14 4.15 7/263 1078770
/proc/meminfo: memFree=125175460/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=89144 memory=88536 CPUtime=3034.58 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 29170 0 0 0 303425 33 0 0 20 0 1 0 201421053 91283456 22134 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 22286 22134 421 379 0 21820 0
Current children cumulated CPU time: 3034.58 s
Current children cumulated vsize: 99076 KiB
Current children cumulated memory: 91348 KiB

[startup+3102.3 s]
/proc/loadavg: 4.08 4.13 4.14 7/263 1078780
/proc/meminfo: memFree=125092704/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=138464 memory=129344 CPUtime=3094.43 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 29707 0 0 0 309410 33 0 0 20 0 1 0 201421053 141787136 32336 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 34616 32336 421 379 0 34150 0
Current children cumulated CPU time: 3094.43 s
Current children cumulated vsize: 148396 KiB
Current children cumulated memory: 132156 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.14 7/260 1078791
/proc/meminfo: memFree=125083940/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=169284 memory=141640 CPUtime=3154.26 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 30317 0 0 0 315392 34 0 0 20 0 1 0 201421053 173346816 35410 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 42321 35410 421 379 0 41855 0
Current children cumulated CPU time: 3154.26 s
Current children cumulated vsize: 179216 KiB
Current children cumulated memory: 144452 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.13 7/260 1078802
/proc/meminfo: memFree=125100164/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=89144 memory=88536 CPUtime=3214.09 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 30371 0 0 0 321374 35 0 0 20 0 1 0 201421053 91283456 22134 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 22286 22134 421 379 0 21820 0
Current children cumulated CPU time: 3214.09 s
Current children cumulated vsize: 99076 KiB
Current children cumulated memory: 91348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.12 7/259 1078812
/proc/meminfo: memFree=125071432/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=138464 memory=133440 CPUtime=3273.91 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 30911 0 0 0 327356 35 0 0 20 0 1 0 201421053 141787136 33360 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 34616 33360 421 379 0 34150 0
Current children cumulated CPU time: 3273.91 s
Current children cumulated vsize: 148396 KiB
Current children cumulated memory: 136252 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.13 7/259 1078823
/proc/meminfo: memFree=125072200/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=169284 memory=145996 CPUtime=3333.74 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 31524 0 0 0 333338 36 0 0 20 0 1 0 201421053 173346816 36499 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 42321 36499 421 379 0 41855 0
Current children cumulated CPU time: 3333.74 s
Current children cumulated vsize: 179216 KiB
Current children cumulated memory: 148808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.12 7/262 1078838
/proc/meminfo: memFree=125055304/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=140600 memory=123288 CPUtime=3393.56 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 32602 0 0 0 339319 37 0 0 20 0 1 0 201421053 143974400 30822 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 35150 30822 421 379 0 34684 0
Current children cumulated CPU time: 3393.56 s
Current children cumulated vsize: 150532 KiB
Current children cumulated memory: 126100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.12 7/262 1078849
/proc/meminfo: memFree=125013412/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=140600 memory=137624 CPUtime=3453.38 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 32656 0 0 0 345301 37 0 0 20 0 1 0 201421053 143974400 34406 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 35150 34406 421 379 0 34684 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 150532 KiB
Current children cumulated memory: 140436 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.12 7/263 1078860
/proc/meminfo: memFree=125091256/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=171420 memory=146084 CPUtime=3513.21 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 33266 0 0 0 351283 38 0 0 20 0 1 0 201421053 175534080 36521 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 42855 36521 421 379 0 42389 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 181352 KiB
Current children cumulated memory: 148896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.11 7/263 1078870
/proc/meminfo: memFree=125108680/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=91280 memory=90672 CPUtime=3573.03 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 33315 0 0 0 357265 38 0 0 20 0 1 0 201421053 93470720 22668 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 22820 22668 421 379 0 22354 0
Current children cumulated CPU time: 3573.03 s
Current children cumulated vsize: 101212 KiB
Current children cumulated memory: 93484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.05 4.10 4.11 7/263 1078876
/proc/meminfo: memFree=125033936/131524600 swapFree=130799640/131071996
[pid=1076994] ppid=1076983 vsize=9932 memory=2812 CPUtime=0 cores=4,6
/proc/1076994/stat : 1076994 (naps-1.02b5.sh) S 1076983 1076994 1076927 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 201421053 10170368 703 134679101440 94064485363712 94064486443032 140737014168848 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94064488541488 94064488588676 94064520654848 140737014174686 140737014174813 140737014174813 140737014181830 0
/proc/1076994/statm: 2483 703 625 264 0 134 0
[pid=1077012] ppid=1076994 vsize=140600 memory=123224 CPUtime=3600.05 cores=4,6
/proc/1077012/stat : 1077012 (naps-1.02b5) R 1076994 1076994 1076927 0 -1 4194304 33805 0 0 0 359966 39 0 0 20 0 1 0 201421053 143974400 30806 134679101440 4194304 5746509 140725773052848 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 10956800 140725773059053 140725773059167 140725773059167 140725773066185 0
/proc/1077012/statm: 35150 30806 421 379 0 34684 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 150532 KiB
Current children cumulated memory: 126036 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.66 s, system=0.397364 s

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

Child status: 0

Real time (s): 3609.4
CPU time (s): 3600.06
CPU user time (s): 3599.66
CPU system time (s): 0.397364
CPU usage (%): 99.7412
Max. virtual memory (cumulated for all children) (KiB): 181352
Max. memory (cumulated for all children) (KiB): 157088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.66
system time used= 0.397364
maximum resident set size= 154276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34281
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= 29
involuntary context switches= 1686


# summary of solver processes directly reported to runsolver:
#   pid: 1076994
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.66
#   total CPU system time (s): 0.397364

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.54722 second user time and 20.0592 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-20 18:23:52
IDJOB=4454141
IDBENCH=176067
IDSOLVER=3065
FILE ID=nodeC014/4454141-1721492619
RUNJOBID= nodeC014-1721492631-1076938
SLURM_JOB_ID= 7545795
Free space on /tmp= 890036 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-11diag_spec_less.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454141-1721492619/watcher-4454141-1721492619 -o /tmp/evaluation-result-4454141-1721492619/solver-4454141-1721492619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721492631-1076938 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4454141-1721492619.opb

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

MD5SUM BENCH= 835882185b05cb50ca6c38d629f5e937
RANDOM SEED=1578527685

nodeC014.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		: 3627.226
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
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		: 3574.515
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
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		: 3581.708
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
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		: 3639.561
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
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		: 3589.642
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
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		: 3628.656
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
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		: 3594.033
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.32
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		: 3515.439
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125742524 kB
MemAvailable:   129976448 kB
Buffers:          526784 kB
Cached:          4501696 kB
SwapCached:        12768 kB
Active:          1558616 kB
Inactive:        3592644 kB
Active(anon):       9100 kB
Inactive(anon):   143160 kB
Active(file):    1549516 kB
Inactive(file):  3449484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:             15844 kB
Writeback:             0 kB
AnonPages:        114416 kB
Mapped:            51964 kB
Shmem:             29804 kB
KReclaimable:     149140 kB
Slab:             252712 kB
SReclaimable:     149140 kB
SUnreclaim:       103572 kB
KernelStack:        3936 kB
PageTables:         9720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     781064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37792 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890020 MiB
End job on nodeC014 at 2024-07-20 19:24:01