Trace number 4463787

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-GM 1.03a2? (TO) 3600.54 3611.34

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.03a2.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4463787-1722352606.wbo
0.00/0.00	c Initial goal by soft: 3388
1.27/1.30	c single stage optimization mode
1.37/1.40	c Found but not a solution: 89117
125.07/125.59	c Found but not a solution: 57288
170.03/170.61	c Found but not a solution: 29065
267.72/268.60	c Found but not a solution: 19171
633.42/635.47	c Found but not a solution: 10777
3600.09/3610.90	c 
3600.09/3610.90	c *** TERMINATED *** by signal 15
3600.09/3610.90	s UNKNOWN
3600.09/3610.90	c _____________________________________________________________________________
3600.09/3610.90	c std/band forms        : 86,0
3600.09/3610.90	c 2cl/3cl ITE-codings   : 0,0
3600.09/3610.90	c BDD/srt/adr Max costs : 0,16639404,0
3600.09/3610.90	c BDDraw/bin/mul/srt/adr: 0,0,0,86,0
3600.09/3610.90	c BDD nodes             : 0
3600.09/3610.90	c Es1/CC detections     : 0,0
3600.09/3610.90	c CC sort               : 81
3600.09/3610.90	c SAT/UNSAT calls       : 5,0
3600.09/3610.90	c regenrated variables  : 523627
3600.09/3610.90	c eliminated fixed lits : 0
3600.09/3610.90	c goal lit flips        : 0
3600.09/3610.90	c goal stages           : 1
3600.09/3610.90	c goal shrink           : 0
3600.09/3610.90	c goal coeff separations: 2931
3600.09/3610.90	c restarts              : 178
3600.09/3610.90	c conflicts             : 21941          (6 /sec)
3600.09/3610.90	c decisions             : 61884033       (17259 /sec)
3600.09/3610.90	c propagations          : 3018430809     (841818 /sec)
3600.09/3610.90	c inspects              : 0              (0 /sec)
3600.09/3610.90	c CPU time (solving tm) : 3586 s        (3516 s, SAT 572 s, UNSAT 0 s)
3600.09/3610.90	c Time for Opt-base     : 2.81 s
3600.09/3610.90	c Steps for Opt-base    : 15848681
3600.09/3610.90	c Time for BDD coding   : 0 s
3600.09/3610.90	c Time for srt coding   : 26.32 s
3600.09/3610.90	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (57362 MiB free)
  memory of node 1: 64510 MiB (50753 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463787-1722352606/watcher-4463787-1722352606 -o /tmp/evaluation-result-4463787-1722352606/solver-4463787-1722352606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722352577-13562 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4463787-1722352606.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=13741, runsolver pid=13738
Current StackSize limit: 8192 KiB


[startup+0.100853 s]*
/proc/loadavg: 2.39 1.48 1.79 5/248 13746
/proc/meminfo: memFree=110671616/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=10848 memory=4524 CPUtime=0.09 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 798 0 0 0 9 0 0 0 20 0 1 0 1856261 11108352 1131 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 2712 1131 436 659 0 1916 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20780 KiB
Current children cumulated memory: 7328 KiB

[startup+0.213361 s]*
/proc/loadavg: 2.39 1.48 1.79 5/248 13746
/proc/meminfo: memFree=110623792/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=13872 memory=7332 CPUtime=0.2 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 1548 0 0 0 20 0 0 0 20 0 1 0 1856261 14204928 1833 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 3468 1833 436 659 0 2672 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 23804 KiB
Current children cumulated memory: 10136 KiB

[startup+0.313559 s]*
/proc/loadavg: 2.39 1.48 1.79 5/248 13746
/proc/meminfo: memFree=110586508/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=16448 memory=10000 CPUtime=0.3 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2176 0 0 0 30 0 0 0 20 0 1 0 1856261 16842752 2500 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 4112 2500 436 659 0 3316 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26380 KiB
Current children cumulated memory: 12804 KiB

[startup+0.700393 s]
/proc/loadavg: 2.39 1.48 1.79 5/248 13746
/proc/meminfo: memFree=110186560/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=27572 memory=20348 CPUtime=0.67 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 5063 0 0 0 66 1 0 0 20 0 1 0 1856261 28233728 5087 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6893 5087 436 659 0 6097 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 37504 KiB
Current children cumulated memory: 23152 KiB

[startup+1.50041 s]
/proc/loadavg: 2.39 1.48 1.79 5/248 13746
/proc/meminfo: memFree=109781488/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=58212 memory=53276 CPUtime=1.47 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 13400 0 0 0 144 3 0 0 20 0 1 0 1856261 59609088 13319 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 14553 13319 468 659 0 13757 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 68144 KiB
Current children cumulated memory: 56080 KiB

[startup+3.11268 s]
/proc/loadavg: 2.52 1.52 1.80 6/248 13746
/proc/meminfo: memFree=108190472/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=70668 memory=62712 CPUtime=3.07 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 15262 0 0 0 304 3 0 0 20 0 1 0 1856261 72364032 15678 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 17667 15678 468 659 0 16871 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 80600 KiB
Current children cumulated memory: 65516 KiB

[startup+6.30038 s]
/proc/loadavg: 2.52 1.52 1.80 5/248 13748
/proc/meminfo: memFree=106342192/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=548628 memory=511984 CPUtime=6.25 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 55027 0 0 0 608 17 0 0 20 0 1 0 1856261 561795072 127996 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 137157 127996 468 659 0 136361 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 558560 KiB
Current children cumulated memory: 514788 KiB

[startup+12.7004 s]
/proc/loadavg: 2.75 1.60 1.82 5/248 13748
/proc/meminfo: memFree=101879460/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=2232020 memory=2070968 CPUtime=12.64 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 228737 0 0 0 1197 67 0 0 20 0 1 0 1856261 2285588480 517742 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 558005 517742 468 659 0 557209 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2241952 KiB
Current children cumulated memory: 2073772 KiB

[startup+25.5007 s]
/proc/loadavg: 2.94 1.68 1.85 5/248 13751
/proc/meminfo: memFree=91697744/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=6990972 memory=6466184 CPUtime=25.4 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 643741 0 0 0 2354 186 0 0 20 0 1 0 1856261 7158755328 1616546 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 1747743 1616546 468 659 0 1746947 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 7000904 KiB
Current children cumulated memory: 6468988 KiB

[startup+51.1129 s]
/proc/loadavg: 3.36 1.88 1.91 5/248 13755
/proc/meminfo: memFree=83384652/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=9170444 memory=8473712 CPUtime=50.93 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 831591 0 0 0 4844 249 0 0 20 0 1 0 1856261 9390534656 2118428 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 2292611 2118428 468 659 0 2291815 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 9180376 KiB
Current children cumulated memory: 8476516 KiB

[startup+102.3 s]
/proc/loadavg: 3.87 2.27 2.04 5/247 13765
/proc/meminfo: memFree=74522620/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=9459096 memory=8796324 CPUtime=101.95 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 906876 0 0 0 9903 292 0 0 20 0 1 0 1856261 9686114304 2199081 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 2364774 2199081 468 659 0 2363978 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 9469028 KiB
Current children cumulated memory: 8799128 KiB

[startup+162.3 s]
/proc/loadavg: 4.24 2.68 2.20 5/247 13776
/proc/meminfo: memFree=65939612/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=12766072 memory=11118268 CPUtime=161.76 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 1155367 0 0 0 15760 416 0 0 20 0 1 0 1856261 13072457728 2779567 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 3191518 2779567 468 659 0 3190722 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 12776004 KiB
Current children cumulated memory: 11121072 KiB

[startup+222.3 s]
/proc/loadavg: 4.18 2.95 2.33 5/250 14591
/proc/meminfo: memFree=75580132/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=17051520 memory=14771044 CPUtime=221.57 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 1573307 0 0 0 21599 558 0 0 20 0 1 0 1856261 17460756480 3692761 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 4262880 3692761 468 659 0 4262084 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 17061452 KiB

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

Current children cumulated memory: 22628396 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/248 16840
/proc/meminfo: memFree=81157484/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909316 memory=22625640 CPUtime=3152.81 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2497731 0 0 0 313947 1334 0 0 20 0 1 0 1856261 26531139584 5656410 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477329 5656410 468 659 0 6476533 0
Current children cumulated CPU time: 3152.81 s
Current children cumulated vsize: 25919248 KiB
Current children cumulated memory: 22628444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.14 4.10 5/248 16850
/proc/meminfo: memFree=81135808/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909452 memory=22627780 CPUtime=3212.64 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2499896 0 0 0 319919 1345 0 0 20 0 1 0 1856261 26531278848 5656945 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477363 5656945 468 659 0 6476567 0
Current children cumulated CPU time: 3212.64 s
Current children cumulated vsize: 25919384 KiB
Current children cumulated memory: 22630584 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/248 16863
/proc/meminfo: memFree=81173876/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909452 memory=22627852 CPUtime=3272.46 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2502976 0 0 0 325890 1356 0 0 20 0 1 0 1856261 26531278848 5656963 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477363 5656963 468 659 0 6476567 0
Current children cumulated CPU time: 3272.46 s
Current children cumulated vsize: 25919384 KiB
Current children cumulated memory: 22630656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/248 16873
/proc/meminfo: memFree=81137944/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909588 memory=22627924 CPUtime=3332.29 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2505110 0 0 0 331862 1367 0 0 20 0 1 0 1856261 26531418112 5656981 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477397 5656981 468 659 0 6476601 0
Current children cumulated CPU time: 3332.29 s
Current children cumulated vsize: 25919520 KiB
Current children cumulated memory: 22630728 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.10 5/248 16884
/proc/meminfo: memFree=81084444/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909720 memory=22630136 CPUtime=3392.11 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2507474 0 0 0 337834 1377 0 0 20 0 1 0 1856261 26531553280 5657534 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477430 5657534 468 659 0 6476634 0
Current children cumulated CPU time: 3392.11 s
Current children cumulated vsize: 25919652 KiB
Current children cumulated memory: 22632940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.10 5/248 16894
/proc/meminfo: memFree=81042380/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909852 memory=22630260 CPUtime=3451.93 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2509729 0 0 0 343805 1388 0 0 20 0 1 0 1856261 26531688448 5657565 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477463 5657565 468 659 0 6476667 0
Current children cumulated CPU time: 3451.93 s
Current children cumulated vsize: 25919784 KiB
Current children cumulated memory: 22633064 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/247 16904
/proc/meminfo: memFree=81121024/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909852 memory=22632400 CPUtime=3511.76 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2512009 0 0 0 349776 1400 0 0 20 0 1 0 1856261 26531688448 5658100 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477463 5658100 468 659 0 6476667 0
Current children cumulated CPU time: 3511.76 s
Current children cumulated vsize: 25919784 KiB
Current children cumulated memory: 22635204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/245 16916
/proc/meminfo: memFree=81487876/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909984 memory=22250728 CPUtime=3571.57 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2542842 0 0 0 355713 1444 0 0 20 0 1 0 1856261 26531823616 5562682 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477496 5562682 468 659 0 6476700 0
Current children cumulated CPU time: 3571.57 s
Current children cumulated vsize: 25919916 KiB
Current children cumulated memory: 22253532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 3.81 4.06 4.07 4/237 16952
/proc/meminfo: memFree=99027552/131655788 swapFree=131071996/131071996
[pid=13741] ppid=13738 vsize=9932 memory=2804 CPUtime=0 cores=0,2
/proc/13741/stat : 13741 (naps-1.03.sh) S 13738 13741 13552 0 -1 4194304 221 242 0 0 0 0 0 0 20 0 1 0 1856260 10170368 701 134679101440 94527389790208 94527390869528 140732985208704 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94527392967984 94527393015172 94527423246336 140732985218015 140732985218144 140732985218144 140732985225160 0
/proc/13741/statm: 2483 701 623 264 0 134 0
[pid=13746] ppid=13741 vsize=25909984 memory=22250728 CPUtime=3600.09 cores=0,2
/proc/13746/stat : 13746 (naps-1.03a2) R 13741 13741 13552 0 -1 4194304 2544467 0 0 0 358560 1449 0 0 20 0 1 0 1856261 26531823616 5562682 134679101440 4194304 6891597 140737368013264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29790208 140737368019946 140737368020064 140737368020064 140737368027081 0
/proc/13746/statm: 6477496 5562682 468 659 0 6476700 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 25919916 KiB
Current children cumulated memory: 22253532 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.005692 s, system=0.001594 s

[startup+3611.34 s]
# the end of solver process 13746 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3585.61 s, system=14.9286 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+3611.2 s]
/proc/loadavg: 3.81 4.06 4.07 4/236 16952
/proc/meminfo: memFree=103502896/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.007286 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3611.3 s]
/proc/loadavg: 3.81 4.06 4.07 4/236 16952
/proc/meminfo: memFree=103502896/131655788 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.007286 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 3611.34
CPU time (s): 3600.54
CPU user time (s): 3585.61
CPU system time (s): 14.9286
CPU usage (%): 99.7011
Max. virtual memory (cumulated for all children) (KiB): 28317728
Max. memory (cumulated for all children) (KiB): 24156320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.61
system time used= 14.9286
maximum resident set size= 24153516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2544930
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= 17
involuntary context switches= 25191


