Trace number 4525963

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28MSAT (TO) 3600.07 3005.61

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/dimacs/
normalized-dubois24_ext.wbo
MD5SUM40baaf8c8a2fa800b2df2d392937c2a7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.013751
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables144
Total number of constraints264
Number of soft constraints192
Number of constraints which are clauses192
Number of constraints which are cardinality constraints (but not clauses)72
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Top cost 193
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 192
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.00	c #variable: 144
0.00/0.00	c #constraint: 264
0.00/0.00	c #equal: 72
0.00/0.00	c intsize: 3
0.00/0.00	c sizeproduct: 0
0.00/0.00	c #soft: 192
0.00/0.00	c mincost: 1
0.00/0.00	c maxcost: 1
0.00/0.00	c sumcost: 192
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: 1163084955
0.00/0.00	o 1
3600.05/3005.60	s SATISFIABLE
3600.05/3005.60	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 x134 -x135 x136 -x137 x138 -x139 -x14 x140 -x141 x142 x143 -x144 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	1

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: 63665 MiB (60912 MiB free)
  memory of node 1: 64507 MiB (58915 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525963-1751630396/watcher-4525963-1751630396 -o /tmp/evaluation-result-4525963-1751630396/solver-4525963-1751630396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751621674-96833 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1163084955 HOME/instance-4525963-1751630396.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=97994, runsolver pid=97991

[startup+0.100062 s]*
/proc/loadavg: 6.27 6.28 5.95 7/268 97996
/proc/meminfo: memFree=122703708/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=0.11 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 517 0 0 0 11 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=4026531960 CPUtime=0.02 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 24 0 0 0 2 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+0.206134 s]*
/proc/loadavg: 6.27 6.28 5.95 7/268 97996
/proc/meminfo: memFree=122703804/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=0.23 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 517 0 0 0 22 1 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=664958721904869660 CPUtime=0.03 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 24 0 0 0 3 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+0.306101 s]*
/proc/loadavg: 6.27 6.28 5.95 5/268 97996
/proc/meminfo: memFree=122703804/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=0.37 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 517 0 0 0 35 2 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=7969833713186718323 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+0.700151 s]
/proc/loadavg: 6.27 6.28 5.95 6/268 97996
/proc/meminfo: memFree=122703804/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=0.76 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 520 0 0 0 70 6 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=18816 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+1.50016 s]
/proc/loadavg: 6.27 6.28 5.95 6/268 97996
/proc/meminfo: memFree=122703804/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=1.56 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 823 0 0 0 143 13 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=18816 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+3.10568 s]
/proc/loadavg: 6.17 6.26 5.94 6/268 97996
/proc/meminfo: memFree=122734760/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=3.15 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 1137 0 0 0 288 27 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=4224 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3.15 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+6.30015 s]
/proc/loadavg: 6.17 6.26 5.94 6/269 97998
/proc/meminfo: memFree=122741760/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4224 CPUtime=6.34 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 1452 0 0 0 582 52 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1056 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=18816 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1056 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4224 KiB

[startup+12.7002 s]
/proc/loadavg: 6.15 6.25 5.95 6/269 97998
/proc/meminfo: memFree=122742464/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4352 CPUtime=12.71 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 1761 0 0 0 1170 101 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1088 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=4352 CPUtime=0.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 24 0 0 0 7 0 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 12.71 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4352 KiB

[startup+25.5002 s]
/proc/loadavg: 5.90 6.19 5.93 5/269 97998
/proc/meminfo: memFree=122731680/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4352 CPUtime=25.46 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 2099 0 0 0 2354 192 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1088 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=4352 CPUtime=0.08 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 25 0 0 0 8 0 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 25.46 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4352 KiB

[startup+51.1061 s]
/proc/loadavg: 5.53 6.08 5.90 7/269 97998
/proc/meminfo: memFree=122740480/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78688 memory=4352 CPUtime=50.97 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 3081 0 0 0 4728 369 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19672 1088 672 633 0 2536 0
[pid=97994/tid=97996] ppid=97991 vsize=78688 memory=18816 CPUtime=0.09 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 27 0 0 0 9 0 0 0 20 0 2 0 78717472 80576512 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 78688 KiB
Current children cumulated memory: 4352 KiB

