Trace number 4427116

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? 366.066 366.982

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub3_wcsp.wbo
MD5SUM25adf5b940a77273e2a5bcad45fe6bb3
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4377
Best CPU time to get the best result obtained on this benchmark3600.46
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints319436
Number of soft constraints319418
Number of constraints which are clauses319418
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 58724
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 41665382
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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-4427116-1720908053.wbo
365.57/366.50	c OutOfMemory in glueminisat
365.57/366.50	c Out of Memory in solving by glueminisat
365.57/366.50	c 
365.57/366.50	c *** TERMINATED *** by signal 15
365.57/366.50	s UNKNOWN
365.57/366.50	c _____________________________________________________________________________
365.57/366.50	c 
365.57/366.50	c std/band forms        : 19,0
365.57/366.50	c 2cl/3cl ITE-codings   : 740,0
365.57/366.50	c BDD/srt/adr Max costs : 85,54407639,0
365.57/366.50	c BDDraw/bin/mul/srt/adr: 18,0,0,1,0
365.57/366.50	c BDD nodes             : 1516
365.57/366.50	c Es1/CC detections     : 0,0
365.57/366.50	c SAT/UNSAT calls       : 0,0
365.57/366.50	c regenrated variables  : 0
365.57/366.50	c restarts              : 0
365.57/366.50	c conflicts             : 0              (0 /sec)
365.57/366.50	c decisions             : 0              (0 /sec)
365.57/366.50	c propagations          : 0              (0 /sec)
365.57/366.50	c inspects              : 0              (0 /sec)
365.57/366.50	c CPU time (solving tm) : 356.5 s        (272.8 s)
365.57/366.50	c Time for Opt-base     : 11.13 s
365.57/366.50	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (60635 MiB free)
  memory of node 1: 64510 MiB (52807 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427116-1720908053/watcher-4427116-1720908053 -o /tmp/evaluation-result-4427116-1720908053/solver-4427116-1720908053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720905498-731378 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427116-1720908053.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100542 s]*
/proc/loadavg: 4.12 4.12 4.02 5/264 734182
/proc/meminfo: memFree=116156692/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=13820 memory=8656 CPUtime=0.09 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 1914 0 0 0 9 0 0 0 20 0 1 0 142970695 14151680 2164 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 3455 2164 405 379 0 2989 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23752 KiB
Current children cumulated memory: 11488 KiB

[startup+0.205911 s]*
/proc/loadavg: 4.12 4.12 4.02 5/264 734182
/proc/meminfo: memFree=116149860/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=20452 memory=15688 CPUtime=0.19 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 3710 0 0 0 19 0 0 0 20 0 1 0 142970695 20942848 3922 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 5113 3922 405 379 0 4647 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30384 KiB
Current children cumulated memory: 18520 KiB

[startup+0.305908 s]*
/proc/loadavg: 4.12 4.12 4.02 5/264 734182
/proc/meminfo: memFree=116142664/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=27640 memory=22820 CPUtime=0.3 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 5670 0 0 0 29 1 0 0 20 0 1 0 142970695 28303360 5705 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 6910 5705 405 379 0 6444 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37572 KiB
Current children cumulated memory: 25652 KiB

[startup+0.700263 s]
/proc/loadavg: 4.12 4.12 4.02 5/264 734182
/proc/meminfo: memFree=116126952/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=53536 memory=49732 CPUtime=0.68 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 12273 0 0 0 66 2 0 0 20 0 1 0 142970695 54820864 12433 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 13384 12433 405 379 0 12918 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63468 KiB
Current children cumulated memory: 52564 KiB

[startup+1.50026 s]
/proc/loadavg: 4.12 4.12 4.02 5/264 734184
/proc/meminfo: memFree=116093536/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=111984 memory=104776 CPUtime=1.48 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 25285 0 0 0 144 4 0 0 20 0 1 0 142970695 114671616 26194 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 27996 26194 405 379 0 27530 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 121916 KiB
Current children cumulated memory: 107608 KiB

[startup+3.10597 s]
/proc/loadavg: 4.12 4.12 4.02 5/264 734184
/proc/meminfo: memFree=115830640/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=348700 memory=328816 CPUtime=3.08 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 77812 0 0 0 295 13 0 0 20 0 1 0 142970695 357068800 82204 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 87175 82204 421 379 0 86709 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 358632 KiB
Current children cumulated memory: 331648 KiB

