Trace number 4487664

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
PRINTEMPS 2025-05-28SAT (TO)1567 3600.18 1818.91

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM678ded5bf8e4807033dda77c17462616
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 benchmark1567
Best CPU time to get the best result obtained on this benchmark0.008801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 133
0.00/0.00	c #constraint: 229
0.00/0.00	c #equal: 0
0.00/0.00	c intsize: 13
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 0
0.00/0.00	c mincost: 0
0.00/0.00	c maxcost: 0
0.00/0.00	c sumcost: 0
0.00/0.00	c iteration_max: -1
0.00/0.00	c time_max: -1
0.00/0.00	c number_of_threads(move update): 2
0.00/0.00	c number_of_threads(move evaluation): 2
0.00/0.00	c seed: 190826011
0.00/0.01	o 1713
0.00/0.01	o 1576
0.00/0.01	o 1567
3600.15/1818.90	s SATISFIABLE
3600.15/1818.90	v -x1 x10 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x11 -x110 x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 x12 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x13 -x130 -x131 -x132 -x133 -x14 -x15 x16 -x17 x18 -x19 x2 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x3 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 x39 -x4 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 x48 x49 x5 x50 x51 -x52 x53 x54 -x55 -x56 x57 -x58 -x59 -x6 x60 -x61 x62 x63 x64 -x65 x66 -x67 x68 x69 x7 x70 -x71 -x72 x73 x74 x75 -x76 x77 x78 -x79 -x8 -x80 x81 x82 x83 -x84 -x85 -x86 -x87 -x88 -x89 x9 x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 

Verifier Data

OK	1567

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487664-1751324087/watcher-4487664-1751324087 -o /tmp/evaluation-result-4487664-1751324087/solver-4487664-1751324087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751318514-52071 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 190826011 HOME/instance-4487664-1751324087.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

Current StackSize limit: 8192 KiB

solver pid=52884, runsolver pid=52881

[startup+0.10004 s]*
/proc/loadavg: 8.33 8.07 7.87 9/269 52886
/proc/meminfo: memFree=127027844/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78348 memory=3840 CPUtime=0.18 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 429 0 0 0 18 0 0 0 20 0 2 0 48087461 80228352 960 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19587 960 672 633 0 2451 0
[pid=52884/tid=52886] ppid=52881 vsize=78348 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 21 0 0 0 8 0 0 0 20 0 2 0 48087461 80228352 960 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 78348 KiB
Current children cumulated memory: 3840 KiB

[startup+0.205332 s]*
/proc/loadavg: 8.33 8.07 7.87 9/269 52886
/proc/meminfo: memFree=127027844/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78484 memory=3968 CPUtime=0.38 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 445 0 0 0 38 0 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19621 992 672 633 0 2485 0
[pid=52884/tid=52886] ppid=52881 vsize=78484 memory=664958721904869660 CPUtime=0.18 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 21 0 0 0 18 0 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 78484 KiB
Current children cumulated memory: 3968 KiB

[startup+0.305144 s]*
/proc/loadavg: 8.33 8.07 7.87 9/269 52886
/proc/meminfo: memFree=127027972/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78484 memory=3968 CPUtime=0.57 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 448 0 0 0 56 1 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19621 992 672 633 0 2485 0
[pid=52884/tid=52886] ppid=52881 vsize=78484 memory=7969832609295974770 CPUtime=0.27 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 21 0 0 0 27 0 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 78484 KiB
Current children cumulated memory: 3968 KiB

[startup+0.700131 s]
/proc/loadavg: 8.33 8.07 7.87 9/269 52886
/proc/meminfo: memFree=127027972/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78484 memory=3968 CPUtime=1.29 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 458 0 0 0 128 1 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19621 992 672 633 0 2485 0
[pid=52884/tid=52886] ppid=52881 vsize=78484 memory=17792 CPUtime=0.61 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 21 0 0 0 61 0 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 78484 KiB
Current children cumulated memory: 3968 KiB

