Trace number 4525657

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-28? (TO) 3600.34 2543.45

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3263
Best CPU time to get the best result obtained on this benchmark90.5155
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
Number of bits of the biggest sum of numbers5
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/)
1.81/1.37	c #variable: 1758
1.81/1.37	c #constraint: 105203
1.81/1.37	c #equal: 82
1.81/1.37	c intsize: 5
1.81/1.37	c sizeproduct: 0
1.81/1.37	c #soft: 105121
1.81/1.37	c mincost: 1
1.81/1.37	c maxcost: 2436
1.81/1.37	c sumcost: 36645766
1.81/1.37	c iteration_max: -1
1.81/1.37	c time_max: -1
1.81/1.37	c number_of_threads(move update): 2
1.81/1.37	c number_of_threads(move evaluation): 2
1.81/1.37	c seed: 576232946
3600.07/2543.23	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525657-1751627055/watcher-4525657-1751627055 -o /tmp/evaluation-result-4525657-1751627055/solver-4525657-1751627055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751621134-85685 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 576232946 HOME/instance-4525657-1751627055.wbo 

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=86415, runsolver pid=86412

[startup+0.100069 s]*
/proc/loadavg: 4.15 4.81 5.95 6/255 86417
/proc/meminfo: memFree=127380388/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=97464 memory=24688 CPUtime=0.15 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 5170 0 0 0 14 1 0 0 20 0 2 0 78384367 99803136 6172 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 24366 6172 576 633 0 8036 0
[pid=86415/tid=86417] ppid=86412 vsize=97464 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 841 0 0 0 6 0 0 0 20 0 2 0 78384372 99803136 6172 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 97464 KiB
Current children cumulated memory: 24688 KiB

[startup+0.213523 s]*
/proc/loadavg: 4.15 4.81 5.95 6/255 86417
/proc/meminfo: memFree=127366692/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=102480 memory=35056 CPUtime=0.36 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 7784 0 0 0 34 2 0 0 20 0 2 0 78384367 104939520 8764 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 25620 8764 576 633 0 10629 0
[pid=86415/tid=86417] ppid=86412 vsize=102480 memory=664958721904869660 CPUtime=0.17 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 2180 0 0 0 16 1 0 0 20 0 2 0 78384372 104939520 8764 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 102480 KiB
Current children cumulated memory: 35056 KiB

[startup+0.312543 s]*
/proc/loadavg: 4.15 4.81 5.95 5/255 86417
/proc/meminfo: memFree=127358628/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=106328 memory=41712 CPUtime=0.52 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 9443 0 0 0 49 3 0 0 20 0 2 0 78384367 108879872 10428 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 26582 10428 576 633 0 12300 0
[pid=86415/tid=86417] ppid=86412 vsize=106328 memory=7970106370578791022 CPUtime=0.24 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 2888 0 0 0 23 1 0 0 20 0 2 0 78384372 108879872 10428 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 106328 KiB
Current children cumulated memory: 41712 KiB

[startup+0.710631 s]
/proc/loadavg: 4.15 4.81 5.95 5/255 86417
/proc/meminfo: memFree=127317244/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=236512 memory=173688 CPUtime=0.9 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 28417 0 0 0 79 11 0 0 20 0 2 0 78384367 242188288 43422 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 59128 43422 608 633 0 44966 0
[pid=86415/tid=86417] ppid=86412 vsize=236512 memory=18688 CPUtime=0.25 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 3011 0 0 0 24 1 0 0 20 0 2 0 78384372 242188288 43422 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 0 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 0.9 s
Current children cumulated vsize: 236512 KiB
Current children cumulated memory: 173688 KiB

[startup+1.50033 s]
/proc/loadavg: 4.15 4.81 5.95 6/255 86417
/proc/meminfo: memFree=127223868/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=272380 memory=222584 CPUtime=2.01 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 68145 0 0 0 182 19 0 0 20 0 2 0 78384367 278917120 55646 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 68095 55646 640 633 0 57104 0
[pid=86415/tid=86417] ppid=86412 vsize=272380 memory=18688 CPUtime=0.57 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 7129 0 0 0 54 3 0 0 20 0 2 0 78384372 278917120 55646 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 2.01 s
Current children cumulated vsize: 272380 KiB
Current children cumulated memory: 222584 KiB

