Trace number 4512252

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)717 3600.14 1850.91

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-070.opb
MD5SUM038c3c94959b7fb9ae78b9306ef53fb4
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark717
Best CPU time to get the best result obtained on this benchmark140.348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1221
Biggest coefficient in the objective function 1013
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3843
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1013
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1133
Sum of products size (including duplicates)2266
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: 91
0.00/0.00	c #constraint: 481
0.00/0.00	c #equal: 1
0.00/0.00	c intsize: 12
0.00/0.00	c sizeproduct: 2266
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: 588250779
0.00/0.02	o 976
0.00/0.02	o 907
0.00/0.03	o 850
0.00/0.04	o 818
0.00/0.05	o 817
0.00/0.06	o 813
0.74/0.48	o 797
1.48/0.82	o 767
1.89/1.01	o 743
2.25/1.21	o 742
2.25/1.29	o 741
3.21/1.88	o 740
3.21/1.88	o 736
7.89/4.23	o 733
9.07/4.86	o 732
9.66/5.19	o 731
11.81/6.27	o 722
16.20/8.64	o 721
28.15/14.88	o 720
33.65/17.68	o 717
3600.12/1850.90	s SATISFIABLE
3600.12/1850.90	v -x1 -x10 -x11 x12 -x13 -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 

Verifier Data

OK	717

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512252-1751521285/watcher-4512252-1751521285 -o /tmp/evaluation-result-4512252-1751521285/solver-4512252-1751521285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751519462-75020 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 588250779 HOME/instance-4512252-1751521285.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=75213, runsolver pid=75210

[startup+0.100062 s]*
/proc/loadavg: 5.49 5.47 5.21 7/267 75215
/proc/meminfo: memFree=128105484/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=86844 memory=12928 CPUtime=0.17 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 3352 0 0 0 16 1 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21711 3232 672 633 0 4654 0
[pid=75213/tid=75215] ppid=75210 vsize=86844 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 115 0 0 0 7 0 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 86844 KiB
Current children cumulated memory: 12928 KiB

[startup+0.205762 s]*
/proc/loadavg: 5.49 5.47 5.21 6/267 75215
/proc/meminfo: memFree=128105484/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=86844 memory=12928 CPUtime=0.37 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 3518 0 0 0 36 1 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21711 3232 672 633 0 4654 0
[pid=75213/tid=75215] ppid=75210 vsize=86844 memory=664958721904869660 CPUtime=0.17 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) S 75210 75213 75009 0 -1 4194368 115 0 0 0 17 0 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 86844 KiB
Current children cumulated memory: 12928 KiB

[startup+0.305737 s]*
/proc/loadavg: 5.49 5.47 5.21 6/267 75215
/proc/meminfo: memFree=128105484/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=86844 memory=12928 CPUtime=0.55 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 3637 0 0 0 54 1 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21711 3232 672 633 0 4654 0
[pid=75213/tid=75215] ppid=75210 vsize=86844 memory=7969543412018461292 CPUtime=0.26 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 115 0 0 0 26 0 0 0 20 0 2 0 67805995 88928256 3232 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 86844 KiB
Current children cumulated memory: 12928 KiB

[startup+0.700213 s]
/proc/loadavg: 5.49 5.47 5.21 6/267 75215
/proc/meminfo: memFree=128105232/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=86968 memory=13132 CPUtime=1.29 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 5484 0 0 0 127 2 0 0 20 0 2 0 67805995 89055232 3283 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21742 3283 672 633 0 4685 0
[pid=75213/tid=75215] ppid=75210 vsize=86968 memory=14976 CPUtime=0.61 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 115 0 0 0 61 0 0 0 20 0 2 0 67805995 89055232 3283 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 86968 KiB
Current children cumulated memory: 13132 KiB

[startup+1.50019 s]
/proc/loadavg: 5.53 5.48 5.21 7/267 75215
/proc/meminfo: memFree=128105240/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87056 memory=13260 CPUtime=2.63 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 18773 0 0 0 258 5 0 0 20 0 2 0 67805995 89145344 3315 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21764 3315 672 633 0 4707 0
[pid=75213/tid=75215] ppid=75210 vsize=87056 memory=14976 CPUtime=1.15 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 361 0 0 0 115 0 0 0 20 0 2 0 67805995 89145344 3315 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 87056 KiB
Current children cumulated memory: 13260 KiB