[startup+1.50016 s]
/proc/loadavg: 8.33 8.07 7.87 9/269 52886
/proc/meminfo: memFree=127027972/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78484 memory=3968 CPUtime=2.87 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 765 0 0 0 283 4 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19621 992 672 633 0 2485 0
[pid=52884/tid=52886] ppid=52881 vsize=78484 memory=17792 CPUtime=1.39 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 56 0 0 0 139 0 0 0 20 0 2 0 48087461 80367616 992 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 78484 KiB
Current children cumulated memory: 3968 KiB

[startup+3.10504 s]
/proc/loadavg: 8.39 8.08 7.88 9/269 52886
/proc/meminfo: memFree=127028384/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78728 memory=4224 CPUtime=6.03 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 1107 0 0 0 592 11 0 0 20 0 2 0 48087461 80617472 1056 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19682 1056 672 633 0 2546 0
[pid=52884/tid=52886] ppid=52881 vsize=78728 memory=4096 CPUtime=2.95 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 59 0 0 0 295 0 0 0 20 0 2 0 48087461 80617472 1056 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 78728 KiB
Current children cumulated memory: 4224 KiB

[startup+6.30017 s]
/proc/loadavg: 8.39 8.08 7.88 9/269 52886
/proc/meminfo: memFree=127028660/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78728 memory=4352 CPUtime=12.28 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 1471 0 0 0 1208 20 0 0 20 0 2 0 48087461 80617472 1088 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19682 1088 672 633 0 2546 0
[pid=52884/tid=52886] ppid=52881 vsize=78728 memory=17792 CPUtime=6.03 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 70 0 0 0 602 1 0 0 20 0 2 0 48087461 80617472 1088 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 12.28 s
Current children cumulated vsize: 78728 KiB
Current children cumulated memory: 4352 KiB

[startup+12.7002 s]
/proc/loadavg: 8.40 8.09 7.88 9/269 52886
/proc/meminfo: memFree=127029172/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=78852 memory=4352 CPUtime=24.95 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 2257 0 0 0 2455 40 0 0 20 0 2 0 48087461 80744448 1088 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19713 1088 672 633 0 2577 0
[pid=52884/tid=52886] ppid=52881 vsize=78852 memory=4352 CPUtime=12.34 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 266 0 0 0 1231 3 0 0 20 0 2 0 48087461 80744448 1088 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 24.95 s
Current children cumulated vsize: 78852 KiB
Current children cumulated memory: 4352 KiB

[startup+25.5002 s]
/proc/loadavg: 8.34 8.09 7.89 9/269 52886
/proc/meminfo: memFree=127030432/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=79244 memory=4736 CPUtime=50.33 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 2784 0 0 0 4955 78 0 0 20 0 2 0 48087461 81145856 1184 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19811 1184 672 633 0 2675 0
[pid=52884/tid=52886] ppid=52881 vsize=79244 memory=4608 CPUtime=25 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 481 0 0 0 2490 10 0 0 20 0 2 0 48087461 81145856 1184 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 50.33 s
Current children cumulated vsize: 79244 KiB
Current children cumulated memory: 4736 KiB

[startup+51.1052 s]
/proc/loadavg: 8.28 8.10 7.90 9/269 52887
/proc/meminfo: memFree=127028620/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=79508 memory=4864 CPUtime=101.07 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 3302 0 0 0 9966 141 0 0 20 0 2 0 48087461 81416192 1216 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19877 1216 672 633 0 2741 0
[pid=52884/tid=52886] ppid=52881 vsize=79508 memory=17792 CPUtime=50.28 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 544 0 0 0 5006 22 0 0 20 0 2 0 48087461 81416192 1216 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 101.07 s
Current children cumulated vsize: 79508 KiB
Current children cumulated memory: 4864 KiB

[startup+102.3 s]
/proc/loadavg: 8.09 8.08 7.91 9/269 52889
/proc/meminfo: memFree=127031904/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=79780 memory=5376 CPUtime=202.39 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 3483 0 0 0 19979 260 0 0 20 0 2 0 48087461 81694720 1344 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 19945 1344 672 633 0 2809 0
[pid=52884/tid=52886] ppid=52881 vsize=79780 memory=17792 CPUtime=100.78 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 574 0 0 0 10029 49 0 0 20 0 2 0 48087461 81694720 1344 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 202.39 s
Current children cumulated vsize: 79780 KiB
Current children cumulated memory: 5376 KiB

