Trace number 4446278

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
LS-MabP 2024-07-10? (TO) 3601.89 3613.03

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-172.opb
MD5SUM46f4146f739f9ce6c71981ef5aa732b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 2458
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3599.94/3610.95	c Filename:instance-4446278-1721336329.opb, Cutoff_time:3600, memory_limit_gb:500000
3599.94/3610.95	c Use Presolve
3599.94/3610.95	c Parse finsih
3599.94/3610.95	c Start Presolve
3599.94/3610.95	c After Reduce Vars: 283356 Clauses: 6336311 Top clause weight: 1 Hard Clauses: 6336311
3599.94/3610.95	c Use LS-small
3599.94/3610.95	s UNKNOWN
3600.05/3611.02	corrupted double-linked list

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446278-1721336329/watcher-4446278-1721336329 -o /tmp/evaluation-result-4446278-1721336329/solver-4446278-1721336329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721329122-967346 --watchdog 3760 ./LS-MabP -f HOME/instance-4446278-1721336329.opb -t 3600 -s 2089480799 --no-s 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=971440, runsolver pid=971437
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.25 4.22 4.16 6/244 971441
/proc/meminfo: memFree=123624904/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=135580 memory=91004 CPUtime=0.09 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 2885 0 0 0 7 2 0 0 20 0 1 0 185789024 138833920 22751 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 33895 22751 1073 2753 0 30548 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 135580 KiB
Current children cumulated memory: 91004 KiB

[startup+0.205835 s]*
/proc/loadavg: 4.25 4.22 4.16 6/244 971441
/proc/meminfo: memFree=123582356/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=141864 memory=126860 CPUtime=0.2 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 3728 0 0 0 17 3 0 0 20 0 1 0 185789024 145268736 31715 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 35466 31715 1073 2753 0 32119 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 141864 KiB
Current children cumulated memory: 126860 KiB

[startup+0.305552 s]*
/proc/loadavg: 4.25 4.22 4.16 5/244 971441
/proc/meminfo: memFree=123563220/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=342944 memory=149908 CPUtime=0.3 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 3868 0 0 0 26 4 0 0 20 0 1 0 185789024 351174656 37477 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 85736 37477 1073 2753 0 82389 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 342944 KiB
Current children cumulated memory: 149908 KiB

[startup+0.700349 s]
/proc/loadavg: 4.25 4.22 4.16 5/244 971441
/proc/meminfo: memFree=123371644/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=347176 memory=334848 CPUtime=0.68 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 5567 0 0 0 60 8 0 0 20 0 1 0 185789024 355508224 83712 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 86794 83712 1073 2753 0 83447 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 347176 KiB
Current children cumulated memory: 334848 KiB

[startup+1.5003 s]
/proc/loadavg: 4.25 4.22 4.16 5/244 971441
/proc/meminfo: memFree=123356552/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=359860 memory=345216 CPUtime=1.49 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 6671 0 0 0 140 9 0 0 20 0 1 0 185789024 368496640 86304 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 89965 86304 1073 2753 0 86618 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 359860 KiB
Current children cumulated memory: 345216 KiB

[startup+3.1128 s]
/proc/loadavg: 4.39 4.25 4.17 5/244 971441
/proc/meminfo: memFree=123280980/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=409804 memory=376896 CPUtime=3.09 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 7966 0 0 0 299 10 0 0 20 0 1 0 185789024 419639296 94224 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 102451 94224 1073 2753 0 99104 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 409804 KiB
Current children cumulated memory: 376896 KiB

[startup+6.30033 s]
/proc/loadavg: 4.39 4.25 4.17 5/244 971442
/proc/meminfo: memFree=122598740/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=477056 memory=437880 CPUtime=6.27 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 9061 0 0 0 614 13 0 0 20 0 1 0 185789024 488505344 109470 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 119264 109470 1073 2753 0 115917 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 477056 KiB
Current children cumulated memory: 437880 KiB

