Trace number 4505305

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 NameAnswerobjective functionCPU timeWall clock time
Picat 2025-06-16? (TO) 3600.06 3610.84

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa79b156993afc0744effacd0e3c6c3c8
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18798609
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
Number of bits of the biggest sum of numbers38
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-4505305-1751448057.opb (Picat 3.9b6)
2757.78/2766.09	o 1481740625

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505305-1751448057/watcher-4505305-1751448057 -o /tmp/evaluation-result-4505305-1751448057/solver-4505305-1751448057 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751444445-66208 --watchdog 3760 pb_picat HOME/instance-4505305-1751448057.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
solver pid=66620, runsolver pid=66616
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 3.91 4.05 4.04 4/260 66626
/proc/meminfo: memFree=116776288/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2027148 memory=49328 CPUtime=0.09 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1228 0 0 0 8 1 0 0 20 0 1 0 60485224 2075799552 12332 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 506787 12332 1568 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 49328 KiB

[startup+0.205609 s]*
/proc/loadavg: 3.91 4.05 4.04 5/264 66635
/proc/meminfo: memFree=116735388/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2027148 memory=67764 CPUtime=0.19 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1238 0 0 0 18 1 0 0 20 0 1 0 60485224 2075799552 16941 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 506787 16941 1568 343 0 503851 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 67764 KiB

[startup+0.305571 s]*
/proc/loadavg: 3.91 4.05 4.04 5/264 66635
/proc/meminfo: memFree=116661692/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2027148 memory=84276 CPUtime=0.29 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1247 0 0 0 28 1 0 0 20 0 1 0 60485224 2075799552 21069 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 506787 21069 1600 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 84276 KiB

[startup+0.700183 s]
/proc/loadavg: 3.91 4.05 4.04 5/264 66635
/proc/meminfo: memFree=116554948/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2027148 memory=160240 CPUtime=0.68 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1331 0 0 0 65 3 0 0 20 0 1 0 60485224 2075799552 40060 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 506787 40060 1600 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 160240 KiB

[startup+1.50017 s]
/proc/loadavg: 3.91 4.05 4.04 5/264 66635
/proc/meminfo: memFree=116284360/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2027148 memory=305648 CPUtime=1.48 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1402 0 0 0 142 6 0 0 20 0 1 0 60485224 2075799552 76412 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 506787 76412 1600 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 305648 KiB

[startup+3.10542 s]
/proc/loadavg: 3.91 4.05 4.04 5/264 66635
/proc/meminfo: memFree=115238828/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2042776 memory=582276 CPUtime=3.08 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 1677 0 0 0 297 11 0 0 20 0 1 0 60485224 2091802624 145569 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 510694 145569 1600 343 0 507758 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2042776 KiB
Current children cumulated memory: 582276 KiB

[startup+6.30017 s]
/proc/loadavg: 4.00 4.07 4.04 5/264 66635
/proc/meminfo: memFree=113791896/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2042776 memory=1096324 CPUtime=6.26 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 2045 0 0 0 605 21 0 0 20 0 1 0 60485224 2091802624 274081 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 510694 274081 1600 343 0 507758 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2042776 KiB
Current children cumulated memory: 1096324 KiB

[startup+12.7002 s]
/proc/loadavg: 4.08 4.08 4.05 5/264 66635
/proc/meminfo: memFree=111460520/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=2058404 memory=1836176 CPUtime=12.66 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 3299 0 0 0 1230 36 0 0 20 0 1 0 60485224 2107805696 459044 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 514601 459044 1600 343 0 511665 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2058404 KiB
Current children cumulated memory: 1836176 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.08 4.04 5/264 66635
/proc/meminfo: memFree=108629772/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=4294312 memory=2743256 CPUtime=25.42 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 8166 0 0 0 2487 55 0 0 20 0 1 0 60485224 4397375488 685814 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 1073578 685814 1600 343 0 1070642 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 4294312 KiB
Current children cumulated memory: 2743256 KiB

[startup+51.1054 s]
/proc/loadavg: 4.04 4.07 4.04 5/268 66648
/proc/meminfo: memFree=102691176/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=6863600 memory=4739620 CPUtime=50.95 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 34229 0 0 0 4915 180 0 0 20 0 1 0 60485224 7028326400 1184905 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 1715900 1184905 1728 343 0 1712964 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 6863600 KiB
Current children cumulated memory: 4739620 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.07 4.04 5/265 66650
/proc/meminfo: memFree=97388696/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9238756 memory=6496312 CPUtime=102.04 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 113235 0 0 0 9244 960 0 0 20 0 1 0 60485224 9460486144 1624078 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2309689 1624078 1728 343 0 2306753 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 9238756 KiB
Current children cumulated memory: 6496312 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.09 4.05 5/264 66652
/proc/meminfo: memFree=96238840/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10287720 memory=6836868 CPUtime=161.89 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 114661 0 0 0 15200 989 0 0 20 0 1 0 60485224 10534625280 1709217 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2571930 1709217 1728 343 0 2568994 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 10287720 KiB
Current children cumulated memory: 6836868 KiB

