Trace number 4446532

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.06 3612.9

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K143.opb
MD5SUM5b71eb3fc2b19671b5e391982561b6cd
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 variables17017
Total number of constraints17305
Number of constraints which are clauses17162
Number of constraints which are cardinality constraints (but not clauses)143
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint143
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 144
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-4446532-1721330081.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: 63931 MiB (57517 MiB free)
  memory of node 1: 64510 MiB (57138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446532-1721330081/watcher-4446532-1721330081 -o /tmp/evaluation-result-4446532-1721330081/solver-4446532-1721330081 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721329244-992560 --watchdog 3760 pb_picat HOME/instance-4446532-1721330081.opb 

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

solver pid=993203, runsolver pid=993200

[startup+0.100092 s]*
/proc/loadavg: 4.14 4.05 3.66 5/259 993204
/proc/meminfo: memFree=117369884/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2033608 memory=42892 CPUtime=0.09 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 1228 0 0 0 9 0 0 0 20 0 1 0 185177784 2082414592 10723 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 508402 10723 1504 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 42892 KiB

[startup+0.205681 s]*
/proc/loadavg: 4.14 4.05 3.66 5/259 993204
/proc/meminfo: memFree=117351256/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2033608 memory=59276 CPUtime=0.2 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 1236 0 0 0 19 1 0 0 20 0 1 0 185177784 2082414592 14819 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 508402 14819 1504 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 59276 KiB

[startup+0.305571 s]*
/proc/loadavg: 4.14 4.05 3.66 5/259 993204
/proc/meminfo: memFree=117330180/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2038096 memory=80948 CPUtime=0.3 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 2418 0 0 0 28 2 0 0 20 0 1 0 185177784 2087010304 20237 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 509524 20237 1552 439 0 504953 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2038096 KiB
Current children cumulated memory: 80948 KiB

[startup+0.700221 s]
/proc/loadavg: 4.14 4.05 3.66 5/259 993204
/proc/meminfo: memFree=117310988/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2041564 memory=84396 CPUtime=0.69 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 4442 0 0 0 67 2 0 0 20 0 1 0 185177784 2090561536 21099 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 510391 21099 1631 439 0 505820 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041564 KiB
Current children cumulated memory: 84396 KiB

[startup+1.5002 s]
/proc/loadavg: 4.14 4.05 3.66 5/259 993204
/proc/meminfo: memFree=117301596/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2050700 memory=92040 CPUtime=1.49 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 7408 0 0 0 146 3 0 0 20 0 1 0 185177784 2099916800 23010 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 512675 23010 1631 439 0 508104 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2050700 KiB
Current children cumulated memory: 92040 KiB

[startup+3.1055 s]
/proc/loadavg: 4.13 4.05 3.66 5/259 993206
/proc/meminfo: memFree=117298120/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2052748 memory=93000 CPUtime=3.08 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 11845 0 0 0 304 4 0 0 20 0 1 0 185177784 2102013952 23250 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 513187 23250 1631 439 0 508616 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2052748 KiB
Current children cumulated memory: 93000 KiB

[startup+6.3002 s]
/proc/loadavg: 4.13 4.05 3.66 5/259 993206
/proc/meminfo: memFree=117288656/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2048652 memory=88392 CPUtime=6.27 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 19855 0 0 0 620 7 0 0 20 0 1 0 185177784 2097819648 22098 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 512163 22098 1631 439 0 507592 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2048652 KiB
Current children cumulated memory: 88392 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.05 3.66 5/259 993206
/proc/meminfo: memFree=117279440/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2050700 memory=92192 CPUtime=12.65 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 31517 0 0 0 1255 10 0 0 20 0 1 0 185177784 2099916800 23048 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 512675 23048 1631 439 0 508104 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2050700 KiB
Current children cumulated memory: 92192 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.06 3.67 5/259 993209
/proc/meminfo: memFree=117286736/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2065036 memory=102284 CPUtime=25.4 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 49089 0 0 0 2524 16 0 0 20 0 1 0 185177784 2114596864 25571 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 516259 25571 1631 439 0 511688 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2065036 KiB
Current children cumulated memory: 102284 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.05 3.68 5/259 993212
/proc/meminfo: memFree=117240916/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2084380 memory=119408 CPUtime=50.92 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 70707 0 0 0 5067 25 0 0 20 0 1 0 185177784 2134405120 29852 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 521095 29852 1631 439 0 516524 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2084380 KiB
Current children cumulated memory: 119408 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.06 3.71 5/256 993220
/proc/meminfo: memFree=117226276/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2123292 memory=129716 CPUtime=101.93 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 105302 0 0 0 10153 40 0 0 20 0 1 0 185177784 2174251008 32429 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 530823 32429 1631 439 0 526252 0
Current children cumulated CPU time: 101.93 s
Current children cumulated vsize: 2123292 KiB
Current children cumulated memory: 129716 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.06 3.73 5/256 993231
/proc/meminfo: memFree=117265312/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2090524 memory=123872 CPUtime=161.72 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 143208 0 0 0 16111 61 0 0 20 0 1 0 185177784 2140696576 30968 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 522631 30968 1631 439 0 518060 0
Current children cumulated CPU time: 161.72 s
Current children cumulated vsize: 2090524 KiB
Current children cumulated memory: 123872 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.06 3.76 5/255 993241
/proc/meminfo: memFree=117223628/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2123292 memory=152260 CPUtime=221.5 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 172569 0 0 0 22070 80 0 0 20 0 1 0 185177784 2174251008 38065 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 530823 38065 1631 439 0 526252 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 2123292 KiB
Current children cumulated memory: 152260 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.06 3.78 5/254 993251
/proc/meminfo: memFree=117131596/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2213404 memory=193140 CPUtime=281.29 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 196411 0 0 0 28035 94 0 0 20 0 1 0 185177784 2266525696 48285 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 553351 48285 1631 439 0 548780 0
Current children cumulated CPU time: 281.29 s
Current children cumulated vsize: 2213404 KiB
Current children cumulated memory: 193140 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.08 3.81 5/255 993262
/proc/meminfo: memFree=117204264/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2078236 memory=115060 CPUtime=341.08 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 222173 0 0 0 33996 112 0 0 20 0 1 0 185177784 2128113664 28765 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 519559 28765 1631 439 0 514988 0
Current children cumulated CPU time: 341.08 s
Current children cumulated vsize: 2078236 KiB
Current children cumulated memory: 115060 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 4.06 3.82 5/257 993277
/proc/meminfo: memFree=117144716/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2094620 memory=121508 CPUtime=400.86 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 245499 0 0 0 39960 126 0 0 20 0 1 0 185177784 2144890880 30377 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 523655 30377 1631 439 0 519084 0
Current children cumulated CPU time: 400.86 s
Current children cumulated vsize: 2094620 KiB
Current children cumulated memory: 121508 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 4.08 3.85 5/257 993288
/proc/meminfo: memFree=117152476/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2111004 memory=133840 CPUtime=460.64 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 267848 0 0 0 45921 143 0 0 20 0 1 0 185177784 2161668096 33460 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 527751 33460 1631 439 0 523180 0

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

Current children cumulated memory: 185276 KiB

[startup+2922.3 s]
/proc/loadavg: 4.23 4.19 4.12 5/258 995044
/proc/meminfo: memFree=122941972/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2160156 memory=172972 CPUtime=2911.89 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 748060 0 0 0 290526 663 0 0 20 0 1 0 185177784 2211999744 43243 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 540039 43243 1631 439 0 535468 0
Current children cumulated CPU time: 2911.89 s
Current children cumulated vsize: 2160156 KiB
Current children cumulated memory: 172972 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.17 4.12 5/256 995101
/proc/meminfo: memFree=123118812/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2102812 memory=146164 CPUtime=2971.68 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 757164 0 0 0 296491 677 0 0 20 0 1 0 185177784 2153279488 36541 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 525703 36541 1631 439 0 521132 0
Current children cumulated CPU time: 2971.68 s
Current children cumulated vsize: 2102812 KiB
Current children cumulated memory: 146164 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/257 995113
/proc/meminfo: memFree=122992924/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2209308 memory=240948 CPUtime=3031.48 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 762045 0 0 0 302456 692 0 0 20 0 1 0 185177784 2262331392 60237 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 552327 60237 1631 439 0 547756 0
Current children cumulated CPU time: 3031.48 s
Current children cumulated vsize: 2209308 KiB
Current children cumulated memory: 240948 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.17 4.12 5/255 995123
/proc/meminfo: memFree=123128712/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2127388 memory=160816 CPUtime=3091.27 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 766679 0 0 0 308426 701 0 0 20 0 1 0 185177784 2178445312 40204 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 531847 40204 1631 439 0 527276 0
Current children cumulated CPU time: 3091.27 s
Current children cumulated vsize: 2127388 KiB
Current children cumulated memory: 160816 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.15 4.11 5/255 995179
/proc/meminfo: memFree=123047988/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2209308 memory=236788 CPUtime=3151.05 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 775363 0 0 0 314386 719 0 0 20 0 1 0 185177784 2262331392 59197 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 552327 59197 1631 439 0 547756 0
Current children cumulated CPU time: 3151.05 s
Current children cumulated vsize: 2209308 KiB
Current children cumulated memory: 236788 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.13 4.10 5/255 995189
/proc/meminfo: memFree=122851480/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2356764 memory=286064 CPUtime=3210.84 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 780243 0 0 0 320353 731 0 0 20 0 1 0 185177784 2413326336 71516 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 589191 71516 1631 439 0 584620 0
Current children cumulated CPU time: 3210.84 s
Current children cumulated vsize: 2356764 KiB
Current children cumulated memory: 286064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/255 995199
/proc/meminfo: memFree=122836084/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2340380 memory=373020 CPUtime=3270.63 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 784145 0 0 0 326322 741 0 0 20 0 1 0 185177784 2396549120 93255 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 585095 93255 1631 439 0 580524 0
Current children cumulated CPU time: 3270.63 s
Current children cumulated vsize: 2340380 KiB
Current children cumulated memory: 373020 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/254 995209
/proc/meminfo: memFree=123091100/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2127388 memory=160816 CPUtime=3330.42 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 792769 0 0 0 332289 753 0 0 20 0 1 0 185177784 2178445312 40204 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 531847 40204 1631 439 0 527276 0
Current children cumulated CPU time: 3330.42 s
Current children cumulated vsize: 2127388 KiB
Current children cumulated memory: 160816 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/256 995225
/proc/meminfo: memFree=123068760/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2160156 memory=183592 CPUtime=3390.2 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 797105 0 0 0 338261 759 0 0 20 0 1 0 185177784 2211999744 45898 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 540039 45898 1631 439 0 535468 0
Current children cumulated CPU time: 3390.2 s
Current children cumulated vsize: 2160156 KiB
Current children cumulated memory: 183592 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/256 995236
/proc/meminfo: memFree=123080308/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2225692 memory=218468 CPUtime=3449.98 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 801892 0 0 0 344235 763 0 0 20 0 1 0 185177784 2279108608 54617 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 556423 54617 1631 439 0 551852 0
Current children cumulated CPU time: 3449.98 s
Current children cumulated vsize: 2225692 KiB
Current children cumulated memory: 218468 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/256 995246
/proc/meminfo: memFree=122911192/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2225692 memory=232808 CPUtime=3509.77 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 809217 0 0 0 350202 775 0 0 20 0 1 0 185177784 2279108608 58202 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 556423 58202 1631 439 0 551852 0
Current children cumulated CPU time: 3509.77 s
Current children cumulated vsize: 2225692 KiB
Current children cumulated memory: 232808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/256 995257
/proc/meminfo: memFree=123025768/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2143772 memory=173308 CPUtime=3569.56 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 814795 0 0 0 356173 783 0 0 20 0 1 0 185177784 2195222528 43327 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 535943 43327 1631 439 0 531372 0
Current children cumulated CPU time: 3569.56 s
Current children cumulated vsize: 2143772 KiB
Current children cumulated memory: 173308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.9 s]
/proc/loadavg: 4.14 4.12 4.09 5/256 995262
/proc/meminfo: memFree=122888408/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2225692 memory=222516 CPUtime=3600.05 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 817081 0 0 0 359217 788 0 0 20 0 1 0 185177784 2279108608 55629 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 556423 55629 1631 439 0 551852 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2225692 KiB
Current children cumulated memory: 222516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.17 s, system=7.88752 s

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