[startup+162.3 s]
/proc/loadavg: 8.14 8.09 7.92 9/268 52891
/proc/meminfo: memFree=127031372/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=80232 memory=5568 CPUtime=321.59 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 4898 0 0 0 31772 387 0 0 20 0 2 0 48087461 82157568 1392 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20058 1392 672 633 0 2922 0
[pid=52884/tid=52886] ppid=52881 vsize=80232 memory=5632 CPUtime=160.37 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 1099 0 0 0 15959 78 0 0 20 0 2 0 48087461 82157568 1392 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 321.59 s
Current children cumulated vsize: 80232 KiB
Current children cumulated memory: 5568 KiB

[startup+222.3 s]
/proc/loadavg: 8.03 8.07 7.93 7/260 52924
/proc/meminfo: memFree=127053316/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=80368 memory=5696 CPUtime=439.61 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 5651 0 0 0 43460 501 0 0 20 0 2 0 48087461 82296832 1424 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20092 1424 672 633 0 2956 0
[pid=52884/tid=52886] ppid=52881 vsize=80368 memory=17792 CPUtime=218.76 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 1483 0 0 0 21772 104 0 0 20 0 2 0 48087461 82296832 1424 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 439.61 s
Current children cumulated vsize: 80368 KiB
Current children cumulated memory: 5696 KiB

[startup+282.3 s]
/proc/loadavg: 8.05 8.07 7.94 9/267 52941
/proc/meminfo: memFree=127051580/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=80500 memory=5824 CPUtime=558.88 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 6414 0 0 0 55272 616 0 0 20 0 2 0 48087461 82432000 1456 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20125 1456 672 633 0 2989 0
[pid=52884/tid=52886] ppid=52881 vsize=80500 memory=5824 CPUtime=278.39 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 1598 0 0 0 27707 132 0 0 20 0 2 0 48087461 82432000 1456 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 558.88 s
Current children cumulated vsize: 80500 KiB
Current children cumulated memory: 5824 KiB

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

/proc/meminfo: memFree=126973992/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=81448 memory=6848 CPUtime=2462.68 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 11162 0 0 0 244134 2134 0 0 20 0 2 0 48087461 83402752 1712 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20362 1712 672 633 0 3226 0
[pid=52884/tid=52886] ppid=52881 vsize=81448 memory=6848 CPUtime=1228.93 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3354 0 0 0 122394 499 0 0 20 0 2 0 48087461 83402752 1712 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2462.68 s
Current children cumulated vsize: 81448 KiB
Current children cumulated memory: 6848 KiB

[startup+1302.3 s]
/proc/loadavg: 7.78 7.78 7.87 9/267 53051
/proc/meminfo: memFree=126974056/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=81448 memory=6976 CPUtime=2581.2 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 11179 0 0 0 255901 2219 0 0 20 0 2 0 48087461 83402752 1744 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20362 1744 672 633 0 3226 0
[pid=52884/tid=52886] ppid=52881 vsize=81448 memory=14692 CPUtime=1287.89 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3355 0 0 0 128270 519 0 0 20 0 2 0 48087461 83402752 1744 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2581.2 s
Current children cumulated vsize: 81448 KiB
Current children cumulated memory: 6976 KiB

[startup+1362.3 s]
/proc/loadavg: 7.55 7.72 7.84 7/267 53053
/proc/meminfo: memFree=126974432/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=81448 memory=7104 CPUtime=2699.71 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12040 0 0 0 267668 2303 0 0 20 0 2 0 48087461 83402752 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20362 1776 672 633 0 3226 0
[pid=52884/tid=52886] ppid=52881 vsize=81448 memory=7104 CPUtime=1346.87 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3752 0 0 0 134148 539 0 0 20 0 2 0 48087461 83402752 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2699.71 s
Current children cumulated vsize: 81448 KiB
Current children cumulated memory: 7104 KiB