[startup+12.7003 s]
/proc/loadavg: 4.48 4.28 4.18 5/244 971444
/proc/meminfo: memFree=122433088/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=611428 memory=558060 CPUtime=12.66 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 10662 0 0 0 1245 21 0 0 20 0 1 0 185789024 626102272 139515 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 152857 139515 1073 2753 0 149510 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 611428 KiB
Current children cumulated memory: 558060 KiB

[startup+25.5004 s]
/proc/loadavg: 4.56 4.30 4.19 5/244 971445
/proc/meminfo: memFree=122200800/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=880040 memory=785476 CPUtime=25.42 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 13170 0 0 0 2509 33 0 0 20 0 1 0 185789024 901160960 196369 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 220010 196369 1073 2753 0 216663 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 880040 KiB
Current children cumulated memory: 785476 KiB

[startup+51.1134 s]
/proc/loadavg: 4.85 4.39 4.22 5/244 971450
/proc/meminfo: memFree=120091140/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=2955788 memory=2679236 CPUtime=50.97 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 20345 0 0 0 4986 111 0 0 20 0 1 0 185789024 3026726912 669809 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 738947 669809 1073 2753 0 735600 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2955788 KiB
Current children cumulated memory: 2679236 KiB

[startup+102.3 s]
/proc/loadavg: 4.48 4.37 4.22 5/244 971463
/proc/meminfo: memFree=118281264/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=4516876 memory=4231536 CPUtime=102 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 43639 0 0 0 9995 205 0 0 20 0 1 0 185789024 4625281024 1057884 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1129219 1057884 1153 2753 0 1125872 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 4516876 KiB
Current children cumulated memory: 4231536 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 4.32 4.21 5/245 971485
/proc/meminfo: memFree=118280640/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=4516876 memory=4231536 CPUtime=161.81 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 44636 0 0 0 15976 205 0 0 20 0 1 0 185789024 4625281024 1057884 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1129219 1057884 1153 2753 0 1125872 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 4516876 KiB
Current children cumulated memory: 4231536 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 4.30 4.21 5/245 971496
/proc/meminfo: memFree=118269892/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=4516876 memory=4231536 CPUtime=221.61 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 45961 0 0 0 21956 205 0 0 20 0 1 0 185789024 4625281024 1057884 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1129219 1057884 1153 2753 0 1125872 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 4516876 KiB
Current children cumulated memory: 4231536 KiB

[startup+282.3 s]
/proc/loadavg: 4.22 4.28 4.20 5/244 971506
/proc/meminfo: memFree=116842888/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5643344 CPUtime=281.42 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 484379 0 0 0 27835 307 0 0 20 0 1 0 185789024 6346452992 1410836 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1410836 1153 2753 0 1546080 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5643344 KiB

[startup+342.3 s]
/proc/loadavg: 4.19 4.26 4.20 5/244 971516
/proc/meminfo: memFree=116842728/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5643460 CPUtime=341.22 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 485287 0 0 0 33804 318 0 0 20 0 1 0 185789024 6346452992 1410865 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1410865 1153 2753 0 1546080 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5643460 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.24 4.19 5/242 971527
/proc/meminfo: memFree=116842292/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5643460 CPUtime=401.01 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 485880 0 0 0 39775 326 0 0 20 0 1 0 185789024 6346452992 1410865 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1410865 1153 2753 0 1546080 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5643460 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.21 4.18 5/241 971538
/proc/meminfo: memFree=116842140/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5643460 CPUtime=460.82 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 486583 0 0 0 45745 337 0 0 20 0 1 0 185789024 6346452992 1410865 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1410865 1153 2753 0 1546080 0

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

