Trace number 4515380

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.11 2547.57

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.opb
MD5SUMba28cd3367cfe12555432753b09255a3
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 benchmark5.14641
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42924
Total number of constraints10732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints10714
Minimum length of a constraint4
Maximum length of a constraint12
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
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/)
0.40/0.39	c #variable: 42924
0.40/0.39	c #constraint: 10732
0.40/0.39	c #equal: 0
0.40/0.39	c intsize: 5
0.40/0.39	c sizeproduct: 0
0.40/0.39	c #soft: 0
0.40/0.39	c mincost: 0
0.40/0.39	c maxcost: 0
0.40/0.39	c sumcost: 0
0.40/0.39	c iteration_max: -1
0.40/0.39	c time_max: -1
0.40/0.39	c number_of_threads(move update): 2
0.40/0.39	c number_of_threads(move evaluation): 2
0.40/0.39	c seed: 725449329
3600.02/2547.52	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: 63794 MiB (62453 MiB free)
  memory of node 1: 64507 MiB (62990 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515380-1751235516/watcher-4515380-1751235516 -o /tmp/evaluation-result-4515380-1751235516/solver-4515380-1751235516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751233701-33144 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 725449329 HOME/instance-4515380-1751235516.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=33363, runsolver pid=33360

[startup+0.100075 s]*
/proc/loadavg: 6.63 6.67 6.15 7/255 33365
/proc/meminfo: memFree=128438900/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=87152 memory=17888 CPUtime=0.18 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 4128 0 0 0 16 2 0 0 20 0 2 0 39230997 89243648 4472 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 21788 4472 576 633 0 6115 0
[pid=33363/tid=33365] ppid=33360 vsize=87152 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 1497 0 0 0 7 1 0 0 20 0 2 0 39230998 89243648 4472 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 87152 KiB
Current children cumulated memory: 17888 KiB

[startup+0.215771 s]*
/proc/loadavg: 6.63 6.67 6.15 6/255 33365
/proc/meminfo: memFree=128430080/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=96604 memory=27128 CPUtime=0.27 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 7245 0 0 0 25 2 0 0 20 0 2 0 39230997 98922496 6782 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 24151 6782 608 633 0 8478 0
[pid=33363/tid=33365] ppid=33360 vsize=96604 memory=664958721904869660 CPUtime=0.08 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 1497 0 0 0 7 1 0 0 20 0 2 0 39230998 98922496 6782 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 96604 KiB
Current children cumulated memory: 27128 KiB

[startup+0.314487 s]*
/proc/loadavg: 6.63 6.67 6.15 7/255 33365
/proc/meminfo: memFree=128410864/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=111840 memory=44336 CPUtime=0.4 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 10508 0 0 0 36 4 0 0 20 0 2 0 39230997 114524160 11084 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 27960 11084 608 633 0 12593 0
[pid=33363/tid=33365] ppid=33360 vsize=111840 memory=7969548913837752173 CPUtime=0.12 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 1805 0 0 0 11 1 0 0 20 0 2 0 39230998 114524160 11084 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 0 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 111840 KiB
Current children cumulated memory: 44336 KiB

[startup+0.70028 s]
/proc/loadavg: 6.63 6.67 6.15 7/255 33365
/proc/meminfo: memFree=128402800/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=132304 memory=66352 CPUtime=0.81 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 15961 0 0 0 75 6 0 0 20 0 2 0 39230997 135479296 16588 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 33076 16588 672 633 0 18153 0
[pid=33363/tid=33365] ppid=33360 vsize=132304 memory=17152 CPUtime=0.18 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 2249 0 0 0 17 1 0 0 20 0 2 0 39230998 135479296 16588 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 132304 KiB
Current children cumulated memory: 66352 KiB

[startup+1.50033 s]
/proc/loadavg: 6.63 6.67 6.15 7/255 33365
/proc/meminfo: memFree=128362732/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=166096 memory=100608 CPUtime=1.63 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 38131 0 0 0 154 9 0 0 20 0 2 0 39230997 170082304 25152 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 41524 25152 672 633 0 26601 0
[pid=33363/tid=33365] ppid=33360 vsize=166096 memory=17152 CPUtime=0.21 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 3612 0 0 0 20 1 0 0 20 0 2 0 39230998 170082304 25152 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 166096 KiB
Current children cumulated memory: 100608 KiB

[startup+3.11341 s]
/proc/loadavg: 6.63 6.67 6.15 6/255 33365
/proc/meminfo: memFree=128359708/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=167232 memory=101720 CPUtime=3.35 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 40086 0 0 0 325 10 0 0 20 0 2 0 39230997 171245568 25430 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 41808 25430 672 633 0 26885 0
[pid=33363/tid=33365] ppid=33360 vsize=167232 memory=100608 CPUtime=0.32 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 3622 0 0 0 31 1 0 0 20 0 2 0 39230998 171245568 25430 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3.35 s
Current children cumulated vsize: 167232 KiB
Current children cumulated memory: 101720 KiB

[startup+6.30027 s]
/proc/loadavg: 6.66 6.67 6.15 7/255 33365
/proc/meminfo: memFree=128358196/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=168728 memory=103128 CPUtime=8.25 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 53800 0 0 0 813 12 0 0 20 0 2 0 39230997 172777472 25782 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 42182 25782 672 633 0 27259 0
[pid=33363/tid=33365] ppid=33360 vsize=168728 memory=17152 CPUtime=2.09 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 5052 0 0 0 207 2 0 0 20 0 2 0 39230998 172777472 25782 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 8.25 s
Current children cumulated vsize: 168728 KiB
Current children cumulated memory: 103128 KiB

[startup+12.7003 s]
/proc/loadavg: 6.61 6.66 6.15 6/255 33365
/proc/meminfo: memFree=128356684/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=170852 memory=105304 CPUtime=17.31 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 68245 0 0 0 1718 13 0 0 20 0 2 0 39230997 174952448 26326 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 42713 26326 672 633 0 27790 0
[pid=33363/tid=33365] ppid=33360 vsize=170852 memory=105304 CPUtime=4.81 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 6596 0 0 0 479 2 0 0 20 0 2 0 39230998 174952448 26326 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 17.31 s
Current children cumulated vsize: 170852 KiB
Current children cumulated memory: 105304 KiB

[startup+25.5003 s]
/proc/loadavg: 6.40 6.61 6.14 8/255 33366
/proc/meminfo: memFree=128345864/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=176912 memory=111448 CPUtime=37.28 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 91511 0 0 0 3709 19 0 0 20 0 2 0 39230997 181157888 27862 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 44228 27862 672 633 0 29305 0
[pid=33363/tid=33365] ppid=33360 vsize=176912 memory=14304 CPUtime=12.14 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 8758 0 0 0 1208 6 0 0 20 0 2 0 39230998 181157888 27862 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 37.28 s
Current children cumulated vsize: 176912 KiB
Current children cumulated memory: 111448 KiB

[startup+51.1137 s]
/proc/loadavg: 6.32 6.58 6.14 7/256 33367
/proc/meminfo: memFree=128346920/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=182744 memory=117080 CPUtime=67.28 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 114537 0 0 0 6702 26 0 0 20 0 2 0 39230997 187129856 29270 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 45686 29270 672 633 0 30763 0
[pid=33363/tid=33365] ppid=33360 vsize=182744 memory=117080 CPUtime=16.71 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 8948 0 0 0 1663 8 0 0 20 0 2 0 39230998 187129856 29270 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 67.28 s
Current children cumulated vsize: 182744 KiB
Current children cumulated memory: 117080 KiB

[startup+102.3 s]
/proc/loadavg: 5.74 6.38 6.10 6/251 33377
/proc/meminfo: memFree=128417152/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=189912 memory=124120 CPUtime=122.93 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 161152 0 0 0 12257 36 0 0 20 0 2 0 39230997 194469888 31030 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 47478 31030 672 633 0 32555 0
[pid=33363/tid=33365] ppid=33360 vsize=189912 memory=124120 CPUtime=21.53 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9058 0 0 0 2144 9 0 0 20 0 2 0 39230998 194469888 31030 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 122.93 s
Current children cumulated vsize: 189912 KiB
Current children cumulated memory: 124120 KiB

[startup+162.3 s]
/proc/loadavg: 5.36 6.14 6.03 6/256 33416
/proc/meminfo: memFree=128309184/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=191516 memory=125912 CPUtime=186.25 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 218188 0 0 0 18572 53 0 0 20 0 2 0 39230997 196112384 31478 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 47879 31478 672 633 0 32956 0
[pid=33363/tid=33365] ppid=33360 vsize=191516 memory=125912 CPUtime=25.22 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9326 0 0 0 2511 11 0 0 20 0 2 0 39230998 196112384 31478 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 186.25 s
Current children cumulated vsize: 191516 KiB
Current children cumulated memory: 125912 KiB

[startup+222.3 s]
/proc/loadavg: 5.24 5.98 5.98 5/256 33418
/proc/meminfo: memFree=128303768/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=192796 memory=127192 CPUtime=245.92 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 240188 0 0 0 24531 61 0 0 20 0 2 0 39230997 197423104 31798 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48199 31798 672 633 0 33276 0
[pid=33363/tid=33365] ppid=33360 vsize=192796 memory=127064 CPUtime=25.22 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9326 0 0 0 2511 11 0 0 20 0 2 0 39230998 197423104 31798 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 245.92 s
Current children cumulated vsize: 192796 KiB
Current children cumulated memory: 127192 KiB

[startup+282.3 s]
/proc/loadavg: 5.11 5.81 5.92 6/256 33420
/proc/meminfo: memFree=128280996/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=308.99 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 248772 0 0 0 30829 70 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127704 CPUtime=28.69 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9330 0 0 0 2857 12 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 308.99 s
Current children cumulated vsize: 193280 KiB

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

/proc/meminfo: memFree=128338300/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=2681.3 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 263824 0 0 0 267623 507 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=733.24 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9437 0 0 0 73052 272 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 2681.3 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2022.3 s]
/proc/loadavg: 5.08 5.27 5.36 6/255 33593
/proc/meminfo: memFree=128337328/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=2775.52 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 264576 0 0 0 277023 529 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=767.94 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9440 0 0 0 76509 285 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 2775.52 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2082.3 s]
/proc/loadavg: 5.00 5.21 5.33 7/255 33595
/proc/meminfo: memFree=128338008/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=2869.61 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 265327 0 0 0 286412 549 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=802.56 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9441 0 0 0 79957 299 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 2869.61 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2142.3 s]
/proc/loadavg: 5.48 5.31 5.36 7/254 33597
/proc/meminfo: memFree=128337272/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=2963.89 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 266081 0 0 0 295822 567 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=837.35 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9452 0 0 0 83422 313 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 2963.89 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2202.3 s]
/proc/loadavg: 5.38 5.31 5.36 7/254 33599
/proc/meminfo: memFree=128337280/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3058.04 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 266832 0 0 0 305219 585 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=872.02 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9456 0 0 0 86877 325 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3058.04 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2262.3 s]
/proc/loadavg: 5.27 5.30 5.35 5/253 33601
/proc/meminfo: memFree=128337444/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3152.24 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 266832 0 0 0 314619 605 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=906.7 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9456 0 0 0 90332 338 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3152.24 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2322.3 s]
/proc/loadavg: 5.49 5.36 5.37 7/254 33604
/proc/meminfo: memFree=128337000/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3246.43 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 267583 0 0 0 324016 627 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=941.43 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9462 0 0 0 93790 353 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3246.43 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2382.3 s]
/proc/loadavg: 5.58 5.42 5.39 5/256 33610
/proc/meminfo: memFree=128338260/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3340.71 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 267583 0 0 0 333423 648 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=976.21 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9462 0 0 0 97252 369 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3340.71 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2442.3 s]
/proc/loadavg: 5.40 5.39 5.38 7/256 33616
/proc/meminfo: memFree=128337044/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3434.91 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 268335 0 0 0 342823 668 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=1010.95 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9466 0 0 0 100712 383 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3434.91 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

