Trace number 4456278

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-PB16 1.02b5? (MO) 390.816 392.02

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB10/oliveras/j120/
normalized-j12015_3-unsat--soft-0-100-0.wbo
MD5SUM18c39288ed23615941737d5b505374c3
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark79.1951
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables21054
Total number of constraints66352
Number of soft constraints66352
Number of constraints which are clauses66008
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints344
Minimum length of a constraint1
Maximum length of a constraint93
Top cost 3337053
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3337052
Biggest number in a constraint 46
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 599
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.02b5.
0.00/0.00	c Input file name: HOME/instance-4456278-1721719023.wbo
388.33/389.48	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'

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 (24202 MiB free)
  memory of node 1: 64473 MiB (41275 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456278-1721719023/watcher-4456278-1721719023 -o /tmp/evaluation-result-4456278-1721719023/solver-4456278-1721719023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721718361-85695 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4456278-1721719023.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=86539, runsolver pid=86536

[startup+0.100087 s]*
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=67037536/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=18528 memory=12508 CPUtime=0.09 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2948 0 0 0 9 0 0 0 20 0 1 0 8425267 18972672 3127 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 4632 3127 405 379 0 4166 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 28460 KiB
Current children cumulated memory: 15120 KiB

[startup+0.20577 s]*
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=67029668/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=26164 memory=20072 CPUtime=0.2 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 5008 0 0 0 19 1 0 0 20 0 1 0 8425267 26791936 5018 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 6541 5018 405 379 0 6075 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36096 KiB
Current children cumulated memory: 22684 KiB

[startup+0.305801 s]*
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=67022108/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=33384 memory=27284 CPUtime=0.3 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 6846 0 0 0 29 1 0 0 20 0 1 0 8425267 34185216 6821 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 8346 6821 405 379 0 7880 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 43316 KiB
Current children cumulated memory: 29896 KiB

[startup+0.700262 s]
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=67007188/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=57328 memory=50344 CPUtime=0.69 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 13105 0 0 0 67 2 0 0 20 0 1 0 8425267 58703872 12586 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 14332 12586 405 379 0 13866 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 67260 KiB
Current children cumulated memory: 52956 KiB

[startup+1.50026 s]
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=66992792/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=72504 memory=64652 CPUtime=1.48 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 14645 0 0 0 146 2 0 0 20 0 1 0 8425267 74244096 16163 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 18126 16163 421 379 0 17660 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 82436 KiB
Current children cumulated memory: 67264 KiB

[startup+3.10593 s]
/proc/loadavg: 4.13 3.93 3.15 5/259 86544
/proc/meminfo: memFree=66961976/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=87216 memory=79556 CPUtime=3.08 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 17647 0 0 0 305 3 0 0 20 0 1 0 8425267 89309184 19889 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 21804 19889 421 379 0 21338 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 97148 KiB
Current children cumulated memory: 82168 KiB

[startup+6.30025 s]
/proc/loadavg: 4.12 3.93 3.15 5/259 86544
/proc/meminfo: memFree=66484728/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=573108 memory=547928 CPUtime=6.27 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 75420 0 0 0 611 16 0 0 20 0 1 0 8425267 586862592 136982 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 143277 136982 421 379 0 142811 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 583040 KiB
Current children cumulated memory: 550540 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 3.93 3.16 6/253 86632
/proc/meminfo: memFree=94218536/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=668236 memory=627584 CPUtime=12.66 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 98861 0 0 0 1242 24 0 0 20 0 1 0 8425267 684273664 156896 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 167059 156896 421 379 0 166593 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 678168 KiB
Current children cumulated memory: 630196 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 3.95 3.18 5/259 86697
/proc/meminfo: memFree=92265180/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=2599388 memory=2495668 CPUtime=25.42 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 310914 0 0 0 2455 87 0 0 20 0 1 0 8425267 2661773312 623917 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 649847 623917 421 379 0 649381 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2609320 KiB
Current children cumulated memory: 2498280 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 3.96 3.20 5/259 86702
/proc/meminfo: memFree=79927024/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=10685820 memory=9418064 CPUtime=50.97 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 871853 0 0 0 4818 279 0 0 20 0 1 0 8425267 10942279680 2354516 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 2671455 2354516 421 379 0 2670989 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 10695752 KiB
Current children cumulated memory: 9420676 KiB

[startup+102.3 s]
/proc/loadavg: 4.04 3.97 3.24 5/262 86715
/proc/meminfo: memFree=58114672/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=22936772 memory=20844632 CPUtime=102.01 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2001267 0 0 0 9596 605 0 0 20 0 1 0 8425267 23487254528 5211158 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 5734193 5211158 421 379 0 5733727 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 22946704 KiB
Current children cumulated memory: 20847244 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.00 3.30 5/263 86728
/proc/meminfo: memFree=49877824/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=28315776 memory=24937764 CPUtime=161.83 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2459536 0 0 0 15430 753 0 0 20 0 1 0 8425267 28995354624 6234441 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7078944 6234441 421 379 0 7078478 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 28325708 KiB
Current children cumulated memory: 24940376 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.01 3.36 5/264 86741
/proc/meminfo: memFree=51058940/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=27201792 memory=24433140 CPUtime=221.67 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2561720 0 0 0 21329 838 0 0 20 0 1 0 8425267 27854635008 6108285 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 6800448 6108285 421 379 0 6799982 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 27211724 KiB
Current children cumulated memory: 24435752 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.03 3.40 5/263 86751
/proc/meminfo: memFree=48894876/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=27830024 memory=25507664 CPUtime=281.5 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2636051 0 0 0 27267 883 0 0 20 0 1 0 8425267 28497944576 6376916 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 6957506 6376916 421 379 0 6957040 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 27839956 KiB
Current children cumulated memory: 25510276 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.03 3.45 5/263 86764
/proc/meminfo: memFree=49908216/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=29310008 memory=25078412 CPUtime=341.35 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86539 86539 85682 0 -1 4194304 2661354 0 0 0 33198 937 0 0 20 0 1 0 8425267 30013448192 6269603 134679101440 4194304 5746509 140735284575152 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7327502 6269603 421 379 0 7327036 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 29319940 KiB
Current children cumulated memory: 25081024 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+389.5 s]
/proc/loadavg: 4.16 4.06 3.49 5/263 86773
/proc/meminfo: memFree=46790596/131524600 swapFree=131071996/131071996
[pid=86539] ppid=86536 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/86539/stat : 86539 (naps-1.02b5.sh) S 86536 86539 85682 0 -1 4194304 222 239 0 0 0 0 0 0 20 0 1 0 8425267 10170368 653 134679101440 94860470050816 94860471130136 140729497879680 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94860473228592 94860473275780 94860481318912 140729497883615 140729497883742 140729497883742 140729497890758 0
/proc/86539/statm: 2483 653 574 264 0 134 0
[pid=86544] ppid=86539 vsize=31773984 memory=28399352 CPUtime=388.42 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) S 86539 86539 85682 0 -1 4195840 2997580 0 0 0 37809 1033 0 0 20 0 1 0 8425267 32536559616 7099838 134679101440 4194304 5746509 140735284575152 140735284552416 5160364 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7943496 7099838 421 379 0 7943030 0
Current children cumulated CPU time: 388.42 s
Current children cumulated vsize: 31783916 KiB
Current children cumulated memory: 28401964 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001849 s, system=0.000982 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+392.02 s]
# the end of solver process 86544 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+390.401 s]
/proc/loadavg: 4.15 4.06 3.49 5/263 86775
/proc/meminfo: memFree=46208448/131524600 swapFree=131071996/131071996
[pid=86544] ppid=86536 vsize=31773984 memory=28399352 CPUtime=389.2 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86536 86539 85682 0 -1 4195840 2997580 0 0 0 37809 1111 0 0 20 0 1 0 8425267 32536559616 7099838 134679101440 4194304 5746509 140735284575152 140735284552416 5160364 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7943496 7099838 421 379 0 7943030 0
Current cumulated CPU time of completed processes: 0.002831 s
Current children cumulated CPU time: 389.2 s
Current children cumulated vsize: 31773984 KiB
Current children cumulated memory: 28399352 KiB

