Trace number 4513327

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 2025-06-16UNSAT 1844.37 1849.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
MD5SUMa95ffdb987ab7b28268efdc4e16ef22d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.2881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1501
Total number of constraints751
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)751
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4513327-1751214623.opb (Picat 3.9b6)
1844.26/1849.19	s UNSATISFIABLE

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: 63708 MiB (62852 MiB free)
  memory of node 1: 64465 MiB (63813 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513327-1751214623/watcher-4513327-1751214623 -o /tmp/evaluation-result-4513327-1751214623/solver-4513327-1751214623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751209547-27266 --watchdog 3760 pb_picat HOME/instance-4513327-1751214623.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27990, runsolver pid=27987

[startup+0.100066 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129694280/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2029396 memory=24644 CPUtime=0.09 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 1677 0 0 0 9 0 0 0 20 0 1 0 37139765 2078101504 6161 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 507349 6161 1664 343 0 504413 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 24644 KiB

[startup+0.205631 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129694280/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2029396 memory=24408 CPUtime=0.19 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 1863 0 0 0 19 0 0 0 20 0 1 0 37139765 2078101504 6102 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 507349 6102 1664 343 0 504413 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2029396 KiB
Current children cumulated memory: 24408 KiB

[startup+0.305537 s]*
/proc/loadavg: 4.10 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129694280/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2029428 memory=24500 CPUtime=0.29 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 2080 0 0 0 29 0 0 0 20 0 1 0 37139765 2078134272 6125 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 507357 6125 1664 343 0 504421 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2029428 KiB
Current children cumulated memory: 24500 KiB

[startup+0.700164 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129694280/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2029940 memory=24924 CPUtime=0.68 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 2840 0 0 0 68 0 0 0 20 0 1 0 37139765 2078658560 6231 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 507485 6231 1664 343 0 504549 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029940 KiB
Current children cumulated memory: 24924 KiB

[startup+1.50016 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129694280/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2031384 memory=25940 CPUtime=1.48 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 4828 0 0 0 148 0 0 0 20 0 1 0 37139765 2080137216 6485 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 507846 6485 1664 343 0 504910 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2031384 KiB
Current children cumulated memory: 25940 KiB

[startup+3.1054 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129690184/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2034456 memory=27788 CPUtime=3.09 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 9265 0 0 0 307 2 0 0 20 0 1 0 37139765 2083282944 6947 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 508614 6947 1664 343 0 505678 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2034456 KiB
Current children cumulated memory: 27788 KiB

[startup+6.30016 s]
/proc/loadavg: 4.09 4.11 4.09 5/265 27991
/proc/meminfo: memFree=129701068/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2036980 memory=29888 CPUtime=6.27 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 17243 0 0 0 624 3 0 0 20 0 1 0 37139765 2085867520 7472 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 509245 7472 1664 343 0 506309 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2036980 KiB
Current children cumulated memory: 29888 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.09 5/265 27991
/proc/meminfo: memFree=129686504/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2040308 memory=32924 CPUtime=12.65 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 33215 0 0 0 1258 7 0 0 20 0 1 0 37139765 2089275392 8231 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 510077 8231 1664 343 0 507141 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2040308 KiB
Current children cumulated memory: 32924 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 27992
/proc/meminfo: memFree=129674508/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2041092 memory=32764 CPUtime=25.42 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 58026 0 0 0 2530 12 0 0 20 0 1 0 37139765 2090078208 8191 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 510273 8191 1664 343 0 507337 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2041092 KiB
Current children cumulated memory: 32764 KiB

[startup+51.1055 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 27993
/proc/meminfo: memFree=129665108/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2045244 memory=37256 CPUtime=50.96 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 88294 0 0 0 5076 20 0 0 20 0 1 0 37139765 2094329856 9314 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 511311 9314 1664 343 0 508375 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 2045244 KiB
Current children cumulated memory: 37256 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 27999
/proc/meminfo: memFree=129624472/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2054244 memory=42816 CPUtime=102.03 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 139875 0 0 0 10170 33 0 0 20 0 1 0 37139765 2103545856 10704 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 513561 10704 1664 343 0 510625 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2054244 KiB
Current children cumulated memory: 42816 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 28001
/proc/meminfo: memFree=129625040/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2054396 memory=45516 CPUtime=161.89 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 172217 0 0 0 16145 44 0 0 20 0 1 0 37139765 2103701504 11379 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 513599 11379 1664 343 0 510663 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 2054396 KiB
Current children cumulated memory: 45516 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/264 28004
/proc/meminfo: memFree=129670532/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2062620 memory=50240 CPUtime=221.74 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 195222 0 0 0 22120 54 0 0 20 0 1 0 37139765 2112122880 12560 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 515655 12560 1664 343 0 512719 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 2062620 KiB
Current children cumulated memory: 50240 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 28007
/proc/meminfo: memFree=129646700/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2062944 memory=53428 CPUtime=281.59 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 218990 0 0 0 28096 63 0 0 20 0 1 0 37139765 2112454656 13357 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 515736 13357 1664 343 0 512800 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 2062944 KiB
Current children cumulated memory: 53428 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 28009
/proc/meminfo: memFree=129605544/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2079444 memory=59160 CPUtime=341.44 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 245487 0 0 0 34072 72 0 0 20 0 1 0 37139765 2129350656 14790 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 519861 14790 1664 343 0 516925 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 2079444 KiB
Current children cumulated memory: 59160 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/264 28011
/proc/meminfo: memFree=129640624/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2080748 memory=58312 CPUtime=401.29 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 267758 0 0 0 40047 82 0 0 20 0 1 0 37139765 2130685952 14578 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520187 14578 1664 343 0 517251 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 2080748 KiB
Current children cumulated memory: 58312 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 28013
/proc/meminfo: memFree=129627212/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2080960 memory=62620 CPUtime=461.13 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 286111 0 0 0 46024 89 0 0 20 0 1 0 37139765 2130903040 15655 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520240 15655 1664 343 0 517304 0

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

/proc/loadavg: 4.08 4.09 4.09 5/265 28059
/proc/meminfo: memFree=129544856/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099432 memory=79052 CPUtime=1358.74 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 477482 0 0 0 135686 188 0 0 20 0 1 0 37139765 2149818368 19763 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524858 19763 1664 343 0 521922 0
Current children cumulated CPU time: 1358.74 s
Current children cumulated vsize: 2099432 KiB
Current children cumulated memory: 79052 KiB

[startup+1422.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 28061
/proc/meminfo: memFree=129531836/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099432 memory=77004 CPUtime=1418.58 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 484628 0 0 0 141666 192 0 0 20 0 1 0 37139765 2149818368 19251 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524858 19251 1664 343 0 521922 0
Current children cumulated CPU time: 1418.58 s
Current children cumulated vsize: 2099432 KiB
Current children cumulated memory: 77004 KiB

[startup+1482.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 28063
/proc/meminfo: memFree=129555396/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099432 memory=77004 CPUtime=1478.44 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 493792 0 0 0 147645 199 0 0 20 0 1 0 37139765 2149818368 19251 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524858 19251 1664 343 0 521922 0
Current children cumulated CPU time: 1478.44 s
Current children cumulated vsize: 2099432 KiB
Current children cumulated memory: 77004 KiB

[startup+1542.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/264 28065
/proc/meminfo: memFree=129585324/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2083048 memory=72912 CPUtime=1538.27 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 500003 0 0 0 153625 202 0 0 20 0 1 0 37139765 2133041152 18228 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520762 18228 1664 343 0 517826 0
Current children cumulated CPU time: 1538.27 s
Current children cumulated vsize: 2083048 KiB
Current children cumulated memory: 72912 KiB

[startup+1602.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/265 28068
/proc/meminfo: memFree=129569748/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2083072 memory=75280 CPUtime=1598.11 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 511353 0 0 0 159602 209 0 0 20 0 1 0 37139765 2133065728 18820 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520768 18820 1664 343 0 517832 0
Current children cumulated CPU time: 1598.11 s
Current children cumulated vsize: 2083072 KiB
Current children cumulated memory: 75280 KiB

[startup+1662.3 s]
/proc/loadavg: 4.34 4.18 4.12 5/264 28070
/proc/meminfo: memFree=129563984/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2083072 memory=72720 CPUtime=1657.94 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 519464 0 0 0 165580 214 0 0 20 0 1 0 37139765 2133065728 18180 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520768 18180 1664 343 0 517832 0
Current children cumulated CPU time: 1657.94 s
Current children cumulated vsize: 2083072 KiB
Current children cumulated memory: 72720 KiB

[startup+1722.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/265 28073
/proc/meminfo: memFree=129580228/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099456 memory=81072 CPUtime=1717.79 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 528133 0 0 0 171560 219 0 0 20 0 1 0 37139765 2149842944 20268 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524864 20268 1664 343 0 521928 0
Current children cumulated CPU time: 1717.79 s
Current children cumulated vsize: 2099456 KiB
Current children cumulated memory: 81072 KiB

[startup+1782.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/265 28075
/proc/meminfo: memFree=129494820/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2083056 memory=76328 CPUtime=1777.63 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 540141 0 0 0 177537 226 0 0 20 0 1 0 37139765 2133049344 19082 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 520764 19082 1664 343 0 517828 0
Current children cumulated CPU time: 1777.63 s
Current children cumulated vsize: 2083056 KiB
Current children cumulated memory: 76328 KiB

[startup+1842.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129486580/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=77480 CPUtime=1837.47 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 546922 0 0 0 183517 230 0 0 20 0 1 0 37139765 2149826560 19370 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19370 1664 343 0 521924 0
Current children cumulated CPU time: 1837.47 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 77480 KiB

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

# cumulated CPU time of all completed processes:  user=1842.05 s, system=2.31559 s

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

[startup+1843.2 s]
/proc/loadavg: 4.10 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129535732/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=79784 CPUtime=1838.37 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 546957 0 0 0 183607 230 0 0 20 0 1 0 37139765 2149826560 19946 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19946 1664 343 0 521924 0
Current children cumulated CPU time: 1838.37 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 79784 KiB

[startup+1846.4 s]
/proc/loadavg: 4.10 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129540732/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=87976 CPUtime=1841.56 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 546961 0 0 0 183926 230 0 0 20 0 1 0 37139765 2149826560 21994 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 21994 1664 343 0 521924 0
Current children cumulated CPU time: 1841.56 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 87976 KiB

[startup+1848 s]*
/proc/loadavg: 4.09 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129516156/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=79784 CPUtime=1843.17 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 547556 0 0 0 184086 231 0 0 20 0 1 0 37139765 2149826560 19946 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19946 1664 343 0 521924 0
Current children cumulated CPU time: 1843.17 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 79784 KiB

[startup+1848.8 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129516156/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=79784 CPUtime=1843.96 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 547556 0 0 0 184165 231 0 0 20 0 1 0 37139765 2149826560 19946 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19946 1664 343 0 521924 0
Current children cumulated CPU time: 1843.96 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 79784 KiB

[startup+1849 s]*
/proc/loadavg: 4.09 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129495676/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=79784 CPUtime=1844.16 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 547556 0 0 0 184185 231 0 0 20 0 1 0 37139765 2149826560 19946 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19946 1664 343 0 521924 0
Current children cumulated CPU time: 1844.16 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 79784 KiB

[startup+1849.11 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 28090
/proc/meminfo: memFree=129495676/131250000 swapFree=33010684/33010684
[pid=27990] ppid=27987 vsize=2099440 memory=79784 CPUtime=1844.26 cores=1,3
/proc/27990/stat : 27990 (pb_picat) R 27987 27990 27252 0 -1 4194304 547556 0 0 0 184195 231 0 0 20 0 1 0 37139765 2149826560 19946 18446744073709551615 94369178742784 94369180144365 140729413323776 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94369180415792 94369182290096 94369206329344 140729413327262 140729413327338 140729413327338 140729413332940 0
/proc/27990/statm: 524860 19946 1664 343 0 521924 0
Current children cumulated CPU time: 1844.26 s
Current children cumulated vsize: 2099440 KiB
Current children cumulated memory: 79784 KiB

Child status: 0

Real time (s): 1849.2
CPU time (s): 1844.37
CPU user time (s): 1842.05
CPU system time (s): 2.31559
CPU usage (%): 99.7387
Max. virtual memory (cumulated for all children) (KiB): 2132224
Max. memory (cumulated for all children) (KiB): 96168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1842.05
system time used= 2.31559
maximum resident set size= 98216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 547566
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= 67
involuntary context switches= 4000


# summary of solver processes directly reported to runsolver:
#   pid: 27990
#   total CPU time (s): 1844.37
#   total CPU user time (s): 1842.05
#   total CPU system time (s): 2.31559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.98724 second user time and 8.2681 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 18:30:23
IDJOB=4513327
IDBENCH=162338
IDSOLVER=3346
FILE ID=nodeC019/4513327-1751214623
RUNJOBID= nodeC019-1751209547-27266
SLURM_JOB_ID= 9587644
Free space on /tmp= 433052 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x150split.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4513327-1751214623/watcher-4513327-1751214623 -o /tmp/evaluation-result-4513327-1751214623/solver-4513327-1751214623 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751209547-27266 --watchdog 3760  pb_picat HOME/instance-4513327-1751214623.opb

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

MD5SUM BENCH= a95ffdb987ab7b28268efdc4e16ef22d
RANDOM SEED=868683382

nodeC019 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.766
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3528.987
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.301
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.292
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.578
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3599.612
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3539.072
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
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		: 3618.389
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129705920 kB
MemAvailable:   129594848 kB
Buffers:            3280 kB
Cached:           698348 kB
SwapCached:            0 kB
Active:           537888 kB
Inactive:         441600 kB
Active(anon):     295924 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   441600 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3612 kB
Writeback:             0 kB
AnonPages:        280392 kB
Mapped:           113456 kB
Shmem:             18064 kB
KReclaimable:      89204 kB
Slab:             174700 kB
SReclaimable:      89204 kB
SUnreclaim:        85496 kB
KernelStack:        4268 kB
PageTables:         3760 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6576172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC019 at 2025-06-29 19:01:12