[startup+102.3 s]
/proc/loadavg: 5.18 5.91 5.85 6/270 98012
/proc/meminfo: memFree=122738584/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78820 memory=4352 CPUtime=102.13 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 3755 0 0 0 9503 710 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19705 1088 672 633 0 2569 0
[pid=97994/tid=97996] ppid=97991 vsize=78820 memory=18816 CPUtime=0.28 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 29 0 0 0 28 0 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 78820 KiB
Current children cumulated memory: 4352 KiB

[startup+162.3 s]
/proc/loadavg: 5.26 5.79 5.81 6/270 98014
/proc/meminfo: memFree=122722256/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78820 memory=4352 CPUtime=161.88 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 4437 0 0 0 15123 1065 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19705 1088 672 633 0 2569 0
[pid=97994/tid=97996] ppid=97991 vsize=78820 memory=5760 CPUtime=0.29 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 31 0 0 0 29 0 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 78820 KiB
Current children cumulated memory: 4352 KiB

[startup+222.3 s]
/proc/loadavg: 5.29 5.69 5.78 7/270 98016
/proc/meminfo: memFree=122732512/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78820 memory=4352 CPUtime=221.66 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 5133 0 0 0 20766 1400 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19705 1088 672 633 0 2569 0
[pid=97994/tid=97996] ppid=97991 vsize=78820 memory=18816 CPUtime=0.32 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 32 0 0 0 32 0 0 0 20 0 2 0 78717472 80711680 1088 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 78820 KiB
Current children cumulated memory: 4352 KiB

[startup+282.3 s]
/proc/loadavg: 5.18 5.58 5.73 7/270 98019
/proc/meminfo: memFree=122723024/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=78820 memory=4480 CPUtime=281.43 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 5498 0 0 0 26429 1714 0 0 20 0 2 0 78717472 80711680 1120 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19705 1120 672 633 0 2569 0
[pid=97994/tid=97996] ppid=97991 vsize=78820 memory=4480 CPUtime=0.35 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 34 0 0 0 35 0 0 0 20 0 2 0 78717472 80711680 1120 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 78820 KiB

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

/proc/meminfo: memFree=128952392/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2405.42 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 12029 0 0 0 230650 9892 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=31.71 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) S 97991 97994 96823 0 -1 4194368 37 0 0 0 3099 72 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2405.42 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2442.3 s]
/proc/loadavg: 3.28 3.19 3.84 5/254 98234
/proc/meminfo: memFree=128952384/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2479.95 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 12034 0 0 0 237861 10134 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=46.45 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 38 0 0 0 4550 95 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2479.95 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2502.3 s]
/proc/loadavg: 3.63 3.32 3.85 3/249 98270
/proc/meminfo: memFree=128930840/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2599.29 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 12441 0 0 0 249371 10558 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=16360 CPUtime=106.13 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 133 0 0 0 10431 182 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2599.29 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2562.3 s]
/proc/loadavg: 2.71 3.11 3.74 3/249 98273
/proc/meminfo: memFree=128932308/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2718.54 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 12444 0 0 0 260888 10966 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=16360 CPUtime=165.78 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 133 0 0 0 16311 267 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2718.54 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2622.3 s]
/proc/loadavg: 2.32 2.92 3.63 3/249 98275
/proc/meminfo: memFree=128933904/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2837.8 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 12861 0 0 0 272396 11384 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=225.41 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 176 0 0 0 22188 353 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2837.8 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2682.3 s]
/proc/loadavg: 2.12 2.75 3.53 3/249 98277
/proc/meminfo: memFree=128933376/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=2957.06 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 13283 0 0 0 283903 11803 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=285.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 277 0 0 0 28061 446 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 2957.06 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2742.3 s]
/proc/loadavg: 2.14 2.64 3.44 3/249 98283
/proc/meminfo: memFree=128933988/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3076.32 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 13283 0 0 0 295426 12206 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=344.71 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 277 0 0 0 33942 529 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3076.32 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2802.3 s]
/proc/loadavg: 2.10 2.54 3.35 3/246 98285
/proc/meminfo: memFree=128936820/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3195.64 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 13712 0 0 0 306935 12629 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=404.37 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 383 0 0 0 39814 623 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3195.64 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2862.3 s]
/proc/loadavg: 2.08 2.45 3.27 3/246 98287
/proc/meminfo: memFree=128935672/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3315.01 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 13713 0 0 0 318466 13035 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=464.07 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 383 0 0 0 45696 711 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3315.01 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2922.3 s]
/proc/loadavg: 2.08 2.38 3.19 3/246 98290
/proc/meminfo: memFree=128936284/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3434.39 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 14134 0 0 0 329993 13446 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=4608 CPUtime=523.77 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 458 0 0 0 51576 801 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3434.39 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

