Trace number 4427120

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? 419.49 420.532

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub3_wcsp.wbo
MD5SUMab58973f8a134afc7bedbaa01ab0bdb8
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark313861
Best CPU time to get the best result obtained on this benchmark3600.37
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints326836
Number of soft constraints326818
Number of constraints which are clauses326818
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 45857915
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 23120752168
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-4427120-1720907850.wbo
418.96/420.05	c OutOfMemory in glueminisat
418.96/420.05	c Out of Memory in solving by glueminisat
418.96/420.05	c 
418.96/420.05	c *** TERMINATED *** by signal 15
418.96/420.05	s UNKNOWN
418.96/420.05	c _____________________________________________________________________________
418.96/420.05	c 
418.96/420.05	c std/band forms        : 19,0
418.96/420.05	c 2cl/3cl ITE-codings   : 740,0
418.96/420.05	c BDD/srt/adr Max costs : 85,54718002,0
418.96/420.05	c BDDraw/bin/mul/srt/adr: 18,0,0,1,0
418.96/420.05	c BDD nodes             : 1516
418.96/420.05	c Es1/CC detections     : 0,0
418.96/420.05	c SAT/UNSAT calls       : 0,0
418.96/420.05	c regenrated variables  : 0
418.96/420.05	c restarts              : 0
418.96/420.05	c conflicts             : 0              (0 /sec)
418.96/420.05	c decisions             : 0              (0 /sec)
418.96/420.05	c propagations          : 0              (0 /sec)
418.96/420.05	c inspects              : 0              (0 /sec)
418.96/420.05	c CPU time (solving tm) : 409.7 s        (295.3 s)
418.96/420.05	c Time for Opt-base     : 40.87 s
418.96/420.05	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427120-1720907850/watcher-4427120-1720907850 -o /tmp/evaluation-result-4427120-1720907850/solver-4427120-1720907850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720905448-717840 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427120-1720907850.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=719442, runsolver pid=719439

[startup+0.100103 s]*
/proc/loadavg: 4.14 4.13 4.01 5/248 719447
/proc/meminfo: memFree=128147932/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=9516 memory=4460 CPUtime=0.09 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 813 0 0 0 9 0 0 0 20 0 1 0 142941686 9744384 1115 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 2379 1115 405 379 0 1913 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 19448 KiB
Current children cumulated memory: 7192 KiB

[startup+0.212994 s]*
/proc/loadavg: 4.14 4.13 4.01 5/248 719447
/proc/meminfo: memFree=128138584/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=17508 memory=14320 CPUtime=0.2 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2843 0 0 0 20 0 0 0 20 0 1 0 142941686 17928192 3580 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 4377 3580 405 379 0 3911 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27440 KiB
Current children cumulated memory: 17052 KiB

[startup+0.313132 s]*
/proc/loadavg: 4.14 4.13 4.01 5/248 719447
/proc/meminfo: memFree=128132396/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=23332 memory=19760 CPUtime=0.3 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 4235 0 0 0 30 0 0 0 20 0 1 0 142941686 23891968 4940 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 5833 4940 405 379 0 5367 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 33264 KiB
Current children cumulated memory: 22492 KiB

[startup+0.700433 s]
/proc/loadavg: 4.14 4.13 4.01 5/248 719447
/proc/meminfo: memFree=128121504/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=44884 memory=39564 CPUtime=0.67 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 9253 0 0 0 66 1 0 0 20 0 1 0 142941686 45961216 9891 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 11221 9891 405 379 0 10755 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 54816 KiB
Current children cumulated memory: 42296 KiB

[startup+1.50037 s]
/proc/loadavg: 4.14 4.13 4.01 5/248 719447
/proc/meminfo: memFree=128091480/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=105216 memory=91928 CPUtime=1.48 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 21567 0 0 0 144 4 0 0 20 0 1 0 142941686 107741184 22982 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 26304 22982 405 379 0 25838 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 115148 KiB
Current children cumulated memory: 94660 KiB

[startup+3.11281 s]
/proc/loadavg: 4.14 4.13 4.01 5/248 719448
/proc/meminfo: memFree=127800868/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=365012 memory=342864 CPUtime=3.09 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 77201 0 0 0 297 12 0 0 20 0 1 0 142941686 373772288 85716 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 91253 85716 421 379 0 90787 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 374944 KiB
Current children cumulated memory: 345596 KiB