[startup+3102.3 s]
/proc/loadavg: 4.17 4.25 4.17 5/243 972630
/proc/meminfo: memFree=116782004/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5667304 CPUtime=3092.77 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 534926 0 0 0 308620 657 0 0 20 0 1 0 185789024 6346452992 1416826 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1416826 1153 2753 0 1546080 0
Current children cumulated CPU time: 3092.77 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5667304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.21 4.17 5/243 972640
/proc/meminfo: memFree=116781732/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5667304 CPUtime=3152.61 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 536676 0 0 0 314597 664 0 0 20 0 1 0 185789024 6346452992 1416826 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1416826 1153 2753 0 1546080 0
Current children cumulated CPU time: 3152.61 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5667304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.19 4.16 5/243 972651
/proc/meminfo: memFree=116781368/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5667304 CPUtime=3212.43 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 538381 0 0 0 320574 669 0 0 20 0 1 0 185789024 6346452992 1416826 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1416826 1153 2753 0 1546080 0
Current children cumulated CPU time: 3212.43 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5667304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.17 5/243 972661
/proc/meminfo: memFree=116780996/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5667304 CPUtime=3272.26 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 540034 0 0 0 326552 674 0 0 20 0 1 0 185789024 6346452992 1416826 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1416826 1153 2753 0 1546080 0
Current children cumulated CPU time: 3272.26 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5667304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.19 4.17 5/244 972673
/proc/meminfo: memFree=116780108/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5667844 CPUtime=3332.09 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 541908 0 0 0 332528 681 0 0 20 0 1 0 185789024 6346452992 1416961 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1416961 1153 2753 0 1546080 0
Current children cumulated CPU time: 3332.09 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5667844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.17 5/244 973067
/proc/meminfo: memFree=116777720/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5669700 CPUtime=3391.92 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 543492 0 0 0 338506 686 0 0 20 0 1 0 185789024 6346452992 1417425 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1417425 1153 2753 0 1546080 0
Current children cumulated CPU time: 3391.92 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5669700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.19 4.17 5/244 973077
/proc/meminfo: memFree=116777336/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5669700 CPUtime=3451.76 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 545512 0 0 0 344484 692 0 0 20 0 1 0 185789024 6346452992 1417425 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1417425 1153 2753 0 1546080 0
Current children cumulated CPU time: 3451.76 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5669700 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.17 4.17 5/244 973088
/proc/meminfo: memFree=116777212/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5669700 CPUtime=3511.59 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 546967 0 0 0 350461 698 0 0 20 0 1 0 185789024 6346452992 1417425 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1417425 1153 2753 0 1546080 0
Current children cumulated CPU time: 3511.59 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5669700 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.17 4.17 5/244 973266
/proc/meminfo: memFree=116776940/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5669700 CPUtime=3571.43 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 548841 0 0 0 356438 705 0 0 20 0 1 0 185789024 6346452992 1417425 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1417425 1153 2753 0 1546080 0
Current children cumulated CPU time: 3571.43 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5669700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 3.78 4.09 4.14 2/223 973363
/proc/meminfo: memFree=119118460/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197708 memory=5669700 CPUtime=3600.05 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4194304 549783 0 0 0 359298 707 0 0 20 0 1 0 185789024 6346452992 1417425 134679101440 4194304 15467897 140732342214560 0 0 0 0 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549427 1417425 1153 2753 0 1546080 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 6197708 KiB
Current children cumulated memory: 5669700 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3593.01 s, system=8.88754 s

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

[startup+3611.2 s]
/proc/loadavg: 3.78 4.09 4.14 2/223 973363
/proc/meminfo: memFree=119118460/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197712 memory=5669700 CPUtime=3600.07 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) S 971437 971440 967336 0 -1 4195840 549802 0 0 0 359300 707 0 0 20 0 1 0 185789024 6346457088 1417425 134679101440 4194304 15467897 140732342214560 140732342210848 14764652 0 16384 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549428 1417425 1153 2753 0 1546081 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 6197712 KiB
Current children cumulated memory: 5669700 KiB

[startup+3612 s]*
/proc/loadavg: 3.64 4.05 4.13 3/224 973365
/proc/meminfo: memFree=118745736/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197712 memory=5669700 CPUtime=3600.87 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4195840 549806 0 0 0 359300 787 0 0 20 0 1 0 185789024 6346457088 1417425 134679101440 4194304 15467897 140732342214560 140732342210848 14764652 0 16384 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549428 1417425 1153 2753 0 1546081 0
Current children cumulated CPU time: 3600.87 s
Current children cumulated vsize: 6197712 KiB
Current children cumulated memory: 5669700 KiB

