Trace number 4492614

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.26 1991.78

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/
FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
MD5SUMe1bd57ab2da267e3bb55cd17a3d0a3cd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.022902
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6000
Total number of constraints220
Number of constraints which are clauses120
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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.01	c #variable: 6000
0.00/0.01	c #constraint: 220
0.00/0.01	c #equal: 0
0.00/0.01	c intsize: 6
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 0
0.00/0.01	c mincost: 0
0.00/0.01	c maxcost: 0
0.00/0.01	c sumcost: 0
0.00/0.01	c iteration_max: -1
0.00/0.01	c time_max: -1
0.00/0.01	c number_of_threads(move update): 2
0.00/0.01	c number_of_threads(move evaluation): 2
0.00/0.01	c seed: 1769722863
3600.16/1991.75	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: 63665 MiB (63102 MiB free)
  memory of node 1: 64507 MiB (63762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492614-1751146790/watcher-4492614-1751146790 -o /tmp/evaluation-result-4492614-1751146790/solver-4492614-1751146790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17677 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1769722863 HOME/instance-4492614-1751146790.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=18012, runsolver pid=18009

[startup+0.100059 s]*
/proc/loadavg: 1.18 1.96 3.05 8/271 18014
/proc/meminfo: memFree=129909584/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=86436 memory=12652 CPUtime=0.15 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 2793 0 0 0 15 0 0 0 20 0 2 0 30356686 88510464 3163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 21609 3163 672 633 0 4659 0
[pid=18012/tid=18014] ppid=18009 vsize=86436 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 222 0 0 0 6 0 0 0 20 0 2 0 30356686 88510464 3163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 86436 KiB
Current children cumulated memory: 12652 KiB

[startup+0.205541 s]*
/proc/loadavg: 1.18 1.96 3.05 9/271 18014
/proc/meminfo: memFree=129909584/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=86736 memory=13036 CPUtime=0.36 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 2871 0 0 0 36 0 0 0 20 0 2 0 30356686 88817664 3259 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 21684 3259 672 633 0 4734 0
[pid=18012/tid=18014] ppid=18009 vsize=86736 memory=664958721904869660 CPUtime=0.16 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 222 0 0 0 16 0 0 0 20 0 2 0 30356686 88817664 3259 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 86736 KiB
Current children cumulated memory: 13036 KiB

[startup+0.305161 s]*
/proc/loadavg: 1.18 1.96 3.05 9/271 18014
/proc/meminfo: memFree=129909584/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=86932 memory=13036 CPUtime=0.55 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 2888 0 0 0 55 0 0 0 20 0 2 0 30356686 89018368 3259 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 21733 3259 672 633 0 4783 0
[pid=18012/tid=18014] ppid=18009 vsize=86932 memory=7972075578757167722 CPUtime=0.26 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 222 0 0 0 26 0 0 0 20 0 2 0 30356686 89018368 3259 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 86932 KiB
Current children cumulated memory: 13036 KiB

[startup+0.700137 s]
/proc/loadavg: 1.18 1.96 3.05 8/271 18014
/proc/meminfo: memFree=129909584/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=87096 memory=13292 CPUtime=1.31 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 2905 0 0 0 130 1 0 0 20 0 2 0 30356686 89186304 3323 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 21774 3323 672 633 0 4824 0
[pid=18012/tid=18014] ppid=18009 vsize=87096 memory=17536 CPUtime=0.63 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 222 0 0 0 63 0 0 0 20 0 2 0 30356686 89186304 3323 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 87096 KiB
Current children cumulated memory: 13292 KiB

[startup+1.50013 s]
/proc/loadavg: 1.18 1.96 3.05 9/271 18014
/proc/meminfo: memFree=129908684/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=87740 memory=13676 CPUtime=2.88 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 5164 0 0 0 286 2 0 0 20 0 2 0 30356686 89845760 3419 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 21935 3419 672 633 0 4985 0
[pid=18012/tid=18014] ppid=18009 vsize=87740 memory=17536 CPUtime=1.41 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 634 0 0 0 141 0 0 0 20 0 2 0 30356686 89845760 3419 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 87740 KiB
Current children cumulated memory: 13676 KiB

[startup+3.10541 s]
/proc/loadavg: 1.18 1.96 3.05 9/271 18014
/proc/meminfo: memFree=129905996/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=88516 memory=14348 CPUtime=5.82 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 7656 0 0 0 578 4 0 0 20 0 2 0 30356686 90640384 3587 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 22129 3587 672 633 0 5179 0
[pid=18012/tid=18014] ppid=18009 vsize=88516 memory=13804 CPUtime=2.76 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 1049 0 0 0 275 1 0 0 20 0 2 0 30356686 90640384 3587 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 88516 KiB
Current children cumulated memory: 14348 KiB

[startup+6.30015 s]
/proc/loadavg: 1.65 2.05 3.07 9/271 18014
/proc/meminfo: memFree=129902964/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=88964 memory=15116 CPUtime=11.95 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 10464 0 0 0 1187 8 0 0 20 0 2 0 30356686 91099136 3779 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 22241 3779 672 633 0 5291 0
[pid=18012/tid=18014] ppid=18009 vsize=88964 memory=17536 CPUtime=5.71 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 1745 0 0 0 570 1 0 0 20 0 2 0 30356686 91099136 3779 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 11.95 s
Current children cumulated vsize: 88964 KiB
Current children cumulated memory: 15116 KiB

[startup+12.7002 s]
/proc/loadavg: 2.08 2.13 3.10 7/271 18014
/proc/meminfo: memFree=129900948/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=91272 memory=17028 CPUtime=23.96 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 16265 0 0 0 2382 14 0 0 20 0 2 0 30356686 93462528 4257 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 22818 4257 672 633 0 5868 0
[pid=18012/tid=18014] ppid=18009 vsize=91272 memory=16900 CPUtime=11.38 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 2940 0 0 0 1134 4 0 0 20 0 2 0 30356686 93462528 4257 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 23.96 s
Current children cumulated vsize: 91272 KiB
Current children cumulated memory: 17028 KiB

[startup+25.5002 s]
/proc/loadavg: 3.31 2.40 3.17 9/271 18014
/proc/meminfo: memFree=129889488/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=95084 memory=20552 CPUtime=47.64 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 19284 0 0 0 4740 24 0 0 20 0 2 0 30356686 97366016 5138 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 23771 5138 672 633 0 6821 0
[pid=18012/tid=18014] ppid=18009 vsize=95084 memory=18308 CPUtime=22.37 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 3780 0 0 0 2230 7 0 0 20 0 2 0 30356686 97366016 5138 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 47.64 s
Current children cumulated vsize: 95084 KiB
Current children cumulated memory: 20552 KiB

[startup+51.1054 s]
/proc/loadavg: 4.79 2.82 3.29 9/271 18016
/proc/meminfo: memFree=129887268/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=96460 memory=21832 CPUtime=94.78 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 19934 0 0 0 9439 39 0 0 20 0 2 0 30356686 98775040 5458 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 24115 5458 672 633 0 7165 0
[pid=18012/tid=18014] ppid=18009 vsize=96460 memory=17536 CPUtime=44.17 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 3854 0 0 0 4404 13 0 0 20 0 2 0 30356686 98775040 5458 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 94.78 s
Current children cumulated vsize: 96460 KiB
Current children cumulated memory: 21832 KiB

[startup+102.3 s]
/proc/loadavg: 6.47 3.58 3.52 9/272 18019
/proc/meminfo: memFree=129863860/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=97944 memory=23752 CPUtime=188.12 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 30859 0 0 0 18746 66 0 0 20 0 2 0 30356686 100294656 5938 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 24486 5938 672 633 0 7536 0
[pid=18012/tid=18014] ppid=18009 vsize=97944 memory=17536 CPUtime=86.9 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 6193 0 0 0 8665 25 0 0 20 0 2 0 30356686 100294656 5938 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 188.12 s
Current children cumulated vsize: 97944 KiB
Current children cumulated memory: 23752 KiB

[startup+162.3 s]
/proc/loadavg: 6.83 4.22 3.75 9/271 18021
/proc/meminfo: memFree=129846024/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=104340 memory=26572 CPUtime=297.25 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 42745 0 0 0 29629 96 0 0 20 0 2 0 30356686 106844160 6643 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 26085 6643 672 633 0 9135 0
[pid=18012/tid=18014] ppid=18009 vsize=104340 memory=5632 CPUtime=136.71 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 9820 0 0 0 13633 38 0 0 20 0 2 0 30356686 106844160 6643 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 297.25 s
Current children cumulated vsize: 104340 KiB
Current children cumulated memory: 26572 KiB

[startup+222.3 s]
/proc/loadavg: 7.30 4.84 4.00 9/270 18023
/proc/meminfo: memFree=129841732/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=105068 memory=27212 CPUtime=405.3 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 42926 0 0 0 40418 112 0 0 20 0 2 0 30356686 107589632 6803 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 26267 6803 672 633 0 9317 0
[pid=18012/tid=18014] ppid=18009 vsize=105068 memory=17536 CPUtime=185.42 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 9820 0 0 0 18498 44 0 0 20 0 2 0 30356686 107589632 6803 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 405.3 s
Current children cumulated vsize: 105068 KiB
Current children cumulated memory: 27212 KiB

[startup+282.3 s]
/proc/loadavg: 7.60 5.39 4.24 7/270 18027
/proc/meminfo: memFree=129840136/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=105688 memory=27980 CPUtime=513.34 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 44385 0 0 0 51206 128 0 0 20 0 2 0 30356686 108224512 6995 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 26422 6995 672 633 0 9472 0
[pid=18012/tid=18014] ppid=18009 vsize=105688 memory=27980 CPUtime=234.08 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 9921 0 0 0 23361 47 0 0 20 0 2 0 30356686 108224512 6995 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 513.34 s
Current children cumulated vsize: 105688 KiB

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

/proc/meminfo: memFree=129840428/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108264 memory=32652 CPUtime=2571.77 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47428 0 0 0 256816 361 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27066 8163 672 633 0 10116 0
[pid=18012/tid=18014] ppid=18009 vsize=108264 memory=32652 CPUtime=1163.68 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) S 18009 18012 17665 0 -1 4194368 10467 0 0 0 116236 132 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 2571.77 s
Current children cumulated vsize: 108264 KiB
Current children cumulated memory: 32652 KiB