[startup+1422.3 s]
/proc/loadavg: 7.83 7.77 7.85 9/268 53056
/proc/meminfo: memFree=126973644/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=81588 memory=7104 CPUtime=2818.16 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12063 0 0 0 279427 2389 0 0 20 0 2 0 48087461 83546112 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20397 1776 672 633 0 3261 0
[pid=52884/tid=52886] ppid=52881 vsize=81588 memory=7104 CPUtime=1405.76 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3752 0 0 0 140017 559 0 0 20 0 2 0 48087461 83546112 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2818.16 s
Current children cumulated vsize: 81588 KiB
Current children cumulated memory: 7104 KiB

[startup+1482.3 s]
/proc/loadavg: 7.73 7.75 7.84 8/267 53058
/proc/meminfo: memFree=126972672/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=81588 memory=7104 CPUtime=2936.56 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12229 0 0 0 291181 2475 0 0 20 0 2 0 48087461 83546112 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20397 1776 672 633 0 3261 0
[pid=52884/tid=52886] ppid=52881 vsize=81588 memory=7104 CPUtime=1464.66 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3817 0 0 0 145887 579 0 0 20 0 2 0 48087461 83546112 1776 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 2936.56 s
Current children cumulated vsize: 81588 KiB
Current children cumulated memory: 7104 KiB

[startup+1542.3 s]
/proc/loadavg: 7.68 7.74 7.82 9/267 53060
/proc/meminfo: memFree=126973488/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82228 memory=7184 CPUtime=3054.98 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12401 0 0 0 302939 2559 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20557 1796 672 633 0 3421 0
[pid=52884/tid=52886] ppid=52881 vsize=82228 memory=3200 CPUtime=1523.54 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3819 0 0 0 151757 597 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3054.98 s
Current children cumulated vsize: 82228 KiB
Current children cumulated memory: 7184 KiB

[startup+1602.3 s]
/proc/loadavg: 7.55 7.69 7.80 9/268 53063
/proc/meminfo: memFree=126972604/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82228 memory=7184 CPUtime=3173.36 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12418 0 0 0 314690 2646 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20557 1796 672 633 0 3421 0
[pid=52884/tid=52886] ppid=52881 vsize=82228 memory=7184 CPUtime=1582.31 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3820 0 0 0 157615 616 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3173.36 s
Current children cumulated vsize: 82228 KiB
Current children cumulated memory: 7184 KiB

[startup+1662.3 s]
/proc/loadavg: 7.79 7.73 7.81 9/268 53065
/proc/meminfo: memFree=126971900/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82228 memory=7184 CPUtime=3291.71 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 12423 0 0 0 326440 2731 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20557 1796 672 633 0 3421 0
[pid=52884/tid=52886] ppid=52881 vsize=82228 memory=7184 CPUtime=1641.12 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 3820 0 0 0 163474 638 0 0 20 0 2 0 48087461 84201472 1796 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3291.71 s
Current children cumulated vsize: 82228 KiB
Current children cumulated memory: 7184 KiB

[startup+1722.3 s]
/proc/loadavg: 7.69 7.71 7.80 9/267 53112
/proc/meminfo: memFree=126970416/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82364 memory=7312 CPUtime=3409.77 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 13026 0 0 0 338162 2815 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20591 1828 672 633 0 3455 0
[pid=52884/tid=52886] ppid=52881 vsize=82364 memory=7184 CPUtime=1699.58 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 4057 0 0 0 169299 659 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3409.77 s
Current children cumulated vsize: 82364 KiB
Current children cumulated memory: 7312 KiB

