Trace number 4426564

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.03? (exit code) 590.993 611.559

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.03.
0.00/0.00	c Input file name: HOME/instance-4426564-1720909053.wbo
1.18/1.20	c single stage optimization mode
43.76/43.99	o 8333742
86.22/86.51	o 2161817
112.81/113.22	o 1252113
132.74/133.28	o 201120
152.77/153.39	o 90609
180.87/181.57	o 51216
220.13/220.97	o 21017
245.15/246.09	o 10720
588.68/590.86	terminate called after throwing an instance of 'std::bad_alloc'
588.68/590.86	  what():  std::bad_alloc
0.00/611.55	HOME/naps-1.03.sh: line 6: 728204 Aborted                 (core dumped) ${self_dir}/naps-1.03 ${@}

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62877 MiB free)
  memory of node 1: 64473 MiB (63090 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4426564-1720909053/watcher-4426564-1720909053 -o /tmp/evaluation-result-4426564-1720909053/solver-4426564-1720909053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720905454-725519 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4426564-1720909053.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100956 s]*
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128960496/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=15156 memory=13232 CPUtime=0.09 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 3259 0 0 0 9 0 0 0 20 0 1 0 143068777 15519744 3308 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 3789 3308 580 659 0 2993 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 25088 KiB
Current children cumulated memory: 16040 KiB

[startup+0.205595 s]*
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128949628/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=25992 memory=23852 CPUtime=0.19 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 5930 0 0 0 19 0 0 0 20 0 1 0 143068777 26615808 5963 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 6498 5963 580 659 0 5702 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 35924 KiB
Current children cumulated memory: 26660 KiB

[startup+0.305811 s]*
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128943448/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=31428 memory=29924 CPUtime=0.29 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 7420 0 0 0 29 0 0 0 20 0 1 0 143068777 32182272 7481 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7857 7481 580 659 0 7061 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41360 KiB
Current children cumulated memory: 32732 KiB

[startup+0.700164 s]
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128920484/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=80312 memory=78312 CPUtime=0.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 19553 0 0 0 66 2 0 0 20 0 1 0 143068777 82239488 19578 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 20078 19578 580 659 0 19282 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 90244 KiB
Current children cumulated memory: 81120 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128802468/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=134568 memory=132928 CPUtime=1.48 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 31615 0 0 0 144 4 0 0 20 0 1 0 143068777 137797632 33232 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 33642 33232 612 659 0 32846 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 144500 KiB
Current children cumulated memory: 135736 KiB

[startup+3.10426 s]
/proc/loadavg: 4.10 4.10 4.09 5/258 728204
/proc/meminfo: memFree=128755404/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=134568 memory=132928 CPUtime=3.08 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 31618 0 0 0 304 4 0 0 20 0 1 0 143068777 137797632 33232 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 33642 33232 612 659 0 32846 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 144500 KiB
Current children cumulated memory: 135736 KiB

[startup+6.30014 s]
/proc/loadavg: 4.09 4.10 4.09 5/258 728205
/proc/meminfo: memFree=128755260/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=134568 memory=132928 CPUtime=6.26 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 31619 0 0 0 622 4 0 0 20 0 1 0 143068777 137797632 33232 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 33642 33232 612 659 0 32846 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 144500 KiB
Current children cumulated memory: 135736 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 728205
/proc/meminfo: memFree=128601408/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=134568 memory=132928 CPUtime=12.65 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 31622 0 0 0 1261 4 0 0 20 0 1 0 143068777 137797632 33232 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 33642 33232 612 659 0 32846 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 144500 KiB
Current children cumulated memory: 135736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.11 4.09 5/258 728208
/proc/meminfo: memFree=124040012/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=134568 memory=132928 CPUtime=25.41 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 31627 0 0 0 2537 4 0 0 20 0 1 0 143068777 137797632 33232 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 33642 33232 612 659 0 32846 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 144500 KiB
Current children cumulated memory: 135736 KiB