[startup+6.30042 s]
/proc/loadavg: 4.13 4.12 4.01 5/248 719448
/proc/meminfo: memFree=127800020/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=354072 memory=334988 CPUtime=6.27 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 77571 0 0 0 615 12 0 0 20 0 1 0 142941686 362569728 83747 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 88518 83747 421 379 0 88052 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 364004 KiB
Current children cumulated memory: 337720 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.12 4.01 5/248 719448
/proc/meminfo: memFree=127785300/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=354072 memory=334988 CPUtime=12.66 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 77573 0 0 0 1254 12 0 0 20 0 1 0 142941686 362569728 83747 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 88518 83747 421 379 0 88052 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 364004 KiB
Current children cumulated memory: 337720 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.11 4.01 5/248 719451
/proc/meminfo: memFree=127761172/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=354072 memory=334988 CPUtime=25.43 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 77577 0 0 0 2531 12 0 0 20 0 1 0 142941686 362569728 83747 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 88518 83747 421 379 0 88052 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 364004 KiB
Current children cumulated memory: 337720 KiB

[startup+51.113 s]
/proc/loadavg: 4.13 4.12 4.01 5/248 719622
/proc/meminfo: memFree=126675308/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=2212536 memory=1793952 CPUtime=50.99 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 217462 0 0 0 5040 59 0 0 20 0 1 0 142941686 2265636864 448488 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 553134 448488 421 379 0 552668 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2222468 KiB
Current children cumulated memory: 1796684 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.01 5/248 719632
/proc/meminfo: memFree=114348060/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=14885864 memory=13938560 CPUtime=102.07 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 1092291 0 0 0 9811 396 0 0 20 0 1 0 142941686 15243124736 3484640 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 3721466 3484640 421 379 0 3721000 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 14895796 KiB
Current children cumulated memory: 13941292 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.01 5/250 719648
/proc/meminfo: memFree=105651200/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=25292164 memory=22495216 CPUtime=161.93 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 1812007 0 0 0 15555 638 0 0 20 0 1 0 142941686 25899175936 5623804 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 6323041 5623804 421 379 0 6322575 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 25302096 KiB
Current children cumulated memory: 22497948 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.17 4.03 5/249 719671
/proc/meminfo: memFree=102272376/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=27264476 memory=25814844 CPUtime=221.77 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2162794 0 0 0 21420 757 0 0 20 0 1 0 142941686 27918823424 6453711 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 6816119 6453711 421 379 0 6815653 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 27274408 KiB
Current children cumulated memory: 25817576 KiB

[startup+282.3 s]
/proc/loadavg: 4.77 4.33 4.10 5/249 719682
/proc/meminfo: memFree=102771468/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=28214720 memory=25249356 CPUtime=281.61 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2297023 0 0 0 27313 848 0 0 20 0 1 0 142941686 28891873280 6312339 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7053680 6312339 421 379 0 7053214 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 28224652 KiB
Current children cumulated memory: 25252088 KiB

[startup+342.3 s]
/proc/loadavg: 4.40 4.30 4.10 5/249 719692
/proc/meminfo: memFree=101633312/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=29993852 memory=26514928 CPUtime=341.45 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2374495 0 0 0 33244 901 0 0 20 0 1 0 142941686 30713704448 6628732 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7498463 6628732 421 379 0 7497997 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 30003784 KiB
Current children cumulated memory: 26517660 KiB

[startup+402.3 s]
/proc/loadavg: 4.20 4.26 4.09 5/249 719702
/proc/meminfo: memFree=101291704/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106316 memory=26793452 CPUtime=401.29 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2409082 0 0 0 39203 926 0 0 20 0 1 0 142941686 30828867584 6698363 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526579 6698363 421 379 0 7526113 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 30116248 KiB
Current children cumulated memory: 26796184 KiB

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

# cumulated CPU time of all completed processes:  user=409.71 s, system=9.78032 s

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

[startup+409.6 s]
/proc/loadavg: 4.27 4.27 4.10 5/249 719703
/proc/meminfo: memFree=101276716/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106448 memory=26793500 CPUtime=408.57 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2409272 0 0 0 39929 928 0 0 20 0 1 0 142941686 30829002752 6698375 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526612 6698375 421 379 0 7526146 0
Current children cumulated CPU time: 408.57 s
Current children cumulated vsize: 30116380 KiB
Current children cumulated memory: 26796232 KiB

[startup+416 s]*
/proc/loadavg: 4.22 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101260180/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106580 memory=26793652 CPUtime=414.97 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2409822 0 0 0 40568 929 0 0 20 0 1 0 142941686 30829137920 6698413 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526645 6698413 421 379 0 7526179 0
Current children cumulated CPU time: 414.97 s
Current children cumulated vsize: 30116512 KiB
Current children cumulated memory: 26796384 KiB

