Trace number 4528353

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
pb_picat 2025-07-11? (TO) 3600.03 3610.7

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
MD5SUMb9929803c594fc7438d42d6422379c4f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2.06688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables29401
Total number of constraints87121
Number of constraints which are clauses87120
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c solving HOME/instance-4528353-1752238241.opb (Picat 3.9b11, 7/10/2025)
1.88/1.94	post_bv_constr(=,774672057796751037272999435768784950836425916726250616550087004330229238)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4528353-1752238241/watcher-4528353-1752238241 -o /tmp/evaluation-result-4528353-1752238241/solver-4528353-1752238241 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1752238182-115343 --watchdog 3760 pb_picat HOME/instance-4528353-1752238241.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=115853, runsolver pid=115850
Current StackSize limit: 8192 KiB


[startup+0.100063 s]*
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=121010352/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2027148 memory=36024 CPUtime=0.09 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 1001 0 0 0 9 0 0 0 20 0 1 0 139503533 2075799552 9006 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 506787 9006 1536 343 0 503851 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 36024 KiB

[startup+0.205522 s]*
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=120993968/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2027148 memory=54552 CPUtime=0.2 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 1033 0 0 0 19 1 0 0 20 0 1 0 139503533 2075799552 13638 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 506787 13638 1536 343 0 503851 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 54552 KiB

[startup+0.304687 s]*
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=120973488/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2027148 memory=71020 CPUtime=0.29 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 1062 0 0 0 28 1 0 0 20 0 1 0 139503533 2075799552 17755 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 506787 17755 1536 343 0 503851 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 71020 KiB

[startup+0.700141 s]
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=120939972/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2027148 memory=159284 CPUtime=0.68 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 1154 0 0 0 66 2 0 0 20 0 1 0 139503533 2075799552 39821 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 506787 39821 1536 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 159284 KiB

[startup+1.50014 s]
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=120800708/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2027148 memory=378420 CPUtime=1.48 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 1261 0 0 0 142 6 0 0 20 0 1 0 139503533 2075799552 94605 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 506787 94605 1536 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 378420 KiB

[startup+3.10542 s]
/proc/loadavg: 3.07 2.95 3.87 5/265 115854
/proc/meminfo: memFree=120518532/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2488408 memory=526708 CPUtime=3.08 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 9355 0 0 0 300 8 0 0 20 0 1 0 139503533 2548129792 131677 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 622102 131677 1600 343 0 619166 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2488408 KiB
Current children cumulated memory: 526708 KiB

[startup+6.30011 s]
/proc/loadavg: 3.14 2.96 3.87 5/265 115854
/proc/meminfo: memFree=120518360/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2507448 memory=533468 CPUtime=6.26 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 14049 0 0 0 617 9 0 0 20 0 1 0 139503533 2567626752 133367 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 626862 133367 1600 343 0 623926 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2507448 KiB
Current children cumulated memory: 533468 KiB

[startup+12.7002 s]
/proc/loadavg: 3.29 3.00 3.87 5/265 115854
/proc/meminfo: memFree=120500756/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2507448 memory=539612 CPUtime=12.65 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 16811 0 0 0 1255 10 0 0 20 0 1 0 139503533 2567626752 134903 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 626862 134903 1600 343 0 623926 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2507448 KiB
Current children cumulated memory: 539612 KiB

[startup+25.5002 s]
/proc/loadavg: 3.45 3.05 3.88 5/265 115854
/proc/meminfo: memFree=120485120/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2507448 memory=546304 CPUtime=25.41 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 19941 0 0 0 2530 11 0 0 20 0 1 0 139503533 2567626752 136576 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 626862 136576 1600 343 0 623926 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2507448 KiB
Current children cumulated memory: 546304 KiB

[startup+51.1056 s]
/proc/loadavg: 3.71 3.14 3.89 5/265 115855
/proc/meminfo: memFree=120471860/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2556600 memory=553956 CPUtime=50.94 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 25705 0 0 0 5080 14 0 0 20 0 1 0 139503533 2617958400 138489 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 639150 138489 1600 343 0 636214 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 2556600 KiB
Current children cumulated memory: 553956 KiB