# summary of solver processes directly reported to runsolver:
#   pid: 13741,13746
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3585.61
#   total CPU system time (s): 14.9286

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1709 second user time and 37.6574 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-30 17:16:46
IDJOB=4463787
IDBENCH=143861
IDSOLVER=3091
FILE ID=nodeC002/4463787-1722352606
RUNJOBID= nodeC002-1722352577-13562
SLURM_JOB_ID= 8249032
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-GM 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-24reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463787-1722352606/watcher-4463787-1722352606 -o /tmp/evaluation-result-4463787-1722352606/solver-4463787-1722352606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1722352577-13562 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4463787-1722352606.wbo

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

MD5SUM BENCH= b6dc5c4972e391c215675692adb96c84
RANDOM SEED=1378003430

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        110727740 kB
MemAvailable:   113401984 kB
Buffers:           63928 kB
Cached:          3427628 kB
SwapCached:            0 kB
Active:           200840 kB
Inactive:       20210848 kB
Active(anon):       1940 kB
Inactive(anon): 16947720 kB
Active(file):     198900 kB
Inactive(file):  3263128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31984 kB
Writeback:            52 kB
AnonPages:      16918468 kB
Mapped:            97168 kB
Shmem:             29512 kB
KReclaimable:     104496 kB
Slab:             180724 kB
SReclaimable:     104496 kB
SUnreclaim:        76228 kB
KernelStack:        3984 kB
PageTables:        41928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   19553712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             6400 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6463488 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:      152392 kB
DirectMap2M:    10237952 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC002 at 2024-07-30 18:16:58