[startup+1782.3 s]
/proc/loadavg: 7.28 7.60 7.76 9/268 53121
/proc/meminfo: memFree=126975092/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82364 memory=7312 CPUtime=3528 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 13624 0 0 0 349902 2898 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20591 1828 672 633 0 3455 0
[pid=52884/tid=52886] ppid=52881 vsize=82364 memory=14692 CPUtime=1758.25 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 4232 0 0 0 175147 678 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3528 s
Current children cumulated vsize: 82364 KiB
Current children cumulated memory: 7312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.9 s]
/proc/loadavg: 7.32 7.58 7.75 9/268 53123
/proc/meminfo: memFree=126974952/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82364 memory=7312 CPUtime=3600.15 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 14234 0 0 0 357067 2948 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20591 1828 672 633 0 3455 0
[pid=52884/tid=52886] ppid=52881 vsize=82364 memory=17792 CPUtime=1794.07 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 4265 0 0 0 178716 691 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 82364 KiB
Current children cumulated memory: 7312 KiB

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

[startup+1818.91 s]
# the end of solver process 52884 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3570.68 s, system=29.4908 s

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

[startup+1818.9 s]
/proc/loadavg: 7.32 7.58 7.75 9/268 53123
/proc/meminfo: memFree=126974952/131249992 swapFree=33010684/33010684
[pid=52884] ppid=52881 vsize=82364 memory=7312 CPUtime=3600.15 cores=4,6
/proc/52884/stat : 52884 (pb_competition_) R 52881 52884 52060 0 -1 4194304 14234 0 0 0 357067 2948 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
/proc/52884/statm: 20591 1828 672 633 0 3455 0
[pid=52884/tid=52886] ppid=52881 vsize=82364 memory=17792 CPUtime=1794.07 cores=4,6
/proc/52884/task/52886/stat : 52886 (pb_competition_) R 52881 52884 52060 0 -1 4194368 4265 0 0 0 178716 691 0 0 20 0 2 0 48087461 84340736 1828 18446744073709551615 4198400 6788177 140732642368272 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 17035264 140732642376026 140732642376152 140732642376152 140732642381754 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 82364 KiB
Current children cumulated memory: 7312 KiB

Child status: 0

Real time (s): 1818.91
CPU time (s): 3600.18
CPU user time (s): 3570.68
CPU system time (s): 29.4908
CPU usage (%): 197.931
Max. virtual memory (cumulated for all children) (KiB): 82364
Max. memory (cumulated for all children) (KiB): 7312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3570.68
system time used= 29.4908
maximum resident set size= 7744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14299
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= 73938
involuntary context switches= 68442


# summary of solver processes directly reported to runsolver:
#   pid: 52884
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3570.68
#   total CPU system time (s): 29.4908

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.45592 second user time and 8.01642 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 00:54:47
IDJOB=4487664
IDBENCH=147214
IDSOLVER=3347
FILE ID=nodeC025/4487664-1751324087
RUNJOBID= nodeC025-1751318514-52071
SLURM_JOB_ID= 9594343
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487664-1751324087/watcher-4487664-1751324087 -o /tmp/evaluation-result-4487664-1751324087/solver-4487664-1751324087 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751318514-52071 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 190826011 HOME/instance-4487664-1751324087.opb

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

MD5SUM BENCH= 678ded5bf8e4807033dda77c17462616
RANDOM SEED=190826011

nodeC025 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		: 3599.828
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	: 6999.67
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.834
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	: 6999.67
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		: 3599.848
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	: 6999.67
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		: 3599.830
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	: 6999.67
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		: 3599.883
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	: 6999.67
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		: 3599.800
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	: 6999.67
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.877
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	: 6999.67
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		: 3599.827
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	: 6999.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127031940 kB
MemAvailable:   129713500 kB
Buffers:            3280 kB
Cached:          3480480 kB
SwapCached:            0 kB
Active:           490892 kB
Inactive:        3141420 kB
Active(anon):     166644 kB
Inactive(anon):        0 kB
Active(file):     324248 kB
Inactive(file):  3141420 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5212 kB
Writeback:            20 kB
AnonPages:        151732 kB
Mapped:           111308 kB
Shmem:             18084 kB
KReclaimable:     110264 kB
Slab:             198692 kB
SReclaimable:     110264 kB
SUnreclaim:        88428 kB
KernelStack:        4320 kB
PageTables:         3268 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     505312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC025 at 2025-07-01 01:25:06