Trace number 4543066

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

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-original/normalized-php_390_389.opb
MD5SUM8c310f5c6bc12dfd4cf754da21955474
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 benchmark1.43418
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables151710
Total number of constraints779
Number of constraints which are clauses390
Number of constraints which are cardinality constraints (but not clauses)389
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint389
Maximum length of a constraint390
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 391
Number of bits of the biggest sum of numbers9
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-4543066-1753225656.opb (Picat 3.9b11, 7/10/2025)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62647 MiB free)
  memory of node 1: 64465 MiB (63505 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543066-1753225656/watcher-4543066-1753225656 -o /tmp/evaluation-result-4543066-1753225656/solver-4543066-1753225656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753222044-164142 --watchdog 3760 pb_picat HOME/instance-4543066-1753225656.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=164516, runsolver pid=164513
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 3.92 4.05 4.02 4/248 164523
/proc/meminfo: memFree=129152452/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2027148 memory=30628 CPUtime=0.1 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 1120 0 0 0 9 1 0 0 20 0 1 0 238244717 2075799552 7657 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 506787 7657 1600 343 0 503851 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 30628 KiB

[startup+0.213958 s]*
/proc/loadavg: 3.92 4.05 4.02 5/248 164526
/proc/meminfo: memFree=129131764/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2027148 memory=41140 CPUtime=0.21 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 1201 0 0 0 20 1 0 0 20 0 1 0 238244717 2075799552 10285 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 506787 10285 1600 343 0 503851 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 41140 KiB

[startup+0.315037 s]*
/proc/loadavg: 3.92 4.05 4.02 4/248 164535
/proc/meminfo: memFree=129111120/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2027148 memory=57656 CPUtime=0.31 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 1233 0 0 0 29 2 0 0 20 0 1 0 238244717 2075799552 14414 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 506787 14414 1600 343 0 503851 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 57656 KiB

[startup+0.700329 s]
/proc/loadavg: 3.92 4.05 4.02 5/246 164545
/proc/meminfo: memFree=129069716/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2027148 memory=104760 CPUtime=0.68 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 1256 0 0 0 65 3 0 0 20 0 1 0 238244717 2075799552 26190 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 506787 26190 1600 343 0 503851 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 104760 KiB

[startup+1.50037 s]
/proc/loadavg: 3.92 4.05 4.02 5/250 164554
/proc/meminfo: memFree=128941600/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2027148 memory=198968 CPUtime=1.48 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 1302 0 0 0 141 7 0 0 20 0 1 0 238244717 2075799552 49742 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 506787 49742 1600 343 0 503851 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2027148 KiB
Current children cumulated memory: 198968 KiB

[startup+3.1132 s]
/proc/loadavg: 3.92 4.05 4.02 5/250 164554
/proc/meminfo: memFree=128709236/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2099496 memory=278724 CPUtime=3.08 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 13186 0 0 0 298 10 0 0 20 0 1 0 238244717 2149883904 69681 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 524874 69681 1696 343 0 521938 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2099496 KiB
Current children cumulated memory: 278724 KiB

[startup+6.30031 s]
/proc/loadavg: 3.93 4.05 4.02 5/250 164554
/proc/meminfo: memFree=128702764/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2099496 memory=283004 CPUtime=6.26 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 17717 0 0 0 613 13 0 0 20 0 1 0 238244717 2149883904 70751 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 524874 70751 1696 343 0 521938 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2099496 KiB
Current children cumulated memory: 283004 KiB

[startup+12.7003 s]
/proc/loadavg: 3.93 4.05 4.02 4/247 164569
/proc/meminfo: memFree=128733800/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2138288 memory=322752 CPUtime=12.65 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 27556 0 0 0 1246 19 0 0 20 0 1 0 238244717 2189606912 80688 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 534572 80688 1696 343 0 531636 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2138288 KiB
Current children cumulated memory: 322752 KiB

[startup+25.5003 s]
/proc/loadavg: 3.95 4.05 4.02 5/251 164606
/proc/meminfo: memFree=128695928/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2138288 memory=301292 CPUtime=25.41 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 46484 0 0 0 2509 32 0 0 20 0 1 0 238244717 2189606912 75323 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 534572 75323 1696 343 0 531636 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 2138288 KiB
Current children cumulated memory: 301292 KiB

[startup+51.1133 s]
/proc/loadavg: 4.04 4.06 4.02 5/251 164607
/proc/meminfo: memFree=128396632/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2195632 memory=360688 CPUtime=50.95 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 64035 0 0 0 5047 48 0 0 20 0 1 0 238244717 2248327168 90172 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 548908 90172 1696 343 0 545972 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 2195632 KiB
Current children cumulated memory: 360688 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.06 4.02 5/251 164609
/proc/meminfo: memFree=128438956/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2334896 memory=508148 CPUtime=102 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 81021 0 0 0 10121 79 0 0 20 0 1 0 238244717 2390933504 127037 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 583724 127037 1696 343 0 580788 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 2334896 KiB
Current children cumulated memory: 508148 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.06 4.02 5/251 164612
/proc/meminfo: memFree=128341720/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2322728 memory=436720 CPUtime=161.84 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 92022 0 0 0 16065 119 0 0 20 0 1 0 238244717 2378473472 109180 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 580682 109180 1696 343 0 577746 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 2322728 KiB
Current children cumulated memory: 436720 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.06 4.02 5/251 164614
/proc/meminfo: memFree=128116860/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2588848 memory=549112 CPUtime=221.67 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 102948 0 0 0 22019 148 0 0 20 0 1 0 238244717 2650980352 137278 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 647212 137278 1696 343 0 644276 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 2588848 KiB
Current children cumulated memory: 549112 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.07 4.02 5/251 164615
/proc/meminfo: memFree=128339916/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2322728 memory=418288 CPUtime=281.51 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 119367 0 0 0 27966 185 0 0 20 0 1 0 238244717 2378473472 104572 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 580682 104572 1696 343 0 577746 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 2322728 KiB
Current children cumulated memory: 418288 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.07 4.02 5/250 164617
/proc/meminfo: memFree=128188360/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2588848 memory=527864 CPUtime=341.34 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 130648 0 0 0 33918 216 0 0 20 0 1 0 238244717 2650980352 131966 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 647212 131966 1696 343 0 644276 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 2588848 KiB
Current children cumulated memory: 527864 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.08 4.03 5/250 164619
/proc/meminfo: memFree=128329212/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2200360 memory=367220 CPUtime=401.18 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 136111 0 0 0 39888 230 0 0 20 0 1 0 238244717 2253168640 91805 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 550090 91805 1696 343 0 547154 0
Current children cumulated CPU time: 401.18 s
Current children cumulated vsize: 2200360 KiB
Current children cumulated memory: 367220 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 4.06 4.02 5/250 164621
/proc/meminfo: memFree=128379916/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2124076 memory=309488 CPUtime=461.01 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 147755 0 0 0 45843 258 0 0 20 0 1 0 238244717 2175053824 77372 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 531019 77372 1696 343 0 528083 0

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

Current children cumulated memory: 1126900 KiB

[startup+2922.3 s]
/proc/loadavg: 4.06 4.09 4.11 5/250 164732
/proc/meminfo: memFree=126975184/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=4160812 memory=1431336 CPUtime=2914.5 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 422604 0 0 0 289865 1585 0 0 20 0 1 0 238244717 4260671488 357834 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 1040203 357834 1696 343 0 1037267 0
Current children cumulated CPU time: 2914.5 s
Current children cumulated vsize: 4160812 KiB
Current children cumulated memory: 1431336 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.10 4.11 5/250 164734
/proc/meminfo: memFree=127987284/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2589872 memory=527924 CPUtime=2974.33 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 429557 0 0 0 295820 1613 0 0 20 0 1 0 238244717 2652028928 131981 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 647468 131981 1696 343 0 644532 0
Current children cumulated CPU time: 2974.33 s
Current children cumulated vsize: 2589872 KiB
Current children cumulated memory: 527924 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/250 164742
/proc/meminfo: memFree=126878812/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=3122352 memory=1120508 CPUtime=3034.15 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 434438 0 0 0 301767 1648 0 0 20 0 1 0 238244717 3197288448 280127 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 780588 280127 1696 343 0 777652 0
Current children cumulated CPU time: 3034.15 s
Current children cumulated vsize: 3122352 KiB
Current children cumulated memory: 1120508 KiB

[startup+3102.3 s]
/proc/loadavg: 4.46 4.18 4.12 5/249 164744
/proc/meminfo: memFree=127364556/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=4170928 memory=1444092 CPUtime=3093.97 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 438411 0 0 0 307713 1684 0 0 20 0 1 0 238244717 4271030272 361023 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 1042732 361023 1696 343 0 1039796 0
Current children cumulated CPU time: 3093.97 s
Current children cumulated vsize: 4170928 KiB
Current children cumulated memory: 1444092 KiB

[startup+3162.3 s]
/proc/loadavg: 4.58 4.28 4.16 5/249 164746
/proc/meminfo: memFree=125657872/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=4162736 memory=1351932 CPUtime=3153.79 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 444420 0 0 0 313659 1720 0 0 20 0 1 0 238244717 4262641664 337983 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 1040684 337983 1696 343 0 1037748 0
Current children cumulated CPU time: 3153.79 s
Current children cumulated vsize: 4162736 KiB
Current children cumulated memory: 1351932 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.27 4.17 5/249 164763
/proc/meminfo: memFree=125712284/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=4162736 memory=1728764 CPUtime=3213.61 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 447212 0 0 0 319605 1756 0 0 20 0 1 0 238244717 4262641664 432191 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 1040684 432191 1696 343 0 1037748 0
Current children cumulated CPU time: 3213.61 s
Current children cumulated vsize: 4162736 KiB
Current children cumulated memory: 1728764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.24 4.16 5/249 164765
/proc/meminfo: memFree=126084240/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2327728 memory=511424 CPUtime=3273.44 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 451257 0 0 0 325556 1788 0 0 20 0 1 0 238244717 2383593472 127856 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 581932 127856 1696 343 0 578996 0
Current children cumulated CPU time: 3273.44 s
Current children cumulated vsize: 2327728 KiB
Current children cumulated memory: 511424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.16 5/249 164767
/proc/meminfo: memFree=126102084/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2204848 memory=400036 CPUtime=3333.26 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 456200 0 0 0 331518 1808 0 0 20 0 1 0 238244717 2257764352 100009 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 551212 100009 1696 343 0 548276 0
Current children cumulated CPU time: 3333.26 s
Current children cumulated vsize: 2204848 KiB
Current children cumulated memory: 400036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.18 4.15 5/249 164769
/proc/meminfo: memFree=127524924/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2598064 memory=715004 CPUtime=3393.07 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 458369 0 0 0 337492 1815 0 0 20 0 1 0 238244717 2660417536 178751 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 649516 178751 1696 343 0 646580 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 2598064 KiB
Current children cumulated memory: 715004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.18 4.15 5/249 164772
/proc/meminfo: memFree=125614020/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=3122352 memory=1043260 CPUtime=3452.88 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 462349 0 0 0 343464 1824 0 0 20 0 1 0 238244717 3197288448 260815 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 780588 260815 1696 343 0 777652 0
Current children cumulated CPU time: 3452.88 s
Current children cumulated vsize: 3122352 KiB
Current children cumulated memory: 1043260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.44 4.24 4.17 5/249 164774
/proc/meminfo: memFree=126508332/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2335920 memory=502012 CPUtime=3512.68 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 465026 0 0 0 349438 1830 0 0 20 0 1 0 238244717 2391982080 125503 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 583980 125503 1696 343 0 581044 0
Current children cumulated CPU time: 3512.68 s
Current children cumulated vsize: 2335920 KiB
Current children cumulated memory: 502012 KiB

[startup+3582.3 s]
/proc/loadavg: 4.56 4.33 4.21 5/249 164777
/proc/meminfo: memFree=126585264/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=2589872 memory=774524 CPUtime=3572.49 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 467170 0 0 0 355413 1836 0 0 20 0 1 0 238244717 2652028928 193631 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 647468 193631 1696 343 0 644532 0
Current children cumulated CPU time: 3572.49 s
Current children cumulated vsize: 2589872 KiB
Current children cumulated memory: 774524 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.37 4.30 4.20 4/246 164788
/proc/meminfo: memFree=127894604/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=3122352 memory=905468 CPUtime=3600.01 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 469750 0 0 0 358161 1840 0 0 20 0 1 0 238244717 3197288448 226367 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 780588 226367 1696 343 0 777652 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3122352 KiB
Current children cumulated memory: 905468 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.62 s, system=18.4055 s

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

[startup+3609.9 s]
/proc/loadavg: 4.37 4.30 4.20 4/246 164788
/proc/meminfo: memFree=127894604/131382112 swapFree=33000116/33010684
[pid=164516] ppid=164513 vsize=3122352 memory=905468 CPUtime=3600.01 cores=1,3
/proc/164516/stat : 164516 (pb_picat) R 164513 164516 164125 0 -1 4194304 469750 0 0 0 358161 1840 0 0 20 0 1 0 238244717 3197288448 226367 18446744073709551615 94109749530624 94109750932205 140730946976976 0 0 0 0 0 8389634 0 0 0 17 1 0 0 0 0 0 94109751203632 94109753077872 94109768740864 140730946984348 140730946984424 140730946984424 140730946990028 0
/proc/164516/statm: 780588 226367 1696 343 0 777652 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 3122352 KiB
Current children cumulated memory: 905468 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.91
CPU time (s): 3600.02
CPU user time (s): 3581.62
CPU system time (s): 18.4055
CPU usage (%): 99.7262
Max. virtual memory (cumulated for all children) (KiB): 4170928
Max. memory (cumulated for all children) (KiB): 2310396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.62
system time used= 18.4055
maximum resident set size= 2312444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 469750
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= 85
involuntary context switches= 4657


# summary of solver processes directly reported to runsolver:
#   pid: 164516
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3581.62
#   total CPU system time (s): 18.4055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7733 second user time and 34.9305 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-23 01:07:36
IDJOB=4543066
IDBENCH=171748
IDSOLVER=3385
FILE ID=nodeC007/4543066-1753225656
RUNJOBID= nodeC007-1753222044-164142
SLURM_JOB_ID= 9687815
Free space on /tmp= 432972 MiB

SOLVER NAME= pb_picat 2025-07-11
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-original/normalized-php_390_389.opb
COMMAND LINE= pb_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543066-1753225656/watcher-4543066-1753225656 -o /tmp/evaluation-result-4543066-1753225656/solver-4543066-1753225656 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753222044-164142 --watchdog 3760  pb_picat HOME/instance-4543066-1753225656.opb

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

MD5SUM BENCH= 8c310f5c6bc12dfd4cf754da21955474
RANDOM SEED=1205127498

nodeC007 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		: 3650.586
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.68
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.429
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.68
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.212
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.68
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.208
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.68
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.198
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.68
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.254
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.68
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.746
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.68
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.207
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129196440 kB
MemAvailable:   129734328 kB
Buffers:              16 kB
Cached:          1209468 kB
SwapCached:         2616 kB
Active:           924840 kB
Inactive:         386332 kB
Active(anon):      88680 kB
Inactive(anon):    33312 kB
Active(file):     836160 kB
Inactive(file):   353020 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11488 kB
Writeback:             0 kB
AnonPages:        101884 kB
Mapped:           105608 kB
Shmem:             20304 kB
KReclaimable:     376672 kB
Slab:             471244 kB
SReclaimable:     376672 kB
SUnreclaim:        94572 kB
KernelStack:        3984 kB
PageTables:         3280 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2413588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432968 MiB
End job on nodeC007 at 2025-07-23 02:07:46