Trace number 4457681

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-PB16 1.02b5? (TO) 3600.03 3611.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/subset_sum/
normalized-knapPI_6_5000_10000_1_-246112.opb
MD5SUM7697ce5e116a18335df4b2d8fc6cc5ea
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-246112
Best CPU time to get the best result obtained on this benchmark0.064107
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5000
Total number of constraints1
Number of constraints which are clauses0
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 constraint5000
Maximum length of a constraint5000
Number of terms in the objective function 5000
Biggest coefficient in the objective function 10000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 24857398
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 246112
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 25103510
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4457681-1721868734.opb
3600.01/3611.40	c 
3600.01/3611.40	c *** TERMINATED *** by signal 15
3600.01/3611.40	s UNKNOWN
3600.01/3611.40	c _____________________________________________________________________________
3600.01/3611.40	c 
3600.01/3611.40	c std/band forms        : 2,0
3600.01/3611.40	c 2cl/3cl ITE-codings   : 0,0
3600.01/3611.40	c BDD/srt/adr Max costs : 0,0,55470
3600.01/3611.40	c BDDraw/bin/mul/srt/adr: 0,0,1,0,1
3600.01/3611.40	c BDD nodes             : 5789838
3600.01/3611.40	c Es1/CC detections     : 0,0
3600.01/3611.40	c SAT/UNSAT calls       : 0,0
3600.01/3611.40	c regenrated variables  : 0
3600.01/3611.40	c restarts              : 0
3600.01/3611.40	c conflicts             : 0              (0 /sec)
3600.01/3611.40	c decisions             : 0              (0 /sec)
3600.01/3611.40	c propagations          : 0              (0 /sec)
3600.01/3611.40	c inspects              : 0              (0 /sec)
3600.01/3611.40	c CPU time (solving tm) : 3595 s        (3529 s)
3600.01/3611.40	c Time for Opt-base     : 5.909 s
3600.01/3611.40	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457681-1721868734/watcher-4457681-1721868734 -o /tmp/evaluation-result-4457681-1721868734/solver-4457681-1721868734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721865123-209574 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4457681-1721868734.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=211581, runsolver pid=211578

[startup+0.100465 s]*
/proc/loadavg: 4.65 4.25 4.11 5/244 211586
/proc/meminfo: memFree=95667212/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=11084 memory=5992 CPUtime=0.1 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 1162 0 0 0 10 0 0 0 20 0 1 0 22862487 11350016 1498 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 2771 1498 405 379 0 2305 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 21016 KiB
Current children cumulated memory: 8704 KiB

[startup+0.212433 s]*
/proc/loadavg: 4.65 4.25 4.11 4/241 211594
/proc/meminfo: memFree=95669396/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=11084 memory=5992 CPUtime=0.21 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 1162 0 0 0 21 0 0 0 20 0 1 0 22862487 11350016 1498 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 2771 1498 405 379 0 2305 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 21016 KiB
Current children cumulated memory: 8704 KiB

[startup+0.312976 s]*
/proc/loadavg: 4.65 4.25 4.11 4/243 211600
/proc/meminfo: memFree=95666140/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=11084 memory=5992 CPUtime=0.31 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 1162 0 0 0 31 0 0 0 20 0 1 0 22862487 11350016 1498 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 2771 1498 405 379 0 2305 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 21016 KiB
Current children cumulated memory: 8704 KiB

[startup+0.700366 s]
/proc/loadavg: 4.65 4.25 4.11 7/240 211634
/proc/meminfo: memFree=99860068/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=66176 memory=61200 CPUtime=0.68 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 15227 0 0 0 66 2 0 0 20 0 1 0 22862487 67764224 15300 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 16544 15300 421 379 0 16078 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 76108 KiB
Current children cumulated memory: 63912 KiB

[startup+1.50044 s]
/proc/loadavg: 4.76 4.28 4.12 5/247 211687
/proc/meminfo: memFree=99743916/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=135592 memory=130232 CPUtime=1.48 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 32469 0 0 0 143 5 0 0 20 0 1 0 22862487 138846208 32558 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 33898 32558 421 379 0 33432 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 145524 KiB
Current children cumulated memory: 132944 KiB

[startup+3.11321 s]
/proc/loadavg: 4.76 4.28 4.12 5/247 211687
/proc/meminfo: memFree=99350544/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=259272 memory=253260 CPUtime=3.09 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 62488 0 0 0 298 11 0 0 20 0 1 0 22862487 265494528 63315 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 64818 63315 421 379 0 64352 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 269204 KiB
Current children cumulated memory: 255972 KiB

[startup+6.30042 s]
/proc/loadavg: 4.70 4.27 4.12 5/247 211788
/proc/meminfo: memFree=99166732/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=493660 memory=485660 CPUtime=6.27 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 118148 0 0 0 606 21 0 0 20 0 1 0 22862487 505507840 121415 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 123415 121415 421 379 0 122949 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 503592 KiB
Current children cumulated memory: 488372 KiB