[startup+391.201 s]
/proc/loadavg: 4.15 4.06 3.49 5/263 86775
/proc/meminfo: memFree=45114080/131524600 swapFree=131071996/131071996
[pid=86544] ppid=86536 vsize=31773984 memory=28399352 CPUtime=389.99 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86536 86539 85682 0 -1 4195840 2997580 0 0 0 37809 1190 0 0 20 0 1 0 8425267 32536559616 7099838 134679101440 4194304 5746509 140735284575152 140735284552416 5160364 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7943496 7099838 421 379 0 7943030 0
Current cumulated CPU time of completed processes: 0.002831 s
Current children cumulated CPU time: 389.99 s
Current children cumulated vsize: 31773984 KiB
Current children cumulated memory: 28399352 KiB

[startup+391.401 s]
/proc/loadavg: 4.15 4.06 3.49 5/263 86775
/proc/meminfo: memFree=45114080/131524600 swapFree=131071996/131071996
[pid=86544] ppid=86536 vsize=31773984 memory=28399352 CPUtime=390.19 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86536 86539 85682 0 -1 4195840 2997580 0 0 0 37809 1210 0 0 20 0 1 0 8425267 32536559616 7099838 134679101440 4194304 5746509 140735284575152 140735284552416 5160364 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7943496 7099838 421 379 0 7943030 0
Current cumulated CPU time of completed processes: 0.002831 s
Current children cumulated CPU time: 390.19 s
Current children cumulated vsize: 31773984 KiB
Current children cumulated memory: 28399352 KiB