[startup+1482.3 s]
/proc/loadavg: 6.91 7.23 6.54 8/270 18128
/proc/meminfo: memFree=129843208/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108264 memory=32652 CPUtime=2680.16 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47433 0 0 0 267645 371 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27066 8163 672 633 0 10116 0
[pid=18012/tid=18014] ppid=18009 vsize=108264 memory=32652 CPUtime=1212.63 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10467 0 0 0 121127 136 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 2680.16 s
Current children cumulated vsize: 108264 KiB
Current children cumulated memory: 32652 KiB

[startup+1542.3 s]
/proc/loadavg: 7.39 7.31 6.61 9/270 18130
/proc/meminfo: memFree=129843268/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108264 memory=32652 CPUtime=2788.49 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47553 0 0 0 278465 384 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27066 8163 672 633 0 10116 0
[pid=18012/tid=18014] ppid=18009 vsize=108264 memory=32652 CPUtime=1261.51 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10528 0 0 0 126010 141 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 2788.49 s
Current children cumulated vsize: 108264 KiB
Current children cumulated memory: 32652 KiB

[startup+1602.3 s]
/proc/loadavg: 7.28 7.29 6.65 9/268 18132
/proc/meminfo: memFree=129843516/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108264 memory=32652 CPUtime=2896.86 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47555 0 0 0 289292 394 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27066 8163 672 633 0 10116 0
[pid=18012/tid=18014] ppid=18009 vsize=108264 memory=32652 CPUtime=1310.44 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10530 0 0 0 130899 145 0 0 20 0 2 0 30356686 110862336 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 2896.86 s
Current children cumulated vsize: 108264 KiB
Current children cumulated memory: 32652 KiB