[startup+12.7004 s]
/proc/loadavg: 4.64 4.27 4.12 5/247 211790
/proc/meminfo: memFree=98188144/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=953452 memory=939636 CPUtime=12.64 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 225658 0 0 0 1222 42 0 0 20 0 1 0 22862487 976334848 234909 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 238363 234909 421 379 0 237897 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 963384 KiB
Current children cumulated memory: 942348 KiB

[startup+25.5005 s]
/proc/loadavg: 4.54 4.26 4.11 5/247 211791
/proc/meminfo: memFree=97252088/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=1825632 memory=1816820 CPUtime=25.39 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 430513 0 0 0 2457 82 0 0 20 0 1 0 22862487 1869447168 454205 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 456408 454205 421 379 0 455942 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1835564 KiB
Current children cumulated memory: 1819532 KiB

[startup+51.1134 s]
/proc/loadavg: 4.51 4.28 4.12 5/247 211796
/proc/meminfo: memFree=95658220/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3331400 memory=3302188 CPUtime=50.95 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 774012 0 0 0 4950 145 0 0 20 0 1 0 22862487 3411353600 825547 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 832850 825547 421 379 0 832384 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 3341332 KiB
Current children cumulated memory: 3304900 KiB

[startup+102.3 s]
/proc/loadavg: 4.27 4.25 4.12 5/247 211805
/proc/meminfo: memFree=95272968/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3377720 memory=3352796 CPUtime=102 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 777589 0 0 0 10047 153 0 0 20 0 1 0 22862487 3458785280 838199 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 844430 838199 421 379 0 843964 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 3387652 KiB
Current children cumulated memory: 3355508 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.22 4.12 5/247 211815
/proc/meminfo: memFree=95138036/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3427040 memory=3392504 CPUtime=161.82 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 778789 0 0 0 16015 167 0 0 20 0 1 0 22862487 3509288960 848126 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 856760 848126 421 379 0 856294 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 3436972 KiB
Current children cumulated memory: 3395216 KiB

[startup+222.3 s]
/proc/loadavg: 4.19 4.22 4.12 5/247 212210
/proc/meminfo: memFree=95154764/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3457860 memory=3409108 CPUtime=221.65 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 780498 0 0 0 21986 179 0 0 20 0 1 0 22862487 3540848640 852277 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 864465 852277 421 379 0 863999 0

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

