Trace number 4446862

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
Picat 2024-06-18? (TO) 3600.1 3610.01

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 151
Number of bits of the biggest sum of numbers8
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 solving HOME/instance-4446862-1721333389.opb (Picat 3.6#12)

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446862-1721333389/watcher-4446862-1721333389 -o /tmp/evaluation-result-4446862-1721333389/solver-4446862-1721333389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721327502-976183 --watchdog 3760 pb_picat HOME/instance-4446862-1721333389.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100092 s]*
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128440104/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2033608 memory=39836 CPUtime=0.1 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 944 0 0 0 10 0 0 0 20 0 1 0 185505121 2082414592 9959 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 508402 9959 1522 439 0 503831 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 39836 KiB

[startup+0.205404 s]*
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128435180/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2033608 memory=60316 CPUtime=0.2 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 954 0 0 0 20 0 0 0 20 0 1 0 185505121 2082414592 15079 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 508402 15079 1522 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 60316 KiB

[startup+0.305408 s]*
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128405836/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2033892 memory=83728 CPUtime=0.3 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1165 0 0 0 29 1 0 0 20 0 1 0 185505121 2082705408 20932 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 508473 20932 1570 439 0 503902 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2033892 KiB
Current children cumulated memory: 83728 KiB

[startup+0.700236 s]
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128389948/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2041560 memory=89864 CPUtime=0.68 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 4519 0 0 0 67 1 0 0 20 0 1 0 185505121 2090557440 22466 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 510390 22466 1648 439 0 505819 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2041560 KiB
Current children cumulated memory: 89864 KiB

[startup+1.50023 s]
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128379024/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2050840 memory=96184 CPUtime=1.49 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 7436 0 0 0 147 2 0 0 20 0 1 0 185505121 2100060160 24046 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 512710 24046 1648 439 0 508139 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2050840 KiB
Current children cumulated memory: 96184 KiB

[startup+3.10527 s]
/proc/loadavg: 4.12 4.25 4.17 5/254 980361
/proc/meminfo: memFree=128469628/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2050840 memory=96368 CPUtime=3.09 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 12474 0 0 0 306 3 0 0 20 0 1 0 185505121 2100060160 24092 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 512710 24092 1648 439 0 508139 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2050840 KiB
Current children cumulated memory: 96368 KiB

[startup+6.30022 s]
/proc/loadavg: 4.11 4.25 4.17 5/256 980366
/proc/meminfo: memFree=128347220/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2044696 memory=91828 CPUtime=6.27 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 21018 0 0 0 622 5 0 0 20 0 1 0 185505121 2093768704 22957 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 511174 22957 1648 439 0 506603 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2044696 KiB
Current children cumulated memory: 91828 KiB

[startup+12.7002 s]
/proc/loadavg: 4.10 4.25 4.17 5/256 980366
/proc/meminfo: memFree=128331360/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2046744 memory=94448 CPUtime=12.65 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 34169 0 0 0 1256 9 0 0 20 0 1 0 185505121 2095865856 23612 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 511686 23612 1648 439 0 507115 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2046744 KiB
Current children cumulated memory: 94448 KiB

[startup+25.5002 s]
/proc/loadavg: 4.15 4.25 4.17 5/256 980369
/proc/meminfo: memFree=128559200/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2052888 memory=97588 CPUtime=25.42 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 52894 0 0 0 2527 15 0 0 20 0 1 0 185505121 2102157312 24397 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 513222 24397 1648 439 0 508651 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2052888 KiB
Current children cumulated memory: 97588 KiB