[startup+3612.8 s]
/proc/loadavg: 3.64 4.05 4.13 3/224 973365
/proc/meminfo: memFree=118745736/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197712 memory=5669700 CPUtime=3601.66 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4195840 549806 0 0 0 359300 866 0 0 20 0 1 0 185789024 6346457088 1417425 134679101440 4194304 15467897 140732342214560 140732342210848 14764652 0 16384 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549428 1417425 1153 2753 0 1546081 0
Current children cumulated CPU time: 3601.66 s
Current children cumulated vsize: 6197712 KiB
Current children cumulated memory: 5669700 KiB

[startup+3613 s]*
/proc/loadavg: 3.64 4.05 4.13 3/224 973365
/proc/meminfo: memFree=118254588/131655788 swapFree=131071996/131071996
[pid=971440] ppid=971437 vsize=6197712 memory=5669700 CPUtime=3601.87 cores=0,2
/proc/971440/stat : 971440 (LS-MabP) R 971437 971440 967336 0 -1 4195840 549806 0 0 0 359300 887 0 0 20 0 1 0 185789024 6346457088 1417425 134679101440 4194304 15467897 140732342214560 140732342210848 14764652 0 16384 0 17410 0 0 0 17 0 0 0 0 0 0 17807032 17896208 46022656 140732342219801 140732342219910 140732342219910 140732342226926 0
/proc/971440/statm: 1549428 1417425 1153 2753 0 1546081 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 6197712 KiB
Current children cumulated memory: 5669700 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.03
CPU time (s): 3601.89
CPU user time (s): 3593.01
CPU system time (s): 8.88754
CPU usage (%): 99.6917
Max. virtual memory (cumulated for all children) (KiB): 6197712
Max. memory (cumulated for all children) (KiB): 5669700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.01
system time used= 8.88754
maximum resident set size= 5669768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 549806
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= 112
involuntary context switches= 25410


# summary of solver processes directly reported to runsolver:
#   pid: 971440
#   total CPU time (s): 3601.89
#   total CPU user time (s): 3593.01
#   total CPU system time (s): 8.88754

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6405 second user time and 26.4223 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-18 22:59:04
IDJOB=4446278
IDBENCH=155554
IDSOLVER=3049
FILE ID=nodeC004/4446278-1721336329
RUNJOBID= nodeC004-1721329122-967346
SLURM_JOB_ID= 7542693
Free space on /tmp= 723328 MiB

SOLVER NAME= LS-MabP 2024-07-10
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-172.opb
COMMAND LINE= ./LS-MabP -f BENCHNAME -t TIMEOUT -s RANDOMSEED --no-s
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446278-1721336329/watcher-4446278-1721336329 -o /tmp/evaluation-result-4446278-1721336329/solver-4446278-1721336329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721329122-967346 --watchdog 3760  ./LS-MabP -f HOME/instance-4446278-1721336329.opb -t 3600 -s 2089480799 --no-s

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

MD5SUM BENCH= 46f4146f739f9ce6c71981ef5aa732b8
RANDOM SEED=2089480799

nodeC004.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		: 1197.419
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.29
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		: 3678.481
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.37
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		: 3492.403
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.29
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.494
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.37
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		: 3679.201
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.29
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		: 3678.241
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.37
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.772
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.29
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.682
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123710564 kB
MemAvailable:   128912616 kB
Buffers:          516648 kB
Cached:          5465024 kB
SwapCached:            0 kB
Active:          1142192 kB
Inactive:        6123384 kB
Active(anon):       3344 kB
Inactive(anon):  1318268 kB
Active(file):    1138848 kB
Inactive(file):  4805116 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            482952 kB
Writeback:             0 kB
AnonPages:       1283676 kB
Mapped:           119600 kB
Shmem:             37700 kB
KReclaimable:     196572 kB
Slab:             309692 kB
SReclaimable:     196572 kB
SUnreclaim:       113120 kB
KernelStack:        3920 kB
PageTables:        11772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1691960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58464 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1034240 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:      213832 kB
DirectMap2M:    23808000 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 723464 MiB
End job on nodeC004 at 2024-07-18 23:59:17