[startup+6.30025 s]
/proc/loadavg: 4.11 4.11 4.02 5/264 734184
/proc/meminfo: memFree=115818408/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=348700 memory=328816 CPUtime=6.27 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 77813 0 0 0 614 13 0 0 20 0 1 0 142970695 357068800 82204 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 87175 82204 421 379 0 86709 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 358632 KiB
Current children cumulated memory: 331648 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.11 4.02 5/264 734185
/proc/meminfo: memFree=115801816/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=348700 memory=328816 CPUtime=12.66 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 77814 0 0 0 1253 13 0 0 20 0 1 0 142970695 357068800 82204 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 87175 82204 421 379 0 86709 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 358632 KiB
Current children cumulated memory: 331648 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.11 4.01 5/264 734187
/proc/meminfo: memFree=114174464/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=2166900 memory=2013748 CPUtime=25.43 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 252324 0 0 0 2471 72 0 0 20 0 1 0 142970695 2218905600 503437 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 541725 503437 421 379 0 541259 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2176832 KiB
Current children cumulated memory: 2016580 KiB

[startup+51.1061 s]
/proc/loadavg: 4.11 4.11 4.02 5/264 734191
/proc/meminfo: memFree=108864884/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=8125772 memory=7215988 CPUtime=50.98 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 601728 0 0 0 4882 216 0 0 20 0 1 0 142970695 8320790528 1803997 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 2031443 1803997 421 379 0 2030977 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 8135704 KiB
Current children cumulated memory: 7218820 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/264 734200
/proc/meminfo: memFree=96172408/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=22077104 memory=19781240 CPUtime=102.06 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 1526645 0 0 0 9650 556 0 0 20 0 1 0 142970695 22606954496 4945310 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 5519276 4945310 421 379 0 5518810 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 22087036 KiB
Current children cumulated memory: 19784072 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.02 5/264 734212
/proc/meminfo: memFree=91779572/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=26463324 memory=24067204 CPUtime=161.91 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 1986138 0 0 0 15498 693 0 0 20 0 1 0 142970695 27098443776 6016801 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 6615831 6016801 421 379 0 6615365 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 26473256 KiB
Current children cumulated memory: 24070036 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.02 5/262 734223
/proc/meminfo: memFree=91340624/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=26630660 memory=24695788 CPUtime=221.75 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2257143 0 0 0 21353 822 0 0 20 0 1 0 142970695 27269795840 6173947 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 6657665 6173947 421 379 0 6657199 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 26640592 KiB
Current children cumulated memory: 24698620 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.02 5/259 734233
/proc/meminfo: memFree=89934420/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=29839936 memory=25978932 CPUtime=281.59 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2336930 0 0 0 27287 872 0 0 20 0 1 0 142970695 30556094464 6494733 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7459984 6494733 421 379 0 7459518 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 29849868 KiB
Current children cumulated memory: 25981764 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.10 4.02 5/259 734243
/proc/meminfo: memFree=89309480/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017344 memory=26524992 CPUtime=341.44 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2385109 0 0 0 33241 903 0 0 20 0 1 0 142970695 30737760256 6631248 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504336 6631248 421 379 0 7503870 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 30027276 KiB
Current children cumulated memory: 26527824 KiB

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

# cumulated CPU time of all completed processes:  user=356.516 s, system=9.54993 s

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

[startup+345.6 s]
/proc/loadavg: 4.12 4.10 4.02 5/259 734243
/proc/meminfo: memFree=89300868/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017344 memory=26524992 CPUtime=344.72 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2385182 0 0 0 33569 903 0 0 20 0 1 0 142970695 30737760256 6631248 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504336 6631248 421 379 0 7503870 0
Current children cumulated CPU time: 344.72 s
Current children cumulated vsize: 30027276 KiB
Current children cumulated memory: 26527824 KiB

[startup+358.4 s]
/proc/loadavg: 4.10 4.10 4.02 5/259 734244
/proc/meminfo: memFree=89267796/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017608 memory=26525160 CPUtime=357.5 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2386042 0 0 0 34844 906 0 0 20 0 1 0 142970695 30738030592 6631290 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504402 6631290 421 379 0 7503936 0
Current children cumulated CPU time: 357.5 s
Current children cumulated vsize: 30027540 KiB
Current children cumulated memory: 26527992 KiB

[startup+361.6 s]
/proc/loadavg: 4.10 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89258784/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017608 memory=26525276 CPUtime=360.69 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2386281 0 0 0 35162 907 0 0 20 0 1 0 142970695 30738030592 6631319 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504402 6631319 421 379 0 7503936 0
Current children cumulated CPU time: 360.69 s
Current children cumulated vsize: 30027540 KiB
Current children cumulated memory: 26528108 KiB