[startup+3.10564 s]
/proc/loadavg: 5.53 5.48 5.21 6/267 75215
/proc/meminfo: memFree=128105240/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87208 memory=13340 CPUtime=5.77 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 54645 0 0 0 566 11 0 0 20 0 2 0 67805995 89300992 3335 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21802 3335 672 633 0 4745 0
[pid=75213/tid=75215] ppid=75210 vsize=87208 memory=13260 CPUtime=2.71 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 394 0 0 0 271 0 0 0 20 0 2 0 67805995 89300992 3335 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 87208 KiB
Current children cumulated memory: 13340 KiB

[startup+6.3002 s]
/proc/loadavg: 5.49 5.47 5.21 6/267 75215
/proc/meminfo: memFree=128105348/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87320 memory=13432 CPUtime=12 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 102537 0 0 0 1176 24 0 0 20 0 2 0 67805995 89415680 3358 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21830 3358 672 633 0 4773 0
[pid=75213/tid=75215] ppid=75210 vsize=87320 memory=14976 CPUtime=5.77 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 617 0 0 0 577 0 0 0 20 0 2 0 67805995 89415680 3358 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 12 s
Current children cumulated vsize: 87320 KiB
Current children cumulated memory: 13432 KiB

[startup+12.7002 s]
/proc/loadavg: 5.53 5.48 5.21 6/267 75215
/proc/meminfo: memFree=128105356/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87324 memory=13376 CPUtime=24.03 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 187987 0 0 0 2360 43 0 0 20 0 2 0 67805995 89419776 3344 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21831 3344 672 633 0 4774 0
[pid=75213/tid=75215] ppid=75210 vsize=87456 memory=13376 CPUtime=11.46 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 724 0 0 0 1145 1 0 0 20 0 2 0 67805995 89554944 3344 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 24.03 s
Current children cumulated vsize: 87324 KiB
Current children cumulated memory: 13376 KiB

[startup+25.5002 s]
/proc/loadavg: 5.59 5.50 5.22 7/267 75215
/proc/meminfo: memFree=128104940/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87408 memory=13448 CPUtime=49.14 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 379142 0 0 0 4828 86 0 0 20 0 2 0 67805995 89505792 3362 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21852 3362 672 633 0 4795 0
[pid=75213/tid=75215] ppid=75210 vsize=87408 memory=13352 CPUtime=23.86 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 912 0 0 0 2384 2 0 0 20 0 2 0 67805995 89505792 3362 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 49.14 s
Current children cumulated vsize: 87408 KiB
Current children cumulated memory: 13448 KiB

[startup+51.1056 s]
/proc/loadavg: 5.42 5.46 5.22 7/267 75215
/proc/meminfo: memFree=128104520/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87420 memory=13584 CPUtime=99.35 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 761957 0 0 0 9761 174 0 0 20 0 2 0 67805995 89518080 3396 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21855 3396 672 633 0 4798 0
[pid=75213/tid=75215] ppid=75210 vsize=87420 memory=14848 CPUtime=48.66 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 915 0 0 0 4862 4 0 0 20 0 2 0 67805995 89518080 3396 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 99.35 s
Current children cumulated vsize: 87420 KiB
Current children cumulated memory: 13584 KiB

[startup+102.3 s]
/proc/loadavg: 5.33 5.45 5.23 6/267 75217
/proc/meminfo: memFree=128104496/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87324 memory=13556 CPUtime=189.33 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 1493741 0 0 0 18580 353 0 0 20 0 2 0 67805995 89419776 3389 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21831 3389 672 633 0 4774 0
[pid=75213/tid=75215] ppid=75210 vsize=87324 memory=13368 CPUtime=87.8 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) S 75210 75213 75009 0 -1 4194368 1089 0 0 0 8772 8 0 0 20 0 2 0 67805995 89419776 3389 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 189.33 s
Current children cumulated vsize: 87324 KiB
Current children cumulated memory: 13556 KiB

