Trace number 4454201

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.04 3612.4

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-11diag_spec_greater.opb
MD5SUM07e0fc22cb9615e1fd2cd7b0a9063b70
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.008706
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-4454201-1721494324.opb
3600.02/3612.40	c 
3600.02/3612.40	c *** TERMINATED *** by signal 15
3600.02/3612.40	s UNKNOWN
3600.02/3612.40	c _____________________________________________________________________________
3600.02/3612.40	c 
3600.02/3612.40	c std/band forms        : 1,111
3600.02/3612.40	c 2cl/3cl ITE-codings   : 5736,1827
3600.02/3612.40	c BDD/srt/adr Max costs : 6305,0,0
3600.02/3612.40	c BDDraw/bin/mul/srt/adr: 111,0,1,0,0
3600.02/3612.40	c BDD nodes             : 9146
3600.02/3612.40	c Es1/CC detections     : 0,0
3600.02/3612.40	c SAT/UNSAT calls       : 0,0
3600.02/3612.40	c regenrated variables  : 0
3600.02/3612.40	c restarts              : 0
3600.02/3612.40	c conflicts             : 0              (0 /sec)
3600.02/3612.40	c decisions             : 0              (0 /sec)
3600.02/3612.40	c propagations          : 0              (0 /sec)
3600.02/3612.40	c inspects              : 0              (0 /sec)
3600.02/3612.40	c CPU time (solving tm) : 3600 s        (3599 s)
3600.02/3612.40	c Time for Opt-base     : 0.1321 s
3600.02/3612.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (62703 MiB free)
  memory of node 1: 64473 MiB (61161 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454201-1721494324/watcher-4454201-1721494324 -o /tmp/evaluation-result-4454201-1721494324/solver-4454201-1721494324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721494336-1095025 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4454201-1721494324.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=1095065, runsolver pid=1095062

[startup+0.100094 s]*
/proc/loadavg: 4.09 4.18 4.18 5/248 1095105
/proc/meminfo: memFree=126832488/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=8240 memory=3412 CPUtime=0.1 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 515 0 0 0 10 0 0 0 20 0 1 0 201588197 8437760 853 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/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: 6160 KiB

[startup+0.21385 s]*
/proc/loadavg: 4.09 4.18 4.18 5/248 1095105
/proc/meminfo: memFree=126822952/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=9668 memory=8896 CPUtime=0.21 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 1942 0 0 0 21 0 0 0 20 0 1 0 201588197 9900032 2224 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 2417 2224 421 379 0 1951 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 19600 KiB
Current children cumulated memory: 11644 KiB

[startup+0.313241 s]*
/proc/loadavg: 4.09 4.18 4.18 5/248 1095105
/proc/meminfo: memFree=126819748/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=10056 memory=9012 CPUtime=0.31 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 1973 0 0 0 31 0 0 0 20 0 1 0 201588197 10297344 2253 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 2514 2253 421 379 0 2048 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19988 KiB
Current children cumulated memory: 11760 KiB

[startup+0.700344 s]
/proc/loadavg: 4.09 4.18 4.18 5/248 1095105
/proc/meminfo: memFree=126816292/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=10692 memory=9536 CPUtime=0.68 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 2114 0 0 0 68 0 0 0 20 0 1 0 201588197 10948608 2384 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 2673 2384 421 379 0 2207 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 20624 KiB
Current children cumulated memory: 12284 KiB

[startup+1.50034 s]
/proc/loadavg: 4.09 4.18 4.18 5/248 1095105
/proc/meminfo: memFree=126806892/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=11700 memory=10064 CPUtime=1.48 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 2643 0 0 0 147 1 0 0 20 0 1 0 201588197 11980800 2516 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 2925 2516 421 379 0 2459 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 21632 KiB
Current children cumulated memory: 12812 KiB

[startup+3.11337 s]
/proc/loadavg: 4.08 4.18 4.17 5/248 1095105
/proc/meminfo: memFree=126766608/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=16132 memory=14224 CPUtime=3.09 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 3188 0 0 0 308 1 0 0 20 0 1 0 201588197 16519168 3556 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 4033 3556 421 379 0 3567 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 26064 KiB
Current children cumulated memory: 16972 KiB

[startup+6.30036 s]
/proc/loadavg: 4.08 4.18 4.17 5/248 1095107
/proc/meminfo: memFree=126740840/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=22688 memory=17776 CPUtime=6.26 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 3945 0 0 0 625 1 0 0 20 0 1 0 201588197 23232512 4444 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 5672 4444 421 379 0 5206 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 32620 KiB
Current children cumulated memory: 20524 KiB

[startup+12.7004 s]
/proc/loadavg: 4.07 4.17 4.17 5/248 1095107
/proc/meminfo: memFree=126705412/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=22688 memory=21920 CPUtime=12.63 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 4459 0 0 0 1262 1 0 0 20 0 1 0 201588197 23232512 5480 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 5672 5480 421 379 0 5206 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 32620 KiB
Current children cumulated memory: 24668 KiB

[startup+25.5004 s]
/proc/loadavg: 4.06 4.16 4.17 5/248 1095108
/proc/meminfo: memFree=126647584/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=37360 memory=30780 CPUtime=25.39 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 5578 0 0 0 2537 2 0 0 20 0 1 0 201588197 38256640 7695 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 9340 7695 421 379 0 8874 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 47292 KiB
Current children cumulated memory: 33528 KiB

[startup+51.1136 s]
/proc/loadavg: 4.10 4.17 4.17 5/248 1095113
/proc/meminfo: memFree=126564852/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=41820 memory=37116 CPUtime=50.91 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 5667 0 0 0 5089 2 0 0 20 0 1 0 201588197 42823680 9279 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 10455 9279 421 379 0 9989 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 51752 KiB
Current children cumulated memory: 39864 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/248 1095121
/proc/meminfo: memFree=126459104/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=44540 memory=41952 CPUtime=101.91 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 6369 0 0 0 10188 3 0 0 20 0 1 0 201588197 45608960 10488 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 11135 10488 421 379 0 10669 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 54472 KiB
Current children cumulated memory: 44700 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.17 4.17 5/248 1095133
/proc/meminfo: memFree=126420144/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=87000 memory=61440 CPUtime=161.69 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 7763 0 0 0 16164 5 0 0 20 0 1 0 201588197 89088000 15360 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 21750 15360 421 379 0 21284 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 96932 KiB
Current children cumulated memory: 64188 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 4.17 4.17 5/248 1095526
/proc/meminfo: memFree=126392724/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=87000 memory=63488 CPUtime=221.47 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 7783 0 0 0 22142 5 0 0 20 0 1 0 201588197 89088000 15872 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 21750 15872 421 379 0 21284 0
Current children cumulated CPU time: 221.47 s

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

/proc/loadavg: 4.23 4.15 4.10 5/248 1096822
/proc/meminfo: memFree=125747668/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=134216 CPUtime=3031.85 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 22195 0 0 0 303148 37 0 0 20 0 1 0 201588197 152154112 33554 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 33554 421 379 0 36681 0
Current children cumulated CPU time: 3031.85 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 136964 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/248 1096832
/proc/meminfo: memFree=125653348/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=146620 CPUtime=3091.64 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 22326 0 0 0 309127 37 0 0 20 0 1 0 201588197 152154112 36655 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 36655 421 379 0 36681 0
Current children cumulated CPU time: 3091.64 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 149368 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/248 1096843
/proc/meminfo: memFree=125806912/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=99268 memory=98668 CPUtime=3151.44 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 22872 0 0 0 315106 38 0 0 20 0 1 0 201588197 101650432 24667 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 24817 24667 421 379 0 24351 0
Current children cumulated CPU time: 3151.44 s
Current children cumulated vsize: 109200 KiB
Current children cumulated memory: 101416 KiB

[startup+3222.3 s]
/proc/loadavg: 4.40 4.21 4.12 5/245 1096854
/proc/meminfo: memFree=125784404/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=136264 CPUtime=3211.24 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 23121 0 0 0 321085 39 0 0 20 0 1 0 201588197 152154112 34066 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 34066 421 379 0 36681 0
Current children cumulated CPU time: 3211.24 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 139012 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.18 4.11 5/246 1096865
/proc/meminfo: memFree=125664384/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=179408 memory=148244 CPUtime=3271.02 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 23658 0 0 0 327063 39 0 0 20 0 1 0 201588197 183713792 37061 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 44852 37061 421 379 0 44386 0
Current children cumulated CPU time: 3271.02 s
Current children cumulated vsize: 189340 KiB
Current children cumulated memory: 150992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.16 4.11 5/246 1096875
/proc/meminfo: memFree=125785480/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=179408 memory=156964 CPUtime=3330.82 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 23790 0 0 0 333043 39 0 0 20 0 1 0 201588197 183713792 39241 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 44852 39241 421 379 0 44386 0
Current children cumulated CPU time: 3330.82 s
Current children cumulated vsize: 189340 KiB
Current children cumulated memory: 159712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/246 1096885
/proc/meminfo: memFree=125691084/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=134216 CPUtime=3390.63 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 24048 0 0 0 339023 40 0 0 20 0 1 0 201588197 152154112 33554 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 33554 421 379 0 36681 0
Current children cumulated CPU time: 3390.63 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 136964 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.10 5/246 1096896
/proc/meminfo: memFree=125706708/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=146504 CPUtime=3450.43 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 24103 0 0 0 345002 41 0 0 20 0 1 0 201588197 152154112 36626 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 36626 421 379 0 36681 0
Current children cumulated CPU time: 3450.43 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 149252 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.18 4.11 5/248 1096910
/proc/meminfo: memFree=125668536/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=179408 memory=156964 CPUtime=3510.23 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 24717 0 0 0 350982 41 0 0 20 0 1 0 201588197 183713792 39241 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 44852 39241 421 379 0 44386 0
Current children cumulated CPU time: 3510.23 s
Current children cumulated vsize: 189340 KiB
Current children cumulated memory: 159712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.16 4.11 5/248 1096920
/proc/meminfo: memFree=125687820/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=132036 CPUtime=3570.02 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 24973 0 0 0 356960 42 0 0 20 0 1 0 201588197 152154112 33009 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 33009 421 379 0 36681 0
Current children cumulated CPU time: 3570.02 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 134784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.4 s]
/proc/loadavg: 3.92 4.11 4.09 2/223 1097019
/proc/meminfo: memFree=126699336/131655788 swapFree=131071996/131071996
[pid=1095065] ppid=1095062 vsize=9932 memory=2748 CPUtime=0 cores=0,2
/proc/1095065/stat : 1095065 (naps-1.02b5.sh) S 1095062 1095065 1095015 0 -1 4194304 222 242 0 0 0 0 0 0 20 0 1 0 201588196 10170368 687 134679101440 94003751714816 94003752794136 140725857705456 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94003754892592 94003754939780 94003758997504 140725857711070 140725857711197 140725857711197 140725857718214 0
/proc/1095065/statm: 2483 687 609 264 0 134 0
[pid=1095070] ppid=1095065 vsize=148588 memory=138180 CPUtime=3600.02 cores=0,2
/proc/1095070/stat : 1095070 (naps-1.02b5) R 1095065 1095065 1095015 0 -1 4194304 24976 0 0 0 359960 42 0 0 20 0 1 0 201588197 152154112 34545 134679101440 4194304 5746509 140736291294064 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 6059216 6091920 24481792 140736291300333 140736291300447 140736291300447 140736291307465 0
/proc/1095070/statm: 37147 34545 421 379 0 36681 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 158520 KiB
Current children cumulated memory: 140928 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.61 s, system=0.432127 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): 3612.4
CPU time (s): 3600.04
CPU user time (s): 3599.61
CPU system time (s): 0.432127
CPU usage (%): 99.6578
Max. virtual memory (cumulated for all children) (KiB): 189340
Max. memory (cumulated for all children) (KiB): 161760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.61
system time used= 0.432127
maximum resident set size= 160504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25455
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= 26
involuntary context switches= 25419


