Trace number 4427216

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.23 3609.43

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-24reduc_wcsp.wbo
MD5SUMb6dc5c4972e391c215675692adb96c84
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1275
Total number of constraints56482
Number of soft constraints56401
Number of constraints which are clauses56401
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 3389
Min constraint cost 1
Max constraint cost 2434
Sum of constraints costs 18368517
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4427216-1720906348.wbo
3600.09/3609.30	c 
3600.09/3609.30	c *** TERMINATED *** by signal 15
3600.09/3609.30	s UNKNOWN
3600.09/3609.30	c _____________________________________________________________________________
3600.09/3609.30	c 
3600.09/3609.30	c std/band forms        : 82,0
3600.09/3609.30	c 2cl/3cl ITE-codings   : 1113,0
3600.09/3609.30	c BDD/srt/adr Max costs : 37,16639148,0
3600.09/3609.30	c BDDraw/bin/mul/srt/adr: 81,0,0,1,0
3600.09/3609.30	c BDD nodes             : 2388
3600.09/3609.30	c Es1/CC detections     : 0,0
3600.09/3609.30	c SAT/UNSAT calls       : 0,0
3600.09/3609.30	c regenrated variables  : 0
3600.09/3609.30	c restarts              : 0
3600.09/3609.30	c conflicts             : 0              (0 /sec)
3600.09/3609.30	c decisions             : 0              (0 /sec)
3600.09/3609.30	c propagations          : 0              (0 /sec)
3600.09/3609.30	c inspects              : 0              (0 /sec)
3600.09/3609.30	c CPU time (solving tm) : 3596 s        (3572 s)
3600.09/3609.30	c Time for Opt-base     : 5.513 s
3600.09/3609.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427216-1720906348/watcher-4427216-1720906348 -o /tmp/evaluation-result-4427216-1720906348/solver-4427216-1720906348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1720905520-740085 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427216-1720906348.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100375 s]*
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121258136/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=13804 memory=8828 CPUtime=0.09 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 1947 0 0 0 9 0 0 0 20 0 1 0 142797179 14135296 2207 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 3451 2207 405 379 0 2985 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23736 KiB
Current children cumulated memory: 11568 KiB

[startup+0.205749 s]*
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121241176/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=20656 memory=15820 CPUtime=0.19 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 3730 0 0 0 19 0 0 0 20 0 1 0 142797179 21151744 3955 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 5164 3955 405 379 0 4698 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30588 KiB
Current children cumulated memory: 18560 KiB

[startup+0.305622 s]*
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121225488/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=27624 memory=22720 CPUtime=0.3 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 5656 0 0 0 29 1 0 0 20 0 1 0 142797179 28286976 5680 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 6906 5680 405 379 0 6440 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37556 KiB
Current children cumulated memory: 25460 KiB

[startup+0.700277 s]
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121164452/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=67492 memory=62260 CPUtime=0.68 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 15992 0 0 0 66 2 0 0 20 0 1 0 142797179 69111808 15565 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 16873 15565 421 379 0 16407 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 77424 KiB
Current children cumulated memory: 65000 KiB

[startup+1.50029 s]
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121113388/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=67492 memory=62260 CPUtime=1.48 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 15992 0 0 0 146 2 0 0 20 0 1 0 142797179 69111808 15565 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 16873 15565 421 379 0 16407 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 77424 KiB
Current children cumulated memory: 65000 KiB

[startup+3.10559 s]
/proc/loadavg: 4.06 3.95 2.93 5/260 742222
/proc/meminfo: memFree=121082968/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=67492 memory=62260 CPUtime=3.08 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 15992 0 0 0 306 2 0 0 20 0 1 0 142797179 69111808 15565 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 16873 15565 421 379 0 16407 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 77424 KiB
Current children cumulated memory: 65000 KiB