[startup+391.501 s]
/proc/loadavg: 4.15 4.06 3.49 5/263 86775
/proc/meminfo: memFree=45114080/131524600 swapFree=131071996/131071996
[pid=86544] ppid=86536 vsize=31773984 memory=28399352 CPUtime=390.29 cores=5,7
/proc/86544/stat : 86544 (naps-1.02b5) R 86536 86539 85682 0 -1 4195840 2997580 0 0 0 37809 1220 0 0 20 0 1 0 8425267 32536559616 7099838 134679101440 4194304 5746509 140735284575152 140735284552416 5160364 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 14630912 140735284581358 140735284581472 140735284581472 140735284588489 0
/proc/86544/statm: 7943496 7099838 421 379 0 7943030 0
Current cumulated CPU time of completed processes: 0.002831 s
Current children cumulated CPU time: 390.29 s
Current children cumulated vsize: 31773984 KiB
Current children cumulated memory: 28399352 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 392.02
CPU time (s): 390.816
CPU user time (s): 378.095
CPU system time (s): 12.7208
CPU usage (%): 99.6929
Max. virtual memory (cumulated for all children) (KiB): 31783916
Max. memory (cumulated for all children) (KiB): 28401964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.095
system time used= 12.7208
maximum resident set size= 28399484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2998041
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= 156
involuntary context switches= 487


# summary of solver processes directly reported to runsolver:
#   pid: 86539,86544
#   total CPU time (s): 390.816
#   total CPU user time (s): 378.095
#   total CPU system time (s): 12.7208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.843175 second user time and 1.90225 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-23 09:17:03
IDJOB=4456278
IDBENCH=143327
IDSOLVER=3045
FILE ID=nodeC024/4456278-1721719023
RUNJOBID= nodeC024-1721718361-85695
SLURM_JOB_ID= 7770395
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/SOFT-LIN/PB10/oliveras/j120/normalized-j12015_3-unsat--soft-0-100-0.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456278-1721719023/watcher-4456278-1721719023 -o /tmp/evaluation-result-4456278-1721719023/solver-4456278-1721719023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721718361-85695 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4456278-1721719023.wbo

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

MD5SUM BENCH= 18c39288ed23615941737d5b505374c3
RANDOM SEED=191982171

nodeC024.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		: 3669.043
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.87
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		: 3680.211
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.168
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.87
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		: 3600.194
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.58
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		: 3669.090
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.87
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		: 3666.963
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.58
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		: 3600.108
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.87
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		: 3658.125
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        67048808 kB
MemAvailable:   101342948 kB
Buffers:          135832 kB
Cached:         34875328 kB
SwapCached:            0 kB
Active:           911704 kB
Inactive:       62727192 kB
Active(anon):       1600 kB
Inactive(anon): 28663848 kB
Active(file):     910104 kB
Inactive(file): 34063344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6004 kB
Writeback:            48 kB
AnonPages:      28624780 kB
Mapped:           104940 kB
Shmem:             37720 kB
KReclaimable:     321028 kB
Slab:             428892 kB
SReclaimable:     321028 kB
SUnreclaim:       107864 kB
KernelStack:        4124 kB
PageTables:        65188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   33146848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18944 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8265728 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:      285396 kB
DirectMap2M:    24653824 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC024 at 2024-07-23 09:23:35