Trace number 4446018

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-GM 1.03? (TO) 3600.03 3610.51

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4446018-1721328607.opb
3600.01/3610.50	c 
3600.01/3610.50	c *** TERMINATED *** by signal 15
3600.01/3610.50	s UNKNOWN
3600.01/3610.50	c _____________________________________________________________________________
3600.01/3610.50	c std/band forms        : 113663,0
3600.01/3610.50	c 2cl/3cl ITE-codings   : 104900,0
3600.01/3610.50	c BDD/srt/adr Max costs : 5,119,0
3600.01/3610.50	c BDDraw/bin/mul/srt/adr: 110145,0,0,3518,0
3600.01/3610.50	c BDD nodes             : 650380
3600.01/3610.50	c Es1/CC detections     : 0,0
3600.01/3610.50	c CC sort               : 3517
3600.01/3610.50	c SAT/UNSAT calls       : 0,0
3600.01/3610.50	c regenrated variables  : 0
3600.01/3610.50	c eliminated fixed lits : 24225
3600.01/3610.50	c goal lit flips        : 0
3600.01/3610.50	c goal stages           : 0
3600.01/3610.50	c goal shrink           : 0
3600.01/3610.50	c goal coeff separations: 0
3600.01/3610.50	c restarts              : 0
3600.01/3610.50	c conflicts             : 0              (0 /sec)
3600.01/3610.50	c decisions             : 0              (0 /sec)
3600.01/3610.50	c propagations          : 0              (0 /sec)
3600.01/3610.50	c inspects              : 0              (0 /sec)
3600.01/3610.50	c CPU time (solving tm) : 3597 s        (3587 s, SAT 0 s, UNSAT 0 s)
3600.01/3610.50	c Time for Opt-base     : 0.01585 s
3600.01/3610.50	c Steps for Opt-base    : 0
3600.01/3610.50	c Time for BDD coding   : 1.411 s
3600.01/3610.50	c Time for srt coding   : 0.03033 s
3600.01/3610.50	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: 63968 MiB (62207 MiB free)
  memory of node 1: 64473 MiB (62862 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446018-1721328607/watcher-4446018-1721328607 -o /tmp/evaluation-result-4446018-1721328607/solver-4446018-1721328607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721328472-974783 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4446018-1721328607.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=975733, runsolver pid=975730

[startup+0.100085 s]*
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=128068172/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=10664 memory=4760 CPUtime=0.1 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 839 0 0 0 10 0 0 0 20 0 1 0 185024541 10919936 1190 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 2666 1190 436 659 0 1870 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 20596 KiB
Current children cumulated memory: 7608 KiB

[startup+0.205691 s]*
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=128065008/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=13284 memory=7780 CPUtime=0.2 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 1580 0 0 0 20 0 0 0 20 0 1 0 185024541 13602816 1945 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 3321 1945 436 659 0 2525 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 23216 KiB
Current children cumulated memory: 10628 KiB

[startup+0.305553 s]*
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=128062180/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=15860 memory=10584 CPUtime=0.3 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 2280 0 0 0 30 0 0 0 20 0 1 0 185024541 16240640 2646 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 3965 2646 436 659 0 3169 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 25792 KiB
Current children cumulated memory: 13432 KiB

[startup+0.700256 s]
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=128056548/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=25428 memory=22852 CPUtime=0.68 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 4970 0 0 0 68 0 0 0 20 0 1 0 185024541 26038272 5713 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 6357 5713 436 659 0 5561 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 35360 KiB
Current children cumulated memory: 25700 KiB

[startup+1.50026 s]
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=128042180/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=48124 memory=43472 CPUtime=1.48 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 10356 0 0 0 146 2 0 0 20 0 1 0 185024541 49278976 10868 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 12031 10868 436 659 0 11235 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 58056 KiB
Current children cumulated memory: 46320 KiB

[startup+3.10557 s]
/proc/loadavg: 3.89 3.43 3.76 5/260 975738
/proc/meminfo: memFree=127983048/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=93292 memory=89860 CPUtime=3.09 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 21399 0 0 0 304 5 0 0 20 0 1 0 185024541 95531008 22465 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 23323 22465 436 659 0 22527 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 103224 KiB
Current children cumulated memory: 92708 KiB

[startup+6.30024 s]
/proc/loadavg: 3.90 3.44 3.77 5/260 975739
/proc/meminfo: memFree=127899044/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=193556 memory=178476 CPUtime=6.28 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 40114 0 0 0 619 9 0 0 20 0 1 0 185024541 198201344 44619 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 48389 44619 436 659 0 47593 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 203488 KiB
Current children cumulated memory: 181324 KiB

[startup+12.7002 s]
/proc/loadavg: 3.91 3.45 3.77 5/260 975739
/proc/meminfo: memFree=127694476/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=412668 memory=377396 CPUtime=12.65 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 69383 0 0 0 1242 23 0 0 20 0 1 0 185024541 422572032 94349 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 103167 94349 468 659 0 102371 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 422600 KiB
Current children cumulated memory: 380244 KiB

[startup+25.5003 s]
/proc/loadavg: 3.93 3.48 3.77 5/260 975741
/proc/meminfo: memFree=127677264/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=381848 memory=360792 CPUtime=25.43 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 70198 0 0 0 2517 26 0 0 20 0 1 0 185024541 391012352 90198 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 95462 90198 468 659 0 94666 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 391780 KiB
Current children cumulated memory: 363640 KiB

[startup+51.1057 s]
/proc/loadavg: 3.95 3.52 3.78 5/260 975746
/proc/meminfo: memFree=127686448/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=412668 memory=379148 CPUtime=50.94 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 72264 0 0 0 5066 28 0 0 20 0 1 0 185024541 422572032 94787 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 103167 94787 468 659 0 102371 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 422600 KiB
Current children cumulated memory: 381996 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 3.61 3.80 5/260 975755
/proc/meminfo: memFree=127681404/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=412668 memory=377116 CPUtime=101.98 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 76144 0 0 0 10162 36 0 0 20 0 1 0 185024541 422572032 94279 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 103167 94279 468 659 0 102371 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 422600 KiB
Current children cumulated memory: 379964 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 3.72 3.83 5/260 975765
/proc/meminfo: memFree=127640536/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=412668 memory=377144 CPUtime=161.77 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 79189 0 0 0 16137 40 0 0 20 0 1 0 185024541 422572032 94286 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 103167 94286 468 659 0 102371 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 422600 KiB
Current children cumulated memory: 379992 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.80 3.85 5/259 975776
/proc/meminfo: memFree=127542676/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=412668 memory=395604 CPUtime=221.57 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 81760 0 0 0 22112 45 0 0 20 0 1 0 185024541 422572032 98901 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 103167 98901 468 659 0 102371 0
Current children cumulated CPU time: 221.57 s

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

/proc/975738/statm: 189614 162601 468 659 0 188818 0
Current children cumulated CPU time: 3093.22 s
Current children cumulated vsize: 768388 KiB
Current children cumulated memory: 653252 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/261 977500
/proc/meminfo: memFree=127291444/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=627628 memory=566516 CPUtime=3153.04 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 169856 0 0 0 315069 235 0 0 20 0 1 0 185024541 642691072 141629 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 156907 141629 468 659 0 156111 0
Current children cumulated CPU time: 3153.04 s
Current children cumulated vsize: 637560 KiB
Current children cumulated memory: 569364 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/261 977512
/proc/meminfo: memFree=127230168/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=760268 memory=693716 CPUtime=3212.89 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 170665 0 0 0 321051 238 0 0 20 0 1 0 185024541 778514432 173429 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 190067 173429 468 659 0 189271 0
Current children cumulated CPU time: 3212.89 s
Current children cumulated vsize: 770200 KiB
Current children cumulated memory: 696564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/260 977524
/proc/meminfo: memFree=127225328/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=628344 memory=593456 CPUtime=3272.7 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 171860 0 0 0 327029 241 0 0 20 0 1 0 185024541 643424256 148364 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 157086 148364 468 659 0 156290 0
Current children cumulated CPU time: 3272.7 s
Current children cumulated vsize: 638276 KiB
Current children cumulated memory: 596304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.10 4.09 5/258 977534
/proc/meminfo: memFree=127214120/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=761836 memory=694672 CPUtime=3332.53 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 172835 0 0 0 333010 243 0 0 20 0 1 0 185024541 780120064 173668 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 190459 173668 468 659 0 189663 0
Current children cumulated CPU time: 3332.53 s
Current children cumulated vsize: 771768 KiB
Current children cumulated memory: 697520 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/258 977544
/proc/meminfo: memFree=127342240/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=630492 memory=568728 CPUtime=3392.36 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 174797 0 0 0 338988 248 0 0 20 0 1 0 185024541 645623808 142182 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 157623 142182 468 659 0 156827 0
Current children cumulated CPU time: 3392.36 s
Current children cumulated vsize: 640424 KiB
Current children cumulated memory: 571576 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/258 977555
/proc/meminfo: memFree=127178128/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=763344 memory=679688 CPUtime=3452.2 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 175725 0 0 0 344970 250 0 0 20 0 1 0 185024541 781664256 169922 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 190836 169922 468 659 0 190040 0
Current children cumulated CPU time: 3452.2 s
Current children cumulated vsize: 773276 KiB
Current children cumulated memory: 682536 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/259 977716
/proc/meminfo: memFree=125698948/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=631884 memory=542924 CPUtime=3512.05 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 177061 0 0 0 350951 254 0 0 20 0 1 0 185024541 647049216 135731 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 157971 135731 468 659 0 157175 0
Current children cumulated CPU time: 3512.05 s
Current children cumulated vsize: 641816 KiB
Current children cumulated memory: 545772 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/260 977727
/proc/meminfo: memFree=124916364/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=764356 memory=629192 CPUtime=3571.89 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 177826 0 0 0 356933 256 0 0 20 0 1 0 185024541 782700544 157298 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 191089 157298 468 659 0 190293 0
Current children cumulated CPU time: 3571.89 s
Current children cumulated vsize: 774288 KiB
Current children cumulated memory: 632040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.17 4.13 4.10 5/262 977785
/proc/meminfo: memFree=124898972/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=765284 memory=660680 CPUtime=3600.01 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 178151 0 0 0 359744 257 0 0 20 0 1 0 185024541 783650816 165170 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 191321 165170 468 659 0 190525 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 775216 KiB
Current children cumulated memory: 663528 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001514 s, system=0.001408 s

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

# cumulated CPU time of all completed processes:  user=3597.45 s, system=2.58578 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

[startup+3610.5 s]
/proc/loadavg: 4.17 4.13 4.10 5/262 977785
/proc/meminfo: memFree=124898972/131524600 swapFree=131071996/131071996
[pid=975733] ppid=975730 vsize=9932 memory=2848 CPUtime=0 cores=5,7
/proc/975733/stat : 975733 (naps-1.03.sh) S 975730 975733 974770 0 -1 4194304 225 243 0 0 0 0 0 0 20 0 1 0 185024540 10170368 712 134679101440 94294174363648 94294175442968 140724045369392 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94294177541424 94294177588612 94294188728320 140724045374431 140724045374560 140724045374560 140724045381576 0
/proc/975733/statm: 2483 712 635 264 0 134 0
[pid=975738] ppid=975733 vsize=765284 memory=660680 CPUtime=3600.01 cores=5,7
/proc/975738/stat : 975738 (naps-1.03) R 975733 975733 974770 0 -1 4194304 178151 0 0 0 359744 257 0 0 20 0 1 0 185024541 783650816 165170 134679101440 4194304 6891213 140730434052512 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 13516800 140730434057200 140730434057316 140730434057316 140730434064331 0
/proc/975738/statm: 191321 165170 468 659 0 190525 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 775216 KiB
Current children cumulated memory: 663528 KiB

Child status: 10

Real time (s): 3610.51
CPU time (s): 3600.03
CPU user time (s): 3597.45
CPU system time (s): 2.58578
CPU usage (%): 99.7099
Max. virtual memory (cumulated for all children) (KiB): 854216
Max. memory (cumulated for all children) (KiB): 801612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.45
system time used= 2.58578
maximum resident set size= 805568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178619
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= 232
involuntary context switches= 4824


# summary of solver processes directly reported to runsolver:
#   pid: 975733,975738
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3597.45
#   total CPU system time (s): 2.58578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.37501 second user time and 17.7121 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-18 20:50:19
IDJOB=4446018
IDBENCH=155423
IDSOLVER=3062
FILE ID=nodeC021/4446018-1721328607
RUNJOBID= nodeC021-1721328472-974783
SLURM_JOB_ID= 7542687
Free space on /tmp= 890016 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446018-1721328607/watcher-4446018-1721328607 -o /tmp/evaluation-result-4446018-1721328607/solver-4446018-1721328607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1721328472-974783 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4446018-1721328607.opb

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=1784366880

nodeC021.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	: 0xb00002a
cpu MHz		: 3675.772
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3675.786
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 invpcid_single pti ibrs ibpb stibp 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	: 6999.42
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		: 3686.920
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 invpcid_single pti ibrs ibpb stibp 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	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128071976 kB
MemAvailable:   129248576 kB
Buffers:          504636 kB
Cached:          1503436 kB
SwapCached:            0 kB
Active:           985268 kB
Inactive:        1847712 kB
Active(anon):       1560 kB
Inactive(anon):   861068 kB
Active(file):     983708 kB
Inactive(file):   986644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             55084 kB
Writeback:            52 kB
AnonPages:        823860 kB
Mapped:           111540 kB
Shmem:             37720 kB
KReclaimable:      92144 kB
Slab:             203328 kB
SReclaimable:      92144 kB
SUnreclaim:       111184 kB
KernelStack:        4176 kB
PageTables:        11152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1217420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    473088 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:      256724 kB
DirectMap2M:    23633920 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889648 MiB
End job on nodeC021 at 2024-07-18 21:50:30