Trace number 4427786

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
LS-MabSP 2024-07-10SAT2 3558.01 3562.66

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g2x2.opb
MD5SUM59eaff1ea8cf69dd9cd9f9e18d55914a
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 benchmark2
Best CPU time to get the best result obtained on this benchmark0.001875
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4
Total number of constraints4
Number of constraints which are clauses4
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 4
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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 Filename:instance-4427786-1722776717.opb, Cutoff_time:3558, memory_limit_gb:500000
0.00/0.00	c Use Presolve
0.00/0.00	c Parse finsih
0.00/0.00	c Start Presolve
0.00/0.00	c After Reduce Vars: 4 Clauses: 8 Top clause weight: 5 Hard Clauses: 4
0.00/0.00	c Use LS-small
0.00/0.00	c Use postsolve
0.00/0.00	o 2
3557.94/3562.66	s SATISFIABLE
3557.94/3562.66	c Use postsolve
3557.94/3562.66	v x1 x2 -x3 -x4 
3557.94/3562.66	c Done 0s

Verifier Data

OK	2

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 (62960 MiB free)
  memory of node 1: 64510 MiB (63514 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427786-1722776717/watcher-4427786-1722776717 -o /tmp/evaluation-result-4427786-1722776717/solver-4427786-1722776717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722769581-230305 --watchdog 3760 --use-pty ./LS-MabSP -f HOME/instance-4427786-1722776717.opb -t 3558 -s 369095267 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Using a pseudo terminal to collect output from the solver
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=234441, runsolver pid=234438

[startup+0.10009 s]*
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505980/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=0.11 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 7 4 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+0.213475 s]*
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505812/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=0.22 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 15 7 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+0.312443 s]*
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505672/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=0.31 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 22 9 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+0.70024 s]
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505532/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=0.69 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 48 21 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+1.50024 s]
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505260/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=1.49 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 104 45 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3.11214 s]
/proc/loadavg: 4.15 4.25 4.18 5/240 234442
/proc/meminfo: memFree=129505240/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3.1 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 208 102 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+6.30023 s]
/proc/loadavg: 4.14 4.25 4.18 5/241 234445
/proc/meminfo: memFree=129505072/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=6.28 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 426 202 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.24 4.18 5/241 234445
/proc/meminfo: memFree=129484948/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=12.67 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 851 416 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.23 4.18 5/240 234448
/proc/meminfo: memFree=129426080/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=25.45 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 1700 845 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+51.1133 s]
/proc/loadavg: 4.14 4.23 4.18 5/240 234453
/proc/meminfo: memFree=129395848/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=51.03 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 3396 1707 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.22 4.18 5/240 234461
/proc/meminfo: memFree=129407168/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=102.15 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 6779 3436 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.19 4.17 5/240 234471
/proc/meminfo: memFree=129406880/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=162.07 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 10764 5443 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 162.07 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.19 4.17 5/240 234482
/proc/meminfo: memFree=129396880/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=221.99 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 14722 7477 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 221.99 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.17 4.17 5/239 234494
/proc/meminfo: memFree=129381784/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=281.91 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 18666 9525 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 281.91 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/240 234508
/proc/meminfo: memFree=129381004/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=341.84 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 22609 11575 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 341.84 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/240 234518
/proc/meminfo: memFree=129380724/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=401.76 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 26552 13624 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 401.76 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.12 4.15 5/241 234530
/proc/meminfo: memFree=129380360/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=461.68 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 30499 15669 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0

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

/proc/loadavg: 4.26 4.13 4.10 5/240 236011
/proc/meminfo: memFree=129366144/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3158.16 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 208422 107394 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3158.16 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.44 4.21 4.13 5/242 236191
/proc/meminfo: memFree=129365672/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3218.09 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 212389 109420 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3218.09 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.27 4.16 5/242 236202
/proc/meminfo: memFree=129365368/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3278 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 216337 111463 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3278 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.25 4.16 5/241 236215
/proc/meminfo: memFree=129365228/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3337.92 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 220304 113488 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3337.92 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.22 4.15 5/241 236236
/proc/meminfo: memFree=129364792/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3397.85 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 224252 115533 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3397.85 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.19 4.15 5/241 236248
/proc/meminfo: memFree=129364512/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3457.76 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 228181 117595 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3457.76 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.21 4.16 5/239 236258
/proc/meminfo: memFree=129364192/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3517.69 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 232137 119632 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3517.69 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

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

# cumulated CPU time of all completed processes:  user=2347.93 s, system=1210.08 s

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

