Trace number 4490464

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 NameAnswerobjective functionCPU timeWall clock time
NaPS naps-1.03a6UNSAT 673.851 675.968

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_3.opb
MD5SUM3b6cd88d51672ff5fa8d3ce8152b7bd3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark14.6414
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2821
Number of bits of the biggest sum of numbers12
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-4490464-1751374520.opb
0.00/0.05	c single stage optimization mode
673.77/675.96	s UNSATISFIABLE
673.77/675.96	c _____________________________________________________________________________
673.77/675.96	c std/band forms        : 0,4
673.77/675.96	c 2cl/3cl ITE-codings   : 0,5054
673.77/675.96	c BDD/srt/adr Max costs : 1517,0,0
673.77/675.96	c BDDraw/bin/mul/srt/adr: 0,0,4,0,0
673.77/675.96	c BDD nodes             : 5689
673.77/675.96	c Es1/CC detections     : 0,0
673.77/675.96	c CC sort               : 0
673.77/675.96	c SAT/UNSAT calls       : 0,1
673.77/675.96	c regenrated variables  : 0
673.77/675.96	c eliminated fixed lits : 0
673.77/675.96	c goal lit flips        : 0
673.77/675.96	c goal stages           : 1
673.77/675.96	c goal shrink           : 0
673.77/675.96	c goal coeff separations: 0
673.77/675.96	c restarts              : 279497
673.77/675.96	c conflicts             : 6323636        (9385 /sec)
673.77/675.96	c decisions             : 9239566        (13713 /sec)
673.77/675.96	c propagations          : 2462382841     (3654613 /sec)
673.77/675.96	c inspects              : 0              (0 /sec)
673.77/675.96	c CPU time (solving tm) : 673.8 s        (673.7 s, SAT 0 s, UNSAT 673.7 s)
673.77/675.96	c Time for Opt-base     : 0.002657 s
673.77/675.96	c Steps for Opt-base    : 5625
673.77/675.96	c Time for BDD coding   : 0.02947 s
673.77/675.96	c Time for srt coding   : 0 s
673.77/675.96	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: 63665 MiB (62255 MiB free)
  memory of node 1: 64507 MiB (63835 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490464-1751374520/watcher-4490464-1751374520 -o /tmp/evaluation-result-4490464-1751374520/solver-4490464-1751374520 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751370904-56583 --watchdog 3760 ./naps-1.03a6.sh HOME/instance-4490464-1751374520.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
Current StackSize limit: 8192 KiB

solver pid=57400, runsolver pid=57397

[startup+0.100067 s]*
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129112748/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=8568 memory=7120 CPUtime=0.08 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 1362 0 0 0 8 0 0 0 20 0 1 0 53132277 8773632 1780 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 2142 1780 608 696 0 1303 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 12760 KiB
Current children cumulated memory: 10192 KiB

[startup+0.205658 s]*
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129112748/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=9392 memory=7888 CPUtime=0.19 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 1569 0 0 0 19 0 0 0 20 0 1 0 53132277 9617408 1972 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 2348 1972 608 696 0 1509 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 13584 KiB
Current children cumulated memory: 10960 KiB

[startup+0.305644 s]*
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129111992/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=9400 memory=7976 CPUtime=0.28 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 1745 0 0 0 28 0 0 0 20 0 1 0 53132277 9625600 1994 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 2350 1994 608 696 0 1511 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13592 KiB
Current children cumulated memory: 11048 KiB

[startup+0.700222 s]
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129096116/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=27068 memory=25004 CPUtime=0.67 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 6700 0 0 0 67 0 0 0 20 0 1 0 53132277 27717632 6251 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 6767 6251 640 696 0 5928 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 31260 KiB
Current children cumulated memory: 28076 KiB

[startup+1.50023 s]
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129058000/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=26136 memory=24896 CPUtime=1.46 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 7049 0 0 0 146 0 0 0 20 0 1 0 53132277 26763264 6224 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 6534 6224 640 696 0 5695 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 30328 KiB
Current children cumulated memory: 27968 KiB

[startup+3.10543 s]
/proc/loadavg: 4.10 4.12 4.13 5/267 57404
/proc/meminfo: memFree=129036788/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=26136 memory=24956 CPUtime=3.06 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 7429 0 0 0 306 0 0 0 20 0 1 0 53132277 26763264 6239 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 6534 6239 640 696 0 5695 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 30328 KiB
Current children cumulated memory: 28028 KiB

[startup+6.30022 s]
/proc/loadavg: 4.09 4.11 4.13 5/267 57404
/proc/meminfo: memFree=128936764/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=28704 memory=27484 CPUtime=6.25 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 10150 0 0 0 624 1 0 0 20 0 1 0 53132277 29392896 6871 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 7176 6871 640 696 0 6337 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 32896 KiB
Current children cumulated memory: 30556 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.13 4.13 5/267 57404
/proc/meminfo: memFree=128912128/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=29924 memory=28636 CPUtime=12.63 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 10457 0 0 0 1262 1 0 0 20 0 1 0 53132277 30642176 7159 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 7481 7159 640 696 0 6642 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 34116 KiB
Current children cumulated memory: 31708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.12 4.13 5/266 57404
/proc/meminfo: memFree=128841192/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=32084 memory=30812 CPUtime=25.4 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 10997 0 0 0 2539 1 0 0 20 0 1 0 53132277 32854016 7703 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 8021 7703 640 696 0 7182 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 36276 KiB
Current children cumulated memory: 33884 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.11 4.12 5/266 57405
/proc/meminfo: memFree=128848592/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=30612 memory=29420 CPUtime=50.93 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 12555 0 0 0 5091 2 0 0 20 0 1 0 53132277 31346688 7355 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 7653 7355 640 696 0 6814 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 34804 KiB
Current children cumulated memory: 32492 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.12 5/266 57407
/proc/meminfo: memFree=128856012/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=38656 memory=37476 CPUtime=101.98 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 14058 0 0 0 10196 2 0 0 20 0 1 0 53132277 39583744 9369 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 9664 9369 640 696 0 8825 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 42848 KiB
Current children cumulated memory: 40548 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.12 4.12 5/267 57412
/proc/meminfo: memFree=128900764/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=42996 memory=41700 CPUtime=161.81 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 16689 0 0 0 16178 3 0 0 20 0 1 0 53132277 44027904 10425 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 10749 10425 640 696 0 9910 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 47188 KiB
Current children cumulated memory: 44772 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.11 5/268 57415
/proc/meminfo: memFree=128864448/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=38764 memory=37496 CPUtime=221.62 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 18619 0 0 0 22159 3 0 0 20 0 1 0 53132277 39694336 9374 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 9691 9374 640 696 0 8852 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 42956 KiB

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

/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 19108 0 0 0 46081 4 0 0 20 0 1 0 53132277 45834240 10873 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 11190 10873 640 696 0 10351 0
Current children cumulated CPU time: 460.85 s
Current children cumulated vsize: 48952 KiB
Current children cumulated memory: 46564 KiB

[startup+522.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/266 57439
/proc/meminfo: memFree=128545552/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49648 memory=48356 CPUtime=520.64 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 19819 0 0 0 52060 4 0 0 20 0 1 0 53132277 50839552 12089 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12412 12089 640 696 0 11573 0
Current children cumulated CPU time: 520.64 s
Current children cumulated vsize: 53840 KiB
Current children cumulated memory: 51428 KiB

[startup+582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 57441
/proc/meminfo: memFree=128648744/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=34872 memory=33648 CPUtime=580.44 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 22419 0 0 0 58039 5 0 0 20 0 1 0 53132277 35708928 8412 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 8718 8412 640 696 0 7879 0
Current children cumulated CPU time: 580.44 s
Current children cumulated vsize: 39064 KiB
Current children cumulated memory: 36720 KiB

[startup+642.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/266 57491
/proc/meminfo: memFree=129028568/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=640.27 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26337 0 0 0 64020 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 640.27 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+675.968 s]
# the end of solver process 57400 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=673.777 s, system=0.074465 s

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

[startup+652.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/266 57492
/proc/meminfo: memFree=129029080/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=650.74 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26337 0 0 0 65067 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 650.74 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+665.6 s]
/proc/loadavg: 4.07 4.09 4.09 5/266 57492
/proc/meminfo: memFree=129025300/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=663.5 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 66343 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 663.5 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+672 s]*
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=669.89 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 66982 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 669.89 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+673.6 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=671.48 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 67141 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 671.48 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+675.2 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=673.07 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 67300 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 673.07 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+675.6 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=49372 memory=48100 CPUtime=673.47 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 67340 7 0 0 20 0 1 0 53132277 50556928 12025 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 12343 12025 640 696 0 11504 0
Current children cumulated CPU time: 673.47 s
Current children cumulated vsize: 53564 KiB
Current children cumulated memory: 51172 KiB

[startup+675.8 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=27876 memory=26832 CPUtime=673.67 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 67360 7 0 0 20 0 1 0 53132277 28545024 6708 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 6969 6708 640 696 0 6130 0
Current children cumulated CPU time: 673.67 s
Current children cumulated vsize: 32068 KiB
Current children cumulated memory: 29904 KiB

[startup+675.9 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57492
/proc/meminfo: memFree=129025812/131250000 swapFree=33010684/33010684
[pid=57400] ppid=57397 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/57400/stat : 57400 (naps-1.03a6.sh) S 57397 57400 56571 0 -1 4194304 229 203 0 0 0 0 0 0 20 0 1 0 53132275 4292608 768 18446744073709551615 94832053067776 94832053962309 140732398173696 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94832054201360 94832054249104 94832066871296 140732398176679 140732398176773 140732398176773 140732398182375 0
/proc/57400/statm: 1048 768 704 219 0 110 0
[pid=57404] ppid=57400 vsize=27876 memory=26832 CPUtime=673.77 cores=1,3
/proc/57404/stat : 57404 (naps-1.03a6) R 57400 57400 56571 0 -1 4194304 26351 0 0 0 67370 7 0 0 20 0 1 0 53132277 28545024 6708 18446744073709551615 4198400 7047149 140727530262352 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 37892096 140727530264948 140727530265062 140727530265062 140727530270665 0
/proc/57404/statm: 6969 6708 640 696 0 6130 0
Current children cumulated CPU time: 673.77 s
Current children cumulated vsize: 32068 KiB
Current children cumulated memory: 29904 KiB

Child status: 30

Real time (s): 675.968
CPU time (s): 673.851
CPU user time (s): 673.777
CPU system time (s): 0.074465
CPU usage (%): 99.6868
Max. virtual memory (cumulated for all children) (KiB): 53840
Max. memory (cumulated for all children) (KiB): 51428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.777
system time used= 0.074465
maximum resident set size= 57688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26795
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= 143
involuntary context switches= 1013


# summary of solver processes directly reported to runsolver:
#   pid: 57400
#   total CPU time (s): 673.851
#   total CPU user time (s): 673.777
#   total CPU system time (s): 0.074465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35701 second user time and 3.19683 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-01 14:55:20
IDJOB=4490464
IDBENCH=147587
IDSOLVER=3341
FILE ID=nodeC013/4490464-1751374520
RUNJOBID= nodeC013-1751370904-56583
SLURM_JOB_ID= 9598192
Free space on /tmp= 433044 MiB

SOLVER NAME= NaPS naps-1.03a6
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_3.opb
COMMAND LINE= ./naps-1.03a6.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490464-1751374520/watcher-4490464-1751374520 -o /tmp/evaluation-result-4490464-1751374520/solver-4490464-1751374520 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751370904-56583 --watchdog 3760  ./naps-1.03a6.sh HOME/instance-4490464-1751374520.opb

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

MD5SUM BENCH= 3b6cd88d51672ff5fa8d3ce8152b7bd3
RANDOM SEED=154482047

nodeC013 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		: 3599.803
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	: 6999.67
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		: 3598.757
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129116724 kB
MemAvailable:   129256876 kB
Buffers:            3280 kB
Cached:           940620 kB
SwapCached:            0 kB
Active:           823264 kB
Inactive:         696984 kB
Active(anon):     589632 kB
Inactive(anon):        0 kB
Active(file):     233632 kB
Inactive(file):   696984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16908 kB
Writeback:             0 kB
AnonPages:        576400 kB
Mapped:           106320 kB
Shmem:             13284 kB
KReclaimable:      97148 kB
Slab:             184776 kB
SReclaimable:      97148 kB
SUnreclaim:        87628 kB
KernelStack:        4320 kB
PageTables:         3956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     896132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC013 at 2025-07-01 15:06:36