Trace number 4463444

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 1.03a2? (exit code) 604.322 618.796

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub0_wcsp.wbo
MD5SUM6bd6ea5dd1d3d3bae9a72705def63daf
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10310
Best CPU time to get the best result obtained on this benchmark276.497
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables666
Total number of constraints125013
Number of soft constraints124997
Number of constraints which are clauses124997
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 9605862
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 4487093978
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c NaPS 1.03a2.
0.00/0.00	c Input file name: HOME/instance-4463444-1722352761.wbo
0.00/0.00	c Initial goal by soft: 9605861
2.08/2.14	c single stage optimization mode
44.38/44.55	o 8333742
86.19/86.46	o 2161817
112.73/113.08	o 1252113
133.07/133.44	o 201120
153.81/154.21	o 90609
183.14/183.63	o 51216
224.13/224.71	o 21017
251.38/252.09	o 10720
600.52/602.12	terminate called after throwing an instance of 'std::bad_alloc'
600.52/602.12	  what():  std::bad_alloc
0.00/618.79	HOME/naps-1.03.sh: line 6: 13946 Aborted                 (core dumped) ${self_dir}/naps-1.03a2 ${@}

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463444-1722352761/watcher-4463444-1722352761 -o /tmp/evaluation-result-4463444-1722352761/solver-4463444-1722352761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722352761-13891 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4463444-1722352761.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=13939, runsolver pid=13936
Current StackSize limit: 8192 KiB


[startup+0.100319 s]*
/proc/loadavg: 1.24 1.25 2.12 4/250 13968
/proc/meminfo: memFree=130243696/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=7048 memory=5736 CPUtime=0.09 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 985 0 0 0 9 0 0 0 20 0 1 0 1873159 7217152 1434 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 1762 1434 580 659 0 966 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 16980 KiB
Current children cumulated memory: 8432 KiB

[startup+0.214459 s]*
/proc/loadavg: 1.24 1.25 2.12 4/247 13976
/proc/meminfo: memFree=130235848/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=10668 memory=9092 CPUtime=0.2 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 1990 0 0 0 20 0 0 0 20 0 1 0 1873159 10924032 2273 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 2667 2273 580 659 0 1871 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20600 KiB
Current children cumulated memory: 11788 KiB

[startup+0.313887 s]*
/proc/loadavg: 1.24 1.25 2.12 5/247 13976
/proc/meminfo: memFree=130222280/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=15156 memory=13236 CPUtime=0.3 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 3279 0 0 0 29 1 0 0 20 0 1 0 1873159 15519744 3309 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 3789 3309 580 659 0 2993 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 25088 KiB
Current children cumulated memory: 15932 KiB

[startup+0.700383 s]
/proc/loadavg: 1.24 1.25 2.12 5/249 13982
/proc/meminfo: memFree=130199936/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=28772 memory=26500 CPUtime=0.67 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 7122 0 0 0 65 2 0 0 20 0 1 0 1873159 29462528 6625 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7193 6625 580 659 0 6397 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 38704 KiB
Current children cumulated memory: 29196 KiB

[startup+1.50043 s]
/proc/loadavg: 1.24 1.25 2.12 5/253 14018
/proc/meminfo: memFree=130113144/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=80308 memory=78308 CPUtime=1.47 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 20065 0 0 0 141 6 0 0 20 0 1 0 1873159 82235392 19577 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 20077 19577 580 659 0 19281 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 90240 KiB
Current children cumulated memory: 81004 KiB

[startup+3.11439 s]
/proc/loadavg: 1.46 1.30 2.14 5/253 14070
/proc/meminfo: memFree=129822020/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=134572 memory=132920 CPUtime=3.08 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 32149 0 0 0 299 9 0 0 20 0 1 0 1873159 137801728 33230 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 33643 33230 612 659 0 32847 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 144504 KiB
Current children cumulated memory: 135616 KiB

[startup+6.30036 s]
/proc/loadavg: 1.46 1.30 2.14 5/253 14120
/proc/meminfo: memFree=129791368/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=134572 memory=132920 CPUtime=6.26 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 32149 0 0 0 617 9 0 0 20 0 1 0 1873159 137801728 33230 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 33643 33230 612 659 0 32847 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 144504 KiB
Current children cumulated memory: 135616 KiB

[startup+12.7004 s]
/proc/loadavg: 1.66 1.34 2.15 5/253 14171
/proc/meminfo: memFree=129387136/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=134572 memory=132920 CPUtime=12.64 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 32152 0 0 0 1255 9 0 0 20 0 1 0 1873159 137801728 33230 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 33643 33230 612 659 0 32847 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 144504 KiB
Current children cumulated memory: 135616 KiB

