Trace number 4450181

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

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
MD5SUM60aa0ac85dc632e57e54cb255f142331
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4830
Total number of constraints15140
Number of constraints which are clauses15140
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 constraint3
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 4
Number of bits of the biggest sum of numbers3
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-4450181-1721406727.opb
3600.09/3609.40	c 
3600.09/3609.40	c *** TERMINATED *** by signal 15
3600.09/3609.40	s UNKNOWN
3600.09/3609.40	c _____________________________________________________________________________
3600.09/3609.40	c 
3600.09/3609.40	c std/band forms        : 0,0
3600.09/3609.40	c 2cl/3cl ITE-codings   : 0,0
3600.09/3609.40	c BDD/srt/adr Max costs : 0,0,0
3600.09/3609.40	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.09/3609.40	c BDD nodes             : 0
3600.09/3609.40	c Es1/CC detections     : 0,0
3600.09/3609.40	c SAT/UNSAT calls       : 0,0
3600.09/3609.40	c regenrated variables  : 0
3600.09/3609.40	c restarts              : 0
3600.09/3609.40	c conflicts             : 0              (0 /sec)
3600.09/3609.40	c decisions             : 0              (0 /sec)
3600.09/3609.40	c propagations          : 0              (0 /sec)
3600.09/3609.40	c inspects              : 0              (0 /sec)
3600.09/3609.40	c CPU time (solving tm) : 3599 s        (3599 s)
3600.09/3609.40	c Time for Opt-base     : 0 s
3600.09/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: 63968 MiB (62532 MiB free)
  memory of node 1: 64473 MiB (63228 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450181-1721406727/watcher-4450181-1721406727 -o /tmp/evaluation-result-4450181-1721406727/solver-4450181-1721406727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019518 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4450181-1721406727.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
solver pid=1021883, runsolver pid=1021880
Current StackSize limit: 8192 KiB


[startup+0.100494 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021888
/proc/meminfo: memFree=128771612/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=6708 memory=5636 CPUtime=0.09 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 1366 0 0 0 9 0 0 0 20 0 1 0 192838900 6868992 1409 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 1677 1409 405 379 0 1211 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16640 KiB
Current children cumulated memory: 8464 KiB

[startup+0.205907 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021888
/proc/meminfo: memFree=128770828/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=7368 memory=6160 CPUtime=0.19 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 1540 0 0 0 19 0 0 0 20 0 1 0 192838900 7544832 1540 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 1842 1540 405 379 0 1376 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 17300 KiB
Current children cumulated memory: 8988 KiB

[startup+0.305752 s]*
/proc/loadavg: 4.17 4.11 4.09 5/261 1021888
/proc/meminfo: memFree=128770016/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=8388 memory=7216 CPUtime=0.29 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 1758 0 0 0 29 0 0 0 20 0 1 0 192838900 8589312 1804 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 2097 1804 405 379 0 1631 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18320 KiB
Current children cumulated memory: 10044 KiB

[startup+0.700273 s]
/proc/loadavg: 4.17 4.11 4.09 5/261 1021888
/proc/meminfo: memFree=128768504/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=10512 memory=9328 CPUtime=0.68 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 2338 0 0 0 68 0 0 0 20 0 1 0 192838900 10764288 2332 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 2628 2332 405 379 0 2162 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 12156 KiB

[startup+1.50028 s]
/proc/loadavg: 4.17 4.11 4.09 5/261 1021888
/proc/meminfo: memFree=128764868/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=12176 memory=11176 CPUtime=1.47 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 2770 0 0 0 147 0 0 0 20 0 1 0 192838900 12468224 2794 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 3044 2794 405 379 0 2578 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 22108 KiB
Current children cumulated memory: 14004 KiB

[startup+3.10445 s]
/proc/loadavg: 4.23 4.13 4.10 6/257 1021955
/proc/meminfo: memFree=128941736/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=15108 memory=14216 CPUtime=3.08 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 3564 0 0 0 307 1 0 0 20 0 1 0 192838900 15470592 3554 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 3777 3554 405 379 0 3311 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 25040 KiB
Current children cumulated memory: 17044 KiB

[startup+6.3002 s]
/proc/loadavg: 4.23 4.13 4.10 5/261 1021988
/proc/meminfo: memFree=128906440/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=22176 memory=21132 CPUtime=6.26 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 3802 0 0 0 625 1 0 0 20 0 1 0 192838900 22708224 5283 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 5544 5283 405 379 0 5078 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 32108 KiB
Current children cumulated memory: 23960 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.12 4.10 5/261 1021990
/proc/meminfo: memFree=128878920/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=36980 memory=29200 CPUtime=12.65 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 4909 0 0 0 1263 2 0 0 20 0 1 0 192838900 37867520 7300 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 9245 7300 405 379 0 8779 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 46912 KiB
Current children cumulated memory: 32028 KiB

[startup+25.5002 s]
/proc/loadavg: 4.24 4.13 4.10 5/261 1021991
/proc/meminfo: memFree=128836480/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=41708 memory=40232 CPUtime=25.42 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 6107 0 0 0 2540 2 0 0 20 0 1 0 192838900 42708992 10058 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 10427 10058 405 379 0 9961 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 51640 KiB
Current children cumulated memory: 43060 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.12 4.10 5/260 1021997
/proc/meminfo: memFree=128771704/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=60384 memory=59404 CPUtime=50.96 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 6798 0 0 0 5093 3 0 0 20 0 1 0 192838900 61833216 14851 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 15096 14851 405 379 0 14630 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 70316 KiB
Current children cumulated memory: 62232 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/260 1022005
/proc/meminfo: memFree=128726848/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=80772 memory=74220 CPUtime=102.04 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 8510 0 0 0 10199 5 0 0 20 0 1 0 192838900 82710528 18555 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 20193 18555 405 379 0 19727 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 90704 KiB
Current children cumulated memory: 77048 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/260 1022016
/proc/meminfo: memFree=128666356/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=92264 memory=89704 CPUtime=161.89 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 8886 0 0 0 16184 5 0 0 20 0 1 0 192838900 94478336 22426 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 23066 22426 405 379 0 22600 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 102196 KiB
Current children cumulated memory: 92532 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/258 1022027
/proc/meminfo: memFree=128660040/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=92264 memory=90828 CPUtime=221.74 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 9217 0 0 0 22169 5 0 0 20 0 1 0 192838900 94478336 22707 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 23066 22707 405 379 0 22600 0
Current children cumulated CPU time: 221.74 s

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

/proc/loadavg: 4.12 4.12 4.14 5/260 1023620
/proc/meminfo: memFree=128446228/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=235856 memory=216076 CPUtime=3034.52 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 57384 0 0 0 303366 86 0 0 20 0 1 0 192838900 241516544 54019 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 58964 54019 405 379 0 58498 0
Current children cumulated CPU time: 3034.52 s
Current children cumulated vsize: 245788 KiB
Current children cumulated memory: 218904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.10 4.13 5/260 1023631
/proc/meminfo: memFree=128411896/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=235856 memory=234508 CPUtime=3094.35 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 57500 0 0 0 309348 87 0 0 20 0 1 0 192838900 241516544 58627 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 58964 58627 405 379 0 58498 0
Current children cumulated CPU time: 3094.35 s
Current children cumulated vsize: 245788 KiB
Current children cumulated memory: 237336 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.12 4.13 5/260 1023643
/proc/meminfo: memFree=128520716/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=209840 memory=206276 CPUtime=3154.19 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 58983 0 0 0 315330 89 0 0 20 0 1 0 192838900 214876160 51569 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 52460 51569 405 379 0 51994 0
Current children cumulated CPU time: 3154.19 s
Current children cumulated vsize: 219772 KiB
Current children cumulated memory: 209104 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.13 5/260 1024037
/proc/meminfo: memFree=128381448/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=240660 memory=237264 CPUtime=3214.03 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 59645 0 0 0 321313 90 0 0 20 0 1 0 192838900 246435840 59316 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60165 59316 405 379 0 59699 0
Current children cumulated CPU time: 3214.03 s
Current children cumulated vsize: 250592 KiB
Current children cumulated memory: 240092 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/260 1024047
/proc/meminfo: memFree=128447528/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=240660 memory=218832 CPUtime=3273.87 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 61010 0 0 0 327295 92 0 0 20 0 1 0 192838900 246435840 54708 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60165 54708 405 379 0 59699 0
Current children cumulated CPU time: 3273.87 s
Current children cumulated vsize: 250592 KiB
Current children cumulated memory: 221660 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/260 1024058
/proc/meminfo: memFree=128362704/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=240660 memory=239312 CPUtime=3333.71 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 61094 0 0 0 333278 93 0 0 20 0 1 0 192838900 246435840 59828 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60165 59828 405 379 0 59699 0
Current children cumulated CPU time: 3333.71 s
Current children cumulated vsize: 250592 KiB
Current children cumulated memory: 242140 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/260 1024237
/proc/meminfo: memFree=128443016/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=212364 memory=210876 CPUtime=3393.55 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 62585 0 0 0 339261 94 0 0 20 0 1 0 192838900 217460736 52719 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 53091 52719 405 379 0 52625 0
Current children cumulated CPU time: 3393.55 s
Current children cumulated vsize: 222296 KiB
Current children cumulated memory: 213704 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.12 4.12 5/260 1024247
/proc/meminfo: memFree=128351056/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=243184 memory=229548 CPUtime=3453.38 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 63181 0 0 0 345243 95 0 0 20 0 1 0 192838900 249020416 57387 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60796 57387 405 379 0 60330 0
Current children cumulated CPU time: 3453.38 s
Current children cumulated vsize: 253116 KiB
Current children cumulated memory: 232376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.11 4.11 5/261 1024317
/proc/meminfo: memFree=128397956/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=293272 memory=249184 CPUtime=3513.21 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 63556 0 0 0 351225 96 0 0 20 0 1 0 192838900 300310528 62296 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 73318 62296 405 379 0 72852 0
Current children cumulated CPU time: 3513.21 s
Current children cumulated vsize: 303204 KiB
Current children cumulated memory: 252012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.11 5/261 1024327
/proc/meminfo: memFree=128348836/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=243184 memory=227464 CPUtime=3573.06 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 64561 0 0 0 357208 98 0 0 20 0 1 0 192838900 249020416 56866 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60796 56866 405 379 0 60330 0
Current children cumulated CPU time: 3573.06 s
Current children cumulated vsize: 253116 KiB
Current children cumulated memory: 230292 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.15 4.12 4.11 5/261 1024333
/proc/meminfo: memFree=128345924/131524600 swapFree=131071996/131071996
[pid=1021883] ppid=1021880 vsize=9932 memory=2828 CPUtime=0 cores=4,6
/proc/1021883/stat : 1021883 (naps-1.02b5.sh) S 1021880 1021883 1017486 0 -1 4194304 226 246 0 0 0 0 0 0 20 0 1 0 192838900 10170368 707 134679101440 94720179539968 94720180619288 140724317288048 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94720182717744 94720182764932 94720207732736 140724317291486 140724317291613 140724317291613 140724317298630 0
/proc/1021883/statm: 2483 707 632 264 0 134 0
[pid=1021888] ppid=1021883 vsize=243184 memory=239752 CPUtime=3600.09 cores=4,6
/proc/1021888/stat : 1021888 (naps-1.02b5) R 1021883 1021883 1017486 0 -1 4194304 64567 0 0 0 359910 99 0 0 20 0 1 0 192838900 249020416 59938 134679101440 4194304 5746509 140727097389904 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 14409728 140727097398253 140727097398367 140727097398367 140727097405385 0
/proc/1021888/statm: 60796 59938 405 379 0 60330 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 253116 KiB
Current children cumulated memory: 242580 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.1 s, system=0.995261 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.1
CPU user time (s): 3599.1
CPU system time (s): 0.995261
CPU usage (%): 99.7423
Max. virtual memory (cumulated for all children) (KiB): 303204
Max. memory (cumulated for all children) (KiB): 252012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.1
system time used= 0.995261
maximum resident set size= 249184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65053
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= 70
involuntary context switches= 2812


# summary of solver processes directly reported to runsolver:
#   pid: 1021883
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.1
#   total CPU system time (s): 0.995261

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.03107 second user time and 19.1025 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 18:32:20
IDJOB=4450181
IDBENCH=160409
IDSOLVER=3065
FILE ID=nodeC026/4450181-1721406727
RUNJOBID= nodeC026-1721403128-1019518
SLURM_JOB_ID= 7545449
Free space on /tmp= 890072 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l090-r089-n1.cnf-plain.pb.metafix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450181-1721406727/watcher-4450181-1721406727 -o /tmp/evaluation-result-4450181-1721406727/solver-4450181-1721406727 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721403128-1019518 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4450181-1721406727.opb

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

MD5SUM BENCH= 60aa0ac85dc632e57e54cb255f142331
RANDOM SEED=596009270

nodeC026.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		: 3652.882
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.74
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.089
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.45
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		: 3624.709
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.74
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.156
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.45
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		: 3644.300
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.74
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.187
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.45
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		: 3654.348
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.74
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		: 3599.892
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128779316 kB
MemAvailable:   129339632 kB
Buffers:          559224 kB
Cached:           848120 kB
SwapCached:            0 kB
Active:          1072428 kB
Inactive:        1065192 kB
Active(anon):       1588 kB
Inactive(anon):   774592 kB
Active(file):    1070840 kB
Inactive(file):   290600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8744 kB
Writeback:             0 kB
AnonPages:        727324 kB
Mapped:           112128 kB
Shmem:             45912 kB
KReclaimable:      77396 kB
Slab:             187248 kB
SReclaimable:      77396 kB
SUnreclaim:       109852 kB
KernelStack:        4140 kB
PageTables:        10368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1115784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    526336 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC026 at 2024-07-19 19:32:29