Trace number 4492901

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-16? (TO) 3600.05 3610.4

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUM215f0e018374322050c4154ba04558db
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 benchmark0.010022
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 36
Number of bits of the biggest sum of numbers6
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.02	c solving HOME/instance-4492901-1751146846.opb (Picat 3.9b6)

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: 63837 MiB (63368 MiB free)
  memory of node 1: 64465 MiB (64027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492901-1751146846/watcher-4492901-1751146846 -o /tmp/evaluation-result-4492901-1751146846/solver-4492901-1751146846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14033 --watchdog 3760 pb_picat HOME/instance-4492901-1751146846.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=14078, runsolver pid=14072

[startup+0.100104 s]*
/proc/loadavg: 0.79 1.03 1.24 5/256 14091
/proc/meminfo: memFree=130399572/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2029000 memory=19556 CPUtime=0.09 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 1475 0 0 0 8 1 0 0 20 0 1 0 30363436 2077696000 4889 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 507250 4889 1600 343 0 504314 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2029000 KiB
Current children cumulated memory: 19556 KiB

[startup+0.214274 s]*
/proc/loadavg: 0.79 1.03 1.24 5/256 14091
/proc/meminfo: memFree=130392976/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2028872 memory=19468 CPUtime=0.2 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 1820 0 0 0 19 1 0 0 20 0 1 0 30363436 2077564928 4867 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 507218 4867 1600 343 0 504282 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2028872 KiB
Current children cumulated memory: 19468 KiB

[startup+0.31316 s]*
/proc/loadavg: 0.79 1.03 1.24 5/256 14091
/proc/meminfo: memFree=130387368/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2028872 memory=19760 CPUtime=0.3 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 2039 0 0 0 29 1 0 0 20 0 1 0 30363436 2077564928 4940 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 507218 4940 1600 343 0 504282 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2028872 KiB
Current children cumulated memory: 19760 KiB

[startup+0.700252 s]
/proc/loadavg: 0.79 1.03 1.24 5/256 14091
/proc/meminfo: memFree=130372560/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2029960 memory=20580 CPUtime=0.68 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 2946 0 0 0 67 1 0 0 20 0 1 0 30363436 2078679040 5145 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 507490 5145 1600 343 0 504554 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2029960 KiB
Current children cumulated memory: 20580 KiB

[startup+1.50026 s]
/proc/loadavg: 0.79 1.03 1.24 5/256 14091
/proc/meminfo: memFree=130341684/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2030984 memory=20636 CPUtime=1.47 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 5743 0 0 0 146 1 0 0 20 0 1 0 30363436 2079727616 5159 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 507746 5159 1600 343 0 504810 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2030984 KiB
Current children cumulated memory: 20636 KiB

[startup+3.11307 s]
/proc/loadavg: 1.05 1.08 1.25 5/256 14091
/proc/meminfo: memFree=130324448/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2033032 memory=22024 CPUtime=3.08 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 15516 0 0 0 305 3 0 0 20 0 1 0 30363436 2081824768 5506 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 508258 5506 1600 343 0 505322 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2033032 KiB
Current children cumulated memory: 22024 KiB

[startup+6.30024 s]
/proc/loadavg: 1.05 1.08 1.25 5/256 14091
/proc/meminfo: memFree=130290280/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2037600 memory=28060 CPUtime=6.26 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 38305 0 0 0 618 8 0 0 20 0 1 0 30363436 2086502400 7015 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 509400 7015 1600 343 0 506464 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2037600 KiB
Current children cumulated memory: 28060 KiB

[startup+12.7003 s]
/proc/loadavg: 1.50 1.18 1.28 5/256 14091
/proc/meminfo: memFree=130277312/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2045792 memory=29552 CPUtime=12.64 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 75000 0 0 0 1248 16 0 0 20 0 1 0 30363436 2094891008 7388 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 511448 7388 1600 343 0 508512 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2045792 KiB
Current children cumulated memory: 29552 KiB

[startup+25.5003 s]
/proc/loadavg: 1.89 1.27 1.31 5/255 14092
/proc/meminfo: memFree=130250716/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2045436 memory=35696 CPUtime=25.4 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 168186 0 0 0 2503 37 0 0 20 0 1 0 30363436 2094526464 8924 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 511359 8924 1600 343 0 508423 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2045436 KiB
Current children cumulated memory: 35696 KiB

[startup+51.1133 s]
/proc/loadavg: 2.68 1.51 1.39 5/254 14093
/proc/meminfo: memFree=130231192/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2045820 memory=36384 CPUtime=50.92 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 535687 0 0 0 5002 90 0 0 20 0 1 0 30363436 2094919680 9096 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 511455 9096 1600 343 0 508519 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 2045820 KiB
Current children cumulated memory: 36384 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.94 1.55 5/254 14096
/proc/meminfo: memFree=130166480/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2047280 memory=33836 CPUtime=101.96 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 796423 0 0 0 10045 151 0 0 20 0 1 0 30363436 2096414720 8459 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 511820 8459 1600 343 0 508884 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2047280 KiB
Current children cumulated memory: 33836 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.35 1.71 5/254 14098
/proc/meminfo: memFree=130183904/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2062908 memory=50740 CPUtime=161.8 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 1315748 0 0 0 15929 251 0 0 20 0 1 0 30363436 2112417792 12685 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 515727 12685 1600 343 0 512791 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2062908 KiB
Current children cumulated memory: 50740 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 2.67 1.87 5/253 14100
/proc/meminfo: memFree=130151572/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2064444 memory=56696 CPUtime=221.62 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 1885187 0 0 0 21803 359 0 0 20 0 1 0 30363436 2113990656 14174 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 516111 14174 1600 343 0 513175 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 2064444 KiB
Current children cumulated memory: 56696 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 2.93 2.01 5/252 14103
/proc/meminfo: memFree=130189040/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2066492 memory=47120 CPUtime=281.45 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 2553645 0 0 0 27659 486 0 0 20 0 1 0 30363436 2116087808 11780 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 516623 11780 1600 343 0 513687 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 2066492 KiB
Current children cumulated memory: 47120 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.14 2.14 5/253 14109
/proc/meminfo: memFree=130136012/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2038980 memory=32972 CPUtime=341.28 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 3150182 0 0 0 33522 606 0 0 20 0 1 0 30363436 2087915520 8243 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 509745 8243 1600 343 0 506809 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 2038980 KiB
Current children cumulated memory: 32972 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.32 2.26 5/253 14116
/proc/meminfo: memFree=130124856/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2048356 memory=39984 CPUtime=401.11 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 3665659 0 0 0 39396 715 0 0 20 0 1 0 30363436 2097516544 9996 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 512089 9996 1600 343 0 509153 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 2048356 KiB
Current children cumulated memory: 39984 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 3.46 2.38 5/253 14118
/proc/meminfo: memFree=130072860/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2048356 memory=40100 CPUtime=460.95 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 4076207 0 0 0 45297 798 0 0 20 0 1 0 30363436 2097516544 10025 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 512089 10025 1600 343 0 509153 0
Current children cumulated CPU time: 460.95 s

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

Current children cumulated memory: 116836 KiB

[startup+2862.3 s]
/proc/loadavg: 4.09 4.09 4.00 5/250 14271
/proc/meminfo: memFree=129924436/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2105904 memory=84604 CPUtime=2854.3 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 24550589 0 0 0 280236 5194 0 0 20 0 1 0 30363436 2156445696 21151 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 526476 21151 1600 343 0 523540 0
Current children cumulated CPU time: 2854.3 s
Current children cumulated vsize: 2105904 KiB
Current children cumulated memory: 84604 KiB

[startup+2922.3 s]
/proc/loadavg: 4.86 4.28 4.07 5/250 14273
/proc/meminfo: memFree=129897532/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2105904 memory=93820 CPUtime=2914.13 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 25510684 0 0 0 286013 5400 0 0 20 0 1 0 30363436 2156445696 23455 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 526476 23455 1600 343 0 523540 0
Current children cumulated CPU time: 2914.13 s
Current children cumulated vsize: 2105904 KiB
Current children cumulated memory: 93820 KiB

[startup+2982.3 s]
/proc/loadavg: 5.30 4.53 4.17 5/250 14275
/proc/meminfo: memFree=129957736/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2105904 memory=90492 CPUtime=2973.96 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 26734172 0 0 0 291725 5671 0 0 20 0 1 0 30363436 2156445696 22623 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 526476 22623 1600 343 0 523540 0
Current children cumulated CPU time: 2973.96 s
Current children cumulated vsize: 2105904 KiB
Current children cumulated memory: 90492 KiB

[startup+3042.3 s]
/proc/loadavg: 5.39 4.72 4.27 5/250 14277
/proc/meminfo: memFree=129765332/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2171440 memory=138816 CPUtime=3033.79 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 27020366 0 0 0 297635 5744 0 0 20 0 1 0 30363436 2223554560 34704 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 542860 34704 1600 343 0 539924 0
Current children cumulated CPU time: 3033.79 s
Current children cumulated vsize: 2171440 KiB
Current children cumulated memory: 138816 KiB

[startup+3102.3 s]
/proc/loadavg: 4.65 4.63 4.27 5/249 14279
/proc/meminfo: memFree=129818324/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2167344 memory=111704 CPUtime=3093.6 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 27093377 0 0 0 303585 5775 0 0 20 0 1 0 30363436 2219360256 27926 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 541836 27926 1600 343 0 538900 0
Current children cumulated CPU time: 3093.6 s
Current children cumulated vsize: 2167344 KiB
Current children cumulated memory: 111704 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.51 4.25 5/249 14281
/proc/meminfo: memFree=129893416/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2302652 memory=169024 CPUtime=3153.41 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 27181393 0 0 0 309535 5806 0 0 20 0 1 0 30363436 2357915648 42256 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 575663 42256 1600 343 0 572727 0
Current children cumulated CPU time: 3153.41 s
Current children cumulated vsize: 2302652 KiB
Current children cumulated memory: 169024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.45 4.24 5/249 14282
/proc/meminfo: memFree=130081784/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2050748 memory=38024 CPUtime=3213.22 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 27242182 0 0 0 315492 5830 0 0 20 0 1 0 30363436 2099965952 9506 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 512687 9506 1600 343 0 509751 0
Current children cumulated CPU time: 3213.22 s
Current children cumulated vsize: 2050748 KiB
Current children cumulated memory: 38024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.38 4.23 5/250 14285
/proc/meminfo: memFree=129624096/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2101948 memory=76092 CPUtime=3273.03 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 27679441 0 0 0 321382 5921 0 0 20 0 1 0 30363436 2152394752 19023 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 525487 19023 1600 343 0 522551 0
Current children cumulated CPU time: 3273.03 s
Current children cumulated vsize: 2101948 KiB
Current children cumulated memory: 76092 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.34 4.22 5/251 14290
/proc/meminfo: memFree=130065768/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2101948 memory=76880 CPUtime=3332.82 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 28499407 0 0 0 327187 6095 0 0 20 0 1 0 30363436 2152394752 19220 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 525487 19220 1600 343 0 522551 0
Current children cumulated CPU time: 3332.82 s
Current children cumulated vsize: 2101948 KiB
Current children cumulated memory: 76880 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.29 4.21 5/252 14297
/proc/meminfo: memFree=130009024/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2069180 memory=56568 CPUtime=3392.62 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 29069400 0 0 0 333040 6222 0 0 20 0 1 0 30363436 2118840320 14142 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 517295 14142 1600 343 0 514359 0
Current children cumulated CPU time: 3392.62 s
Current children cumulated vsize: 2069180 KiB
Current children cumulated memory: 56568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.25 4.20 5/252 14299
/proc/meminfo: memFree=129913120/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2167484 memory=106252 CPUtime=3452.41 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 29918959 0 0 0 338842 6399 0 0 20 0 1 0 30363436 2219503616 26563 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 541871 26563 1600 343 0 538935 0
Current children cumulated CPU time: 3452.41 s
Current children cumulated vsize: 2167484 KiB
Current children cumulated memory: 106252 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.22 4.19 5/252 14301
/proc/meminfo: memFree=130119252/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2099900 memory=69704 CPUtime=3512.22 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 30000922 0 0 0 344792 6430 0 0 20 0 1 0 30363436 2150297600 17426 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 524975 17426 1600 343 0 522039 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 2099900 KiB
Current children cumulated memory: 69704 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.21 4.18 5/251 14303
/proc/meminfo: memFree=129754904/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2171580 memory=116760 CPUtime=3572.02 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 30084887 0 0 0 350743 6459 0 0 20 0 1 0 30363436 2223697920 29190 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 542895 29190 1600 343 0 539959 0
Current children cumulated CPU time: 3572.02 s
Current children cumulated vsize: 2171580 KiB
Current children cumulated memory: 116760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.14 4.20 4.18 5/251 14305
/proc/meminfo: memFree=129804788/131382120 swapFree=33010684/33010684
[pid=14078] ppid=14072 vsize=2167484 memory=134264 CPUtime=3600.04 cores=4,6
/proc/14078/stat : 14078 (pb_picat) R 14072 14078 14022 0 -1 4194304 30123457 0 0 0 353531 6473 0 0 20 0 1 0 30363436 2219503616 33566 18446744073709551615 94564284276736 94564285678317 140734626220368 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94564285949744 94564287824048 94564309270528 140734626224542 140734626224618 140734626224618 140734626230220 0
/proc/14078/statm: 541871 33566 1600 343 0 538935 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2167484 KiB
Current children cumulated memory: 134264 KiB

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

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

# cumulated CPU time of all completed processes:  user=3535.32 s, system=64.7363 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.4
CPU time (s): 3600.05
CPU user time (s): 3535.32
CPU system time (s): 64.7363
CPU usage (%): 99.7134
Max. virtual memory (cumulated for all children) (KiB): 2302652
Max. memory (cumulated for all children) (KiB): 204824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3535.32
system time used= 64.7363
maximum resident set size= 204824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30123457
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= 114
involuntary context switches= 4824


# summary of solver processes directly reported to runsolver:
#   pid: 14078
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3535.32
#   total CPU system time (s): 64.7363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3097 second user time and 34.0511 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-06-28 23:40:46
IDJOB=4492901
IDBENCH=147832
IDSOLVER=3346
FILE ID=nodeC002/4492901-1751146846
RUNJOBID= nodeC002-1751146846-14033
SLURM_JOB_ID= 9587468
Free space on /tmp= 433060 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492901-1751146846/watcher-4492901-1751146846 -o /tmp/evaluation-result-4492901-1751146846/solver-4492901-1751146846 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751146846-14033 --watchdog 3760  pb_picat HOME/instance-4492901-1751146846.opb

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

MD5SUM BENCH= 215f0e018374322050c4154ba04558db
RANDOM SEED=104894744

nodeC002 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	: 0xb00001f
cpu MHz		: 1197.224
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.226
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.932
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.597
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.787
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.224
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.219
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130436696 kB
MemAvailable:   130038256 kB
Buffers:            3280 kB
Cached:           369668 kB
SwapCached:            0 kB
Active:           264400 kB
Inactive:         171624 kB
Active(anon):      81092 kB
Inactive(anon):        0 kB
Active(file):     183308 kB
Inactive(file):   171624 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16036 kB
Writeback:             0 kB
AnonPages:         66244 kB
Mapped:           102264 kB
Shmem:             17960 kB
KReclaimable:      84060 kB
Slab:             165264 kB
SReclaimable:      84060 kB
SUnreclaim:        81204 kB
KernelStack:        3952 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC002 at 2025-06-29 00:40:57