[startup+417.6 s]
/proc/loadavg: 4.22 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101255980/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106580 memory=26793684 CPUtime=416.55 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2410069 0 0 0 40726 929 0 0 20 0 1 0 142941686 30829137920 6698421 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526645 6698421 421 379 0 7526179 0
Current children cumulated CPU time: 416.55 s
Current children cumulated vsize: 30116512 KiB
Current children cumulated memory: 26796416 KiB

[startup+419.2 s]
/proc/loadavg: 4.22 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101251700/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106580 memory=26793708 CPUtime=418.15 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2410366 0 0 0 40885 930 0 0 20 0 1 0 142941686 30829137920 6698427 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526645 6698427 421 379 0 7526179 0
Current children cumulated CPU time: 418.15 s
Current children cumulated vsize: 30116512 KiB
Current children cumulated memory: 26796440 KiB

[startup+420 s]*
/proc/loadavg: 4.21 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101251676/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
[pid=719447] ppid=719442 vsize=30106580 memory=26793712 CPUtime=418.96 cores=5,7
/proc/719447/stat : 719447 (naps-1.02b5) R 719442 719442 715419 0 -1 4194304 2411390 0 0 0 40966 930 0 0 20 0 1 0 142941686 30829137920 6698428 134679101440 4194304 5746509 140735984577504 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 22650880 140735984579515 140735984579629 140735984579629 140735984586697 0
/proc/719447/statm: 7526645 6698428 421 379 0 7526179 0
Current children cumulated CPU time: 418.96 s
Current children cumulated vsize: 30116512 KiB
Current children cumulated memory: 26796444 KiB

[startup+420.4 s]
/proc/loadavg: 4.21 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101251676/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2732 KiB

[startup+420.5 s]
/proc/loadavg: 4.21 4.26 4.10 5/249 719705
/proc/meminfo: memFree=101251676/131655788 swapFree=131071996/131071996
[pid=719442] ppid=719439 vsize=9932 memory=2732 CPUtime=0 cores=5,7
/proc/719442/stat : 719442 (naps-1.02b5.sh) S 719439 719442 715419 0 -1 4194304 220 242 0 0 0 0 0 0 20 0 1 0 142941686 10170368 683 134679101440 94815372197888 94815373277208 140731394413392 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94815375375664 94815375422852 94815391019008 140731394417580 140731394417707 140731394417707 140731394424774 0
/proc/719442/statm: 2483 683 605 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2732 KiB

Child status: 0

Real time (s): 420.532
CPU time (s): 419.49
CPU user time (s): 409.71
CPU system time (s): 9.78032
CPU usage (%): 99.7521
Max. virtual memory (cumulated for all children) (KiB): 30507740
Max. memory (cumulated for all children) (KiB): 28447716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 409.709
system time used= 9.78032
maximum resident set size= 28444984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2411909
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= 10
involuntary context switches= 493


# summary of solver processes directly reported to runsolver:
#   pid: 719442
#   total CPU time (s): 419.49
#   total CPU user time (s): 409.71
#   total CPU system time (s): 9.78032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.20432 second user time and 4.36493 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 23:57:43
IDJOB=4427120
IDBENCH=143880
IDSOLVER=3045
FILE ID=nodeC007/4427120-1720907850
RUNJOBID= nodeC007-1720905448-717840
SLURM_JOB_ID= 7486073
Free space on /tmp= 723760 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub3_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427120-1720907850/watcher-4427120-1720907850 -o /tmp/evaluation-result-4427120-1720907850/solver-4427120-1720907850 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720905448-717840 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427120-1720907850.wbo

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

MD5SUM BENCH= ab58973f8a134afc7bedbaa01ab0bdb8
RANDOM SEED=1313802634

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128153744 kB
MemAvailable:   129048464 kB
Buffers:          337464 kB
Cached:          1392412 kB
SwapCached:            0 kB
Active:           503100 kB
Inactive:        2468268 kB
Active(anon):       1492 kB
Inactive(anon):  1277396 kB
Active(file):     501608 kB
Inactive(file):  1190872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13364 kB
Writeback:             0 kB
AnonPages:       1241236 kB
Mapped:           106936 kB
Shmem:             37704 kB
KReclaimable:      84540 kB
Slab:             177728 kB
SReclaimable:      84540 kB
SUnreclaim:        93188 kB
KernelStack:        3984 kB
PageTables:        11732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1791668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 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:      238408 kB
DirectMap2M:    18540544 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC007 at 2024-07-14 00:04:44