[startup+2982.3 s]
/proc/loadavg: 2.07 2.33 3.12 3/246 98292
/proc/meminfo: memFree=128937136/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3553.74 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 14556 0 0 0 341521 13853 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=16360 CPUtime=583.45 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 551 0 0 0 57458 887 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3553.74 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3005.6 s]
/proc/loadavg: 2.11 2.32 3.10 3/246 98292
/proc/meminfo: memFree=128937452/131250000 swapFree=33010416/33010684
[pid=97994] ppid=97991 vsize=79028 memory=4608 CPUtime=3600.05 cores=0,2
/proc/97994/stat : 97994 (pb_competition_) R 97991 97994 96823 0 -1 4194304 14556 0 0 0 345996 14009 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
/proc/97994/statm: 19757 1152 672 633 0 2621 0
[pid=97994/tid=97996] ppid=97991 vsize=79028 memory=7969833713186718323 CPUtime=606.61 cores=0,2
/proc/97994/task/97996/stat : 97996 (pb_competition_) R 97991 97994 96823 0 -1 4194368 551 0 0 0 59740 921 0 0 20 0 2 0 78717472 80924672 1152 18446744073709551615 4198400 6788177 140735066404256 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 32337920 140735066413399 140735066413526 140735066413526 140735066419130 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 79028 KiB
Current children cumulated memory: 4608 KiB

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

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

# cumulated CPU time of all completed processes:  user=3459.98 s, system=140.092 s

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

Child status: 0

Real time (s): 3005.61
CPU time (s): 3600.07
CPU user time (s): 3459.98
CPU system time (s): 140.092
CPU usage (%): 119.778
Max. virtual memory (cumulated for all children) (KiB): 79044
Max. memory (cumulated for all children) (KiB): 4608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3459.98
system time used= 140.092
maximum resident set size= 4608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14650
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= 1342
involuntary context switches= 26335


# summary of solver processes directly reported to runsolver:
#   pid: 97994
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3459.98
#   total CPU system time (s): 140.092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.8047 second user time and 11.3277 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-04 13:59:56
IDJOB=4525963
IDBENCH=143920
IDSOLVER=3379
FILE ID=nodeC018/4525963-1751630396
RUNJOBID= nodeC018-1751621674-96833
SLURM_JOB_ID= 9598941
Free space on /tmp= 432528 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/dimacs/normalized-dubois24_ext.wbo
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-4525963-1751630396/watcher-4525963-1751630396 -o /tmp/evaluation-result-4525963-1751630396/solver-4525963-1751630396 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751621674-96833 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1163084955 HOME/instance-4525963-1751630396.wbo

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

MD5SUM BENCH= 40baaf8c8a2fa800b2df2d392937c2a7
RANDOM SEED=1163084955

nodeC018 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.679
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.66
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.589
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.66
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		: 3587.085
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.66
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.828
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.66
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.626
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.66
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.822
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122703708 kB
MemAvailable:   123464492 kB
Buffers:            2128 kB
Cached:          1524056 kB
SwapCached:           32 kB
Active:          6708008 kB
Inactive:        1049096 kB
Active(anon):    6248676 kB
Inactive(anon):      288 kB
Active(file):     459332 kB
Inactive(file):  1048808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4912 kB
Writeback:             0 kB
AnonPages:       6233872 kB
Mapped:           112272 kB
Shmem:             18044 kB
KReclaimable:     183364 kB
Slab:             274032 kB
SReclaimable:     183364 kB
SUnreclaim:        90668 kB
KernelStack:        4268 kB
PageTables:        15240 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6590720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1820672 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432572 MiB
End job on nodeC018 at 2025-07-04 14:50:02