Trace number 4451681

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 3610.4

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v051-n2.opb
MD5SUM7729cb4e99fea72bb32a899c13dec964
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.044735
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 7
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-4451681-1721432479.opb
3600.08/3610.40	c 
3600.08/3610.40	c *** TERMINATED *** by signal 15
3600.08/3610.40	s UNKNOWN
3600.08/3610.40	c _____________________________________________________________________________
3600.08/3610.40	c 
3600.08/3610.40	c std/band forms        : 51,0
3600.08/3610.40	c 2cl/3cl ITE-codings   : 204,0
3600.08/3610.40	c BDD/srt/adr Max costs : 9,0,0
3600.08/3610.40	c BDDraw/bin/mul/srt/adr: 51,0,0,0,0
3600.08/3610.40	c BDD nodes             : 510
3600.08/3610.40	c Es1/CC detections     : 0,0
3600.08/3610.40	c SAT/UNSAT calls       : 0,0
3600.08/3610.40	c regenrated variables  : 0
3600.08/3610.40	c restarts              : 0
3600.08/3610.40	c conflicts             : 0              (0 /sec)
3600.08/3610.40	c decisions             : 0              (0 /sec)
3600.08/3610.40	c propagations          : 0              (0 /sec)
3600.08/3610.40	c inspects              : 0              (0 /sec)
3600.08/3610.40	c CPU time (solving tm) : 3599 s        (3599 s)
3600.08/3610.40	c Time for Opt-base     : 0 s
3600.08/3610.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: 64059 MiB (62400 MiB free)
  memory of node 1: 64510 MiB (61651 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451681-1721432479/watcher-4451681-1721432479 -o /tmp/evaluation-result-4451681-1721432479/solver-4451681-1721432479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023498 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451681-1721432479.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=1028492, runsolver pid=1028489

[startup+0.100375 s]*
/proc/loadavg: 4.09 4.12 4.16 5/248 1028497
/proc/meminfo: memFree=127028084/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=3564 memory=2736 CPUtime=0.09 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 371 0 0 0 9 0 0 0 20 0 1 0 195404315 3649536 684 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 891 684 421 379 0 425 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13496 KiB
Current children cumulated memory: 5400 KiB

[startup+0.217361 s]*
/proc/loadavg: 4.09 4.12 4.16 5/248 1028497
/proc/meminfo: memFree=127027076/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=4600 memory=3792 CPUtime=0.19 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 633 0 0 0 19 0 0 0 20 0 1 0 195404315 4710400 948 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 1150 948 421 379 0 684 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 14532 KiB
Current children cumulated memory: 6456 KiB

[startup+0.31336 s]*
/proc/loadavg: 4.09 4.12 4.16 5/248 1028497
/proc/meminfo: memFree=127026740/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=4600 memory=3792 CPUtime=0.27 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 634 0 0 0 27 0 0 0 20 0 1 0 195404315 4710400 948 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 1150 948 421 379 0 684 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 14532 KiB
Current children cumulated memory: 6456 KiB

[startup+0.700355 s]
/proc/loadavg: 4.09 4.12 4.16 6/248 1028497
/proc/meminfo: memFree=127026076/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=7372 memory=5904 CPUtime=0.62 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 1143 0 0 0 62 0 0 0 20 0 1 0 195404315 7548928 1476 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 1843 1476 421 379 0 1377 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 17304 KiB
Current children cumulated memory: 8568 KiB

[startup+1.50036 s]
/proc/loadavg: 4.09 4.12 4.16 5/248 1028497
/proc/meminfo: memFree=127023160/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=12528 memory=11116 CPUtime=1.41 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 1938 0 0 0 141 0 0 0 20 0 1 0 195404315 12828672 2779 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 3132 2779 421 379 0 2666 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 22460 KiB
Current children cumulated memory: 13780 KiB

[startup+3.10635 s]
/proc/loadavg: 4.16 4.14 4.17 5/248 1028497
/proc/meminfo: memFree=126980728/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=14416 memory=12484 CPUtime=2.99 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 2709 0 0 0 299 0 0 0 20 0 1 0 195404315 14761984 3121 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 3604 3121 421 379 0 3138 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 24348 KiB
Current children cumulated memory: 15148 KiB

[startup+6.30041 s]
/proc/loadavg: 4.16 4.14 4.17 5/248 1028499
/proc/meminfo: memFree=126971760/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=21488 memory=18688 CPUtime=6.18 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 3222 0 0 0 617 1 0 0 20 0 1 0 195404315 22003712 4672 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 5372 4672 421 379 0 4906 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 31420 KiB
Current children cumulated memory: 21352 KiB

[startup+12.7004 s]
/proc/loadavg: 4.15 4.13 4.16 5/248 1028499
/proc/meminfo: memFree=126990868/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=25908 memory=25136 CPUtime=12.56 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 3811 0 0 0 1255 1 0 0 20 0 1 0 195404315 26529792 6284 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 6477 6284 421 379 0 6011 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 35840 KiB
Current children cumulated memory: 27800 KiB

[startup+25.5004 s]
/proc/loadavg: 4.19 4.14 4.17 5/248 1028502
/proc/meminfo: memFree=126928972/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=52836 memory=39208 CPUtime=25.32 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 5030 0 0 0 2531 1 0 0 20 0 1 0 195404315 54104064 9802 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 13209 9802 421 379 0 12743 0
Current children cumulated CPU time: 25.32 s
Current children cumulated vsize: 62768 KiB
Current children cumulated memory: 41872 KiB

[startup+51.1131 s]
/proc/loadavg: 4.12 4.13 4.16 5/248 1028505
/proc/meminfo: memFree=126873056/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=64344 memory=63640 CPUtime=50.87 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 5593 0 0 0 5085 2 0 0 20 0 1 0 195404315 65888256 15910 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 16086 15910 421 379 0 15620 0
Current children cumulated CPU time: 50.87 s
Current children cumulated vsize: 74276 KiB
Current children cumulated memory: 66304 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/248 1028514
/proc/meminfo: memFree=126916076/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=66288 memory=65580 CPUtime=101.91 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 6105 0 0 0 10189 2 0 0 20 0 1 0 195404315 67878912 16395 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 16572 16395 421 379 0 16106 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 76220 KiB
Current children cumulated memory: 68244 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.16 5/248 1028524
/proc/meminfo: memFree=126926244/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=85964 memory=85384 CPUtime=161.75 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 7318 0 0 0 16170 5 0 0 20 0 1 0 195404315 88027136 21346 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 21491 21346 421 379 0 21025 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 95896 KiB
Current children cumulated memory: 88048 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.16 5/248 1028535
/proc/meminfo: memFree=126875204/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=85964 memory=85384 CPUtime=221.58 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 8314 0 0 0 22150 8 0 0 20 0 1 0 195404315 88027136 21346 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 21491 21346 421 379 0 21025 0
Current children cumulated CPU time: 221.58 s

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

/proc/loadavg: 4.24 4.26 4.22 5/248 1030370
/proc/meminfo: memFree=126710752/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=199356 memory=180968 CPUtime=3033.61 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 43068 0 0 0 303276 85 0 0 20 0 1 0 195404315 204140544 45242 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 49839 45242 421 379 0 49373 0
Current children cumulated CPU time: 3033.61 s
Current children cumulated vsize: 209288 KiB
Current children cumulated memory: 183632 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.23 4.20 5/248 1030381
/proc/meminfo: memFree=126790272/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=199356 memory=172668 CPUtime=3093.43 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 44423 0 0 0 309256 87 0 0 20 0 1 0 195404315 204140544 43167 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 49839 43167 421 379 0 49373 0
Current children cumulated CPU time: 3093.43 s
Current children cumulated vsize: 209288 KiB
Current children cumulated memory: 175332 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.20 4.19 5/247 1030391
/proc/meminfo: memFree=126714708/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=170028 memory=153772 CPUtime=3153.26 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 45650 0 0 0 315236 90 0 0 20 0 1 0 195404315 174108672 38443 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 42507 38443 421 379 0 42041 0
Current children cumulated CPU time: 3153.26 s
Current children cumulated vsize: 179960 KiB
Current children cumulated memory: 156436 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.18 4.18 5/247 1030402
/proc/meminfo: memFree=126689424/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=200848 memory=194748 CPUtime=3213.09 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 46258 0 0 0 321218 91 0 0 20 0 1 0 195404315 205668352 48687 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 50212 48687 421 379 0 49746 0
Current children cumulated CPU time: 3213.09 s
Current children cumulated vsize: 210780 KiB
Current children cumulated memory: 197412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.16 4.17 5/245 1030413
/proc/meminfo: memFree=126665548/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=250936 memory=209084 CPUtime=3272.91 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 46862 0 0 0 327199 92 0 0 20 0 1 0 195404315 256958464 52271 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 62734 52271 421 379 0 62268 0
Current children cumulated CPU time: 3272.91 s
Current children cumulated vsize: 260868 KiB
Current children cumulated memory: 211748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/245 1030423
/proc/meminfo: memFree=126694648/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=207300 memory=176396 CPUtime=3332.74 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 48263 0 0 0 333180 94 0 0 20 0 1 0 195404315 212275200 44099 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 51825 44099 421 379 0 51359 0
Current children cumulated CPU time: 3332.74 s
Current children cumulated vsize: 217232 KiB
Current children cumulated memory: 179060 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.13 4.16 5/245 1030433
/proc/meminfo: memFree=126764876/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=207300 memory=203248 CPUtime=3392.57 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 48375 0 0 0 339162 95 0 0 20 0 1 0 195404315 212275200 50812 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 51825 50812 421 379 0 51359 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 217232 KiB
Current children cumulated memory: 205912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.13 4.16 5/245 1030444
/proc/meminfo: memFree=126652624/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=257388 memory=217584 CPUtime=3452.39 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 48980 0 0 0 345143 96 0 0 20 0 1 0 195404315 263565312 54396 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 64347 54396 421 379 0 63881 0
Current children cumulated CPU time: 3452.39 s
Current children cumulated vsize: 267320 KiB
Current children cumulated memory: 220248 KiB

[startup+3522.3 s]
/proc/loadavg: 3.64 4.00 4.11 4/237 1030485
/proc/meminfo: memFree=126886212/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=207300 memory=182692 CPUtime=3512.22 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 49849 0 0 0 351124 98 0 0 20 0 1 0 195404315 212275200 45673 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 51825 45673 421 379 0 51359 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 217232 KiB
Current children cumulated memory: 185356 KiB

[startup+3582.3 s]
/proc/loadavg: 3.28 3.83 4.05 4/240 1030500
/proc/meminfo: memFree=126989964/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=257388 memory=213620 CPUtime=3572.06 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 50458 0 0 0 357107 99 0 0 20 0 1 0 195404315 263565312 53405 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 64347 53405 421 379 0 63881 0
Current children cumulated CPU time: 3572.06 s
Current children cumulated vsize: 267320 KiB
Current children cumulated memory: 216284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 3.64 3.86 4.05 4/240 1030506
/proc/meminfo: memFree=126992168/131655788 swapFree=131071996/131071996
[pid=1028492] ppid=1028489 vsize=9932 memory=2664 CPUtime=0 cores=5,7
/proc/1028492/stat : 1028492 (naps-1.02b5.sh) S 1028489 1028492 1023485 0 -1 4194304 219 236 0 0 0 0 0 0 20 0 1 0 195404314 10170368 666 134679101440 94168069283840 94168070363160 140722064615504 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94168072461616 94168072508804 94168090730496 140722064618462 140722064618589 140722064618589 140722064625606 0
/proc/1028492/statm: 2483 666 587 264 0 134 0
[pid=1028497] ppid=1028492 vsize=207300 memory=176916 CPUtime=3600.08 cores=5,7
/proc/1028497/stat : 1028497 (naps-1.02b5) R 1028492 1028492 1023485 0 -1 4194304 51054 0 0 0 359908 100 0 0 20 0 1 0 195404315 212275200 44229 134679101440 4194304 5746509 140735682926000 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 24358912 140735682933741 140735682933855 140735682933855 140735682940873 0
/proc/1028497/statm: 51825 44229 421 379 0 51359 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 217232 KiB
Current children cumulated memory: 179580 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.08 s, system=1.01188 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): 3610.4
CPU time (s): 3600.1
CPU user time (s): 3599.08
CPU system time (s): 1.01188
CPU usage (%): 99.7146
Max. virtual memory (cumulated for all children) (KiB): 267320
Max. memory (cumulated for all children) (KiB): 222296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.08
system time used= 1.01188
maximum resident set size= 251300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51525
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= 21
involuntary context switches= 2775