[startup+222.3 s]
/proc/loadavg: 4.35 4.17 4.08 5/263 66654
/proc/meminfo: memFree=98566356/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9263720 memory=6666976 CPUtime=221.7 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 131437 0 0 0 21154 1016 0 0 20 0 1 0 60485224 9486049280 1666744 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2315930 1666744 1728 343 0 2312994 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 9263720 KiB
Current children cumulated memory: 6666976 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.14 4.08 5/264 66657
/proc/meminfo: memFree=96744828/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10312296 memory=7035772 CPUtime=281.51 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 163644 0 0 0 27115 1036 0 0 20 0 1 0 60485224 10559791104 1758943 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2578074 1758943 1728 343 0 2575138 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 10312296 KiB
Current children cumulated memory: 7035772 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.13 4.08 5/265 66705
/proc/meminfo: memFree=100421192/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9286840 memory=6668704 CPUtime=341.33 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 175349 0 0 0 33075 1058 0 0 20 0 1 0 60485224 9509724160 1667176 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2321710 1667176 1728 343 0 2318774 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 9286840 KiB
Current children cumulated memory: 6668704 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.13 4.08 5/264 66707
/proc/meminfo: memFree=98594776/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10370484 memory=7034776 CPUtime=401.15 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 178917 0 0 0 39046 1069 0 0 20 0 1 0 60485224 10619375616 1758694 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2592621 1758694 1728 343 0 2589685 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 10370484 KiB
Current children cumulated memory: 7034776 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.12 4.08 5/267 66714
/proc/meminfo: memFree=95756872/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10337712 memory=7058840 CPUtime=460.98 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 217079 0 0 0 45016 1082 0 0 20 0 1 0 60485224 10585817088 1764710 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2584428 1764710 1728 343 0 2581492 0
Current children cumulated CPU time: 460.98 s
Current children cumulated vsize: 10337712 KiB

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

Current children cumulated memory: 6366528 KiB

[startup+2862.3 s]
/proc/loadavg: 4.12 4.16 4.13 5/265 66850
/proc/meminfo: memFree=87726768/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9248976 memory=6525848 CPUtime=2853.85 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 584424 0 0 0 283190 2195 0 0 20 0 1 0 60485224 9470951424 1631462 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2312244 1631462 1728 343 0 2309308 0
Current children cumulated CPU time: 2853.85 s
Current children cumulated vsize: 9248976 KiB
Current children cumulated memory: 6525848 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.13 4.12 5/265 66856
/proc/meminfo: memFree=87621900/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9248976 memory=6611852 CPUtime=2913.67 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 602661 0 0 0 289129 2238 0 0 20 0 1 0 60485224 9470951424 1652963 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2312244 1652963 1728 343 0 2309308 0
Current children cumulated CPU time: 2913.67 s
Current children cumulated vsize: 9248976 KiB
Current children cumulated memory: 6611852 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/264 66858
/proc/meminfo: memFree=87547020/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9248976 memory=6683844 CPUtime=2973.49 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 658041 0 0 0 295068 2281 0 0 20 0 1 0 60485224 9470951424 1670961 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2312244 1670961 1728 343 0 2309308 0
Current children cumulated CPU time: 2973.49 s
Current children cumulated vsize: 9248976 KiB
Current children cumulated memory: 6683844 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.11 5/264 66861
/proc/meminfo: memFree=87135144/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10380724 memory=7091208 CPUtime=3033.3 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 662122 0 0 0 301039 2291 0 0 20 0 1 0 60485224 10629861376 1772802 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2595181 1772802 1728 343 0 2592245 0
Current children cumulated CPU time: 3033.3 s
Current children cumulated vsize: 10380724 KiB
Current children cumulated memory: 7091208 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.11 4.11 5/264 66864
/proc/meminfo: memFree=87595320/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9257168 memory=6616260 CPUtime=3093.11 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 706775 0 0 0 306988 2323 0 0 20 0 1 0 60485224 9479340032 1654065 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2314292 1654065 1728 343 0 2311356 0
Current children cumulated CPU time: 3093.11 s
Current children cumulated vsize: 9257168 KiB
Current children cumulated memory: 6616260 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.10 5/264 66867
/proc/meminfo: memFree=87040260/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10371284 memory=7029208 CPUtime=3152.93 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 753771 0 0 0 312927 2366 0 0 20 0 1 0 60485224 10620194816 1757302 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2592821 1757302 1728 343 0 2589885 0
Current children cumulated CPU time: 3152.93 s
Current children cumulated vsize: 10371284 KiB
Current children cumulated memory: 7029208 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/264 66869
/proc/meminfo: memFree=87193172/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=7001284 CPUtime=3212.73 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 754318 0 0 0 318906 2367 0 0 20 0 1 0 60485224 10553081856 1750321 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1750321 1728 343 0 2573500 0
Current children cumulated CPU time: 3212.73 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 7001284 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/265 66872
/proc/meminfo: memFree=87533028/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9257168 memory=6679748 CPUtime=3272.55 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 772044 0 0 0 324861 2394 0 0 20 0 1 0 60485224 9479340032 1669937 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2314292 1669937 1728 343 0 2311356 0
Current children cumulated CPU time: 3272.55 s
Current children cumulated vsize: 9257168 KiB
Current children cumulated memory: 6679748 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/265 66874
/proc/meminfo: memFree=87195668/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=6993092 CPUtime=3332.35 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 803152 0 0 0 330822 2413 0 0 20 0 1 0 60485224 10553081856 1748273 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1748273 1728 343 0 2573500 0
Current children cumulated CPU time: 3332.35 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 6993092 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 66876
/proc/meminfo: memFree=87174720/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=6995140 CPUtime=3392.16 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 803452 0 0 0 336802 2414 0 0 20 0 1 0 60485224 10553081856 1748785 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1748785 1728 343 0 2573500 0
Current children cumulated CPU time: 3392.16 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 6995140 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 66882
/proc/meminfo: memFree=87146552/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=6997188 CPUtime=3451.98 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 803721 0 0 0 342783 2415 0 0 20 0 1 0 60485224 10553081856 1749297 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1749297 1728 343 0 2573500 0
Current children cumulated CPU time: 3451.98 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 6997188 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/266 66889
/proc/meminfo: memFree=87714700/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=6997188 CPUtime=3511.78 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 804336 0 0 0 348763 2415 0 0 20 0 1 0 60485224 10553081856 1749297 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1749297 1728 343 0 2573500 0
Current children cumulated CPU time: 3511.78 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 6997188 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.11 4.09 5/265 66891
/proc/meminfo: memFree=87653528/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=10305744 memory=6999236 CPUtime=3571.6 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 804526 0 0 0 354744 2416 0 0 20 0 1 0 60485224 10553081856 1749809 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2576436 1749809 1728 343 0 2573500 0
Current children cumulated CPU time: 3571.6 s
Current children cumulated vsize: 10305744 KiB
Current children cumulated memory: 6999236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 66893
/proc/meminfo: memFree=86944140/131250000 swapFree=33009904/33010684
[pid=66620] ppid=66616 vsize=9257168 memory=6616260 CPUtime=3600.01 cores=4,6
/proc/66620/stat : 66620 (pb_picat) R 66616 66620 66197 0 -1 4194304 820044 0 0 0 357563 2438 0 0 20 0 1 0 60485224 9479340032 1654065 18446744073709551615 94065384050688 94065385452269 140731427990336 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94065385723696 94065387598000 94065397678080 140731427994014 140731427994090 140731427994090 140731427999692 0
/proc/66620/statm: 2314292 1654065 1728 343 0 2311356 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 9257168 KiB
Current children cumulated memory: 6616260 KiB

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

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