[startup+51.106 s]
/proc/loadavg: 4.09 4.10 4.09 5/258 728211
/proc/meminfo: memFree=121856280/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=174772 memory=162692 CPUtime=50.95 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 39107 0 0 0 5089 6 0 0 20 0 1 0 143068777 178966528 40673 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 43693 40673 612 659 0 42897 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 184704 KiB
Current children cumulated memory: 165500 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/258 728220
/proc/meminfo: memFree=111069616/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=11461952 memory=10896396 CPUtime=101.97 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 980701 0 0 0 9808 389 0 0 20 0 1 0 143068777 11737038848 2724099 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 2865488 2724099 644 659 0 2864692 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 11471884 KiB
Current children cumulated memory: 10899204 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/262 728236
/proc/meminfo: memFree=106457660/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=14241412 memory=13966528 CPUtime=161.74 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 1515448 0 0 0 15684 490 0 0 20 0 1 0 143068777 14583205888 3491632 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 3560353 3491632 644 659 0 3559557 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 14251344 KiB
Current children cumulated memory: 13969336 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/262 728247
/proc/meminfo: memFree=97816912/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=21353832 memory=19629180 CPUtime=221.52 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 1651000 0 0 0 21412 740 0 0 20 0 1 0 143068777 21866323968 4907295 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 5338458 4907295 644 659 0 5337662 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 21363764 KiB

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

/proc/loadavg: 4.06 4.08 4.09 5/263 728281
/proc/meminfo: memFree=92455708/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=25725504 memory=24507604 CPUtime=400.87 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 2267117 0 0 0 38856 1231 0 0 20 0 1 0 143068777 26342916096 6126901 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 6431376 6126901 644 659 0 6430580 0
Current children cumulated CPU time: 400.87 s
Current children cumulated vsize: 25735436 KiB
Current children cumulated memory: 24510412 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/259 728291
/proc/meminfo: memFree=91873988/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=26274960 memory=25005892 CPUtime=460.64 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 2285881 0 0 0 44720 1344 0 0 20 0 1 0 143068777 26905559040 6251473 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 6568740 6251473 660 659 0 6567944 0
Current children cumulated CPU time: 460.64 s
Current children cumulated vsize: 26284892 KiB
Current children cumulated memory: 25008700 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/260 728684
/proc/meminfo: memFree=89002452/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29855164 memory=27634320 CPUtime=520.42 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 2289922 0 0 0 50611 1431 0 0 20 0 1 0 143068777 30571687936 6908580 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7463791 6908580 660 659 0 7462995 0
Current children cumulated CPU time: 520.42 s
Current children cumulated vsize: 29865096 KiB
Current children cumulated memory: 27637128 KiB

[startup+582.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/259 728695
/proc/meminfo: memFree=87596000/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28396236 CPUtime=580.2 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 2292048 0 0 0 56548 1472 0 0 20 0 1 0 143068777 30509551616 7099059 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7099059 660 659 0 7447825 0
Current children cumulated CPU time: 580.2 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28399044 KiB

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

# cumulated CPU time of all completed processes:  user=573.982 s, system=17.0109 s

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

[startup+588.8 s]
/proc/loadavg: 4.11 4.09 4.09 5/259 728697
/proc/meminfo: memFree=87472868/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28525260 CPUtime=586.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) R 728199 728199 723413 0 -1 4194304 2292111 0 0 0 57193 1475 0 0 20 0 1 0 143068777 30509551616 7131315 134679101440 4194304 6891213 140727641207296 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7131315 660 659 0 7447825 0
Current children cumulated CPU time: 586.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28528068 KiB

[startup+601.6 s]
/proc/loadavg: 4.08 4.08 4.09 4/261 728702
/proc/meminfo: memFree=83971296/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28566044 CPUtime=590.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) S 728199 728199 723413 0 -1 4195840 2292618 0 0 0 57398 1670 0 0 20 0 1 0 143068777 30509551616 7141511 134679101440 4194304 6891213 140727641207296 140727641203904 6272572 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7141511 660 659 0 7447825 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28568852 KiB

[startup+608 s]*
/proc/loadavg: 4.16 4.10 4.09 4/261 728704
/proc/meminfo: memFree=83578136/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28566044 CPUtime=590.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) S 728199 728199 723413 0 -1 4195840 2292618 0 0 0 57398 1670 0 0 20 0 1 0 143068777 30509551616 7141511 134679101440 4194304 6891213 140727641207296 140727641203904 6272572 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7141511 660 659 0 7447825 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28568852 KiB

[startup+609.6 s]
/proc/loadavg: 4.22 4.11 4.10 4/261 728704
/proc/meminfo: memFree=83967700/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28566044 CPUtime=590.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) S 728199 728199 723413 0 -1 4195840 2292618 0 0 0 57398 1670 0 0 20 0 1 0 143068777 30509551616 7141511 134679101440 4194304 6891213 140727641207296 140727641203904 6272572 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7141511 660 659 0 7447825 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28568852 KiB