[startup+364.8 s]
/proc/loadavg: 4.10 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89252048/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017608 memory=26525308 CPUtime=363.87 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2386484 0 0 0 35480 907 0 0 20 0 1 0 142970695 30738030592 6631327 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504402 6631327 421 379 0 7503936 0
Current children cumulated CPU time: 363.87 s
Current children cumulated vsize: 30027540 KiB
Current children cumulated memory: 26528140 KiB

[startup+365.6 s]
/proc/loadavg: 4.09 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89247876/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017608 memory=26525328 CPUtime=364.67 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2386752 0 0 0 35560 907 0 0 20 0 1 0 142970695 30738030592 6631332 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504402 6631332 421 379 0 7503936 0
Current children cumulated CPU time: 364.67 s
Current children cumulated vsize: 30027540 KiB
Current children cumulated memory: 26528160 KiB

[startup+366.4 s]
/proc/loadavg: 4.09 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89247624/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
[pid=734182] ppid=734177 vsize=30017608 memory=26525328 CPUtime=365.47 cores=4,6
/proc/734182/stat : 734182 (naps-1.02b5) R 734177 734177 728743 0 -1 4194304 2386783 0 0 0 35640 907 0 0 20 0 1 0 142970695 30738030592 6631332 134679101440 4194304 5746509 140736682457632 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 13152256 140736682460091 140736682460205 140736682460205 140736682467273 0
/proc/734182/statm: 7504402 6631332 421 379 0 7503936 0
Current children cumulated CPU time: 365.47 s
Current children cumulated vsize: 30027540 KiB
Current children cumulated memory: 26528160 KiB

[startup+366.8 s]
/proc/loadavg: 4.09 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89247624/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2832 KiB

[startup+366.9 s]
/proc/loadavg: 4.09 4.09 4.02 5/259 734247
/proc/meminfo: memFree=89247624/131524600 swapFree=131071996/131071996
[pid=734177] ppid=734174 vsize=9932 memory=2832 CPUtime=0 cores=4,6
/proc/734177/stat : 734177 (naps-1.02b5.sh) S 734174 734177 728743 0 -1 4194304 220 245 0 0 0 0 0 0 20 0 1 0 142970695 10170368 708 134679101440 94147559374848 94147560454168 140726185041216 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94147562552624 94147562599812 94147562749952 140726185042860 140726185042987 140726185042987 140726185050054 0
/proc/734177/statm: 2483 708 632 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2832 KiB

Child status: 0

Real time (s): 366.982
CPU time (s): 366.066
CPU user time (s): 356.516
CPU system time (s): 9.54993
CPU usage (%): 99.7505
Max. virtual memory (cumulated for all children) (KiB): 30423120
Max. memory (cumulated for all children) (KiB): 28113412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 356.516
system time used= 9.54993
maximum resident set size= 28110580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2387275
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= 11
involuntary context switches= 449


# summary of solver processes directly reported to runsolver:
#   pid: 734177
#   total CPU time (s): 366.066
#   total CPU user time (s): 356.516
#   total CPU system time (s): 9.54993

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.647576 second user time and 1.96593 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-14 00:01:06
IDJOB=4427116
IDBENCH=143882
IDSOLVER=3045
FILE ID=nodeC025/4427116-1720908053
RUNJOBID= nodeC025-1720905498-731378
SLURM_JOB_ID= 7486084
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub3_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427116-1720908053/watcher-4427116-1720908053 -o /tmp/evaluation-result-4427116-1720908053/solver-4427116-1720908053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720905498-731378 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427116-1720908053.wbo

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

MD5SUM BENCH= 25adf5b940a77273e2a5bcad45fe6bb3
RANDOM SEED=1084527744

nodeC025.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3655.245
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3687.021
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.379
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.008
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3627.032
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3687.079
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3658.513
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.903
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116164628 kB
MemAvailable:   119235512 kB
Buffers:          341364 kB
Cached:          3532864 kB
SwapCached:            0 kB
Active:           516760 kB
Inactive:       14165920 kB
Active(anon):       1560 kB
Inactive(anon): 10844596 kB
Active(file):     515200 kB
Inactive(file):  3321324 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12896 kB
Writeback:             8 kB
AnonPages:      10807844 kB
Mapped:           106704 kB
Shmem:             37720 kB
KReclaimable:     148016 kB
Slab:             257148 kB
SReclaimable:     148016 kB
SUnreclaim:       109132 kB
KernelStack:        4224 kB
PageTables:        30700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12311356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56832 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4950016 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:      221908 kB
DirectMap2M:    25765888 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC025 at 2024-07-14 00:07:13