# summary of solver processes directly reported to runsolver:
#   pid: 1028492
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.08
#   total CPU system time (s): 1.01188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9923 second user time and 36.5011 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 01:41:31
IDJOB=4451681
IDBENCH=162594
IDSOLVER=3065
FILE ID=nodeC008/4451681-1721432479
RUNJOBID= nodeC008-1721425134-1023498
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v051-n2.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451681-1721432479/watcher-4451681-1721432479 -o /tmp/evaluation-result-4451681-1721432479/solver-4451681-1721432479 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023498 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451681-1721432479.opb

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

MD5SUM BENCH= 7729cb4e99fea72bb32a899c13dec964
RANDOM SEED=858249418

nodeC008.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		: 3537.631
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	: 6983.91
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		: 3629.832
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.31
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.368
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	: 6983.91
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.269
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.31
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		: 3571.917
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	: 6983.91
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		: 3502.631
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.31
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.377
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	: 6983.91
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.245
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127030624 kB
MemAvailable:   129388452 kB
Buffers:          580864 kB
Cached:          2603072 kB
SwapCached:            0 kB
Active:          1099612 kB
Inactive:        2929100 kB
Active(anon):       1500 kB
Inactive(anon):   889164 kB
Active(file):    1098112 kB
Inactive(file):  2039936 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4040 kB
Writeback:            16 kB
AnonPages:        843836 kB
Mapped:           111956 kB
Shmem:             45896 kB
KReclaimable:     119620 kB
Slab:             225864 kB
SReclaimable:     119620 kB
SUnreclaim:       106244 kB
KernelStack:        3936 kB
PageTables:        11032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1286504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC008 at 2024-07-20 02:41:42