# summary of solver processes directly reported to runsolver:
#   pid: 1095065
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3599.61
#   total CPU system time (s): 0.432127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2538 second user time and 39.4257 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-20 18:52:16
IDJOB=4454201
IDBENCH=176071
IDSOLVER=3065
FILE ID=nodeC004/4454201-1721494324
RUNJOBID= nodeC004-1721494336-1095025
SLURM_JOB_ID= 7545803
Free space on /tmp= 723784 MiB

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

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

MD5SUM BENCH= 07e0fc22cb9615e1fd2cd7b0a9063b70
RANDOM SEED=582441568

nodeC004.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	: 0xb00001f
cpu MHz		: 3431.098
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.318
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.309
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.310
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.318
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.313
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.319
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.312
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126841896 kB
MemAvailable:   129868308 kB
Buffers:          588584 kB
Cached:          3252496 kB
SwapCached:            0 kB
Active:          1293704 kB
Inactive:        2894528 kB
Active(anon):       3236 kB
Inactive(anon):   389808 kB
Active(file):    1290468 kB
Inactive(file):  2504720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12584 kB
Writeback:             0 kB
AnonPages:        346436 kB
Mapped:           107256 kB
Shmem:             45892 kB
KReclaimable:     142844 kB
Slab:             252192 kB
SReclaimable:     142844 kB
SUnreclaim:       109348 kB
KernelStack:        3680 kB
PageTables:         9492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     782912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62944 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 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:      252744 kB
DirectMap2M:    29011968 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-20 19:52:28