[startup+3.11363 s]
/proc/loadavg: 4.15 4.81 5.95 5/255 86417
/proc/meminfo: memFree=126908308/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=572036 memory=521932 CPUtime=3.63 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) S 86412 86415 85674 0 -1 4194304 132217 0 0 0 332 31 0 0 20 0 2 0 78384367 585764864 130483 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143009 130483 672 633 0 132018 0
[pid=86415/tid=86417] ppid=86412 vsize=572036 memory=256376 CPUtime=0.61 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 7129 0 0 0 58 3 0 0 20 0 2 0 78384372 585764864 130483 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3.63 s
Current children cumulated vsize: 572036 KiB
Current children cumulated memory: 521932 KiB

[startup+6.30036 s]
/proc/loadavg: 4.13 4.79 5.94 5/254 86417
/proc/meminfo: memFree=126880404/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=7.17 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 192296 0 0 0 681 36 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=18688 CPUtime=1.34 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 8851 0 0 0 130 4 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.80 5.93 5/254 86417
/proc/meminfo: memFree=126880656/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=15.94 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 249734 0 0 0 1552 42 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=524748 CPUtime=4.77 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 10357 0 0 0 472 5 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 15.94 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.79 5.91 5/254 86417
/proc/meminfo: memFree=126881680/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=36.9 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 309099 0 0 0 3642 48 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=524748 CPUtime=13.84 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 11009 0 0 0 1378 6 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 36.9 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+51.106 s]
/proc/loadavg: 4.47 4.79 5.88 5/254 86418
/proc/meminfo: memFree=126884468/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=76.25 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 436428 0 0 0 7567 58 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=18688 CPUtime=29.72 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 13901 0 0 0 2964 8 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 76.25 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+102.3 s]
/proc/loadavg: 4.68 4.79 5.82 5/254 86420
/proc/meminfo: memFree=126886992/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=157.73 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 527411 0 0 0 15699 74 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=18688 CPUtime=64.11 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 14932 0 0 0 6398 13 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 157.73 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+162.3 s]
/proc/loadavg: 4.59 4.74 5.74 6/254 86422
/proc/meminfo: memFree=126890792/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=252.47 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) S 86412 86415 85674 0 -1 4194304 587008 0 0 0 25161 86 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=5504 CPUtime=105.13 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 15582 0 0 0 10495 18 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 252.47 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+222.3 s]
/proc/loadavg: 4.49 4.68 5.65 5/254 86424
/proc/meminfo: memFree=126896088/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=345.96 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 612623 0 0 0 34498 98 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=524748 CPUtime=145.54 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 15677 0 0 0 14531 23 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 345.96 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

[startup+282.3 s]
/proc/loadavg: 4.75 4.71 5.60 7/253 86426
/proc/meminfo: memFree=126889872/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=574940 memory=524748 CPUtime=433.26 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 695362 0 0 0 43215 111 0 0 20 0 2 0 78384367 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 143735 131187 672 633 0 132744 0
[pid=86415/tid=86417] ppid=86412 vsize=574940 memory=524748 CPUtime=177.5 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 18254 0 0 0 17723 27 0 0 20 0 2 0 78384372 588738560 131187 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 433.26 s
Current children cumulated vsize: 574940 KiB
Current children cumulated memory: 524748 KiB

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

/proc/meminfo: memFree=126920372/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=2870.03 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 793017 0 0 0 286698 305 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1050.89 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19627 0 0 0 104957 132 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 2870.03 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2022.3 s]
/proc/loadavg: 4.63 4.56 4.81 6/255 86507
/proc/meminfo: memFree=126920816/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=2958.01 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 794020 0 0 0 295490 311 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=14464 CPUtime=1085.34 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 19709 0 0 0 108399 135 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 2958.01 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2082.3 s]
/proc/loadavg: 4.48 4.53 4.79 5/255 86509
/proc/meminfo: memFree=126920068/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3051.48 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 794392 0 0 0 304829 319 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1125.56 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 19794 0 0 0 112417 139 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3051.48 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2142.3 s]
/proc/loadavg: 4.81 4.61 4.80 5/255 86514
/proc/meminfo: memFree=126920168/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3144.11 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 795023 0 0 0 314085 326 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1165.78 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) R 86412 86415 85674 0 -1 4194368 19831 0 0 0 116436 142 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3144.11 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2202.3 s]
/proc/loadavg: 4.80 4.64 4.80 6/254 86516
/proc/meminfo: memFree=126920168/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3236.12 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 796030 0 0 0 323279 333 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1205.03 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19923 0 0 0 120357 146 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3236.12 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2262.3 s]
/proc/loadavg: 4.49 4.58 4.77 5/254 86518
/proc/meminfo: memFree=126919944/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3319.87 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 796403 0 0 0 331648 339 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3319.87 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2322.3 s]
/proc/loadavg: 4.22 4.49 4.72 5/254 86520
/proc/meminfo: memFree=126919960/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3379.71 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 800622 0 0 0 337631 340 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=529740 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3379.71 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2382.3 s]
/proc/loadavg: 4.26 4.45 4.70 5/255 86527
/proc/meminfo: memFree=126919788/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3439.56 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 801624 0 0 0 343615 341 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=18688 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3439.56 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.38 4.66 5/254 86529
/proc/meminfo: memFree=126919820/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3499.42 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 802617 0 0 0 349599 343 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=18688 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3499.42 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