[startup+1662.3 s]
/proc/loadavg: 7.22 7.27 6.68 9/268 18136
/proc/meminfo: memFree=129843580/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3005.2 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47570 0 0 0 300115 405 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1359.33 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10531 0 0 0 135784 149 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3005.2 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

[startup+1722.3 s]
/proc/loadavg: 7.17 7.25 6.72 9/267 18139
/proc/meminfo: memFree=129843460/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3113.59 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 47570 0 0 0 310943 416 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1408.29 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10531 0 0 0 140675 154 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3113.59 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

[startup+1782.3 s]
/proc/loadavg: 7.32 7.28 6.76 7/269 18147
/proc/meminfo: memFree=129843212/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3221.94 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48217 0 0 0 321766 428 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1457.18 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10655 0 0 0 145559 159 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3221.94 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

[startup+1842.3 s]
/proc/loadavg: 7.39 7.29 6.80 9/269 18149
/proc/meminfo: memFree=129843456/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3330.24 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48217 0 0 0 332585 439 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1506.07 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) S 18009 18012 17665 0 -1 4194368 10655 0 0 0 150443 164 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3330.24 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

[startup+1902.3 s]
/proc/loadavg: 7.28 7.27 6.83 9/269 18152
/proc/meminfo: memFree=129843328/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3438.63 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48855 0 0 0 343415 448 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1555.02 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10806 0 0 0 155334 168 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3438.63 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