[startup+6.30027 s]
/proc/loadavg: 4.05 3.95 2.93 5/260 742222
/proc/meminfo: memFree=120858812/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=109864 memory=101676 CPUtime=6.27 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 21662 0 0 0 623 4 0 0 20 0 1 0 142797179 112500736 25419 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 27466 25419 421 379 0 27000 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 119796 KiB
Current children cumulated memory: 104416 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 3.95 2.94 5/260 742224
/proc/meminfo: memFree=119531920/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=1504600 memory=1390088 CPUtime=12.66 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 158184 0 0 0 1222 44 0 0 20 0 1 0 142797179 1540710400 347522 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 376150 347522 421 379 0 375684 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1514532 KiB
Current children cumulated memory: 1392828 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 3.97 2.96 5/260 742225
/proc/meminfo: memFree=115226664/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=6315456 memory=5756068 CPUtime=25.43 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 459332 0 0 0 2389 154 0 0 20 0 1 0 142797179 6467026944 1439017 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 1578864 1439017 421 379 0 1578398 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 6325388 KiB
Current children cumulated memory: 5758808 KiB

[startup+51.1057 s]
/proc/loadavg: 4.07 3.97 2.99 5/260 742230
/proc/meminfo: memFree=112568328/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8393720 memory=7679196 CPUtime=50.97 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 627636 0 0 0 4884 213 0 0 20 0 1 0 142797179 8595169280 1919799 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2098430 1919799 421 379 0 2097964 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 8403652 KiB
Current children cumulated memory: 7681936 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.01 3.06 5/258 742240
/proc/meminfo: memFree=112577348/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8655048 memory=7960840 CPUtime=102.04 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 695551 0 0 0 9949 255 0 0 20 0 1 0 142797179 8862769152 1990210 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2163762 1990210 421 379 0 2163296 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 8664980 KiB
Current children cumulated memory: 7963580 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.03 3.13 5/258 742251
/proc/meminfo: memFree=109617952/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8663352 memory=7757080 CPUtime=161.89 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 699355 0 0 0 15919 270 0 0 20 0 1 0 142797179 8871272448 1939270 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2165838 1939270 421 379 0 2165372 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 8673284 KiB
Current children cumulated memory: 7759820 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.04 3.19 5/256 742262
/proc/meminfo: memFree=107068020/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8663352 memory=7759128 CPUtime=221.74 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 700736 0 0 0 21902 272 0 0 20 0 1 0 142797179 8871272448 1939782 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2165838 1939782 421 379 0 2165372 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 8673284 KiB

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

[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7863484 CPUtime=3094.69 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 780629 0 0 0 309080 389 0 0 20 0 1 0 142797179 8909598720 1965871 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1965871 421 379 0 2174729 0
Current children cumulated CPU time: 3094.69 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7866224 KiB

[startup+3162.3 s]
/proc/loadavg: 2.84 3.79 3.99 3/241 744162
/proc/meminfo: memFree=102839656/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7865536 CPUtime=3154.5 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 782003 0 0 0 315059 391 0 0 20 0 1 0 142797179 8909598720 1966384 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1966384 421 379 0 2174729 0
Current children cumulated CPU time: 3154.5 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7868276 KiB

[startup+3222.3 s]
/proc/loadavg: 2.42 3.50 3.87 3/241 744556
/proc/meminfo: memFree=102835212/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7867584 CPUtime=3214.31 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 783436 0 0 0 321037 394 0 0 20 0 1 0 142797179 8909598720 1966896 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1966896 421 379 0 2174729 0
Current children cumulated CPU time: 3214.31 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7870324 KiB

[startup+3282.3 s]
/proc/loadavg: 2.26 3.25 3.76 3/241 744567
/proc/meminfo: memFree=102832964/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7869632 CPUtime=3274.12 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 785401 0 0 0 327016 396 0 0 20 0 1 0 142797179 8909598720 1967408 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1967408 421 379 0 2174729 0
Current children cumulated CPU time: 3274.12 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7872372 KiB

[startup+3342.3 s]
/proc/loadavg: 2.19 3.05 3.66 3/241 744577
/proc/meminfo: memFree=102830656/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7871680 CPUtime=3333.93 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 786974 0 0 0 332995 398 0 0 20 0 1 0 142797179 8909598720 1967920 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1967920 421 379 0 2174729 0
Current children cumulated CPU time: 3333.93 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7874420 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.87 3.56 3/244 744758
/proc/meminfo: memFree=102825852/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7873728 CPUtime=3393.74 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 788904 0 0 0 338974 400 0 0 20 0 1 0 142797179 8909598720 1968432 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1968432 421 379 0 2174729 0
Current children cumulated CPU time: 3393.74 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7876468 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.74 3.47 3/244 744768
/proc/meminfo: memFree=102823640/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7875784 CPUtime=3453.55 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 790868 0 0 0 344953 402 0 0 20 0 1 0 142797179 8909598720 1968946 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1968946 421 379 0 2174729 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7878524 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.62 3.38 3/245 744838
/proc/meminfo: memFree=102819172/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7877840 CPUtime=3513.35 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 792693 0 0 0 350931 404 0 0 20 0 1 0 142797179 8909598720 1969460 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1969460 421 379 0 2174729 0
Current children cumulated CPU time: 3513.35 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7880580 KiB

[startup+3582.3 s]
/proc/loadavg: 1.91 2.49 3.29 2/238 744880
/proc/meminfo: memFree=122066576/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7877880 CPUtime=3573.17 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 794170 0 0 0 356911 406 0 0 20 0 1 0 142797179 8909598720 1969470 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1969470 421 379 0 2174729 0
Current children cumulated CPU time: 3573.17 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7880620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 1.66 2.38 3.23 2/238 744884
/proc/meminfo: memFree=122064600/131524600 swapFree=131071996/131071996
[pid=742217] ppid=742214 vsize=9932 memory=2740 CPUtime=0 cores=4,6
/proc/742217/stat : 742217 (naps-1.02b5.sh) S 742214 742217 737802 0 -1 4194304 224 240 0 0 0 0 0 0 20 0 1 0 142797178 10170368 685 134679101440 93986338107392 93986339186712 140732329159248 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 93986341285168 93986341332356 93986354823168 140732329165744 140732329165871 140732329165871 140732329172934 0
/proc/742217/statm: 2483 685 607 264 0 134 0
[pid=742222] ppid=742217 vsize=8700780 memory=7879928 CPUtime=3600.09 cores=4,6
/proc/742222/stat : 742222 (naps-1.02b5) R 742217 742217 737802 0 -1 4194304 795244 0 0 0 359602 407 0 0 20 0 1 0 142797179 8909598720 1969982 134679101440 4194304 5746509 140727940137248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 27795456 140727940142015 140727940142129 140727940142129 140727940149193 0
/proc/742222/statm: 2175195 1969982 421 379 0 2174729 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 8710712 KiB
Current children cumulated memory: 7882668 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.3 s]
# the end of solver process 742217 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001011 s, system=0.001785 s

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