[startup+162.3 s]
/proc/loadavg: 5.34 5.42 5.23 6/267 75219
/proc/meminfo: memFree=128104072/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87312 memory=13452 CPUtime=287.05 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 2352105 0 0 0 28150 555 0 0 20 0 2 0 67805995 89407488 3363 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21828 3363 672 633 0 4771 0
[pid=75213/tid=75215] ppid=75210 vsize=87312 memory=13528 CPUtime=125.93 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) S 75210 75213 75009 0 -1 4194368 1089 0 0 0 12581 12 0 0 20 0 2 0 67805995 89407488 3363 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 287.05 s
Current children cumulated vsize: 87312 KiB
Current children cumulated memory: 13452 KiB

[startup+222.3 s]
/proc/loadavg: 5.31 5.40 5.23 6/268 75222
/proc/meminfo: memFree=128102228/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87424 memory=13612 CPUtime=404.75 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 3197015 0 0 0 39705 770 0 0 20 0 2 0 67805995 89522176 3403 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21856 3403 672 633 0 4799 0
[pid=75213/tid=75215] ppid=75210 vsize=87424 memory=14848 CPUtime=184.12 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1250 0 0 0 18395 17 0 0 20 0 2 0 67805995 89522176 3403 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 404.75 s
Current children cumulated vsize: 87424 KiB
Current children cumulated memory: 13612 KiB

[startup+282.3 s]
/proc/loadavg: 5.42 5.42 5.25 7/267 75224
/proc/meminfo: memFree=128103172/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87540 memory=13388 CPUtime=522.42 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 4111111 0 0 0 51253 989 0 0 20 0 2 0 67805995 89640960 3347 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21885 3347 672 633 0 4828 0
[pid=75213/tid=75215] ppid=75210 vsize=87540 memory=13592 CPUtime=242.3 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1390 0 0 0 24208 22 0 0 20 0 2 0 67805995 89640960 3347 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 522.42 s
Current children cumulated vsize: 87540 KiB

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

/proc/meminfo: memFree=128186488/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87432 memory=13456 CPUtime=2523.65 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 19623908 0 0 0 247723 4642 0 0 20 0 2 0 67805995 89530368 3364 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21858 3364 672 633 0 4801 0
[pid=75213/tid=75215] ppid=75210 vsize=87432 memory=14848 CPUtime=1231.7 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1689 0 0 0 123051 119 0 0 20 0 2 0 67805995 89530368 3364 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2523.65 s
Current children cumulated vsize: 87432 KiB
Current children cumulated memory: 13456 KiB

[startup+1362.3 s]
/proc/loadavg: 5.24 5.38 5.39 7/268 75336
/proc/meminfo: memFree=128185824/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87412 memory=13584 CPUtime=2641.41 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 20546206 0 0 0 259286 4855 0 0 20 0 2 0 67805995 89509888 3396 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21853 3396 672 633 0 4796 0
[pid=75213/tid=75215] ppid=75210 vsize=87412 memory=13580 CPUtime=1289.91 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1689 0 0 0 128865 126 0 0 20 0 2 0 67805995 89509888 3396 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2641.41 s
Current children cumulated vsize: 87412 KiB
Current children cumulated memory: 13584 KiB

[startup+1422.3 s]
/proc/loadavg: 5.14 5.33 5.37 6/268 75338
/proc/meminfo: memFree=128185136/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87476 memory=13588 CPUtime=2759.13 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 21429727 0 0 0 270847 5066 0 0 20 0 2 0 67805995 89575424 3397 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21869 3397 672 633 0 4812 0
[pid=75213/tid=75215] ppid=75210 vsize=87476 memory=13500 CPUtime=1348.1 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1750 0 0 0 134678 132 0 0 20 0 2 0 67805995 89575424 3397 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2759.13 s
Current children cumulated vsize: 87476 KiB
Current children cumulated memory: 13588 KiB