[startup+3532.8 s]
/proc/loadavg: 4.26 4.22 4.16 5/239 236260
/proc/meminfo: memFree=129364136/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3528.18 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 232825 119993 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3528.18 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3545.6 s]
/proc/loadavg: 4.20 4.21 4.16 5/239 236264
/proc/meminfo: memFree=129363988/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3540.96 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 233670 120426 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3540.96 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3552 s]*
/proc/loadavg: 4.18 4.21 4.16 5/239 236264
/proc/meminfo: memFree=129363996/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3547.36 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234089 120647 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3547.36 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3558.4 s]
/proc/loadavg: 4.17 4.20 4.16 5/239 236265
/proc/meminfo: memFree=129363968/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3553.74 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234512 120862 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3553.74 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3560 s]*
/proc/loadavg: 4.15 4.20 4.16 5/237 236265
/proc/meminfo: memFree=129551584/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3555.35 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234616 120919 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3555.35 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3561.6 s]
/proc/loadavg: 4.15 4.20 4.16 4/232 236296
/proc/meminfo: memFree=129570648/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3556.94 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234722 120972 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3556.94 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3562.4 s]
/proc/loadavg: 4.15 4.20 4.16 4/232 236296
/proc/meminfo: memFree=129570648/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3557.74 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234776 120998 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3557.74 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

[startup+3562.6 s]
/proc/loadavg: 4.15 4.20 4.16 4/232 236296
/proc/meminfo: memFree=129570648/131655788 swapFree=131071472/131071996
[pid=234441] ppid=234438 vsize=20444 memory=14896 CPUtime=3557.94 cores=4,6
/proc/234441/stat : 234441 (LS-MabSP) R 234438 234441 230294 0 -1 4194304 644 0 0 0 234789 121005 0 0 20 0 1 0 44042416 20934656 3724 134679101440 4194304 15467897 140730093381216 0 0 0 0 0 17410 0 0 0 17 4 0 0 0 0 0 17807032 17896208 41095168 140730093384739 140730093384841 140730093384841 140730093391853 0
/proc/234441/statm: 5111 3724 2801 2753 0 1764 0
Current children cumulated CPU time: 3557.94 s
Current children cumulated vsize: 20444 KiB
Current children cumulated memory: 14896 KiB

Child status: 0

Real time (s): 3562.66
CPU time (s): 3558.01
CPU user time (s): 2347.93
CPU system time (s): 1210.08
CPU usage (%): 99.8693
Max. virtual memory (cumulated for all children) (KiB): 20444
Max. memory (cumulated for all children) (KiB): 14896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2347.93
system time used= 1210.08
maximum resident set size= 14904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 646
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= 2
involuntary context switches= 1294


# summary of solver processes directly reported to runsolver:
#   pid: 234441
#   total CPU time (s): 3558.01
#   total CPU user time (s): 2347.93
#   total CPU system time (s): 1210.08

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.7305 second user time and 32.2239 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-08-04 15:05:17
IDJOB=4427786
IDBENCH=147224
IDSOLVER=3047
FILE ID=nodeC008/4427786-1722776717
RUNJOBID= nodeC008-1722769581-230305
SLURM_JOB_ID= 8257546
Free space on /tmp= 723736 MiB

SOLVER NAME= LS-MabSP 2024-07-10
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g2x2.opb
COMMAND LINE= ./LS-MabSP -f BENCHNAME -t 3558 -s RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427786-1722776717/watcher-4427786-1722776717 -o /tmp/evaluation-result-4427786-1722776717/solver-4427786-1722776717 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1722769581-230305 --watchdog 3760 --use-pty ./LS-MabSP -f HOME/instance-4427786-1722776717.opb -t 3558 -s 369095267

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

MD5SUM BENCH= 59eaff1ea8cf69dd9cd9f9e18d55914a
RANDOM SEED=369095267

nodeC008.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		: 3665.655
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.63
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		: 3670.332
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.27
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.555
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.63
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.580
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.27
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		: 3525.198
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.63
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		: 3470.033
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.27
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.366
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.63
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.567
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129510124 kB
MemAvailable:   129986600 kB
Buffers:          288640 kB
Cached:          1031744 kB
SwapCached:           72 kB
Active:           484160 kB
Inactive:        1212872 kB
Active(anon):       1488 kB
Inactive(anon):   404128 kB
Active(file):     482672 kB
Inactive(file):   808744 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071472 kB
Dirty:             64876 kB
Writeback:             0 kB
AnonPages:        375944 kB
Mapped:           131832 kB
Shmem:             29296 kB
KReclaimable:      50180 kB
Slab:             131968 kB
SReclaimable:      50180 kB
SUnreclaim:        81788 kB
KernelStack:        3952 kB
PageTables:        10180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     729784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 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:      269128 kB
DirectMap2M:    22704128 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723736 MiB
End job on nodeC008 at 2024-08-04 16:04:40