[startup+102.3 s]
/proc/loadavg: 3.94 3.29 3.90 5/265 115857
/proc/meminfo: memFree=120461108/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2556600 memory=558052 CPUtime=101.98 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 34860 0 0 0 10177 21 0 0 20 0 1 0 139503533 2617958400 139513 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 639150 139513 1600 343 0 636214 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2556600 KiB
Current children cumulated memory: 558052 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 3.45 3.92 5/264 115859
/proc/meminfo: memFree=120481472/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2507448 memory=533480 CPUtime=161.8 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 41758 0 0 0 16152 28 0 0 20 0 1 0 139503533 2567626752 133370 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 626862 133370 1600 343 0 623926 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2507448 KiB
Current children cumulated memory: 533480 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 3.57 3.93 5/266 115868
/proc/meminfo: memFree=120475768/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2556600 memory=558056 CPUtime=221.61 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 49532 0 0 0 22128 33 0 0 20 0 1 0 139503533 2617958400 139514 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 639150 139514 1600 343 0 636214 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 2556600 KiB
Current children cumulated memory: 558056 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.66 3.94 5/264 115915
/proc/meminfo: memFree=119428012/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2556600 memory=558056 CPUtime=281.4 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 56705 0 0 0 28099 41 0 0 20 0 1 0 139503533 2617958400 139514 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 639150 139514 1600 343 0 636214 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 2556600 KiB
Current children cumulated memory: 558056 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 3.74 3.95 5/264 115917
/proc/meminfo: memFree=119413928/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2556600 memory=568296 CPUtime=341.22 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 61092 0 0 0 34075 47 0 0 20 0 1 0 139503533 2617958400 142074 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 639150 142074 1600 343 0 636214 0
Current children cumulated CPU time: 341.22 s
Current children cumulated vsize: 2556600 KiB
Current children cumulated memory: 568296 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.82 3.97 5/264 115919
/proc/meminfo: memFree=119320840/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2540216 memory=570344 CPUtime=401.04 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 67233 0 0 0 40049 55 0 0 20 0 1 0 139503533 2601181184 142586 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 635054 142586 1600 343 0 632118 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2540216 KiB
Current children cumulated memory: 570344 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 3.87 3.98 5/264 115921
/proc/meminfo: memFree=119412900/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2507448 memory=535528 CPUtime=460.85 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 72867 0 0 0 46024 61 0 0 20 0 1 0 139503533 2567626752 133882 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 626862 133882 1600 343 0 623926 0

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

Current children cumulated memory: 579484 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/263 116051
/proc/meminfo: memFree=119270516/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2561768 memory=576156 CPUtime=2913.41 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 286710 0 0 0 291048 293 0 0 20 0 1 0 139503533 2623250432 144039 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 640442 144039 1600 343 0 637506 0
Current children cumulated CPU time: 2913.41 s
Current children cumulated vsize: 2561768 KiB
Current children cumulated memory: 576156 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 116053
/proc/meminfo: memFree=119166952/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2627304 memory=642460 CPUtime=2973.26 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 291127 0 0 0 297028 298 0 0 20 0 1 0 139503533 2690359296 160615 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 656826 160615 1600 343 0 653890 0
Current children cumulated CPU time: 2973.26 s
Current children cumulated vsize: 2627304 KiB
Current children cumulated memory: 642460 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/263 116055
/proc/meminfo: memFree=119295972/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2627304 memory=611740 CPUtime=3033.11 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 294489 0 0 0 303008 303 0 0 20 0 1 0 139503533 2690359296 152935 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 656826 152935 1600 343 0 653890 0
Current children cumulated CPU time: 3033.11 s
Current children cumulated vsize: 2627304 KiB
Current children cumulated memory: 611740 KiB

