Trace number 4427117

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? 213.166 213.664

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub4_wcsp.wbo
MD5SUM951d8ca9c19f6c1f8975ac3bbc5eec26
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4559
Best CPU time to get the best result obtained on this benchmark3600.38
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables928
Total number of constraints353054
Number of soft constraints353032
Number of constraints which are clauses353032
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 69697
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 47779432
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4427117-1720908667.wbo
212.60/213.19	c Out of Memory in solving by glueminisat
212.60/213.19	c 
212.60/213.19	c *** TERMINATED *** by signal 15
212.60/213.19	s UNKNOWN
212.60/213.19	c _____________________________________________________________________________
212.60/213.19	c 
212.60/213.19	c std/band forms        : 23,0
212.60/213.19	c 2cl/3cl ITE-codings   : 884,0
212.60/213.19	c BDD/srt/adr Max costs : 85,60223940,0
212.60/213.19	c BDDraw/bin/mul/srt/adr: 22,0,0,1,0
212.60/213.19	c BDD nodes             : 1812
212.60/213.19	c Es1/CC detections     : 0,0
212.60/213.19	c SAT/UNSAT calls       : 0,0
212.60/213.19	c regenrated variables  : 0
212.60/213.19	c restarts              : 0
212.60/213.19	c conflicts             : 0              (0 /sec)
212.60/213.19	c decisions             : 0              (0 /sec)
212.60/213.19	c propagations          : 0              (0 /sec)
212.60/213.19	c inspects              : 0              (0 /sec)
212.60/213.19	c CPU time (solving tm) : 204.4 s        (111.8 s)
212.60/213.19	c Time for Opt-base     : 12.37 s
212.60/213.19	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 (60621 MiB free)
  memory of node 1: 64510 MiB (52794 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427117-1720908667/watcher-4427117-1720908667 -o /tmp/evaluation-result-4427117-1720908667/solver-4427117-1720908667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720905498-731378 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427117-1720908667.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=734919, runsolver pid=734916

[startup+0.100088 s]*
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=116128044/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=14084 memory=11052 CPUtime=0.09 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 1952 0 0 0 9 0 0 0 20 0 1 0 143032103 14422016 2763 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 3521 2763 405 379 0 3055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24016 KiB
Current children cumulated memory: 13740 KiB

[startup+0.205579 s]*
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=116121520/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=20664 memory=17388 CPUtime=0.19 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 3649 0 0 0 19 0 0 0 20 0 1 0 143032103 21159936 4347 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 5166 4347 405 379 0 4700 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 30596 KiB
Current children cumulated memory: 20076 KiB

[startup+0.305802 s]*
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=116114660/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=27864 memory=24200 CPUtime=0.3 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 5517 0 0 0 29 1 0 0 20 0 1 0 143032103 28532736 6050 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 6966 6050 405 379 0 6500 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 37796 KiB
Current children cumulated memory: 26888 KiB

[startup+0.700243 s]
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=116098012/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=53872 memory=49748 CPUtime=0.68 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 11744 0 0 0 66 2 0 0 20 0 1 0 143032103 55164928 12437 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 13468 12437 405 379 0 13002 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 63804 KiB
Current children cumulated memory: 52436 KiB

[startup+1.50023 s]
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=116057432/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=112464 memory=105344 CPUtime=1.49 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 24890 0 0 0 144 5 0 0 20 0 1 0 143032103 115163136 26336 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 28116 26336 405 379 0 27650 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 122396 KiB
Current children cumulated memory: 108032 KiB

[startup+3.10563 s]
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=115750220/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=396328 memory=379120 CPUtime=3.09 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 81123 0 0 0 296 13 0 0 20 0 1 0 143032103 405839872 94780 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 99082 94780 421 379 0 98616 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 406260 KiB
Current children cumulated memory: 381808 KiB

[startup+6.3002 s]
/proc/loadavg: 4.07 4.10 4.03 5/267 734924
/proc/meminfo: memFree=115741388/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=396328 memory=379384 CPUtime=6.27 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 81246 0 0 0 614 13 0 0 20 0 1 0 143032103 405839872 94846 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 99082 94846 421 379 0 98616 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 406260 KiB
Current children cumulated memory: 382072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.09 4.03 5/267 734925
/proc/meminfo: memFree=115726668/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=396328 memory=379624 CPUtime=12.66 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 81253 0 0 0 1253 13 0 0 20 0 1 0 143032103 405839872 94906 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 99082 94906 421 379 0 98616 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 406260 KiB
Current children cumulated memory: 382312 KiB

[startup+25.5003 s]
/proc/loadavg: 4.12 4.10 4.04 5/267 734927
/proc/meminfo: memFree=114002076/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=1887236 memory=1821092 CPUtime=25.44 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 214155 0 0 0 2477 67 0 0 20 0 1 0 143032103 1932529664 455273 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 471809 455273 421 379 0 471343 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 1897168 KiB
Current children cumulated memory: 1823780 KiB

[startup+51.1058 s]
/proc/loadavg: 4.08 4.09 4.03 5/267 734931
/proc/meminfo: memFree=110060348/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=6564072 memory=6032040 CPUtime=50.98 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 565212 0 0 0 4907 191 0 0 20 0 1 0 143032103 6721609728 1508010 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 1641018 1508010 421 379 0 1640552 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 6574004 KiB
Current children cumulated memory: 6034728 KiB

[startup+102.3 s]
/proc/loadavg: 4.42 4.18 4.06 5/266 734940
/proc/meminfo: memFree=94969244/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=24070220 memory=20958960 CPUtime=102.07 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 1684044 0 0 0 9618 589 0 0 20 0 1 0 143032103 24647905280 5239740 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 6017555 5239740 421 379 0 6017089 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 24080152 KiB
Current children cumulated memory: 20961648 KiB

[startup+162.3 s]
/proc/loadavg: 4.70 4.29 4.11 5/264 734952
/proc/meminfo: memFree=90217696/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=28659892 memory=25589096 CPUtime=161.92 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2148837 0 0 0 15460 732 0 0 20 0 1 0 143032103 29347729408 6397274 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7164973 6397274 421 379 0 7164507 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 28669824 KiB
Current children cumulated memory: 25591784 KiB

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

# cumulated CPU time of all completed processes:  user=204.446 s, system=8.7206 s

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

[startup+179.2 s]
/proc/loadavg: 4.62 4.29 4.11 5/264 734956
/proc/meminfo: memFree=89415988/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=29073880 memory=26340084 CPUtime=178.77 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2227410 0 0 0 17115 762 0 0 20 0 1 0 143032103 29771653120 6585021 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7268470 6585021 421 379 0 7268004 0
Current children cumulated CPU time: 178.77 s
Current children cumulated vsize: 29083812 KiB
Current children cumulated memory: 26342772 KiB

[startup+192 s]*
/proc/loadavg: 4.48 4.27 4.11 5/264 734959
/proc/meminfo: memFree=89182268/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=29421604 memory=26931124 CPUtime=191.55 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2290712 0 0 0 18369 786 0 0 20 0 1 0 143032103 30127722496 6732781 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7355401 6732781 421 379 0 7354935 0
Current children cumulated CPU time: 191.55 s
Current children cumulated vsize: 29431536 KiB
Current children cumulated memory: 26933812 KiB

[startup+204.8 s]
/proc/loadavg: 4.40 4.26 4.11 5/264 734960
/proc/meminfo: memFree=88621528/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=31310916 memory=27493392 CPUtime=204.31 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2351007 0 0 0 19624 807 0 0 20 0 1 0 143032103 32062377984 6873348 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7827729 6873348 421 379 0 7827263 0
Current children cumulated CPU time: 204.31 s
Current children cumulated vsize: 31320848 KiB
Current children cumulated memory: 27496080 KiB

[startup+208 s]*
/proc/loadavg: 4.37 4.26 4.11 5/264 734962
/proc/meminfo: memFree=88432312/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=31369656 memory=27631936 CPUtime=207.5 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2366213 0 0 0 19936 814 0 0 20 0 1 0 143032103 32122527744 6907984 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7842414 6907984 421 379 0 7841948 0
Current children cumulated CPU time: 207.5 s
Current children cumulated vsize: 31379588 KiB
Current children cumulated memory: 27634624 KiB

[startup+211.2 s]
/proc/loadavg: 4.34 4.25 4.10 5/264 734962
/proc/meminfo: memFree=88300824/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=31424700 memory=27764700 CPUtime=210.69 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2380093 0 0 0 20249 820 0 0 20 0 1 0 143032103 32178892800 6941175 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7856175 6941175 421 379 0 7855709 0
Current children cumulated CPU time: 210.69 s
Current children cumulated vsize: 31434632 KiB
Current children cumulated memory: 27767388 KiB

[startup+212.8 s]
/proc/loadavg: 4.34 4.25 4.10 5/264 734962
/proc/meminfo: memFree=88270552/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
[pid=734924] ppid=734919 vsize=31460472 memory=27847748 CPUtime=212.29 cores=4,6
/proc/734924/stat : 734924 (naps-1.02b5) R 734919 734919 728743 0 -1 4194304 2389354 0 0 0 20406 823 0 0 20 0 1 0 143032103 32215523328 6961937 134679101440 4194304 5746509 140722575493184 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 34357248 140722575496123 140722575496237 140722575496237 140722575503305 0
/proc/734924/statm: 7865118 6961937 421 379 0 7864652 0
Current children cumulated CPU time: 212.29 s
Current children cumulated vsize: 31470404 KiB
Current children cumulated memory: 27850436 KiB

[startup+213.2 s]
/proc/loadavg: 4.34 4.25 4.10 5/264 734962
/proc/meminfo: memFree=88190436/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

[startup+213.6 s]
/proc/loadavg: 4.34 4.25 4.10 5/264 734962
/proc/meminfo: memFree=88190436/131524600 swapFree=131071996/131071996
[pid=734919] ppid=734916 vsize=9932 memory=2688 CPUtime=0 cores=4,6
/proc/734919/stat : 734919 (naps-1.02b5.sh) S 734916 734919 728743 0 -1 4194304 221 239 0 0 0 0 0 0 20 0 1 0 143032103 10170368 672 134679101440 94663952171008 94663953250328 140720669329328 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94663955348784 94663955395972 94663981674496 140720669336492 140720669336619 140720669336619 140720669343686 0
/proc/734919/statm: 2483 672 594 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

Child status: 0

Real time (s): 213.664
CPU time (s): 213.166
CPU user time (s): 204.446
CPU system time (s): 8.7206
CPU usage (%): 99.7672
Max. virtual memory (cumulated for all children) (KiB): 31639148
Max. memory (cumulated for all children) (KiB): 27872744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.446
system time used= 8.7206
maximum resident set size= 27878940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2394031
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= 12
involuntary context switches= 269


# summary of solver processes directly reported to runsolver:
#   pid: 734919
#   total CPU time (s): 213.166
#   total CPU user time (s): 204.446
#   total CPU system time (s): 8.7206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.410836 second user time and 1.06204 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-14 00:11:20
IDJOB=4427117
IDBENCH=143888
IDSOLVER=3045
FILE ID=nodeC025/4427117-1720908667
RUNJOBID= nodeC025-1720905498-731378
SLURM_JOB_ID= 7486084
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub4_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427117-1720908667/watcher-4427117-1720908667 -o /tmp/evaluation-result-4427117-1720908667/solver-4427117-1720908667 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720905498-731378 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427117-1720908667.wbo

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

MD5SUM BENCH= 951d8ca9c19f6c1f8975ac3bbc5eec26
RANDOM SEED=1132191226

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        116138128 kB
MemAvailable:   119153772 kB
Buffers:          341784 kB
Cached:          3477528 kB
SwapCached:            0 kB
Active:           517552 kB
Inactive:       14191908 kB
Active(anon):       1560 kB
Inactive(anon): 10926284 kB
Active(file):     515992 kB
Inactive(file):  3265624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14132 kB
Writeback:             0 kB
AnonPages:      10889856 kB
Mapped:           106736 kB
Shmem:             37720 kB
KReclaimable:     147352 kB
Slab:             256424 kB
SReclaimable:     147352 kB
SUnreclaim:       109072 kB
KernelStack:        4272 kB
PageTables:        30856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12532896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56896 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5834752 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:      221908 kB
DirectMap2M:    25765888 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC025 at 2024-07-14 00:14:54