Trace number 4503201

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.04 3611.3

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
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 benchmark35.4553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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-4503201-1751169406.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: 63794 MiB (63262 MiB free)
  memory of node 1: 64507 MiB (64025 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503201-1751169406/watcher-4503201-1751169406 -o /tmp/evaluation-result-4503201-1751169406/solver-4503201-1751169406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751169406-19858 --watchdog 3760 pb_picat HOME/instance-4503201-1751169406.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19896, runsolver pid=19887

[startup+0.100073 s]*
/proc/loadavg: 1.10 1.18 2.03 5/250 19905
/proc/meminfo: memFree=130294896/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2028096 memory=23388 CPUtime=0.09 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1295 0 0 0 8 1 0 0 20 0 1 0 32620353 2076770304 5847 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507024 5847 1696 343 0 504088 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2028096 KiB
Current children cumulated memory: 23388 KiB

[startup+0.214509 s]*
/proc/loadavg: 1.10 1.18 2.03 6/254 19915
/proc/meminfo: memFree=130263792/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2028404 memory=23516 CPUtime=0.2 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1396 0 0 0 19 1 0 0 20 0 1 0 32620353 2077085696 5879 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507101 5879 1696 343 0 504165 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2028404 KiB
Current children cumulated memory: 23516 KiB

[startup+0.314345 s]*
/proc/loadavg: 1.10 1.18 2.03 6/254 19915
/proc/meminfo: memFree=130245960/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2028532 memory=23644 CPUtime=0.3 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1489 0 0 0 29 1 0 0 20 0 1 0 32620353 2077216768 5911 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507133 5911 1696 343 0 504197 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2028532 KiB
Current children cumulated memory: 23644 KiB

[startup+0.700275 s]
/proc/loadavg: 1.10 1.18 2.03 6/254 19915
/proc/meminfo: memFree=130205884/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2029300 memory=24024 CPUtime=0.67 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1690 0 0 0 66 1 0 0 20 0 1 0 32620353 2078003200 6006 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507325 6006 1696 343 0 504389 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 2029300 KiB
Current children cumulated memory: 24024 KiB

[startup+1.5003 s]
/proc/loadavg: 1.10 1.18 2.03 6/254 19915
/proc/meminfo: memFree=130106636/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2029812 memory=24812 CPUtime=1.48 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 2328 0 0 0 146 2 0 0 20 0 1 0 32620353 2078527488 6203 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507453 6203 1696 343 0 504517 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2029812 KiB
Current children cumulated memory: 24812 KiB

[startup+3.11336 s]
/proc/loadavg: 1.34 1.23 2.04 7/254 19915
/proc/meminfo: memFree=129511300/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2029960 memory=24800 CPUtime=3.08 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 6513 0 0 0 306 2 0 0 20 0 1 0 32620353 2078679040 6200 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 507490 6200 1696 343 0 504554 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2029960 KiB
Current children cumulated memory: 24800 KiB

[startup+6.30024 s]
/proc/loadavg: 1.34 1.23 2.04 5/250 19923
/proc/meminfo: memFree=129728352/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2032276 memory=26516 CPUtime=6.26 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 18302 0 0 0 621 5 0 0 20 0 1 0 32620353 2081050624 6629 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 508069 6629 1696 343 0 505133 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2032276 KiB
Current children cumulated memory: 26516 KiB

[startup+12.7003 s]
/proc/loadavg: 1.75 1.32 2.07 5/254 20005
/proc/meminfo: memFree=129366748/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2032012 memory=26536 CPUtime=12.63 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 42515 0 0 0 1255 8 0 0 20 0 1 0 32620353 2080780288 6634 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 508003 6634 1696 343 0 505067 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2032012 KiB
Current children cumulated memory: 26536 KiB

[startup+25.5003 s]
/proc/loadavg: 2.09 1.41 2.09 5/255 20007
/proc/meminfo: memFree=128070844/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2034444 memory=29192 CPUtime=25.4 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 108602 0 0 0 2521 19 0 0 20 0 1 0 32620353 2083270656 7298 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 508611 7298 1696 343 0 505675 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2034444 KiB
Current children cumulated memory: 29192 KiB

[startup+51.1134 s]
/proc/loadavg: 2.74 1.62 2.14 5/255 20007
/proc/meminfo: memFree=128040260/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2034992 memory=31240 CPUtime=50.94 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 227243 0 0 0 5052 42 0 0 20 0 1 0 32620353 2083831808 7810 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 508748 7810 1696 343 0 505812 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2034992 KiB
Current children cumulated memory: 31240 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.05 2.26 5/256 20010
/proc/meminfo: memFree=128029988/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2034992 memory=32232 CPUtime=101.98 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 401525 0 0 0 10125 73 0 0 20 0 1 0 32620353 2083831808 8058 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 508748 8058 1696 343 0 505812 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2034992 KiB
Current children cumulated memory: 32232 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.42 2.38 5/254 20281
/proc/meminfo: memFree=127563396/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2037040 memory=33164 CPUtime=161.8 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 718558 0 0 0 16050 130 0 0 20 0 1 0 32620353 2085928960 8291 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 509260 8291 1696 343 0 506324 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2037040 KiB
Current children cumulated memory: 33164 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.74 2.49 5/254 20327
/proc/meminfo: memFree=124489928/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2041776 memory=37084 CPUtime=221.63 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 937138 0 0 0 21992 171 0 0 20 0 1 0 32620353 2090778624 9271 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 510444 9271 1696 343 0 507508 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2041776 KiB
Current children cumulated memory: 37084 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 2.99 2.59 5/254 20433
/proc/meminfo: memFree=126904092/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2046064 memory=41108 CPUtime=281.45 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1197090 0 0 0 27919 226 0 0 20 0 1 0 32620353 2095169536 10277 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 511516 10277 1696 343 0 508580 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 2046064 KiB
Current children cumulated memory: 41108 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.19 2.69 5/253 20436
/proc/meminfo: memFree=124677288/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2037872 memory=35328 CPUtime=341.3 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1425314 0 0 0 33857 273 0 0 20 0 1 0 32620353 2086780928 8832 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 509468 8832 1696 343 0 506532 0
Current children cumulated CPU time: 341.3 s
Current children cumulated vsize: 2037872 KiB
Current children cumulated memory: 35328 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.37 2.78 5/252 20482
/proc/meminfo: memFree=126524052/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2046312 memory=41412 CPUtime=401.13 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1675811 0 0 0 39790 323 0 0 20 0 1 0 32620353 2095423488 10353 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 511578 10353 1696 343 0 508642 0
Current children cumulated CPU time: 401.13 s
Current children cumulated vsize: 2046312 KiB
Current children cumulated memory: 41412 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.50 2.87 5/252 20484
/proc/meminfo: memFree=122432188/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2042348 memory=36820 CPUtime=460.98 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 1818840 0 0 0 45741 357 0 0 20 0 1 0 32620353 2091364352 9205 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 510587 9205 1696 343 0 507651 0
Current children cumulated CPU time: 460.98 s

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

Current children cumulated memory: 56828 KiB

[startup+2922.3 s]
/proc/loadavg: 4.40 4.30 4.16 5/250 20730
/proc/meminfo: memFree=127199760/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=59600 CPUtime=2913.36 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 6800233 0 0 0 289663 1673 0 0 20 0 1 0 32620353 2131038208 14900 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 14900 1696 343 0 517337 0
Current children cumulated CPU time: 2913.36 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 59600 KiB

[startup+2982.3 s]
/proc/loadavg: 4.19 4.26 4.15 5/250 20736
/proc/meminfo: memFree=127111764/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=56140 CPUtime=2973.15 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 6811253 0 0 0 295636 1679 0 0 20 0 1 0 32620353 2131038208 14035 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 14035 1696 343 0 517337 0
Current children cumulated CPU time: 2973.15 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 56140 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.24 4.15 5/250 20738
/proc/meminfo: memFree=127234236/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2056516 memory=51024 CPUtime=3032.95 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 6859599 0 0 0 301599 1696 0 0 20 0 1 0 32620353 2105872384 12756 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 514129 12756 1696 343 0 511193 0
Current children cumulated CPU time: 3032.95 s
Current children cumulated vsize: 2056516 KiB
Current children cumulated memory: 51024 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.19 4.14 5/250 20740
/proc/meminfo: memFree=127022932/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2068804 memory=55208 CPUtime=3092.74 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 6984629 0 0 0 307538 1736 0 0 20 0 1 0 32620353 2118455296 13802 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 518225 13802 1696 343 0 515289 0
Current children cumulated CPU time: 3092.74 s
Current children cumulated vsize: 2068804 KiB
Current children cumulated memory: 55208 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.19 4.14 5/250 20742
/proc/meminfo: memFree=127239696/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=60496 CPUtime=3152.55 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7103640 0 0 0 313482 1773 0 0 20 0 1 0 32620353 2131038208 15124 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 15124 1696 343 0 517337 0
Current children cumulated CPU time: 3152.55 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 60496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.18 4.14 5/250 20744
/proc/meminfo: memFree=127265912/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=65232 CPUtime=3212.34 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7234167 0 0 0 319419 1815 0 0 20 0 1 0 32620353 2131038208 16308 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 16308 1696 343 0 517337 0
Current children cumulated CPU time: 3212.34 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 65232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.16 4.13 5/250 20746
/proc/meminfo: memFree=127206324/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=65232 CPUtime=3272.14 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7373435 0 0 0 325357 1857 0 0 20 0 1 0 32620353 2131038208 16308 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 16308 1696 343 0 517337 0
Current children cumulated CPU time: 3272.14 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 65232 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.13 5/250 20750
/proc/meminfo: memFree=127248832/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=69328 CPUtime=3331.93 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7391968 0 0 0 331330 1863 0 0 20 0 1 0 32620353 2131038208 17332 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 17332 1696 343 0 517337 0
Current children cumulated CPU time: 3331.93 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 69328 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/249 20752
/proc/meminfo: memFree=127073360/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2064708 memory=59088 CPUtime=3391.74 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7400990 0 0 0 337307 1867 0 0 20 0 1 0 32620353 2114260992 14772 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 516177 14772 1696 343 0 513241 0
Current children cumulated CPU time: 3391.74 s
Current children cumulated vsize: 2064708 KiB
Current children cumulated memory: 59088 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.11 5/249 20754
/proc/meminfo: memFree=127119548/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=63184 CPUtime=3451.53 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7410043 0 0 0 343282 1871 0 0 20 0 1 0 32620353 2131038208 15796 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 15796 1696 343 0 517337 0
Current children cumulated CPU time: 3451.53 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 63184 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.11 4.11 5/249 20756
/proc/meminfo: memFree=127277480/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=69328 CPUtime=3511.33 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7417086 0 0 0 349260 1873 0 0 20 0 1 0 32620353 2131038208 17332 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 17332 1696 343 0 517337 0
Current children cumulated CPU time: 3511.33 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 69328 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.10 4.10 5/250 20763
/proc/meminfo: memFree=127278476/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=71376 CPUtime=3571.13 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7483067 0 0 0 355219 1894 0 0 20 0 1 0 32620353 2131038208 17844 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 17844 1696 343 0 517337 0
Current children cumulated CPU time: 3571.13 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 71376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/250 20764
/proc/meminfo: memFree=127278068/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=71376 CPUtime=3600.02 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7542535 0 0 0 358090 1912 0 0 20 0 1 0 32620353 2131038208 17844 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 17844 1696 343 0 517337 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 71376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.91 s, system=19.1319 s

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

[startup+3611.3 s]
/proc/loadavg: 4.09 4.11 4.10 5/250 20764
/proc/meminfo: memFree=127278068/131382112 swapFree=33010684/33010684
[pid=19896] ppid=19887 vsize=2081092 memory=71376 CPUtime=3600.02 cores=1,3
/proc/19896/stat : 19896 (pb_picat) R 19887 19896 19846 0 -1 4194304 7542535 0 0 0 358090 1912 0 0 20 0 1 0 32620353 2131038208 17844 18446744073709551615 94820563222528 94820564624109 140726100529120 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94820564895536 94820566769840 94820579954688 140726100531614 140726100531690 140726100531690 140726100537292 0
/proc/19896/statm: 520273 17844 1696 343 0 517337 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2081092 KiB
Current children cumulated memory: 71376 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.3
CPU time (s): 3600.04
CPU user time (s): 3580.91
CPU system time (s): 19.1319
CPU usage (%): 99.6881
Max. virtual memory (cumulated for all children) (KiB): 2097476
Max. memory (cumulated for all children) (KiB): 73808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.91
system time used= 19.1319
maximum resident set size= 73808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7542535
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= 86
involuntary context switches= 4481


# summary of solver processes directly reported to runsolver:
#   pid: 19896
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3580.91
#   total CPU system time (s): 19.1319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5037 second user time and 34.2958 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-29 05:56:46
IDJOB=4503201
IDBENCH=155408
IDSOLVER=3346
FILE ID=nodeC012/4503201-1751169406
RUNJOBID= nodeC012-1751169406-19858
SLURM_JOB_ID= 9587519
Free space on /tmp= 433060 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503201-1751169406/watcher-4503201-1751169406 -o /tmp/evaluation-result-4503201-1751169406/solver-4503201-1751169406 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751169406-19858 --watchdog 3760  pb_picat HOME/instance-4503201-1751169406.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=214149693

nodeC012 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.126
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.39
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.287
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.39
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.293
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.39
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.146
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.39
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.148
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.39
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.150
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.39
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.424
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.39
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.233
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130343336 kB
MemAvailable:   129989292 kB
Buffers:            3280 kB
Cached:           456332 kB
SwapCached:            0 kB
Active:           316912 kB
Inactive:         223568 kB
Active(anon):      98864 kB
Inactive(anon):        0 kB
Active(file):     218048 kB
Inactive(file):   223568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17836 kB
Writeback:             4 kB
AnonPages:         84392 kB
Mapped:           101932 kB
Shmem:             17960 kB
KReclaimable:      85780 kB
Slab:             167916 kB
SReclaimable:      85780 kB
SUnreclaim:        82136 kB
KernelStack:        3892 kB
PageTables:         2636 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     347544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC012 at 2025-06-29 06:56:58