[startup+2502.3 s]
/proc/loadavg: 5.27 5.37 5.37 5/256 33618
/proc/meminfo: memFree=128337968/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3529.12 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 269087 0 0 0 352223 689 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=1045.7 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) S 33360 33363 32377 0 -1 4194368 9471 0 0 0 104173 397 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3529.12 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2547.5 s]
/proc/loadavg: 5.09 5.32 5.35 6/256 33635
/proc/meminfo: memFree=128337208/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3600.02 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 269839 0 0 0 359297 705 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=1071.8 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9475 0 0 0 106772 408 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.05 s, system=7.05873 s

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

[startup+2547.5 s]
/proc/loadavg: 5.09 5.32 5.35 6/256 33635
/proc/meminfo: memFree=128337208/131382120 swapFree=33010416/33010684
[pid=33363] ppid=33360 vsize=193280 memory=127832 CPUtime=3600.02 cores=1,3
/proc/33363/stat : 33363 (pb_competition_) R 33360 33363 32377 0 -1 4194304 269839 0 0 0 359297 705 0 0 20 0 2 0 39230997 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
/proc/33363/statm: 48320 31958 672 633 0 33397 0
[pid=33363/tid=33365] ppid=33360 vsize=193280 memory=127832 CPUtime=1071.8 cores=1,3
/proc/33363/task/33365/stat : 33365 (pb_competition_) R 33360 33363 32377 0 -1 4194368 9475 0 0 0 106772 408 0 0 20 0 2 0 39230998 197918720 31958 18446744073709551615 4198400 6788177 140721743580448 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 18456576 140721743583578 140721743583704 140721743583704 140721743589306 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 193280 KiB
Current children cumulated memory: 127832 KiB