# cumulated CPU time of all completed processes:  user=3575.64 s, system=24.4184 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.84
CPU time (s): 3600.06
CPU user time (s): 3575.64
CPU system time (s): 24.4184
CPU usage (%): 99.7014
Max. virtual memory (cumulated for all children) (KiB): 10755100
Max. memory (cumulated for all children) (KiB): 7430916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.64
system time used= 24.4184
maximum resident set size= 7430916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 820044
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= 174
involuntary context switches= 2045


# summary of solver processes directly reported to runsolver:
#   pid: 66620
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3575.64
#   total CPU system time (s): 24.4184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.92691 second user time and 16.178 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-02 11:20:58
IDJOB=4505305
IDBENCH=155752
IDSOLVER=3346
FILE ID=nodeC033/4505305-1751448057
RUNJOBID= nodeC033-1751444445-66208
SLURM_JOB_ID= 9598420
Free space on /tmp= 429484 MiB

SOLVER NAME= Picat 2025-06-16
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_7_ic.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505305-1751448057/watcher-4505305-1751448057 -o /tmp/evaluation-result-4505305-1751448057/solver-4505305-1751448057 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751444445-66208 --watchdog 3760  pb_picat HOME/instance-4505305-1751448057.opb

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

MD5SUM BENCH= a79b156993afc0744effacd0e3c6c3c8
RANDOM SEED=1228012225

nodeC033 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		: 3600.083
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	: 7000.13
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		: 3600.063
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	: 7000.13
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.149
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	: 7000.13
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		: 3551.738
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	: 7000.13
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		: 3672.692
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	: 7000.13
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		: 3600.151
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	: 7000.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116830984 kB
MemAvailable:   122966852 kB
Buffers:            2128 kB
Cached:          6890064 kB
SwapCached:           68 kB
Active:          7383376 kB
Inactive:        6310248 kB
Active(anon):    6813736 kB
Inactive(anon):     5768 kB
Active(file):     569640 kB
Inactive(file):  6304480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            306652 kB
Writeback:             0 kB
AnonPages:       6804596 kB
Mapped:           108056 kB
Shmem:             18028 kB
KReclaimable:     201972 kB
Slab:             293976 kB
SReclaimable:     201972 kB
SUnreclaim:        92004 kB
KernelStack:        4160 kB
PageTables:        16388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9639672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5861376 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429384 MiB
End job on nodeC033 at 2025-07-02 12:21:09