Trace number 4516061

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? (TO) 3600.09 3609.6

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
MD5SUM6898f8c176df604869a5524822c88324
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.01995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables510
Total number of constraints511
Number of constraints which are clauses510
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint510
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 514
Number of bits of the biggest sum of numbers10
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-4516061-1751233859.opb
3600.08/3609.60	c 
3600.08/3609.60	c *** TERMINATED *** by signal 15
3600.08/3609.60	s UNKNOWN
3600.08/3609.60	c _____________________________________________________________________________
3600.08/3609.60	c std/band forms        : 1,0
3600.08/3609.60	c 2cl/3cl ITE-codings   : 0,0
3600.08/3609.60	c BDD/srt/adr Max costs : 0,19404,0
3600.08/3609.60	c BDDraw/bin/mul/srt/adr: 0,0,0,1,0
3600.08/3609.60	c BDD nodes             : 0
3600.08/3609.60	c Es1/CC detections     : 0,0
3600.08/3609.60	c CC sort               : 1
3600.08/3609.60	c SAT/UNSAT calls       : 0,0
3600.08/3609.60	c regenrated variables  : 0
3600.08/3609.60	c eliminated fixed lits : 0
3600.08/3609.60	c goal lit flips        : 0
3600.08/3609.60	c goal stages           : 0
3600.08/3609.60	c goal shrink           : 0
3600.08/3609.60	c goal coeff separations: 0
3600.08/3609.60	c restarts              : 0
3600.08/3609.60	c conflicts             : 0              (0 /sec)
3600.08/3609.60	c decisions             : 0              (0 /sec)
3600.08/3609.60	c propagations          : 0              (0 /sec)
3600.08/3609.60	c inspects              : 0              (0 /sec)
3600.08/3609.60	c CPU time (solving tm) : 3586 s        (3586 s, SAT 0 s, UNSAT 0 s)
3600.08/3609.60	c Time for Opt-base     : 7e-05 s
3600.08/3609.60	c Steps for Opt-base    : 0
3600.08/3609.60	c Time for BDD coding   : 0 s
3600.08/3609.60	c Time for srt coding   : 0.000619 s
3600.08/3609.60	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 (62820 MiB free)
  memory of node 1: 64465 MiB (63662 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=33692, runsolver pid=33689
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129504544/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=13960 memory=11376 CPUtime=0.08 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 3086 0 0 0 8 0 0 0 20 0 1 0 39062445 14295040 2844 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3490 2844 544 696 0 2651 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18152 KiB
Current children cumulated memory: 14448 KiB

[startup+0.205623 s]*
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129504544/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=13960 memory=11376 CPUtime=0.18 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 3090 0 0 0 18 0 0 0 20 0 1 0 39062445 14295040 2844 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3490 2844 544 696 0 2651 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18152 KiB
Current children cumulated memory: 14448 KiB

[startup+0.305252 s]*
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129504544/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=13960 memory=11376 CPUtime=0.28 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 3093 0 0 0 28 0 0 0 20 0 1 0 39062445 14295040 2844 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3490 2844 544 696 0 2651 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18152 KiB
Current children cumulated memory: 14448 KiB

[startup+0.700166 s]
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129504928/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=12504 memory=10028 CPUtime=0.67 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 3309 0 0 0 67 0 0 0 20 0 1 0 39062445 12804096 2507 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3126 2507 544 696 0 2287 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 16696 KiB
Current children cumulated memory: 13100 KiB

[startup+1.50016 s]
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129506224/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=15840 memory=10804 CPUtime=1.47 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5343 0 0 0 146 1 0 0 20 0 1 0 39062445 16220160 2701 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3960 2701 544 696 0 3121 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 20032 KiB
Current children cumulated memory: 13876 KiB

[startup+3.10535 s]
/proc/loadavg: 4.38 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129506680/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=15424 memory=11208 CPUtime=3.07 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 6357 0 0 0 306 1 0 0 20 0 1 0 39062445 15794176 2802 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 3856 2802 544 696 0 3017 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 19616 KiB
Current children cumulated memory: 14280 KiB

[startup+6.30016 s]
/proc/loadavg: 4.35 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129506176/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=17476 memory=14464 CPUtime=6.26 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 11007 0 0 0 624 2 0 0 20 0 1 0 39062445 17895424 3616 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 4369 3616 544 696 0 3530 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 21668 KiB
Current children cumulated memory: 17536 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.06 3.82 5/268 33696
/proc/meminfo: memFree=129506808/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=29240 memory=22412 CPUtime=12.65 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 16475 0 0 0 1261 4 0 0 20 0 1 0 39062445 29941760 5603 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 7310 5603 544 696 0 6471 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 33432 KiB
Current children cumulated memory: 25484 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.07 3.83 5/268 33696
/proc/meminfo: memFree=129504912/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=29240 memory=22444 CPUtime=25.41 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 17036 0 0 0 2537 4 0 0 20 0 1 0 39062445 29941760 5611 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 7310 5611 544 696 0 6471 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 33432 KiB
Current children cumulated memory: 25516 KiB

[startup+51.1055 s]
/proc/loadavg: 4.21 4.06 3.83 5/268 33697
/proc/meminfo: memFree=129488884/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=33340 memory=24188 CPUtime=50.95 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 72077 0 0 0 5077 18 0 0 20 0 1 0 39062445 34140160 6047 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 8335 6047 544 696 0 7496 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 37532 KiB
Current children cumulated memory: 27260 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.06 3.85 5/270 33701
/proc/meminfo: memFree=129505840/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=37432 memory=31960 CPUtime=102.01 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 117793 0 0 0 10174 27 0 0 20 0 1 0 39062445 38330368 7990 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 9358 7990 544 696 0 8519 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 41624 KiB
Current children cumulated memory: 35032 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.08 3.87 5/270 33703
/proc/meminfo: memFree=129481320/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=53820 memory=46740 CPUtime=161.85 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 236033 0 0 0 16128 57 0 0 20 0 1 0 39062445 55111680 11685 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 13455 11685 544 696 0 12616 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 58012 KiB
Current children cumulated memory: 49812 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.08 3.89 5/271 33709
/proc/meminfo: memFree=129479464/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=41532 memory=33576 CPUtime=221.69 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 336090 0 0 0 22087 82 0 0 20 0 1 0 39062445 42528768 8394 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 10383 8394 544 696 0 9544 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 45724 KiB

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

/proc/loadavg: 4.12 4.10 4.09 5/266 34299
/proc/meminfo: memFree=129594328/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=77604 memory=67152 CPUtime=3034.34 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4382956 0 0 0 302297 1137 0 0 20 0 1 0 39062445 79466496 16788 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 19401 16788 544 696 0 18562 0
Current children cumulated CPU time: 3034.34 s
Current children cumulated vsize: 81796 KiB
Current children cumulated memory: 70224 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 34396
/proc/meminfo: memFree=129542956/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=80724 CPUtime=3094.19 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4471426 0 0 0 308260 1159 0 0 20 0 1 0 39062445 87859200 20181 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 20181 544 696 0 20611 0
Current children cumulated CPU time: 3094.19 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 83796 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 34398
/proc/meminfo: memFree=129520128/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=83404 CPUtime=3154.04 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4655443 0 0 0 314202 1202 0 0 20 0 1 0 39062445 87859200 20851 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 20851 544 696 0 20611 0
Current children cumulated CPU time: 3154.04 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 86476 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 34401
/proc/meminfo: memFree=129504976/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=81364 CPUtime=3213.88 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4712581 0 0 0 320167 1221 0 0 20 0 1 0 39062445 87859200 20341 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 20341 544 696 0 20611 0
Current children cumulated CPU time: 3213.88 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 84436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 34407
/proc/meminfo: memFree=129503936/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=74420 CPUtime=3273.72 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4763910 0 0 0 326133 1239 0 0 20 0 1 0 39062445 87859200 18605 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 18605 544 696 0 20611 0
Current children cumulated CPU time: 3273.72 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 77492 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/269 34413
/proc/meminfo: memFree=129503668/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=75220 CPUtime=3333.53 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 4981550 0 0 0 332062 1291 0 0 20 0 1 0 39062445 87859200 18805 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 18805 544 696 0 20611 0
Current children cumulated CPU time: 3333.53 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 78292 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 34415
/proc/meminfo: memFree=129510088/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=110372 memory=85592 CPUtime=3393.35 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5031617 0 0 0 338030 1305 0 0 20 0 1 0 39062445 113020928 21398 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 27593 21398 544 696 0 26754 0
Current children cumulated CPU time: 3393.35 s
Current children cumulated vsize: 114564 KiB
Current children cumulated memory: 88664 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 34417
/proc/meminfo: memFree=129497120/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=85800 memory=71188 CPUtime=3453.16 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5089347 0 0 0 343992 1324 0 0 20 0 1 0 39062445 87859200 17797 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 21450 17797 544 696 0 20611 0
Current children cumulated CPU time: 3453.16 s
Current children cumulated vsize: 89992 KiB
Current children cumulated memory: 74260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 34419
/proc/meminfo: memFree=129515032/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=52664 memory=42148 CPUtime=3513.01 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5293899 0 0 0 349925 1376 0 0 20 0 1 0 39062445 53927936 10537 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 13166 10537 544 696 0 12327 0
Current children cumulated CPU time: 3513.01 s
Current children cumulated vsize: 56856 KiB
Current children cumulated memory: 45220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/266 34421
/proc/meminfo: memFree=129515252/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=54092 memory=45208 CPUtime=3572.84 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5411631 0 0 0 355875 1409 0 0 20 0 1 0 39062445 55390208 11302 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 13523 11302 544 696 0 12684 0
Current children cumulated CPU time: 3572.84 s
Current children cumulated vsize: 58284 KiB
Current children cumulated memory: 48280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 34425
/proc/meminfo: memFree=129517324/131250000 swapFree=33010684/33010684
[pid=33692] ppid=33689 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/33692/stat : 33692 (naps-1.03a6.sh) S 33689 33692 32864 0 -1 4194304 229 202 0 0 0 0 0 0 20 0 1 0 39062444 4292608 768 18446744073709551615 94586616815616 94586617710149 140729674274128 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94586617949200 94586617996944 94586633183232 140729674279335 140729674279429 140729674279429 140729674285031 0
/proc/33692/statm: 1048 768 704 219 0 110 0
[pid=33696] ppid=33692 vsize=37708 memory=31476 CPUtime=3600.08 cores=1,3
/proc/33696/stat : 33696 (naps-1.03a6) R 33692 33692 32864 0 -1 4194304 5427286 0 0 0 358592 1416 0 0 20 0 1 0 39062445 38612992 7869 18446744073709551615 4198400 7047149 140724980832784 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 25104384 140724980836724 140724980836838 140724980836838 140724980842441 0
/proc/33696/statm: 9427 7869 544 696 0 8588 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 41900 KiB
Current children cumulated memory: 34548 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3585.92 s, system=14.1662 s

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

Child status: 10

Real time (s): 3609.6
CPU time (s): 3600.09
CPU user time (s): 3585.92
CPU system time (s): 14.1662
CPU usage (%): 99.7364
Max. virtual memory (cumulated for all children) (KiB): 147336
Max. memory (cumulated for all children) (KiB): 135636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.92
system time used= 14.1662
maximum resident set size= 132564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5427728
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= 182
involuntary context switches= 7232


# summary of solver processes directly reported to runsolver:
#   pid: 33692
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3585.92
#   total CPU system time (s): 14.1662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17608 second user time and 16.4315 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-29 23:50:59
IDJOB=4516061
IDBENCH=169350
IDSOLVER=3341
FILE ID=nodeC014/4516061-1751233859
RUNJOBID= nodeC014-1751233190-32876
SLURM_JOB_ID= 9587713
Free space on /tmp= 433000 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-lines-v3_shuffle/normalized-grid6_85.shuf-3.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516061-1751233859/watcher-4516061-1751233859 -o /tmp/evaluation-result-4516061-1751233859/solver-4516061-1751233859 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751233190-32876 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4516061-1751233859.opb

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

MD5SUM BENCH= 6898f8c176df604869a5524822c88324
RANDOM SEED=700706153

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.524
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.112
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		: 3737.288
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		: 3601.489
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.117
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		: 3600.564
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		: 3780.620
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		: 3599.620
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:        129518168 kB
MemAvailable:   129595160 kB
Buffers:            3280 kB
Cached:           885532 kB
SwapCached:            0 kB
Active:           443200 kB
Inactive:         676064 kB
Active(anon):     248520 kB
Inactive(anon):        0 kB
Active(file):     194680 kB
Inactive(file):   676064 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5572 kB
Writeback:            24 kB
AnonPages:        221316 kB
Mapped:           110332 kB
Shmem:             18068 kB
KReclaimable:      90972 kB
Slab:             177960 kB
SReclaimable:      90972 kB
SUnreclaim:        86988 kB
KernelStack:        4352 kB
PageTables:         3452 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     585584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    131072 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= 432996 MiB
End job on nodeC014 at 2025-06-30 00:51:08