[startup+25.5004 s]
/proc/loadavg: 2.25 1.49 2.18 5/253 14173
/proc/meminfo: memFree=129310988/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=134572 memory=132920 CPUtime=25.42 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 32157 0 0 0 2533 9 0 0 20 0 1 0 1873159 137801728 33230 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 33643 33230 612 659 0 32847 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 144504 KiB
Current children cumulated memory: 135616 KiB

[startup+51.1135 s]
/proc/loadavg: 2.85 1.69 2.23 5/253 14176
/proc/meminfo: memFree=128249404/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=174772 memory=164200 CPUtime=50.99 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 39502 0 0 0 5088 11 0 0 20 0 1 0 1873159 178966528 41050 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 43693 41050 612 659 0 42897 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 184704 KiB
Current children cumulated memory: 166896 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 2.08 2.34 5/255 14190
/proc/meminfo: memFree=107219488/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=11461952 memory=10901500 CPUtime=102.04 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 979806 0 0 0 9811 393 0 0 20 0 1 0 1873159 11737038848 2725375 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 2865488 2725375 644 659 0 2864692 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 11471884 KiB
Current children cumulated memory: 10904196 KiB

[startup+162.3 s]
/proc/loadavg: 4.00 2.48 2.46 5/254 14200
/proc/meminfo: memFree=95106552/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=14224644 memory=13949196 CPUtime=161.89 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 1510966 0 0 0 15686 503 0 0 20 0 1 0 1873159 14566035456 3487299 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 3556161 3487299 644 659 0 3555365 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 14234576 KiB
Current children cumulated memory: 13951892 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.76 2.56 5/254 14211
/proc/meminfo: memFree=68595544/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=21333424 memory=19612968 CPUtime=221.74 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 1648664 0 0 0 21421 753 0 0 20 0 1 0 1873159 21845426176 4903242 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 5333356 4903242 644 659 0 5332560 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 21343356 KiB

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

Current children cumulated memory: 24509352 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.53 2.93 5/246 14787
/proc/meminfo: memFree=45362084/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=26089168 memory=24870508 CPUtime=461.13 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 2282129 0 0 0 44756 1357 0 0 20 0 1 0 1873159 26715308032 6217627 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 6522292 6217627 644 659 0 6521496 0
Current children cumulated CPU time: 461.13 s
Current children cumulated vsize: 26099100 KiB
Current children cumulated memory: 24873204 KiB

[startup+522.3 s]
/proc/loadavg: 4.09 3.63 3.00 5/247 14800
/proc/meminfo: memFree=40965680/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=28240896 memory=26182472 CPUtime=520.97 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 2290660 0 0 0 50673 1424 0 0 20 0 1 0 1873159 28918677504 6545618 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7060224 6545618 660 659 0 7059428 0
Current children cumulated CPU time: 520.97 s
Current children cumulated vsize: 28250828 KiB
Current children cumulated memory: 26185168 KiB

[startup+582.3 s]
/proc/loadavg: 4.18 3.75 3.09 5/251 15037
/proc/meminfo: memFree=65370016/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28193928 CPUtime=580.77 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 2294584 0 0 0 56582 1495 0 0 20 0 1 0 1873159 30509404160 7048482 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7048482 660 659 0 7447789 0
Current children cumulated CPU time: 580.77 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28196624 KiB

[startup+618.795 s]
# the end of solver process 13939 was just reported to runsolver
# Child status: 134

# cumulated CPU time of all completed processes:  user=585.509 s, system=18.8135 s

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

[startup+588.8 s]
/proc/loadavg: 4.16 3.75 3.10 5/251 15038
/proc/meminfo: memFree=65282248/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28314760 CPUtime=587.25 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 2294643 0 0 0 57227 1498 0 0 20 0 1 0 1873159 30509404160 7078690 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7078690 660 659 0 7447789 0
Current children cumulated CPU time: 587.25 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28317456 KiB

[startup+601.6 s]
/proc/loadavg: 4.13 3.76 3.11 5/251 15041
/proc/meminfo: memFree=66227424/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28556424 CPUtime=600 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) R 13939 13939 13879 0 -1 4194304 2294761 0 0 0 58498 1502 0 0 20 0 1 0 1873159 30509404160 7139106 134679101440 4194304 6891597 140725429276208 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7139106 660 659 0 7447789 0
Current children cumulated CPU time: 600 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28559120 KiB

[startup+608 s]*
/proc/loadavg: 4.11 3.77 3.12 5/252 15044
/proc/meminfo: memFree=63132680/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28563516 CPUtime=603.53 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) S 13939 13939 13879 0 -1 4195840 2294968 0 0 0 58550 1803 0 0 20 0 1 0 1873159 30509404160 7140879 134679101440 4194304 6891597 140725429276208 140725429272832 6272956 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7140879 700 659 0 7447789 0
Current children cumulated CPU time: 603.53 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28566212 KiB