[startup+1962.3 s]
/proc/loadavg: 7.49 7.33 6.87 9/269 18154
/proc/meminfo: memFree=129843432/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3547.02 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48864 0 0 0 354242 460 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1603.98 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10806 0 0 0 160224 174 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3547.02 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1991.7 s]
/proc/loadavg: 7.51 7.35 6.90 9/269 18155
/proc/meminfo: memFree=129843536/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3600.16 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48864 0 0 0 359550 466 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1628.01 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10806 0 0 0 162624 177 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.59 s, system=4.66467 s

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

[startup+1991.7 s]
/proc/loadavg: 7.51 7.35 6.90 9/269 18155
/proc/meminfo: memFree=129843536/131249996 swapFree=33010684/33010684
[pid=18012] ppid=18009 vsize=108400 memory=32652 CPUtime=3600.16 cores=1,3
/proc/18012/stat : 18012 (pb_competition_) R 18009 18012 17665 0 -1 4194304 48864 0 0 0 359550 466 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
/proc/18012/statm: 27100 8163 672 633 0 10150 0
[pid=18012/tid=18014] ppid=18009 vsize=108400 memory=32652 CPUtime=1628.01 cores=1,3
/proc/18012/task/18014/stat : 18014 (pb_competition_) R 18009 18012 17665 0 -1 4194368 10806 0 0 0 162624 177 0 0 20 0 2 0 30356686 111001600 8163 18446744073709551615 4198400 6788177 140728239768384 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 12771328 140728239774041 140728239774168 140728239774168 140728239779770 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 108400 KiB
Current children cumulated memory: 32652 KiB

Child status: 0

Real time (s): 1991.78
CPU time (s): 3600.26
CPU user time (s): 3595.59
CPU system time (s): 4.66467
CPU usage (%): 180.756
Max. virtual memory (cumulated for all children) (KiB): 108400
Max. memory (cumulated for all children) (KiB): 32652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.59
system time used= 4.66467
maximum resident set size= 32652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49086
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= 14963
involuntary context switches= 74376


# summary of solver processes directly reported to runsolver:
#   pid: 18012
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.59
#   total CPU system time (s): 4.66467

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.22852 second user time and 9.48916 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-28 23:39:50
IDJOB=4492614
IDBENCH=147813
IDSOLVER=3347
FILE ID=nodeC021/4492614-1751146790
RUNJOBID= nodeC021-1751146786-17677
SLURM_JOB_ID= 9587467
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl50_60_pb.cnf.cr.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492614-1751146790/watcher-4492614-1751146790 -o /tmp/evaluation-result-4492614-1751146790/solver-4492614-1751146790 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751146786-17677 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1769722863 HOME/instance-4492614-1751146790.opb

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

MD5SUM BENCH= e1bd57ab2da267e3bb55cd17a3d0a3cd
RANDOM SEED=1769722863

nodeC021 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.805
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.56
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.176
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129909280 kB
MemAvailable:   129780016 kB
Buffers:            3280 kB
Cached:           680576 kB
SwapCached:            0 kB
Active:           328412 kB
Inactive:         458652 kB
Active(anon):     121272 kB
Inactive(anon):        0 kB
Active(file):     207140 kB
Inactive(file):   458652 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21212 kB
Writeback:            60 kB
AnonPages:        106392 kB
Mapped:           110944 kB
Shmem:             18060 kB
KReclaimable:      87964 kB
Slab:             172780 kB
SReclaimable:      87964 kB
SUnreclaim:        84816 kB
KernelStack:        4432 kB
PageTables:         3116 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     463980 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC021 at 2025-06-29 00:13:02