Trace number 4446832

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.05 3610.11

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K139.opb
MD5SUM89642dc5a75d3fc73d0ef8fe6dbde459
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 variables16541
Total number of constraints16821
Number of constraints which are clauses16682
Number of constraints which are cardinality constraints (but not clauses)139
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint139
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 140
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-4446832-1721333223.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 (60034 MiB free)
  memory of node 1: 64510 MiB (60167 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446832-1721333223/watcher-4446832-1721333223 -o /tmp/evaluation-result-4446832-1721333223/solver-4446832-1721333223 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721329244-992562 --watchdog 3760 pb_picat HOME/instance-4446832-1721333223.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
Current StackSize limit: 8192 KiB

solver pid=995175, runsolver pid=995172

[startup+0.100225 s]*
/proc/loadavg: 4.16 4.16 4.11 5/255 995176
/proc/meminfo: memFree=123047096/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2033608 memory=39720 CPUtime=0.09 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 858 0 0 0 9 0 0 0 20 0 1 0 185492054 2082414592 9930 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 508402 9930 1565 439 0 503831 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 39720 KiB

[startup+0.205534 s]*
/proc/loadavg: 4.16 4.16 4.11 5/255 995176
/proc/meminfo: memFree=123026316/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2033608 memory=58152 CPUtime=0.2 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 867 0 0 0 19 1 0 0 20 0 1 0 185492054 2082414592 14538 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 508402 14538 1565 439 0 503831 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2033608 KiB
Current children cumulated memory: 58152 KiB

[startup+0.305463 s]*
/proc/loadavg: 4.16 4.16 4.11 5/255 995176
/proc/meminfo: memFree=123004160/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2038468 memory=78736 CPUtime=0.29 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 2296 0 0 0 28 1 0 0 20 0 1 0 185492054 2087391232 19684 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 509617 19684 1613 439 0 505046 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2038468 KiB
Current children cumulated memory: 78736 KiB

[startup+0.700232 s]
/proc/loadavg: 4.14 4.16 4.11 5/255 995176
/proc/meminfo: memFree=122994900/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2041936 memory=81540 CPUtime=0.69 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 4165 0 0 0 67 2 0 0 20 0 1 0 185492054 2090942464 20385 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 510484 20385 1673 439 0 505913 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041936 KiB
Current children cumulated memory: 81540 KiB

[startup+1.50024 s]
/proc/loadavg: 4.14 4.16 4.11 5/255 995176
/proc/meminfo: memFree=122983628/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2042636 memory=83256 CPUtime=1.49 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 6720 0 0 0 147 2 0 0 20 0 1 0 185492054 2091659264 20814 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 510659 20814 1689 439 0 506088 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2042636 KiB
Current children cumulated memory: 83256 KiB

[startup+3.10541 s]
/proc/loadavg: 4.14 4.16 4.11 5/255 995176
/proc/meminfo: memFree=122929624/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2056972 memory=92736 CPUtime=3.08 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 12785 0 0 0 305 3 0 0 20 0 1 0 185492054 2106339328 23184 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 514243 23184 1689 439 0 509672 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2056972 KiB
Current children cumulated memory: 92736 KiB

[startup+6.30022 s]
/proc/loadavg: 4.13 4.16 4.11 5/255 995176
/proc/meminfo: memFree=122888208/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2052876 memory=90664 CPUtime=6.27 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 20103 0 0 0 623 4 0 0 20 0 1 0 185492054 2102145024 22666 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 513219 22666 1689 439 0 508648 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2052876 KiB
Current children cumulated memory: 90664 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.15 4.11 5/255 995178
/proc/meminfo: memFree=122831152/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2061068 memory=95712 CPUtime=12.66 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 32204 0 0 0 1258 8 0 0 20 0 1 0 185492054 2110533632 23928 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 515267 23928 1689 439 0 510696 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2061068 KiB
Current children cumulated memory: 95712 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.15 4.11 5/255 995180
/proc/meminfo: memFree=123027808/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2081548 memory=113296 CPUtime=25.42 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 51429 0 0 0 2528 14 0 0 20 0 1 0 185492054 2131505152 28324 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 520387 28324 1689 439 0 515816 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2081548 KiB
Current children cumulated memory: 113296 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.15 4.11 5/255 995185
/proc/meminfo: memFree=122901544/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2112976 memory=117424 CPUtime=50.96 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 81356 0 0 0 5070 26 0 0 20 0 1 0 185492054 2163687424 29356 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 528244 29356 1689 439 0 523673 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2112976 KiB
Current children cumulated memory: 117424 KiB

[startup+102.3 s]
/proc/loadavg: 4.05 4.12 4.10 5/255 995193
/proc/meminfo: memFree=123014512/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2070032 memory=104260 CPUtime=102.01 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 127592 0 0 0 10156 45 0 0 20 0 1 0 185492054 2119712768 26065 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 517508 26065 1689 439 0 512937 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 2070032 KiB
Current children cumulated memory: 104260 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/254 995203
/proc/meminfo: memFree=122876472/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2074128 memory=111976 CPUtime=161.84 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 164844 0 0 0 16121 63 0 0 20 0 1 0 185492054 2123907072 27994 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 518532 27994 1689 439 0 513961 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2074128 KiB
Current children cumulated memory: 111976 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/256 995220
/proc/meminfo: memFree=123025048/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2074128 memory=108484 CPUtime=221.67 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 195402 0 0 0 22087 80 0 0 20 0 1 0 185492054 2123907072 27121 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 518532 27121 1689 439 0 513961 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 2074128 KiB
Current children cumulated memory: 108484 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/256 995230
/proc/meminfo: memFree=122925384/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2213392 memory=201872 CPUtime=281.5 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 223895 0 0 0 28054 96 0 0 20 0 1 0 185492054 2266513408 50468 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 553348 50468 1689 439 0 548777 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 2213392 KiB
Current children cumulated memory: 201872 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/256 995241
/proc/meminfo: memFree=122998668/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2111464 memory=120372 CPUtime=341.33 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 253337 0 0 0 34019 114 0 0 20 0 1 0 185492054 2162139136 30093 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 527866 30093 1689 439 0 523295 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 2111464 KiB
Current children cumulated memory: 120372 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/256 995251
/proc/meminfo: memFree=122919480/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2144232 memory=158652 CPUtime=401.17 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 279659 0 0 0 39986 131 0 0 20 0 1 0 185492054 2195693568 39663 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 536058 39663 1689 439 0 531487 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 2144232 KiB
Current children cumulated memory: 158652 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/256 995262
/proc/meminfo: memFree=122874700/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2095080 memory=118784 CPUtime=460.99 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 305884 0 0 0 45953 146 0 0 20 0 1 0 185492054 2145361920 29696 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 523770 29696 1689 439 0 519199 0

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

Current children cumulated memory: 224616 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.16 4.13 5/257 997432
/proc/meminfo: memFree=123225284/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=263724 CPUtime=2913.99 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 875490 0 0 0 290709 690 0 0 20 0 1 0 185492054 2413797376 65931 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 65931 1689 439 0 584735 0
Current children cumulated CPU time: 2913.99 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 263724 KiB

[startup+2982.3 s]
/proc/loadavg: 4.20 4.17 4.14 5/256 997442
/proc/meminfo: memFree=123256872/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=306764 CPUtime=2973.84 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 881745 0 0 0 296683 701 0 0 20 0 1 0 185492054 2413797376 76691 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 76691 1689 439 0 584735 0
Current children cumulated CPU time: 2973.84 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 306764 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.17 4.14 5/256 997453
/proc/meminfo: memFree=123279564/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2209768 memory=228352 CPUtime=3033.68 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 889908 0 0 0 302652 716 0 0 20 0 1 0 185492054 2262802432 57088 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 552442 57088 1689 439 0 547871 0
Current children cumulated CPU time: 3033.68 s
Current children cumulated vsize: 2209768 KiB
Current children cumulated memory: 228352 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/258 997633
/proc/meminfo: memFree=123231536/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=263704 CPUtime=3093.54 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 894397 0 0 0 308630 724 0 0 20 0 1 0 185492054 2413797376 65926 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 65926 1689 439 0 584735 0
Current children cumulated CPU time: 3093.54 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 263704 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/258 997643
/proc/meminfo: memFree=123277584/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2258920 memory=265672 CPUtime=3153.38 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 901334 0 0 0 314603 735 0 0 20 0 1 0 185492054 2313134080 66418 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 564730 66418 1689 439 0 560159 0
Current children cumulated CPU time: 3153.38 s
Current children cumulated vsize: 2258920 KiB
Current children cumulated memory: 265672 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.19 4.14 5/258 997656
/proc/meminfo: memFree=123344528/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2160616 memory=191848 CPUtime=3213.23 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 908784 0 0 0 320577 746 0 0 20 0 1 0 185492054 2212470784 47962 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 540154 47962 1689 439 0 535583 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 2160616 KiB
Current children cumulated memory: 191848 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.19 4.14 5/256 997677
/proc/meminfo: memFree=123237040/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2209768 memory=200256 CPUtime=3273.07 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 916713 0 0 0 326553 754 0 0 20 0 1 0 185492054 2262802432 50064 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 552442 50064 1689 439 0 547871 0
Current children cumulated CPU time: 3273.07 s
Current children cumulated vsize: 2209768 KiB
Current children cumulated memory: 200256 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.14 5/257 997689
/proc/meminfo: memFree=123352308/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2160616 memory=185712 CPUtime=3332.91 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 925080 0 0 0 332530 761 0 0 20 0 1 0 185492054 2212470784 46428 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 540154 46428 1689 439 0 535583 0
Current children cumulated CPU time: 3332.91 s
Current children cumulated vsize: 2160616 KiB
Current children cumulated memory: 185712 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.15 4.13 5/256 997699
/proc/meminfo: memFree=123271856/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2160616 memory=177672 CPUtime=3392.75 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 934277 0 0 0 338506 769 0 0 20 0 1 0 185492054 2212470784 44418 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 540154 44418 1689 439 0 535583 0
Current children cumulated CPU time: 3392.75 s
Current children cumulated vsize: 2160616 KiB
Current children cumulated memory: 177672 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.13 4.12 5/256 997710
/proc/meminfo: memFree=123043936/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2455528 memory=323124 CPUtime=3452.61 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 942621 0 0 0 344482 779 0 0 20 0 1 0 185492054 2514460672 80781 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 613882 80781 1689 439 0 609311 0
Current children cumulated CPU time: 3452.61 s
Current children cumulated vsize: 2455528 KiB
Current children cumulated memory: 323124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/255 997720
/proc/meminfo: memFree=123350392/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2160616 memory=168788 CPUtime=3512.46 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 948420 0 0 0 350456 790 0 0 20 0 1 0 185492054 2212470784 42197 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 540154 42197 1689 439 0 535583 0
Current children cumulated CPU time: 3512.46 s
Current children cumulated vsize: 2160616 KiB
Current children cumulated memory: 168788 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.11 4.11 5/255 997730
/proc/meminfo: memFree=123171088/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=284236 CPUtime=3572.3 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 955202 0 0 0 356429 801 0 0 20 0 1 0 185492054 2413797376 71059 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 71059 1689 439 0 584735 0
Current children cumulated CPU time: 3572.3 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 284236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.09 4.12 4.11 5/255 997736
/proc/meminfo: memFree=123226372/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=296496 CPUtime=3600.04 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 957111 0 0 0 359197 807 0 0 20 0 1 0 185492054 2413797376 74124 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 74124 1689 439 0 584735 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 296496 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.98 s, system=8.07443 s

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

[startup+3610.11 s]
/proc/loadavg: 4.09 4.12 4.11 5/255 997736
/proc/meminfo: memFree=123226372/131524600 swapFree=131071996/131071996
[pid=995175] ppid=995172 vsize=2357224 memory=296496 CPUtime=3600.04 cores=1,3
/proc/995175/stat : 995175 (pb_picat) R 995172 995175 992550 0 -1 4194304 957111 0 0 0 359197 807 0 0 20 0 1 0 185492054 2413797376 74124 134679101440 4194304 5989780 140726207064608 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 8089048 9894864 24973312 140726207071256 140726207071332 140726207071332 140726207078348 0
/proc/995175/statm: 589306 74124 1689 439 0 584735 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2357224 KiB
Current children cumulated memory: 296496 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.11
CPU time (s): 3600.05
CPU user time (s): 3591.98
CPU system time (s): 8.07443
CPU usage (%): 99.7214
Max. virtual memory (cumulated for all children) (KiB): 2717672
Max. memory (cumulated for all children) (KiB): 471992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.98
system time used= 8.07443
maximum resident set size= 486388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957111
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= 4583


# summary of solver processes directly reported to runsolver:
#   pid: 995175
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3591.98
#   total CPU system time (s): 8.07443

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.1558 second user time and 17.0766 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-18 22:07:16
IDJOB=4446832
IDBENCH=158320
IDSOLVER=3068
FILE ID=nodeC033/4446832-1721333223
RUNJOBID= nodeC033-1721329244-992562
SLURM_JOB_ID= 7542695
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= 89642dc5a75d3fc73d0ef8fe6dbde459
RANDOM SEED=852423032

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		: 3667.333
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		: 3659.364
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		: 3600.132
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		: 3653.102
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		: 3667.320
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		: 3668.041
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		: 3599.884
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		: 3600.350
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:        123087532 kB
MemAvailable:   129004944 kB
Buffers:          533224 kB
Cached:          6155200 kB
SwapCached:            0 kB
Active:           979872 kB
Inactive:        6685168 kB
Active(anon):       1556 kB
Inactive(anon):  1021020 kB
Active(file):     978316 kB
Inactive(file):  5664148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4932 kB
Writeback:            24 kB
AnonPages:        973328 kB
Mapped:           116352 kB
Shmem:             45908 kB
KReclaimable:     229192 kB
Slab:             355912 kB
SReclaimable:     229192 kB
SUnreclaim:       126720 kB
KernelStack:        4140 kB
PageTables:        11060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7253672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 890068 MiB
End job on nodeC033 at 2024-07-18 23:07:26