Trace number 4442601

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.1 3610.3

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
MD5SUM2590c1209b8f449ade71ad316e08b5f7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.32104
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints39645
Number of constraints which are clauses39645
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint40
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 41
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4442601-1721301135.opb
3600.08/3610.30	c 
3600.08/3610.30	c *** TERMINATED *** by signal 15
3600.08/3610.30	s UNKNOWN
3600.08/3610.30	c _____________________________________________________________________________
3600.08/3610.30	c 
3600.08/3610.30	c std/band forms        : 0,0
3600.08/3610.30	c 2cl/3cl ITE-codings   : 0,0
3600.08/3610.30	c BDD/srt/adr Max costs : 0,0,0
3600.08/3610.30	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.08/3610.30	c BDD nodes             : 0
3600.08/3610.30	c Es1/CC detections     : 0,0
3600.08/3610.30	c SAT/UNSAT calls       : 0,0
3600.08/3610.30	c regenrated variables  : 0
3600.08/3610.30	c restarts              : 0
3600.08/3610.30	c conflicts             : 0              (0 /sec)
3600.08/3610.30	c decisions             : 0              (0 /sec)
3600.08/3610.30	c propagations          : 0              (0 /sec)
3600.08/3610.30	c inspects              : 0              (0 /sec)
3600.08/3610.30	c CPU time (solving tm) : 3597 s        (3597 s)
3600.08/3610.30	c Time for Opt-base     : 0 s
3600.08/3610.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: 63931 MiB (60228 MiB free)
  memory of node 1: 64510 MiB (60452 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442601-1721301135/watcher-4442601-1721301135 -o /tmp/evaluation-result-4442601-1721301135/solver-4442601-1721301135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966773 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4442601-1721301135.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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=972329, runsolver pid=972326
Current StackSize limit: 8192 KiB


[startup+0.100873 s]*
/proc/loadavg: 4.45 4.25 4.14 5/260 972334
/proc/meminfo: memFree=123569520/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=8760 memory=6092 CPUtime=0.09 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 685 0 0 0 9 0 0 0 20 0 1 0 182280936 8970240 1523 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 2190 1523 405 379 0 1724 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18692 KiB
Current children cumulated memory: 8840 KiB

[startup+0.205891 s]*
/proc/loadavg: 4.42 4.24 4.14 5/260 972334
/proc/meminfo: memFree=123567832/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=10180 memory=7340 CPUtime=0.19 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 1040 0 0 0 19 0 0 0 20 0 1 0 182280936 10424320 1835 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 2545 1835 405 379 0 2079 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 20112 KiB
Current children cumulated memory: 10088 KiB

[startup+0.305873 s]*
/proc/loadavg: 4.42 4.24 4.14 5/260 972334
/proc/meminfo: memFree=123565816/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=10448 memory=9184 CPUtime=0.28 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 1544 0 0 0 28 0 0 0 20 0 1 0 182280936 10698752 2296 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 2612 2296 405 379 0 2146 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 20380 KiB
Current children cumulated memory: 11932 KiB

[startup+0.700294 s]
/proc/loadavg: 4.42 4.24 4.14 5/260 972334
/proc/meminfo: memFree=123932860/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=13588 memory=12124 CPUtime=0.66 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 3249 0 0 0 66 0 0 0 20 0 1 0 182280936 13914112 3031 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 3397 3031 405 379 0 2931 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 23520 KiB
Current children cumulated memory: 14872 KiB

[startup+1.50028 s]
/proc/loadavg: 4.42 4.24 4.14 5/260 972334
/proc/meminfo: memFree=123926464/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=18772 memory=16608 CPUtime=1.46 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 4183 0 0 0 145 1 0 0 20 0 1 0 182280936 19222528 4152 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 4693 4152 405 379 0 4227 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 28704 KiB
Current children cumulated memory: 19356 KiB

[startup+3.10569 s]
/proc/loadavg: 4.42 4.24 4.14 5/260 972334
/proc/meminfo: memFree=123860884/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=37548 memory=36432 CPUtime=3.06 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 5236 0 0 0 305 1 0 0 20 0 1 0 182280936 38449152 9108 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 9387 9108 405 379 0 8921 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 47480 KiB
Current children cumulated memory: 39180 KiB

[startup+6.30027 s]
/proc/loadavg: 4.38 4.24 4.14 5/260 972335
/proc/meminfo: memFree=123847632/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=117216 memory=83216 CPUtime=6.25 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 6068 0 0 0 622 3 0 0 20 0 1 0 182280936 120029184 20804 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 29304 20804 405 379 0 28838 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 127148 KiB
Current children cumulated memory: 85964 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.23 4.14 5/260 972335
/proc/meminfo: memFree=123785748/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=118344 memory=105820 CPUtime=12.63 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 7634 0 0 0 1258 5 0 0 20 0 1 0 182280936 121184256 26455 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 29586 26455 405 379 0 29120 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 128276 KiB
Current children cumulated memory: 108568 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.23 4.14 5/260 972337
/proc/meminfo: memFree=123674624/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=118344 memory=91496 CPUtime=25.4 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 9979 0 0 0 2531 9 0 0 20 0 1 0 182280936 121184256 22874 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 29586 22874 405 379 0 29120 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 128276 KiB
Current children cumulated memory: 94244 KiB

[startup+51.1059 s]
/proc/loadavg: 4.23 4.22 4.14 5/260 972342
/proc/meminfo: memFree=123692944/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=125108 memory=112704 CPUtime=50.93 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 14624 0 0 0 5078 15 0 0 20 0 1 0 182280936 128110592 28176 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 31277 28176 405 379 0 30811 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 135040 KiB
Current children cumulated memory: 115452 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.20 4.14 5/260 972351
/proc/meminfo: memFree=123231784/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=206016 memory=181724 CPUtime=101.97 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 19322 0 0 0 10172 25 0 0 20 0 1 0 182280936 210960384 45431 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 51504 45431 405 379 0 51038 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 215948 KiB
Current children cumulated memory: 184472 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 4.19 4.14 5/261 972363
/proc/meminfo: memFree=122800192/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=287404 memory=208436 CPUtime=161.79 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 24463 0 0 0 16145 34 0 0 20 0 1 0 182280936 294301696 52109 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 71851 52109 405 379 0 71385 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 297336 KiB
Current children cumulated memory: 211184 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.17 4.13 5/259 972373
/proc/meminfo: memFree=123636480/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=206016 memory=187948 CPUtime=221.62 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 29381 0 0 0 22118 44 0 0 20 0 1 0 182280936 210960384 46987 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 51504 46987 405 379 0 51038 0
Current children cumulated CPU time: 221.62 s

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

/proc/loadavg: 4.13 4.15 4.16 5/260 974277
/proc/meminfo: memFree=123565036/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=523196 memory=515312 CPUtime=3093.52 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 120515 0 0 0 309053 299 0 0 20 0 1 0 182280936 535752704 128828 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 130799 128828 405 379 0 130333 0
Current children cumulated CPU time: 3093.52 s
Current children cumulated vsize: 533128 KiB
Current children cumulated memory: 518060 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/261 974289
/proc/meminfo: memFree=123372740/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=740480 memory=621524 CPUtime=3153.34 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 121711 0 0 0 315034 300 0 0 20 0 1 0 182280936 758251520 155381 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 185120 155381 405 379 0 184654 0
Current children cumulated CPU time: 3153.34 s
Current children cumulated vsize: 750412 KiB
Current children cumulated memory: 624272 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.14 4.16 5/259 974299
/proc/meminfo: memFree=123711120/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=526400 memory=457672 CPUtime=3213.18 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 123653 0 0 0 321012 306 0 0 20 0 1 0 182280936 539033600 114418 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 131600 114418 405 379 0 131134 0
Current children cumulated CPU time: 3213.18 s
Current children cumulated vsize: 536332 KiB
Current children cumulated memory: 460420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.16 5/259 974309
/proc/meminfo: memFree=123480708/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=742840 memory=612372 CPUtime=3273.02 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 124768 0 0 0 326993 309 0 0 20 0 1 0 182280936 760668160 153093 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 185710 153093 405 379 0 185244 0
Current children cumulated CPU time: 3273.02 s
Current children cumulated vsize: 752772 KiB
Current children cumulated memory: 615120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.22 4.18 5/259 974320
/proc/meminfo: memFree=123883452/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=529264 memory=407504 CPUtime=3332.85 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 126500 0 0 0 332971 314 0 0 20 0 1 0 182280936 541966336 101876 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 132316 101876 405 379 0 131850 0
Current children cumulated CPU time: 3332.85 s
Current children cumulated vsize: 539196 KiB
Current children cumulated memory: 410252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/259 974330
/proc/meminfo: memFree=123408880/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=529600 memory=524764 CPUtime=3392.68 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 126833 0 0 0 338952 316 0 0 20 0 1 0 182280936 542310400 131191 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 132400 131191 405 379 0 131934 0
Current children cumulated CPU time: 3392.68 s
Current children cumulated vsize: 539532 KiB
Current children cumulated memory: 527512 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/258 974340
/proc/meminfo: memFree=123344000/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=746044 memory=630192 CPUtime=3452.52 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 127811 0 0 0 344933 319 0 0 20 0 1 0 182280936 763949056 157548 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 186511 157548 405 379 0 186045 0
Current children cumulated CPU time: 3452.52 s
Current children cumulated vsize: 755976 KiB
Current children cumulated memory: 632940 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.17 4.17 5/260 974355
/proc/meminfo: memFree=123458512/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=532468 memory=439924 CPUtime=3512.34 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 129827 0 0 0 350908 326 0 0 20 0 1 0 182280936 545247232 109981 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 133117 109981 405 379 0 132651 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 542400 KiB
Current children cumulated memory: 442672 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/260 974365
/proc/meminfo: memFree=122967444/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=748400 memory=600428 CPUtime=3572.16 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 130743 0 0 0 356887 329 0 0 20 0 1 0 182280936 766361600 150107 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 187100 150107 405 379 0 186634 0
Current children cumulated CPU time: 3572.16 s
Current children cumulated vsize: 758332 KiB
Current children cumulated memory: 603176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/260 974370
/proc/meminfo: memFree=123484100/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=749920 memory=665172 CPUtime=3600.08 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 131206 0 0 0 359677 331 0 0 20 0 1 0 182280936 767918080 166293 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 187480 166293 405 379 0 187014 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 759852 KiB
Current children cumulated memory: 667920 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3596.78 s, system=3.31873 s

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

[startup+3610.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/260 974370
/proc/meminfo: memFree=123484100/131524600 swapFree=131071996/131071996
[pid=972329] ppid=972326 vsize=9932 memory=2748 CPUtime=0 cores=1,3
/proc/972329/stat : 972329 (naps-1.02b5.sh) S 972326 972329 966761 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 182280936 10170368 687 134679101440 94827107573760 94827108653080 140730220915616 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94827110751536 94827110798724 94827142189056 140730220917727 140730220917854 140730220917854 140730220924870 0
/proc/972329/statm: 2483 687 609 264 0 134 0
[pid=972334] ppid=972329 vsize=749920 memory=665172 CPUtime=3600.08 cores=1,3
/proc/972334/stat : 972334 (naps-1.02b5) R 972329 972329 966761 0 -1 4194304 131206 0 0 0 359677 331 0 0 20 0 1 0 182280936 767918080 166293 134679101440 4194304 5746509 140723364577792 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 33996800 140723364582382 140723364582496 140723364582496 140723364589513 0
/proc/972334/statm: 187480 166293 405 379 0 187014 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 759852 KiB
Current children cumulated memory: 667920 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.1
CPU user time (s): 3596.78
CPU system time (s): 3.31873
CPU usage (%): 99.7174
Max. virtual memory (cumulated for all children) (KiB): 887552
Max. memory (cumulated for all children) (KiB): 747540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.78
system time used= 3.31873
maximum resident set size= 796960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131679
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= 89
involuntary context switches= 4598


# summary of solver processes directly reported to runsolver:
#   pid: 972329
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.78
#   total CPU system time (s): 3.31873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.57991 second user time and 17.9488 second system time

The end

Launcher Data

Begin job on nodeC029 at 2024-07-18 13:12:28
IDJOB=4442601
IDBENCH=147833
IDSOLVER=3065
FILE ID=nodeC029/4442601-1721301135
RUNJOBID= nodeC029-1721293771-966773
SLURM_JOB_ID= 7542602
Free space on /tmp= 890056 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-45-40.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442601-1721301135/watcher-4442601-1721301135 -o /tmp/evaluation-result-4442601-1721301135/solver-4442601-1721301135 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1721293771-966773 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4442601-1721301135.opb

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

MD5SUM BENCH= 2590c1209b8f449ade71ad316e08b5f7
RANDOM SEED=423760519

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123576868 kB
MemAvailable:   127470184 kB
Buffers:          477976 kB
Cached:          4207076 kB
SwapCached:            0 kB
Active:           935852 kB
Inactive:        6296212 kB
Active(anon):       1504 kB
Inactive(anon):  2583220 kB
Active(file):     934348 kB
Inactive(file):  3712992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4928 kB
Writeback:            12 kB
AnonPages:       2547076 kB
Mapped:           110900 kB
Shmem:             37720 kB
KReclaimable:     171244 kB
Slab:             292104 kB
SReclaimable:     171244 kB
SUnreclaim:       120860 kB
KernelStack:        4124 kB
PageTables:        14376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3562756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67264 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2334720 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:      281300 kB
DirectMap2M:    36192256 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC029 at 2024-07-18 14:12:39