[startup+614.4 s]
/proc/loadavg: 4.10 3.77 3.12 4/252 15046
/proc/meminfo: memFree=62857544/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28563516 CPUtime=603.53 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) S 13939 13939 13879 0 -1 4195840 2294968 0 0 0 58550 1803 0 0 20 0 1 0 1873159 30509404160 7140879 134679101440 4194304 6891597 140725429276208 140725429272832 6272956 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7140879 700 659 0 7447789 0
Current children cumulated CPU time: 603.53 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28566212 KiB

[startup+616 s]*
/proc/loadavg: 4.10 3.77 3.12 4/252 15046
/proc/meminfo: memFree=63500364/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28563516 CPUtime=603.53 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) S 13939 13939 13879 0 -1 4195840 2294968 0 0 0 58550 1803 0 0 20 0 1 0 1873159 30509404160 7140879 134679101440 4194304 6891597 140725429276208 140725429272832 6272956 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7140879 700 659 0 7447789 0
Current children cumulated CPU time: 603.53 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28566212 KiB

[startup+617.6 s]
/proc/loadavg: 4.10 3.77 3.12 4/252 15046
/proc/meminfo: memFree=63887304/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
[pid=13946] ppid=13939 vsize=29794340 memory=28563516 CPUtime=603.53 cores=1,3
/proc/13946/stat : 13946 (naps-1.03a2) S 13939 13939 13879 0 -1 4195840 2294968 0 0 0 58550 1803 0 0 20 0 1 0 1873159 30509404160 7140879 134679101440 4194304 6891597 140725429276208 140725429272832 6272956 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 7398840 7447120 25169920 140725429281774 140725429281888 140725429281888 140725429288905 0
/proc/13946/statm: 7448585 7140879 700 659 0 7447789 0
Current children cumulated CPU time: 603.53 s
Current children cumulated vsize: 29804272 KiB
Current children cumulated memory: 28566212 KiB

[startup+618.4 s]
/proc/loadavg: 4.09 3.78 3.13 5/252 15046
/proc/meminfo: memFree=66041484/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

[startup+618.602 s]
/proc/loadavg: 4.09 3.78 3.13 5/252 15046
/proc/meminfo: memFree=66041484/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

[startup+618.701 s]
/proc/loadavg: 4.09 3.78 3.13 5/252 15046
/proc/meminfo: memFree=66041484/131655788 swapFree=131071996/131071996
[pid=13939] ppid=13936 vsize=9932 memory=2696 CPUtime=0 cores=1,3
/proc/13939/stat : 13939 (naps-1.03.sh) S 13936 13939 13879 0 -1 4194304 221 241 0 0 0 0 0 0 20 0 1 0 1873158 10170368 674 134679101440 94535030431744 94535031511064 140726519539520 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94535033609520 94535033656708 94535055769600 140726519542755 140726519542880 140726519542880 140726519549896 0
/proc/13939/statm: 2483 674 597 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

Child status: 134

Real time (s): 618.796
CPU time (s): 604.322
CPU user time (s): 585.509
CPU system time (s): 18.8135
CPU usage (%): 97.6611
Max. virtual memory (cumulated for all children) (KiB): 30223888
Max. memory (cumulated for all children) (KiB): 28566212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.509
system time used= 18.8135
maximum resident set size= 28563520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2295446
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= 40
involuntary context switches= 677


# summary of solver processes directly reported to runsolver:
#   pid: 13939
#   total CPU time (s): 604.322
#   total CPU user time (s): 585.509
#   total CPU system time (s): 18.8135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.4342 second user time and 6.42731 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-30 17:19:22
IDJOB=4463444
IDBENCH=143889
IDSOLVER=3090
FILE ID=nodeC005/4463444-1722352761
RUNJOBID= nodeC005-1722352761-13891
SLURM_JOB_ID= 8249040
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub0_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463444-1722352761/watcher-4463444-1722352761 -o /tmp/evaluation-result-4463444-1722352761/solver-4463444-1722352761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722352761-13891 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4463444-1722352761.wbo

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

MD5SUM BENCH= 6bd6ea5dd1d3d3bae9a72705def63daf
RANDOM SEED=381185611

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130259968 kB
MemAvailable:   130050864 kB
Buffers:           60844 kB
Cached:           567848 kB
SwapCached:            0 kB
Active:           188024 kB
Inactive:         786088 kB
Active(anon):       1376 kB
Inactive(anon):   365688 kB
Active(file):     186648 kB
Inactive(file):   420400 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29696 kB
Writeback:            12 kB
AnonPages:        345816 kB
Mapped:            87212 kB
Shmem:             21320 kB
KReclaimable:      48096 kB
Slab:             123084 kB
SReclaimable:      48096 kB
SUnreclaim:        74988 kB
KernelStack:        3748 kB
PageTables:         9168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     679448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6368 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:      160584 kB
DirectMap2M:     6035456 kB
DirectMap1G:    130023424 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC005 at 2024-07-30 17:29:40