[startup+1482.3 s]
/proc/loadavg: 5.49 5.38 5.38 6/268 75385
/proc/meminfo: memFree=129034964/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87380 memory=13472 CPUtime=2876.91 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 22269282 0 0 0 282429 5262 0 0 20 0 2 0 67805995 89477120 3368 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21845 3368 672 633 0 4788 0
[pid=75213/tid=75215] ppid=75210 vsize=87380 memory=13500 CPUtime=1406.44 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1750 0 0 0 140507 137 0 0 20 0 2 0 67805995 89477120 3368 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2876.91 s
Current children cumulated vsize: 87380 KiB
Current children cumulated memory: 13472 KiB

[startup+1542.3 s]
/proc/loadavg: 6.11 5.58 5.45 7/267 75387
/proc/meminfo: memFree=129040044/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87452 memory=13416 CPUtime=2994.62 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 23162246 0 0 0 293998 5464 0 0 20 0 2 0 67805995 89550848 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21863 3354 672 633 0 4806 0
[pid=75213/tid=75215] ppid=75210 vsize=87452 memory=13476 CPUtime=1464.76 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1929 0 0 0 146335 141 0 0 20 0 2 0 67805995 89550848 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 2994.62 s
Current children cumulated vsize: 87452 KiB
Current children cumulated memory: 13416 KiB

[startup+1602.3 s]
/proc/loadavg: 6.43 5.76 5.52 7/267 75435
/proc/meminfo: memFree=129037920/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87316 memory=13552 CPUtime=3112.29 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 24083219 0 0 0 305558 5671 0 0 20 0 2 0 67805995 89411584 3388 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21829 3388 672 633 0 4772 0
[pid=75213/tid=75215] ppid=75210 vsize=87316 memory=14848 CPUtime=1523.05 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1930 0 0 0 152159 146 0 0 20 0 2 0 67805995 89411584 3388 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3112.29 s
Current children cumulated vsize: 87316 KiB
Current children cumulated memory: 13552 KiB

[startup+1662.3 s]
/proc/loadavg: 6.90 6.02 5.63 8/267 75437
/proc/meminfo: memFree=129024300/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87412 memory=13592 CPUtime=3230.09 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 24952210 0 0 0 317146 5863 0 0 20 0 2 0 67805995 89509888 3398 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21853 3398 672 633 0 4796 0
[pid=75213/tid=75215] ppid=75210 vsize=87412 memory=13592 CPUtime=1581.4 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1930 0 0 0 157986 154 0 0 20 0 2 0 67805995 89509888 3398 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3230.09 s
Current children cumulated vsize: 87412 KiB
Current children cumulated memory: 13592 KiB

[startup+1722.3 s]
/proc/loadavg: 6.81 6.14 5.69 8/267 75440
/proc/meminfo: memFree=129012664/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87324 memory=13448 CPUtime=3347.8 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 25980861 0 0 0 328694 6086 0 0 20 0 2 0 67805995 89419776 3362 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21831 3362 672 633 0 4774 0
[pid=75213/tid=75215] ppid=75210 vsize=87324 memory=13360 CPUtime=1639.67 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 1930 0 0 0 163807 160 0 0 20 0 2 0 67805995 89419776 3362 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3347.8 s
Current children cumulated vsize: 87324 KiB
Current children cumulated memory: 13448 KiB

[startup+1782.3 s]
/proc/loadavg: 6.89 6.30 5.78 8/267 75444
/proc/meminfo: memFree=129014580/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87344 memory=13380 CPUtime=3465.54 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 26906593 0 0 0 340260 6294 0 0 20 0 2 0 67805995 89440256 3345 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21836 3345 672 633 0 4779 0
[pid=75213/tid=75215] ppid=75210 vsize=87344 memory=13508 CPUtime=1697.96 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 2237 0 0 0 169630 166 0 0 20 0 2 0 67805995 89440256 3345 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3465.54 s
Current children cumulated vsize: 87344 KiB
Current children cumulated memory: 13380 KiB