[startup+3612.9 s]
/proc/loadavg: 4.14 4.12 4.09 5/256 995262
/proc/meminfo: memFree=122888408/131524600 swapFree=131071996/131071996
[pid=993203] ppid=993200 vsize=2225692 memory=222516 CPUtime=3600.05 cores=0,2
/proc/993203/stat : 993203 (pb_picat) R 993200 993203 992550 0 -1 4194304 817081 0 0 0 359217 788 0 0 20 0 1 0 185177784 2279108608 55629 134679101440 4194304 5989780 140729866654528 0 0 0 0 0 8389634 0 0 0 17 0 0 0 0 0 0 8089048 9894864 41197568 140729866658840 140729866658916 140729866658916 140729866665932 0
/proc/993203/statm: 556423 55629 1631 439 0 551852 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2225692 KiB
Current children cumulated memory: 222516 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.9
CPU time (s): 3600.06
CPU user time (s): 3592.17
CPU system time (s): 7.88752
CPU usage (%): 99.6446
Max. virtual memory (cumulated for all children) (KiB): 2749984
Max. memory (cumulated for all children) (KiB): 484720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.17
system time used= 7.88752
maximum resident set size= 502328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 817081
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= 16
involuntary context switches= 25486


# summary of solver processes directly reported to runsolver:
#   pid: 993203
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3592.17
#   total CPU system time (s): 7.88752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.21257 second user time and 17.0541 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-18 21:14:53
IDJOB=4446532
IDBENCH=158274
IDSOLVER=3068
FILE ID=nodeC033/4446532-1721330081
RUNJOBID= nodeC033-1721329244-992560
SLURM_JOB_ID= 7542695
Free space on /tmp= 889960 MiB

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

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

MD5SUM BENCH= 5b71eb3fc2b19671b5e391982561b6cd
RANDOM SEED=1735743107

nodeC033.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		: 3652.451
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.50
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		: 3684.252
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	: 7006.25
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		: 3642.620
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117407620 kB
MemAvailable:   123413832 kB
Buffers:          531148 kB
Cached:          6245472 kB
SwapCached:            0 kB
Active:          1090052 kB
Inactive:       12242960 kB
Active(anon):       1556 kB
Inactive(anon):  6600736 kB
Active(file):    1088496 kB
Inactive(file):  5642224 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4756 kB
Writeback:             0 kB
AnonPages:       6547988 kB
Mapped:           116972 kB
Shmem:             45908 kB
KReclaimable:     230280 kB
Slab:             357252 kB
SReclaimable:     230280 kB
SUnreclaim:       126972 kB
KernelStack:        4176 kB
PageTables:        22260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11545116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68576 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6334464 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:      273108 kB
DirectMap2M:    28860416 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC033 at 2024-07-18 22:15:06