[startup+2502.3 s]
/proc/loadavg: 4.16 4.34 4.62 5/254 86531
/proc/meminfo: memFree=126919820/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3559.27 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 802858 0 0 0 355584 343 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=14464 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3559.27 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2543.2 s]
/proc/loadavg: 4.16 4.32 4.60 5/254 86532
/proc/meminfo: memFree=126919836/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=579472 memory=529740 CPUtime=3600.07 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 803630 0 0 0 359663 344 0 0 20 0 2 0 78384367 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 144868 132435 672 633 0 133877 0
[pid=86415/tid=86417] ppid=86412 vsize=579472 memory=5504 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 593379328 132435 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 579472 KiB
Current children cumulated memory: 529740 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.87 s, system=3.46567 s

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

[startup+2543.4 s]
/proc/loadavg: 4.16 4.32 4.60 5/254 86532
/proc/meminfo: memFree=126919836/131382120 swapFree=33010416/33010684
[pid=86415] ppid=86412 vsize=482624 memory=432924 CPUtime=3600.27 cores=4,6
/proc/86415/stat : 86415 (pb_competition_) R 86412 86415 85674 0 -1 4194304 821037 0 0 0 359682 345 0 0 20 0 2 0 78384367 494206976 108231 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
/proc/86415/statm: 120656 108231 672 633 0 109665 0
[pid=86415/tid=86417] ppid=86412 vsize=482624 memory=3200 CPUtime=1233.39 cores=4,6
/proc/86415/task/86417/stat : 86417 (pb_competition_) S 86412 86415 85674 0 -1 4194368 19947 0 0 0 123189 150 0 0 20 0 2 0 78384372 494206976 108231 18446744073709551615 4198400 6788177 140723269030304 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 37003264 140723269036376 140723269036502 140723269036502 140723269042106 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 482624 KiB
Current children cumulated memory: 432924 KiB

Child status: 0

Real time (s): 2543.45
CPU time (s): 3600.34
CPU user time (s): 3596.87
CPU system time (s): 3.46567
CPU usage (%): 141.553
Max. virtual memory (cumulated for all children) (KiB): 579472
Max. memory (cumulated for all children) (KiB): 529740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.87
system time used= 3.46567
maximum resident set size= 529740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 826222
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= 177291
involuntary context switches= 24550


# summary of solver processes directly reported to runsolver:
#   pid: 86415
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.87
#   total CPU system time (s): 3.46567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.87412 second user time and 18.8278 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 13:04:16
IDJOB=4525657
IDBENCH=143871
IDSOLVER=3379
FILE ID=nodeC002/4525657-1751627055
RUNJOBID= nodeC002-1751621134-85685
SLURM_JOB_ID= 9598940
Free space on /tmp= 431236 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-18reduc_wcsp.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-4525657-1751627055/watcher-4525657-1751627055 -o /tmp/evaluation-result-4525657-1751627055/solver-4525657-1751627055 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751621134-85685 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 576232946 HOME/instance-4525657-1751627055.wbo

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=576232946

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127389916 kB
MemAvailable:   129663072 kB
Buffers:            2128 kB
Cached:          3075216 kB
SwapCached:           28 kB
Active:           621004 kB
Inactive:        2771612 kB
Active(anon):     326800 kB
Inactive(anon):     6404 kB
Active(file):     294204 kB
Inactive(file):  2765208 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8108 kB
Writeback:             0 kB
AnonPages:        318396 kB
Mapped:           112160 kB
Shmem:             17932 kB
KReclaimable:     106744 kB
Slab:             191580 kB
SReclaimable:     106744 kB
SUnreclaim:        84836 kB
KernelStack:        4108 kB
PageTables:         3688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     676472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431232 MiB
End job on nodeC002 at 2025-07-04 13:46:39