Child status: 0

Real time (s): 2547.57
CPU time (s): 3600.11
CPU user time (s): 3593.05
CPU system time (s): 7.05873
CPU usage (%): 141.316
Max. virtual memory (cumulated for all children) (KiB): 193280
Max. memory (cumulated for all children) (KiB): 127832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.05
system time used= 7.05873
maximum resident set size= 127832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274329
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= 193989
involuntary context switches= 30676


# summary of solver processes directly reported to runsolver:
#   pid: 33363
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3593.05
#   total CPU system time (s): 7.05873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0821 second user time and 20.6199 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-06-30 00:18:36
IDJOB=4515380
IDBENCH=165244
IDSOLVER=3347
FILE ID=nodeC006/4515380-1751235516
RUNJOBID= nodeC006-1751233701-33144
SLURM_JOB_ID= 9587690
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP145.shuf-1.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-4515380-1751235516/watcher-4515380-1751235516 -o /tmp/evaluation-result-4515380-1751235516/solver-4515380-1751235516 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751233701-33144 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 725449329 HOME/instance-4515380-1751235516.opb

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

MD5SUM BENCH= ba28cd3367cfe12555432753b09255a3
RANDOM SEED=725449329

nodeC006 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		: 3591.428
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.32
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		: 1197.316
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.32
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.455
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.32
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.082
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.32
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		: 3491.684
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.32
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		: 3591.398
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.32
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		: 3491.459
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.32
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		: 3491.660
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128454524 kB
MemAvailable:   129668520 kB
Buffers:            2128 kB
Cached:          2018628 kB
SwapCached:           12 kB
Active:           627208 kB
Inactive:        1747976 kB
Active(anon):     359640 kB
Inactive(anon):    12736 kB
Active(file):     267568 kB
Inactive(file):  1735240 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6492 kB
Writeback:             4 kB
AnonPages:        357488 kB
Mapped:           110664 kB
Shmem:             17948 kB
KReclaimable:     101248 kB
Slab:             183380 kB
SReclaimable:     101248 kB
SUnreclaim:        82132 kB
KernelStack:        4096 kB
PageTables:         3656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     715004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC006 at 2025-06-30 01:01:04