Trace number 4511979

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 naps-1.03a6? 532.067 533.343

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm95p-dec.opb.negationfix.opb
MD5SUMb485ff0024704468ace87f8a9b2f8459
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark11.9049
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2595328
Total number of constraints11162
Number of constraints which are clauses5068
Number of constraints which are cardinality constraints (but not clauses)5068
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5068
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 1898208
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4365628
Number of bits of the biggest sum of numbers23
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.01	c NaPS 1.03a6.
0.00/0.01	c Input file name: HOME/instance-4511979-1751200409.opb
531.61/532.97	c malloc failed in xmalloc
531.61/532.97	c 
531.61/532.97	c *** TERMINATED *** by signal 15
531.61/532.97	s UNKNOWN
531.61/532.97	c _____________________________________________________________________________
531.61/532.97	c std/band forms        : 163,0
531.61/532.97	c 2cl/3cl ITE-codings   : 0,0
531.61/532.97	c BDD/srt/adr Max costs : 612020,2159479,0
531.61/532.97	c BDDraw/bin/mul/srt/adr: 2,0,0,161,0
531.61/532.97	c BDD nodes             : 625226
531.61/532.97	c Es1/CC detections     : 0,0
531.61/532.97	c CC sort               : 0
531.61/532.97	c SAT/UNSAT calls       : 0,0
531.61/532.97	c regenrated variables  : 0
531.61/532.97	c eliminated fixed lits : 6953
531.61/532.97	c goal lit flips        : 0
531.61/532.97	c goal stages           : 0
531.61/532.97	c goal shrink           : 0
531.61/532.97	c goal coeff separations: 0
531.61/532.97	c restarts              : 0
531.61/532.97	c conflicts             : 0              (0 /sec)
531.61/532.97	c decisions             : 0              (0 /sec)
531.61/532.97	c propagations          : 0              (0 /sec)
531.61/532.97	c inspects              : 0              (0 /sec)
531.61/532.97	c CPU time (solving tm) : 524.2 s        (0 s, SAT 0 s, UNSAT 0 s)
531.61/532.97	c Time for Opt-base     : 92.27 s
531.61/532.97	c Steps for Opt-base    : 510683390
531.61/532.97	c Time for BDD coding   : 2.731 s
531.61/532.97	c Time for srt coding   : 398.4 s
531.61/532.97	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: 63708 MiB (29696 MiB free)
  memory of node 1: 64465 MiB (58398 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511979-1751200409/watcher-4511979-1751200409 -o /tmp/evaluation-result-4511979-1751200409/solver-4511979-1751200409 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751195806-25275 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4511979-1751200409.opb 

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26341, runsolver pid=26338

[startup+0.100058 s]*
/proc/loadavg: 4.12 4.12 4.09 5/268 26345
/proc/meminfo: memFree=90204568/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=14828 memory=12928 CPUtime=0.08 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2880 0 0 0 8 0 0 0 20 0 1 0 35717611 15183872 3232 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 3707 3232 480 696 0 2868 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 19020 KiB
Current children cumulated memory: 15872 KiB

[startup+0.205341 s]*
/proc/loadavg: 4.12 4.12 4.09 5/268 26345
/proc/meminfo: memFree=90192472/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=23812 memory=21504 CPUtime=0.18 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 5020 0 0 0 18 0 0 0 20 0 1 0 35717611 24383488 5376 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5953 5376 480 696 0 5114 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 28004 KiB
Current children cumulated memory: 24448 KiB

[startup+0.305669 s]*
/proc/loadavg: 4.12 4.12 4.09 5/267 26345
/proc/meminfo: memFree=90176532/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=33360 memory=30872 CPUtime=0.29 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 7173 0 0 0 28 1 0 0 20 0 1 0 35717611 34160640 7718 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 8340 7718 480 696 0 7501 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 37552 KiB
Current children cumulated memory: 33816 KiB

[startup+0.7002 s]
/proc/loadavg: 4.11 4.12 4.09 5/267 26345
/proc/meminfo: memFree=90144212/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=68732 memory=65544 CPUtime=0.68 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 16000 0 0 0 66 2 0 0 20 0 1 0 35717611 70381568 16386 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 17183 16386 480 696 0 16344 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 72924 KiB
Current children cumulated memory: 68488 KiB

[startup+1.50015 s]
/proc/loadavg: 4.11 4.12 4.09 5/267 26345
/proc/meminfo: memFree=90059996/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=140196 memory=135112 CPUtime=1.47 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 32650 0 0 0 143 4 0 0 20 0 1 0 35717611 143560704 33778 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 35049 33778 480 696 0 34210 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 144388 KiB
Current children cumulated memory: 138056 KiB

[startup+3.10565 s]
/proc/loadavg: 4.11 4.12 4.09 5/267 26345
/proc/meminfo: memFree=89800020/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=290456 memory=286264 CPUtime=3.08 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 66397 0 0 0 299 9 0 0 20 0 1 0 35717611 297426944 71566 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 72614 71566 512 696 0 71775 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 294648 KiB
Current children cumulated memory: 289208 KiB

[startup+6.3002 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 26345
/proc/meminfo: memFree=89295496/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=576368 memory=570576 CPUtime=6.27 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 126943 0 0 0 607 20 0 0 20 0 1 0 35717611 590200832 142644 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 144092 142644 512 696 0 143253 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 580560 KiB
Current children cumulated memory: 573520 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.12 4.09 5/267 26345
/proc/meminfo: memFree=88538016/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=977816 memory=957452 CPUtime=12.65 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 217525 0 0 0 1230 35 0 0 20 0 1 0 35717611 1001283584 239363 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 244454 239363 512 696 0 243615 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 982008 KiB
Current children cumulated memory: 960396 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 26345
/proc/meminfo: memFree=85205144/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=1699456 memory=1444320 CPUtime=25.42 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 298382 0 0 0 2483 59 0 0 20 0 1 0 35717611 1740242944 361080 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 424864 361080 544 696 0 424025 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1703648 KiB
Current children cumulated memory: 1447264 KiB

[startup+51.1054 s]
/proc/loadavg: 4.17 4.13 4.10 5/268 26346
/proc/meminfo: memFree=83218828/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=3706008 memory=3239572 CPUtime=50.96 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 519390 0 0 0 4968 128 0 0 20 0 1 0 35717611 3794952192 809893 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 926502 809893 544 696 0 925663 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 3710200 KiB
Current children cumulated memory: 3242516 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 26396
/proc/meminfo: memFree=92916372/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=9066096 memory=8690940 CPUtime=102.04 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 872841 0 0 0 9928 276 0 0 20 0 1 0 35717611 9283682304 2172735 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 2266524 2172735 544 696 0 2265685 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 9070288 KiB
Current children cumulated memory: 8693884 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/268 26399
/proc/meminfo: memFree=84747284/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=10288088 memory=9188980 CPUtime=161.9 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 1185649 0 0 0 15846 344 0 0 20 0 1 0 35717611 10535002112 2297245 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 2572022 2297245 544 696 0 2571183 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 10292280 KiB
Current children cumulated memory: 9191924 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 26401
/proc/meminfo: memFree=73005904/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=16513944 memory=15820240 CPUtime=221.75 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 1397647 0 0 0 21685 490 0 0 20 0 1 0 35717611 16910278656 3955060 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 4128486 3955060 544 696 0 4127647 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 16518136 KiB

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

/proc/loadavg: 4.09 4.10 4.09 5/268 26403
/proc/meminfo: memFree=70663440/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=15846668 memory=14365488 CPUtime=281.61 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 1611840 0 0 0 27621 540 0 0 20 0 1 0 35717611 16226988032 3591372 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 3961667 3591372 544 696 0 3960828 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 15850860 KiB
Current children cumulated memory: 14368432 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 26405
/proc/meminfo: memFree=64191428/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=16769160 memory=15738488 CPUtime=341.47 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 1847027 0 0 0 33554 593 0 0 20 0 1 0 35717611 17171619840 3934622 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 4192290 3934622 544 696 0 4191451 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 16773352 KiB
Current children cumulated memory: 15741432 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 26456
/proc/meminfo: memFree=78196052/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=17589384 memory=16960012 CPUtime=401.32 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2057662 0 0 0 39486 646 0 0 20 0 1 0 35717611 18011529216 4240003 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 4397346 4240003 544 696 0 4396507 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 17593576 KiB
Current children cumulated memory: 16962956 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/269 26463
/proc/meminfo: memFree=68953376/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20134816 memory=18076528 CPUtime=461.18 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2251740 0 0 0 45421 697 0 0 20 0 1 0 35717611 20618051584 4519132 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5033704 4519132 544 696 0 5032865 0
Current children cumulated CPU time: 461.18 s
Current children cumulated vsize: 20139008 KiB
Current children cumulated memory: 18079472 KiB

[startup+522.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/269 26512
/proc/meminfo: memFree=80863780/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20830616 memory=19112200 CPUtime=521.04 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2432087 0 0 0 51366 738 0 0 20 0 1 0 35717611 21330550784 4778050 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5207654 4778050 544 696 0 5206815 0
Current children cumulated CPU time: 521.04 s
Current children cumulated vsize: 20834808 KiB
Current children cumulated memory: 19115144 KiB

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

# cumulated CPU time of all completed processes:  user=524.235 s, system=7.83183 s

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

[startup+524.8 s]
/proc/loadavg: 4.16 4.11 4.09 5/269 26512
/proc/meminfo: memFree=80685612/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20853772 memory=19147784 CPUtime=523.53 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2437911 0 0 0 51614 739 0 0 20 0 1 0 35717611 21354262528 4786946 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5213443 4786946 544 696 0 5212604 0
Current children cumulated CPU time: 523.53 s
Current children cumulated vsize: 20857964 KiB
Current children cumulated memory: 19150728 KiB

[startup+528 s]*
/proc/loadavg: 4.15 4.11 4.09 5/269 26515
/proc/meminfo: memFree=80292828/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20892436 memory=19204852 CPUtime=526.73 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2447968 0 0 0 51931 742 0 0 20 0 1 0 35717611 21393854464 4801213 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5223109 4801213 544 696 0 5222270 0
Current children cumulated CPU time: 526.73 s
Current children cumulated vsize: 20896628 KiB
Current children cumulated memory: 19207796 KiB

[startup+531.2 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 26515
/proc/meminfo: memFree=79952792/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20928956 memory=19259724 CPUtime=529.92 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2457584 0 0 0 52247 745 0 0 20 0 1 0 35717611 21431250944 4814931 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5232239 4814931 544 696 0 5231400 0
Current children cumulated CPU time: 529.92 s
Current children cumulated vsize: 20933148 KiB
Current children cumulated memory: 19262668 KiB

[startup+532 s]*
/proc/loadavg: 4.13 4.11 4.09 5/269 26515
/proc/meminfo: memFree=79879832/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20933612 memory=19266468 CPUtime=530.72 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2458757 0 0 0 52327 745 0 0 20 0 1 0 35717611 21436018688 4816617 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5233403 4816617 544 696 0 5232564 0
Current children cumulated CPU time: 530.72 s
Current children cumulated vsize: 20937804 KiB
Current children cumulated memory: 19269412 KiB

[startup+532.8 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 26515
/proc/meminfo: memFree=79879832/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
[pid=26345] ppid=26341 vsize=20939420 memory=19276428 CPUtime=531.51 cores=5,7
/proc/26345/stat : 26345 (naps-1.03a6) R 26341 26341 25262 0 -1 4194304 2460496 0 0 0 52406 745 0 0 20 0 1 0 35717611 21441966080 4819107 18446744073709551615 4198400 7047149 140729897219680 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 7974912 140729897224564 140729897224678 140729897224678 140729897230281 0
/proc/26345/statm: 5234855 4819107 544 696 0 5234016 0
Current children cumulated CPU time: 531.51 s
Current children cumulated vsize: 20943612 KiB
Current children cumulated memory: 19279372 KiB

[startup+533.2 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 26515
/proc/meminfo: memFree=80548704/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

[startup+533.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 26515
/proc/meminfo: memFree=80548704/131250000 swapFree=33010684/33010684
[pid=26341] ppid=26338 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/26341/stat : 26341 (naps-1.03a6.sh) S 26338 26341 25262 0 -1 4194304 229 201 0 0 0 0 0 0 20 0 1 0 35717609 4292608 736 18446744073709551615 94186113232896 94186114127429 140731197563648 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94186114366480 94186114414224 94186115600384 140731197565351 140731197565445 140731197565445 140731197571047 0
/proc/26341/statm: 1048 736 672 219 0 110 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 4192 KiB
Current children cumulated memory: 2944 KiB

Child status: 10

Real time (s): 533.343
CPU time (s): 532.067
CPU user time (s): 524.235
CPU system time (s): 7.83183
CPU usage (%): 99.7607
Max. virtual memory (cumulated for all children) (KiB): 20945196
Max. memory (cumulated for all children) (KiB): 19280908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 524.235
system time used= 7.83183
maximum resident set size= 19280268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2461865
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= 135
involuntary context switches= 709


# summary of solver processes directly reported to runsolver:
#   pid: 26341
#   total CPU time (s): 532.067
#   total CPU user time (s): 524.235
#   total CPU system time (s): 7.83183

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3304 second user time and 2.08926 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 14:33:30
IDJOB=4511979
IDBENCH=160489
IDSOLVER=3341
FILE ID=nodeC014/4511979-1751200409
RUNJOBID= nodeC014-1751195806-25275
SLURM_JOB_ID= 9587606
Free space on /tmp= 432716 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm95p-dec.opb.negationfix.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511979-1751200409/watcher-4511979-1751200409 -o /tmp/evaluation-result-4511979-1751200409/solver-4511979-1751200409 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751195806-25275 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4511979-1751200409.opb

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

MD5SUM BENCH= b485ff0024704468ace87f8a9b2f8459
RANDOM SEED=1206686948

nodeC014 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.025
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3600.141
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3622.883
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3598.121
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.121
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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		: 3599.762
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.718
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
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.125
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        90208876 kB
MemAvailable:   90493208 kB
Buffers:            3280 kB
Cached:          1093520 kB
SwapCached:            0 kB
Active:         39430684 kB
Inactive:         884052 kB
Active(anon):   39236004 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   884052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            132376 kB
Writeback:             0 kB
AnonPages:      39221328 kB
Mapped:           110352 kB
Shmem:             18068 kB
KReclaimable:      89680 kB
Slab:             175688 kB
SReclaimable:      89680 kB
SUnreclaim:        86008 kB
KernelStack:        4320 kB
PageTables:        80376 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   42273808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17395712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432576 MiB
End job on nodeC014 at 2025-06-29 14:42:24