# cumulated CPU time of all completed processes:  user=3596.03 s, system=4.20587 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3609.4 s]*
/proc/loadavg: 1.66 2.38 3.23 2/237 744884
/proc/meminfo: memFree=127594876/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.002796 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3609.43
CPU time (s): 3600.23
CPU user time (s): 3596.03
CPU system time (s): 4.20587
CPU usage (%): 99.7451
Max. virtual memory (cumulated for all children) (KiB): 9573028
Max. memory (cumulated for all children) (KiB): 8543964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.03
system time used= 4.20587
maximum resident set size= 8541224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 795708
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= 15
involuntary context switches= 2634


# summary of solver processes directly reported to runsolver:
#   pid: 742217,742222
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.03
#   total CPU system time (s): 4.20587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.747 second user time and 13.6197 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-13 23:32:40
IDJOB=4427216
IDBENCH=143861
IDSOLVER=3045
FILE ID=nodeC018/4427216-1720906348
RUNJOBID= nodeC018-1720905520-740085
SLURM_JOB_ID= 7486067
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-24reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427216-1720906348/watcher-4427216-1720906348 -o /tmp/evaluation-result-4427216-1720906348/solver-4427216-1720906348 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1720905520-740085 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427216-1720906348.wbo

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

MD5SUM BENCH= b6dc5c4972e391c215675692adb96c84
RANDOM SEED=1012028301

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.915
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121281924 kB
MemAvailable:   121227056 kB
Buffers:          325572 kB
Cached:           465648 kB
SwapCached:            0 kB
Active:           474556 kB
Inactive:        9188048 kB
Active(anon):       1580 kB
Inactive(anon):  8907596 kB
Active(file):     472976 kB
Inactive(file):   280452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5420 kB
Writeback:             0 kB
AnonPages:       8869356 kB
Mapped:           108660 kB
Shmem:             37712 kB
KReclaimable:      63052 kB
Slab:             164184 kB
SReclaimable:      63052 kB
SUnreclaim:       101132 kB
KernelStack:        4192 kB
PageTables:        26900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10896200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55136 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3905536 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:      209620 kB
DirectMap2M:    10049536 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-14 00:32:49