[startup+1842.3 s]
/proc/loadavg: 6.88 6.40 5.85 8/268 75453
/proc/meminfo: memFree=129016832/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87380 memory=13476 CPUtime=3583.26 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 27782914 0 0 0 351836 6490 0 0 20 0 2 0 67805995 89477120 3369 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21845 3369 672 633 0 4788 0
[pid=75213/tid=75215] ppid=75210 vsize=87380 memory=13532 CPUtime=1756.25 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 2237 0 0 0 175452 173 0 0 20 0 2 0 67805995 89477120 3369 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3583.26 s
Current children cumulated vsize: 87380 KiB
Current children cumulated memory: 13476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1850.9 s]
/proc/loadavg: 6.89 6.41 5.85 8/268 75453
/proc/meminfo: memFree=129017176/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87416 memory=13416 CPUtime=3600.12 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 27903584 0 0 0 353494 6518 0 0 20 0 2 0 67805995 89513984 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21854 3354 672 633 0 4797 0
[pid=75213/tid=75215] ppid=75210 vsize=87416 memory=13532 CPUtime=1764.59 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 2237 0 0 0 176286 173 0 0 20 0 2 0 67805995 89513984 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 87416 KiB
Current children cumulated memory: 13416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3534.96 s, system=65.1822 s

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

[startup+1850.9 s]
/proc/loadavg: 6.89 6.41 5.85 8/268 75453
/proc/meminfo: memFree=129017176/131249996 swapFree=33006296/33010684
[pid=75213] ppid=75210 vsize=87416 memory=13416 CPUtime=3600.12 cores=4,6
/proc/75213/stat : 75213 (pb_competition_) R 75210 75213 75009 0 -1 4194304 27903584 0 0 0 353494 6518 0 0 20 0 2 0 67805995 89513984 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
/proc/75213/statm: 21854 3354 672 633 0 4797 0
[pid=75213/tid=75215] ppid=75210 vsize=87416 memory=13532 CPUtime=1764.59 cores=4,6
/proc/75213/task/75215/stat : 75215 (pb_competition_) R 75210 75213 75009 0 -1 4194368 2237 0 0 0 176286 173 0 0 20 0 2 0 67805995 89513984 3354 18446744073709551615 4198400 6788177 140729068237008 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 7626752 140729068243290 140729068243416 140729068243416 140729068249018 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 87416 KiB
Current children cumulated memory: 13416 KiB

Child status: 0

Real time (s): 1850.91
CPU time (s): 3600.14
CPU user time (s): 3534.96
CPU system time (s): 65.1822
CPU usage (%): 194.507
Max. virtual memory (cumulated for all children) (KiB): 87592
Max. memory (cumulated for all children) (KiB): 13660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3534.96
system time used= 65.1822
maximum resident set size= 13660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27903921
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= 56408
involuntary context switches= 30934


# summary of solver processes directly reported to runsolver:
#   pid: 75213
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3534.96
#   total CPU system time (s): 65.1822

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.9104 second user time and 8.15896 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-03 07:41:25
IDJOB=4512252
IDBENCH=160535
IDSOLVER=3347
FILE ID=nodeC015/4512252-1751521285
RUNJOBID= nodeC015-1751519462-75020
SLURM_JOB_ID= 9598638
Free space on /tmp= 432356 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-070.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-4512252-1751521285/watcher-4512252-1751521285 -o /tmp/evaluation-result-4512252-1751521285/solver-4512252-1751521285 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751519462-75020 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 588250779 HOME/instance-4512252-1751521285.opb

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

MD5SUM BENCH= 038c3c94959b7fb9ae78b9306ef53fb4
RANDOM SEED=588250779

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.128
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.133
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.454
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3600.332
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.087
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.091
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3614.586
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
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		: 3606.436
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128114052 kB
MemAvailable:   128734500 kB
Buffers:            1508 kB
Cached:          1404212 kB
SwapCached:         3880 kB
Active:          1332604 kB
Inactive:        1166360 kB
Active(anon):    1058588 kB
Inactive(anon):    48808 kB
Active(file):     274016 kB
Inactive(file):  1117552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5192 kB
Writeback:             0 kB
AnonPages:       1092432 kB
Mapped:           108444 kB
Shmem:             14152 kB
KReclaimable:     136240 kB
Slab:             226420 kB
SReclaimable:     136240 kB
SUnreclaim:        90180 kB
KernelStack:        4304 kB
PageTables:         5084 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1449132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432352 MiB
End job on nodeC015 at 2025-07-03 08:12:16