[startup+51.1053 s]
/proc/loadavg: 4.10 4.23 4.17 5/256 980374
/proc/meminfo: memFree=128429276/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2068120 memory=111840 CPUtime=50.96 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 81880 0 0 0 5069 27 0 0 20 0 1 0 185505121 2117754880 27960 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 517030 27960 1648 439 0 512459 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2068120 KiB
Current children cumulated memory: 111840 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.21 4.16 5/256 980383
/proc/meminfo: memFree=128256764/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2125464 memory=171512 CPUtime=102.02 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 129388 0 0 0 10152 50 0 0 20 0 1 0 185505121 2176475136 42878 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 531366 42878 1648 439 0 526795 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2125464 KiB
Current children cumulated memory: 171512 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.20 4.16 5/256 980394
/proc/meminfo: memFree=128431680/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2090648 memory=132096 CPUtime=161.86 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 172769 0 0 0 16115 71 0 0 20 0 1 0 185505121 2140823552 33024 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 522662 33024 1648 439 0 518091 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2090648 KiB
Current children cumulated memory: 132096 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.17 4.16 5/256 980405
/proc/meminfo: memFree=128383856/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2147992 memory=167140 CPUtime=221.69 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 206623 0 0 0 22080 89 0 0 20 0 1 0 185505121 2199543808 41785 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 536998 41785 1648 439 0 532427 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 2147992 KiB
Current children cumulated memory: 167140 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.17 4.16 5/256 980416
/proc/meminfo: memFree=128407380/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2147992 memory=162108 CPUtime=281.53 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 234952 0 0 0 28046 107 0 0 20 0 1 0 185505121 2199543808 40527 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 536998 40527 1648 439 0 532427 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 2147992 KiB
Current children cumulated memory: 162108 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.15 4.15 5/254 980426
/proc/meminfo: memFree=128384264/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2086552 memory=117004 CPUtime=341.35 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 264641 0 0 0 34009 126 0 0 20 0 1 0 185505121 2136629248 29251 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 521638 29251 1648 439 0 517067 0
Current children cumulated CPU time: 341.35 s
Current children cumulated vsize: 2086552 KiB
Current children cumulated memory: 117004 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.14 4.15 5/254 980436
/proc/meminfo: memFree=128407588/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2086552 memory=124376 CPUtime=401.19 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 297609 0 0 0 39975 144 0 0 20 0 1 0 185505121 2136629248 31094 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 521638 31094 1648 439 0 517067 0
Current children cumulated CPU time: 401.19 s
Current children cumulated vsize: 2086552 KiB
Current children cumulated memory: 124376 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.14 4.15 5/254 980447
/proc/meminfo: memFree=128133636/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2094744 memory=124980 CPUtime=461.02 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 325258 0 0 0 45940 162 0 0 20 0 1 0 185505121 2145017856 31245 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 523686 31245 1648 439 0 519115 0

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

Current children cumulated memory: 225844 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/259 982069
/proc/meminfo: memFree=128662708/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2209432 memory=256656 CPUtime=2854.34 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 941401 0 0 0 284722 712 0 0 20 0 1 0 185505121 2262458368 64164 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 552358 64164 1648 439 0 547787 0
Current children cumulated CPU time: 2854.34 s
Current children cumulated vsize: 2209432 KiB
Current children cumulated memory: 256656 KiB