/proc/211586/statm: 897334 883802 421 379 0 896868 0
Current children cumulated CPU time: 3032.65 s
Current children cumulated vsize: 3599268 KiB
Current children cumulated memory: 3537920 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.12 5/248 213544
/proc/meminfo: memFree=94733892/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3721596 memory=3582124 CPUtime=3092.45 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 854322 0 0 0 308730 515 0 0 20 0 1 0 22862487 3810914304 895531 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 930399 895531 421 379 0 929933 0
Current children cumulated CPU time: 3092.45 s
Current children cumulated vsize: 3731528 KiB
Current children cumulated memory: 3584836 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.10 4.11 5/248 213554
/proc/meminfo: memFree=94910140/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3507948 memory=3436168 CPUtime=3152.26 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 856650 0 0 0 314707 519 0 0 20 0 1 0 22862487 3592138752 859042 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 876987 859042 421 379 0 876521 0
Current children cumulated CPU time: 3152.26 s
Current children cumulated vsize: 3517880 KiB
Current children cumulated memory: 3438880 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.11 5/245 213566
/proc/meminfo: memFree=94819232/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3589336 memory=3490060 CPUtime=3212.06 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 858722 0 0 0 320685 521 0 0 20 0 1 0 22862487 3675480064 872515 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 897334 872515 421 379 0 896868 0
Current children cumulated CPU time: 3212.06 s
Current children cumulated vsize: 3599268 KiB
Current children cumulated memory: 3492772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.12 4.11 5/245 213576
/proc/meminfo: memFree=94722384/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3589336 memory=3543400 CPUtime=3271.87 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 860177 0 0 0 326665 522 0 0 20 0 1 0 22862487 3675480064 885850 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 897334 885850 421 379 0 896868 0
Current children cumulated CPU time: 3271.87 s
Current children cumulated vsize: 3599268 KiB
Current children cumulated memory: 3546112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/245 213586
/proc/meminfo: memFree=94776952/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3721596 memory=3588268 CPUtime=3331.69 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 862086 0 0 0 332644 525 0 0 20 0 1 0 22862487 3810914304 897067 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 930399 897067 421 379 0 929933 0
Current children cumulated CPU time: 3331.69 s
Current children cumulated vsize: 3731528 KiB
Current children cumulated memory: 3590980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.11 5/245 213596
/proc/meminfo: memFree=94957492/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3507948 memory=3444424 CPUtime=3391.5 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 864528 0 0 0 338623 527 0 0 20 0 1 0 22862487 3592138752 861106 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 876987 861106 421 379 0 876521 0
Current children cumulated CPU time: 3391.5 s
Current children cumulated vsize: 3517880 KiB
Current children cumulated memory: 3447136 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.30 4.17 5/245 213607
/proc/meminfo: memFree=94836016/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3589336 memory=3500392 CPUtime=3451.33 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 866732 0 0 0 344604 529 0 0 20 0 1 0 22862487 3675480064 875098 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 897334 875098 421 379 0 896868 0
Current children cumulated CPU time: 3451.33 s
Current children cumulated vsize: 3599268 KiB
Current children cumulated memory: 3503104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.29 4.18 5/247 213623
/proc/meminfo: memFree=94737768/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3589336 memory=3553640 CPUtime=3511.16 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 868282 0 0 0 350585 531 0 0 20 0 1 0 22862487 3675480064 888410 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 897334 888410 421 379 0 896868 0
Current children cumulated CPU time: 3511.16 s
Current children cumulated vsize: 3599268 KiB
Current children cumulated memory: 3556352 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.25 4.17 5/247 213634
/proc/meminfo: memFree=94680296/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3721596 memory=3602604 CPUtime=3570.99 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 870163 0 0 0 356566 533 0 0 20 0 1 0 22862487 3810914304 900651 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 930399 900651 421 379 0 929933 0
Current children cumulated CPU time: 3570.99 s
Current children cumulated vsize: 3731528 KiB
Current children cumulated memory: 3605316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.4 s]
/proc/loadavg: 4.14 4.23 4.17 5/247 213689
/proc/meminfo: memFree=96272076/131655788 swapFree=131062644/131071996
[pid=211581] ppid=211578 vsize=9932 memory=2712 CPUtime=0 cores=1,3
/proc/211581/stat : 211581 (naps-1.02b5.sh) S 211578 211581 209562 0 -1 4194304 218 238 0 0 0 0 0 0 20 0 1 0 22862486 10170368 678 134679101440 93891633950720 93891635030040 140729414462496 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 93891637128496 93891637175684 93891658522624 140729414468576 140729414468703 140729414468703 140729414475718 0
/proc/211581/statm: 2483 678 599 264 0 134 0
[pid=211586] ppid=211581 vsize=3457860 memory=3421308 CPUtime=3600.01 cores=1,3
/proc/211586/stat : 211586 (naps-1.02b5) R 211581 211581 209562 0 -1 4194304 871261 0 0 0 359465 536 0 0 20 0 1 0 22862487 3540848640 855327 134679101440 4194304 5746509 140732918572192 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 25366528 140732918580207 140732918580321 140732918580321 140732918587337 0
/proc/211586/statm: 864465 855327 421 379 0 863999 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3467792 KiB
Current children cumulated memory: 3424020 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3611.41 s]
# the end of solver process 211581 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001657 s, system=0.002675 s

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

# cumulated CPU time of all completed processes:  user=3594.66 s, system=5.37328 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 0

Real time (s): 3611.41
CPU time (s): 3600.03
CPU user time (s): 3594.66
CPU system time (s): 5.37328
CPU usage (%): 99.6849
Max. virtual memory (cumulated for all children) (KiB): 3811668
Max. memory (cumulated for all children) (KiB): 3679908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.66
system time used= 5.37328
maximum resident set size= 3683340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 871717
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= 1138
involuntary context switches= 4154


# summary of solver processes directly reported to runsolver:
#   pid: 211581,211586
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3594.66
#   total CPU system time (s): 5.37328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4982 second user time and 38.3532 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-25 02:52:14
IDJOB=4457681
IDBENCH=176645
IDSOLVER=3065
FILE ID=nodeC003/4457681-1721868734
RUNJOBID= nodeC003-1721865123-209574
SLURM_JOB_ID= 8089200
Free space on /tmp= 723772 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/KNAP/subset_sum/normalized-knapPI_6_5000_10000_1_-246112.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4457681-1721868734/watcher-4457681-1721868734 -o /tmp/evaluation-result-4457681-1721868734/solver-4457681-1721868734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721865123-209574 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4457681-1721868734.opb

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

MD5SUM BENCH= 7697ce5e116a18335df4b2d8fc6cc5ea
RANDOM SEED=575184378

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        94356240 kB
MemAvailable:   123835700 kB
Buffers:          287216 kB
Cached:         29740688 kB
SwapCached:          968 kB
Active:          2477156 kB
Inactive:       33814368 kB
Active(anon):       2600 kB
Inactive(anon):  6314456 kB
Active(file):    2474556 kB
Inactive(file): 27499912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131062644 kB
Dirty:              3984 kB
Writeback:             0 kB
AnonPages:       6261860 kB
Mapped:           114744 kB
Shmem:             53440 kB
KReclaimable:     566736 kB
Slab:             681120 kB
SReclaimable:     566736 kB
SUnreclaim:       114384 kB
KernelStack:        3968 kB
PageTables:        21844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    6746252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4978688 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC003 at 2024-07-25 03:52:26