[startup+610.4 s]
/proc/loadavg: 4.22 4.11 4.10 4/261 728704
/proc/meminfo: memFree=84220576/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28566044 CPUtime=590.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) S 728199 728199 723413 0 -1 4195840 2292618 0 0 0 57398 1670 0 0 20 0 1 0 143068777 30509551616 7141511 134679101440 4194304 6891213 140727641207296 140727641203904 6272572 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7141511 660 659 0 7447825 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28568852 KiB

[startup+611.2 s]
/proc/loadavg: 4.22 4.11 4.10 5/261 728704
/proc/meminfo: memFree=84488236/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
[pid=728204] ppid=728199 vsize=29794484 memory=28566044 CPUtime=590.68 cores=0,2
/proc/728204/stat : 728204 (naps-1.03) S 728199 728199 723413 0 -1 4195840 2292618 0 0 0 57398 1670 0 0 20 0 1 0 143068777 30509551616 7141511 134679101440 4194304 6891213 140727641207296 140727641203904 6272572 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7398840 7447120 8470528 140727641211841 140727641211953 140727641211953 140727641219019 0
/proc/728204/statm: 7448621 7141511 660 659 0 7447825 0
Current children cumulated CPU time: 590.68 s
Current children cumulated vsize: 29804416 KiB
Current children cumulated memory: 28568852 KiB

[startup+611.401 s]
/proc/loadavg: 4.22 4.11 4.10 5/261 728704
/proc/meminfo: memFree=84488236/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2808 KiB

[startup+611.506 s]
/proc/loadavg: 4.22 4.11 4.10 5/261 728704
/proc/meminfo: memFree=84488236/131524600 swapFree=131071996/131071996
[pid=728199] ppid=728196 vsize=9932 memory=2808 CPUtime=0 cores=0,2
/proc/728199/stat : 728199 (naps-1.03.sh) S 728196 728199 723413 0 -1 4194304 222 240 0 0 0 0 0 0 20 0 1 0 143068776 10170368 702 134679101440 94445074407424 94445075486744 140726664730752 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94445077585200 94445077632388 94445105303552 140726664737712 140726664737837 140726664737837 140726664744904 0
/proc/728199/statm: 2483 702 625 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2808 KiB

Child status: 134

Real time (s): 611.559
CPU time (s): 590.993
CPU user time (s): 573.982
CPU system time (s): 17.0109
CPU usage (%): 96.6373
Max. virtual memory (cumulated for all children) (KiB): 30224032
Max. memory (cumulated for all children) (KiB): 28568852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 573.982
system time used= 17.0109
maximum resident set size= 28566260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2293097
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= 34
involuntary context switches= 4077


# summary of solver processes directly reported to runsolver:
#   pid: 728199
#   total CPU time (s): 590.993
#   total CPU user time (s): 573.982
#   total CPU system time (s): 17.0109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35442 second user time and 3.06183 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-14 00:17:46
IDJOB=4426564
IDBENCH=143889
IDSOLVER=3043
FILE ID=nodeC020/4426564-1720909053
RUNJOBID= nodeC020-1720905454-725519
SLURM_JOB_ID= 7486079
Free space on /tmp= 890044 MiB

SOLVER NAME= NaPS 1.03
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-4426564-1720909053/watcher-4426564-1720909053 -o /tmp/evaluation-result-4426564-1720909053/solver-4426564-1720909053 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720905454-725519 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4426564-1720909053.wbo

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

MD5SUM BENCH= 6bd6ea5dd1d3d3bae9a72705def63daf
RANDOM SEED=940474410

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128991112 kB
MemAvailable:   129252236 kB
Buffers:          337900 kB
Cached:           766208 kB
SwapCached:            0 kB
Active:           543208 kB
Inactive:        1424332 kB
Active(anon):       1608 kB
Inactive(anon):   899552 kB
Active(file):     541600 kB
Inactive(file):   524780 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44704 kB
Writeback:             0 kB
AnonPages:        862568 kB
Mapped:           108756 kB
Shmem:             37720 kB
KReclaimable:      69136 kB
Slab:             167648 kB
SReclaimable:      69136 kB
SUnreclaim:        98512 kB
KernelStack:        4160 kB
PageTables:        11072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1306980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53632 kB
HardwareCorrupted:     0 kB
AnonHugePages:    339968 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:      168660 kB
DirectMap2M:    10090496 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC020 at 2024-07-14 00:27:57