[startup+3102.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/263 116057
/proc/meminfo: memFree=119292432/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2660072 memory=638364 CPUtime=3092.96 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 299415 0 0 0 308988 308 0 0 20 0 1 0 139503533 2723913728 159591 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 665018 159591 1600 343 0 662082 0
Current children cumulated CPU time: 3092.96 s
Current children cumulated vsize: 2660072 KiB
Current children cumulated memory: 638364 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/263 116059
/proc/meminfo: memFree=119154244/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2573368 memory=574880 CPUtime=3152.81 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 304869 0 0 0 314967 314 0 0 20 0 1 0 139503533 2635128832 143720 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 643342 143720 1600 343 0 640406 0
Current children cumulated CPU time: 3152.81 s
Current children cumulated vsize: 2573368 KiB
Current children cumulated memory: 574880 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/263 116069
/proc/meminfo: memFree=119149976/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2638904 memory=605600 CPUtime=3212.65 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 311831 0 0 0 320943 322 0 0 20 0 1 0 139503533 2702237696 151400 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 659726 151400 1600 343 0 656790 0
Current children cumulated CPU time: 3212.65 s
Current children cumulated vsize: 2638904 KiB
Current children cumulated memory: 605600 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/264 116072
/proc/meminfo: memFree=119157884/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2573368 memory=588444 CPUtime=3272.51 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 318594 0 0 0 326921 330 0 0 20 0 1 0 139503533 2635128832 147111 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 643342 147111 1600 343 0 640406 0
Current children cumulated CPU time: 3272.51 s
Current children cumulated vsize: 2573368 KiB
Current children cumulated memory: 588444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/264 116074
/proc/meminfo: memFree=119075328/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2540600 memory=560544 CPUtime=3332.35 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 329079 0 0 0 332895 340 0 0 20 0 1 0 139503533 2601574400 140136 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 635150 140136 1600 343 0 632214 0
Current children cumulated CPU time: 3332.35 s
Current children cumulated vsize: 2540600 KiB
Current children cumulated memory: 560544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 116076
/proc/meminfo: memFree=119316100/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2638904 memory=624032 CPUtime=3392.2 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 331973 0 0 0 338874 346 0 0 20 0 1 0 139503533 2702237696 156008 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 659726 156008 1600 343 0 656790 0
Current children cumulated CPU time: 3392.2 s
Current children cumulated vsize: 2638904 KiB
Current children cumulated memory: 624032 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 116078
/proc/meminfo: memFree=119230376/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2638904 memory=626080 CPUtime=3452.04 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 334113 0 0 0 344855 349 0 0 20 0 1 0 139503533 2702237696 156520 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 659726 156520 1600 343 0 656790 0
Current children cumulated CPU time: 3452.04 s
Current children cumulated vsize: 2638904 KiB
Current children cumulated memory: 626080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 116080
/proc/meminfo: memFree=119120616/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2802744 memory=757152 CPUtime=3511.89 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 336985 0 0 0 350836 353 0 0 20 0 1 0 139503533 2870009856 189288 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 700686 189288 1600 343 0 697750 0
Current children cumulated CPU time: 3511.89 s
Current children cumulated vsize: 2802744 KiB
Current children cumulated memory: 757152 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 116171
/proc/meminfo: memFree=119246060/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2540600 memory=560544 CPUtime=3571.72 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 339669 0 0 0 356813 359 0 0 20 0 1 0 139503533 2601574400 140136 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 635150 140136 1600 343 0 632214 0
Current children cumulated CPU time: 3571.72 s
Current children cumulated vsize: 2540600 KiB
Current children cumulated memory: 560544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.06 4.09 4.09 5/262 116262
/proc/meminfo: memFree=118863412/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2638904 memory=644512 CPUtime=3600.02 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 341485 0 0 0 359639 363 0 0 20 0 1 0 139503533 2702237696 161128 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 659726 161128 1600 343 0 656790 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2638904 KiB
Current children cumulated memory: 644512 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.39 s, system=3.63869 s

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

[startup+3610.7 s]
/proc/loadavg: 4.06 4.09 4.09 5/262 116262
/proc/meminfo: memFree=118863412/131250000 swapFree=33009904/33010684
[pid=115853] ppid=115850 vsize=2638904 memory=644512 CPUtime=3600.02 cores=4,6
/proc/115853/stat : 115853 (pb_picat) R 115850 115853 113493 0 -1 4194304 341485 0 0 0 359639 363 0 0 20 0 1 0 139503533 2702237696 161128 18446744073709551615 94464054009856 94464055411437 140732144059520 0 0 0 0 0 8389634 0 0 0 17 4 0 0 0 0 0 94464055682864 94464057557104 94464090251264 140732144064924 140732144065000 140732144065000 140732144070604 0
/proc/115853/statm: 659726 161128 1600 343 0 656790 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2638904 KiB
Current children cumulated memory: 644512 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3610.7
CPU time (s): 3600.03
CPU user time (s): 3596.39
CPU system time (s): 3.63869
CPU usage (%): 99.7045
Max. virtual memory (cumulated for all children) (KiB): 2802744
Max. memory (cumulated for all children) (KiB): 781728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.39
system time used= 3.63869
maximum resident set size= 781728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341485
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= 83
involuntary context switches= 4591


# summary of solver processes directly reported to runsolver:
#   pid: 115853
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3596.39
#   total CPU system time (s): 3.63869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.24226 second user time and 16.3506 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-11 14:50:41
IDJOB=4528353
IDBENCH=147450
IDSOLVER=3385
FILE ID=nodeC033/4528353-1752238241
RUNJOBID= nodeC033-1752238182-115343
SLURM_JOB_ID= 9682544
Free space on /tmp= 429752 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4528353-1752238241/watcher-4528353-1752238241 -o /tmp/evaluation-result-4528353-1752238241/solver-4528353-1752238241 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1752238182-115343 --watchdog 3760  pb_picat HOME/instance-4528353-1752238241.opb

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

MD5SUM BENCH= b9929803c594fc7438d42d6422379c4f
RANDOM SEED=1387956586

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.092
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		: 3599.999
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		: 3601.064
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		: 3700.000
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		: 3600.066
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.054
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		: 3599.992
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		: 3600.546
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:        121031056 kB
MemAvailable:   129499040 kB
Buffers:            2128 kB
Cached:          9189680 kB
SwapCached:           68 kB
Active:           912032 kB
Inactive:        8517936 kB
Active(anon):     250800 kB
Inactive(anon):     5388 kB
Active(file):     661232 kB
Inactive(file):  8512548 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7836 kB
Writeback:             4 kB
AnonPages:        240060 kB
Mapped:           117088 kB
Shmem:             18028 kB
KReclaimable:     266884 kB
Slab:             362284 kB
SReclaimable:     266884 kB
SUnreclaim:        95400 kB
KernelStack:        4252 kB
PageTables:         3716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6534188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 429724 MiB
End job on nodeC033 at 2025-07-11 15:50:52