[startup+2922.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/258 982247
/proc/meminfo: memFree=128597428/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2455192 memory=344556 CPUtime=2914.18 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 950149 0 0 0 290692 726 0 0 20 0 1 0 185505121 2514116608 86139 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 613798 86139 1648 439 0 609227 0
Current children cumulated CPU time: 2914.18 s
Current children cumulated vsize: 2455192 KiB
Current children cumulated memory: 344556 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/258 982257
/proc/meminfo: memFree=128679228/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2225816 memory=236144 CPUtime=2974.03 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 957316 0 0 0 296662 741 0 0 20 0 1 0 185505121 2279235584 59036 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 556454 59036 1648 439 0 551883 0
Current children cumulated CPU time: 2974.03 s
Current children cumulated vsize: 2225816 KiB
Current children cumulated memory: 236144 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/256 982269
/proc/meminfo: memFree=128685952/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2209432 memory=194892 CPUtime=3033.86 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 971588 0 0 0 302637 749 0 0 20 0 1 0 185505121 2262458368 48723 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 552358 48723 1648 439 0 547787 0
Current children cumulated CPU time: 3033.86 s
Current children cumulated vsize: 2209432 KiB
Current children cumulated memory: 194892 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/255 982291
/proc/meminfo: memFree=128712292/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2225816 memory=207560 CPUtime=3093.71 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 987318 0 0 0 308607 764 0 0 20 0 1 0 185505121 2279235584 51890 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 556454 51890 1648 439 0 551883 0
Current children cumulated CPU time: 3093.71 s
Current children cumulated vsize: 2225816 KiB
Current children cumulated memory: 207560 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/255 982301
/proc/meminfo: memFree=128632844/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2111128 memory=158584 CPUtime=3153.54 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 999835 0 0 0 314580 774 0 0 20 0 1 0 185505121 2161795072 39646 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 527782 39646 1648 439 0 523211 0
Current children cumulated CPU time: 3153.54 s
Current children cumulated vsize: 2111128 KiB
Current children cumulated memory: 158584 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 982313
/proc/meminfo: memFree=128577920/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2455192 memory=340680 CPUtime=3213.39 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1009734 0 0 0 320555 784 0 0 20 0 1 0 185505121 2514116608 85170 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 613798 85170 1648 439 0 609227 0
Current children cumulated CPU time: 3213.39 s
Current children cumulated vsize: 2455192 KiB
Current children cumulated memory: 340680 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/255 982324
/proc/meminfo: memFree=128508904/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2340504 memory=371728 CPUtime=3273.23 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1015114 0 0 0 326525 798 0 0 20 0 1 0 185505121 2396676096 92932 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 585126 92932 1648 439 0 580555 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 2340504 KiB
Current children cumulated memory: 371728 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/254 982334
/proc/meminfo: memFree=128469072/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2356888 memory=389832 CPUtime=3333.07 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1022268 0 0 0 332497 810 0 0 20 0 1 0 185505121 2413453312 97458 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 589222 97458 1648 439 0 584651 0
Current children cumulated CPU time: 3333.07 s
Current children cumulated vsize: 2356888 KiB
Current children cumulated memory: 389832 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.11 4.09 5/255 982345
/proc/meminfo: memFree=128675128/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2225816 memory=236548 CPUtime=3392.92 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1030922 0 0 0 338467 825 0 0 20 0 1 0 185505121 2279235584 59137 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 556454 59137 1648 439 0 551883 0
Current children cumulated CPU time: 3392.92 s
Current children cumulated vsize: 2225816 KiB
Current children cumulated memory: 236548 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/255 982356
/proc/meminfo: memFree=128589852/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2209432 memory=225992 CPUtime=3452.76 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1042251 0 0 0 344434 842 0 0 20 0 1 0 185505121 2262458368 56498 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 552358 56498 1648 439 0 547787 0
Current children cumulated CPU time: 3452.76 s
Current children cumulated vsize: 2209432 KiB
Current children cumulated memory: 225992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/255 982366
/proc/meminfo: memFree=128548280/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2356888 memory=294416 CPUtime=3512.61 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1049160 0 0 0 350404 857 0 0 20 0 1 0 185505121 2413453312 73604 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 589222 73604 1648 439 0 584651 0
Current children cumulated CPU time: 3512.61 s
Current children cumulated vsize: 2356888 KiB
Current children cumulated memory: 294416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/255 982376
/proc/meminfo: memFree=128469696/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2455192 memory=371400 CPUtime=3572.46 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1056658 0 0 0 356376 870 0 0 20 0 1 0 185505121 2514116608 92850 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 613798 92850 1648 439 0 609227 0
Current children cumulated CPU time: 3572.46 s
Current children cumulated vsize: 2455192 KiB
Current children cumulated memory: 371400 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.12 4.10 4.09 5/257 982385
/proc/meminfo: memFree=128681900/131524600 swapFree=131071996/131071996
[pid=980360] ppid=980357 vsize=2111128 memory=160632 CPUtime=3600.08 cores=1,3
/proc/980360/stat : 980360 (pb_picat) R 980357 980360 976171 0 -1 4194304 1062190 0 0 0 359134 874 0 0 20 0 1 0 185505121 2161795072 40158 134679101440 4194304 5989780 140727793752352 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 19681280 140727793755160 140727793755236 140727793755236 140727793762252 0
/proc/980360/statm: 527782 40158 1648 439 0 523211 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2111128 KiB
Current children cumulated memory: 160632 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.35 s, system=8.74916 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.01
CPU time (s): 3600.1
CPU user time (s): 3591.35
CPU system time (s): 8.74916
CPU usage (%): 99.7255
Max. virtual memory (cumulated for all children) (KiB): 2619032
Max. memory (cumulated for all children) (KiB): 518788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.35
system time used= 8.74916
maximum resident set size= 518788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1062190
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= 25
involuntary context switches= 4627


# summary of solver processes directly reported to runsolver:
#   pid: 980360
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3591.35
#   total CPU system time (s): 8.74916

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.64849 second user time and 18.3005 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-18 22:10:02
IDJOB=4446862
IDBENCH=158322
IDSOLVER=3068
FILE ID=nodeC026/4446862-1721333389
RUNJOBID= nodeC026-1721327502-976183
SLURM_JOB_ID= 7542685
Free space on /tmp= 890068 MiB

SOLVER NAME= Picat 2024-06-18
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446862-1721333389/watcher-4446862-1721333389 -o /tmp/evaluation-result-4446862-1721333389/solver-4446862-1721333389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721327502-976183 --watchdog 3760  pb_picat HOME/instance-4446862-1721333389.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1359482870

nodeC026.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		: 3645.603
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.74
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		: 3649.566
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.45
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.288
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.74
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		: 3660.532
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.45
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		: 3645.619
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.74
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		: 3662.304
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128476584 kB
MemAvailable:   129084424 kB
Buffers:          529728 kB
Cached:           915028 kB
SwapCached:            0 kB
Active:          1041436 kB
Inactive:        1395084 kB
Active(anon):       1556 kB
Inactive(anon):  1027920 kB
Active(file):    1039880 kB
Inactive(file):   367164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4744 kB
Writeback:             4 kB
AnonPages:        988772 kB
Mapped:           115768 kB
Shmem:             37720 kB
KReclaimable:      81240 kB
Slab:             191572 kB
SReclaimable:      81240 kB
SUnreclaim:       110332 kB
KernelStack:        4072 kB
PageTables:        10964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7402228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    776192 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC026 at 2024-07-18 23:10:12