Trace number 4510830

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.18 2302.92

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l040-r039-n1.cnf-plain.pb.metafix.opb
MD5SUM496e1a97745958844c4098fcb049f7a4
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.093145
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3543
Total number of constraints11237
Number of constraints which are clauses11237
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.08	c #variable: 3543
0.00/0.08	c #constraint: 11237
0.00/0.08	c #equal: 0
0.00/0.08	c intsize: 3
0.00/0.08	c sizeproduct: 0
0.00/0.08	c #soft: 0
0.00/0.08	c mincost: 0
0.00/0.08	c maxcost: 0
0.00/0.08	c sumcost: 0
0.00/0.08	c iteration_max: -1
0.00/0.08	c time_max: -1
0.00/0.08	c number_of_threads(move update): 2
0.00/0.08	c number_of_threads(move evaluation): 2
0.00/0.08	c seed: 617270555
3600.15/2302.91	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4510830-1751201495/watcher-4510830-1751201495 -o /tmp/evaluation-result-4510830-1751201495/solver-4510830-1751201495 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751194186-27055 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 617270555 HOME/instance-4510830-1751201495.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=27975, runsolver pid=27972
Current StackSize limit: 8192 KiB


[startup+0.100103 s]*
/proc/loadavg: 5.45 5.35 5.80 5/253 27977
/proc/meminfo: memFree=129983812/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=94464 memory=22412 CPUtime=0.17 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 4207 0 0 0 15 2 0 0 20 0 2 0 35828680 96731136 5571 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 23616 5571 672 633 0 7063 0
[pid=27975/tid=27977] ppid=27972 vsize=94464 memory=4026531960 CPUtime=0.05 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 619 0 0 0 5 0 0 0 20 0 2 0 35828681 96731136 5603 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 94464 KiB
Current children cumulated memory: 22412 KiB

[startup+0.21292 s]*
/proc/loadavg: 5.45 5.35 5.80 6/253 27977
/proc/meminfo: memFree=129967684/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=108664 memory=36492 CPUtime=0.29 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 7759 0 0 0 26 3 0 0 20 0 2 0 35828680 111271936 9123 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27166 9123 672 633 0 10613 0
[pid=27975/tid=27977] ppid=27972 vsize=108664 memory=664958721904869660 CPUtime=0.06 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 619 0 0 0 6 0 0 0 20 0 2 0 35828681 111271936 9123 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 108664 KiB
Current children cumulated memory: 36492 KiB

[startup+0.312767 s]*
/proc/loadavg: 5.45 5.35 5.80 5/253 27977
/proc/meminfo: memFree=129967684/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=108664 memory=36492 CPUtime=0.39 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 7759 0 0 0 36 3 0 0 20 0 2 0 35828680 111271936 9123 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27166 9123 672 633 0 10613 0
[pid=27975/tid=27977] ppid=27972 vsize=108664 memory=7970112989139779699 CPUtime=0.06 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 619 0 0 0 6 0 0 0 20 0 2 0 35828681 111271936 9123 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 108664 KiB
Current children cumulated memory: 36492 KiB

[startup+0.700298 s]
/proc/loadavg: 5.45 5.35 5.80 5/253 27977
/proc/meminfo: memFree=129967684/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=109540 memory=37388 CPUtime=0.86 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 7983 0 0 0 83 3 0 0 20 0 2 0 35828680 112168960 9347 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27385 9347 672 633 0 10832 0
[pid=27975/tid=27977] ppid=27972 vsize=109540 memory=17408 CPUtime=0.16 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 619 0 0 0 16 0 0 0 20 0 2 0 35828681 112168960 9347 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 0.86 s
Current children cumulated vsize: 109540 KiB
Current children cumulated memory: 37388 KiB

[startup+1.50034 s]
/proc/loadavg: 5.45 5.35 5.80 5/253 27977
/proc/meminfo: memFree=129959620/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=110460 memory=38328 CPUtime=2.02 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 13766 0 0 0 198 4 0 0 20 0 2 0 35828680 113111040 9582 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27615 9582 672 633 0 11062 0
[pid=27975/tid=27977] ppid=27972 vsize=110460 memory=17408 CPUtime=0.53 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 877 0 0 0 52 1 0 0 20 0 2 0 35828681 113111040 9582 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 110460 KiB
Current children cumulated memory: 38328 KiB

[startup+3.10754 s]
/proc/loadavg: 5.45 5.35 5.80 5/253 27977
/proc/meminfo: memFree=129959888/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=110504 memory=38516 CPUtime=4.92 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 18756 0 0 0 485 7 0 0 20 0 2 0 35828680 113156096 9629 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27626 9629 672 633 0 11073 0
[pid=27975/tid=27977] ppid=27972 vsize=110504 memory=38328 CPUtime=1.83 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 1062 0 0 0 181 2 0 0 20 0 2 0 35828681 113156096 9629 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 110504 KiB
Current children cumulated memory: 38516 KiB

[startup+6.3002 s]
/proc/loadavg: 5.41 5.34 5.80 6/253 27977
/proc/meminfo: memFree=129960140/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=110656 memory=38652 CPUtime=10.18 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 26252 0 0 0 1008 10 0 0 20 0 2 0 35828680 113311744 9663 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27664 9663 672 633 0 11111 0
[pid=27975/tid=27977] ppid=27972 vsize=110656 memory=17408 CPUtime=3.92 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 1823 0 0 0 389 3 0 0 20 0 2 0 35828681 113311744 9663 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 10.18 s
Current children cumulated vsize: 110656 KiB
Current children cumulated memory: 38652 KiB

[startup+12.7002 s]
/proc/loadavg: 5.46 5.36 5.80 6/253 27977
/proc/meminfo: memFree=129960156/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=111564 memory=39420 CPUtime=20.77 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 37499 0 0 0 2061 16 0 0 20 0 2 0 35828680 114241536 9855 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27891 9855 672 633 0 11338 0
[pid=27975/tid=27977] ppid=27972 vsize=111564 memory=39420 CPUtime=8.16 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 3504 0 0 0 811 5 0 0 20 0 2 0 35828681 114241536 9855 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 20.77 s
Current children cumulated vsize: 111564 KiB
Current children cumulated memory: 39420 KiB

[startup+25.5004 s]
/proc/loadavg: 5.44 5.35 5.79 5/253 27977
/proc/meminfo: memFree=129960912/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=111920 memory=39676 CPUtime=37.15 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 48870 0 0 0 3693 22 0 0 20 0 2 0 35828680 114606080 9919 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27980 9919 672 633 0 11427 0
[pid=27975/tid=27977] ppid=27972 vsize=111920 memory=39420 CPUtime=11.79 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 4002 0 0 0 1173 6 0 0 20 0 2 0 35828681 114606080 9919 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 37.15 s
Current children cumulated vsize: 111920 KiB
Current children cumulated memory: 39676 KiB

[startup+51.1053 s]
/proc/loadavg: 5.30 5.33 5.77 6/253 27977
/proc/meminfo: memFree=129961668/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=111920 memory=39804 CPUtime=73.35 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 65172 0 0 0 7302 33 0 0 20 0 2 0 35828680 114606080 9951 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 27980 9951 672 633 0 11427 0
[pid=27975/tid=27977] ppid=27972 vsize=111920 memory=17408 CPUtime=22.52 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 4854 0 0 0 2243 9 0 0 20 0 2 0 35828681 114606080 9951 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 73.35 s
Current children cumulated vsize: 111920 KiB
Current children cumulated memory: 39804 KiB

[startup+102.3 s]
/proc/loadavg: 4.99 5.24 5.72 5/253 27979
/proc/meminfo: memFree=129951948/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112052 memory=39804 CPUtime=156.44 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 65679 0 0 0 15581 63 0 0 20 0 2 0 35828680 114741248 9951 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28013 9951 672 633 0 11460 0
[pid=27975/tid=27977] ppid=27972 vsize=112052 memory=17408 CPUtime=54.76 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 5036 0 0 0 5455 21 0 0 20 0 2 0 35828681 114741248 9951 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 156.44 s
Current children cumulated vsize: 112052 KiB
Current children cumulated memory: 39804 KiB

[startup+162.3 s]
/proc/loadavg: 4.71 5.12 5.64 6/254 27982
/proc/meminfo: memFree=129947708/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=253.58 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 65879 0 0 0 25262 96 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=39932 CPUtime=92.27 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 5105 0 0 0 9190 37 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 253.58 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+222.3 s]
/proc/loadavg: 4.73 5.05 5.58 5/254 27984
/proc/meminfo: memFree=129948232/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=350.72 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 66668 0 0 0 34941 131 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=17408 CPUtime=129.83 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 5108 0 0 0 12931 52 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 350.72 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+282.3 s]
/proc/loadavg: 4.56 4.95 5.51 5/254 27986
/proc/meminfo: memFree=129951784/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=447.71 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 66812 0 0 0 44606 165 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=40060 CPUtime=167.18 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 5180 0 0 0 16650 68 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 447.71 s
Current children cumulated vsize: 112184 KiB

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

/proc/meminfo: memFree=129899468/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=2687.81 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 83857 0 0 0 267870 911 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=17408 CPUtime=977.07 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6260 0 0 0 97212 495 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 2687.81 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+1782.3 s]
/proc/loadavg: 5.70 5.73 5.65 7/257 28167
/proc/meminfo: memFree=129903456/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=2782.23 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 84880 0 0 0 277281 942 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=40060 CPUtime=1011.92 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6407 0 0 0 100678 514 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 2782.23 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+1842.3 s]
/proc/loadavg: 6.12 5.82 5.68 9/256 28215
/proc/meminfo: memFree=129874420/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=2876.56 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 85829 0 0 0 286681 975 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=5632 CPUtime=1046.66 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6523 0 0 0 104133 533 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 2876.56 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+1902.3 s]
/proc/loadavg: 6.31 5.94 5.73 8/255 28217
/proc/meminfo: memFree=129883072/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=2970.73 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 86778 0 0 0 296067 1006 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=5632 CPUtime=1081.27 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 6594 0 0 0 107577 550 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 2970.73 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+1962.3 s]
/proc/loadavg: 6.71 6.11 5.80 9/255 28219
/proc/meminfo: memFree=129894200/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3065.08 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 86813 0 0 0 305467 1041 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=40060 CPUtime=1116.02 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6594 0 0 0 111032 570 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3065.08 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+2022.3 s]
/proc/loadavg: 6.88 6.26 5.88 6/255 28220
/proc/meminfo: memFree=129871500/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3159.39 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 87556 0 0 0 314867 1072 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=17408 CPUtime=1150.76 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 6677 0 0 0 114486 590 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3159.39 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+2082.3 s]
/proc/loadavg: 7.02 6.42 5.96 7/255 28222
/proc/meminfo: memFree=129881612/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3253.61 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 87800 0 0 0 324258 1103 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=11264 CPUtime=1185.41 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) S 27972 27975 27042 0 -1 4194368 6747 0 0 0 117932 609 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3253.61 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+2142.3 s]
/proc/loadavg: 6.96 6.54 6.03 8/254 28224
/proc/meminfo: memFree=129883720/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3347.83 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 87813 0 0 0 333650 1133 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=40060 CPUtime=1220.05 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6750 0 0 0 121377 628 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3347.83 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+2202.3 s]
/proc/loadavg: 7.07 6.64 6.10 9/253 28228
/proc/meminfo: memFree=129883024/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3442.05 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 87813 0 0 0 343040 1165 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=40060 CPUtime=1254.69 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6750 0 0 0 124822 647 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3442.05 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

[startup+2262.3 s]
/proc/loadavg: 6.84 6.67 6.14 7/254 28235
/proc/meminfo: memFree=129887540/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3536.31 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 88779 0 0 0 352438 1193 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=14340 CPUtime=1289.39 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6898 0 0 0 128276 663 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3536.31 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2302.9 s]
/proc/loadavg: 6.87 6.70 6.18 7/254 28236
/proc/meminfo: memFree=129887336/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3600.15 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 88779 0 0 0 358801 1214 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=14340 CPUtime=1312.92 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6898 0 0 0 130617 675 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.04 s, system=12.1432 s

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

[startup+2302.9 s]
/proc/loadavg: 6.87 6.70 6.18 7/254 28236
/proc/meminfo: memFree=129887336/131382112 swapFree=33010684/33010684
[pid=27975] ppid=27972 vsize=112184 memory=40060 CPUtime=3600.15 cores=5,7
/proc/27975/stat : 27975 (pb_competition_) R 27972 27975 27042 0 -1 4194304 88779 0 0 0 358801 1214 0 0 20 0 2 0 35828680 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
/proc/27975/statm: 28046 10015 672 633 0 11493 0
[pid=27975/tid=27977] ppid=27972 vsize=112184 memory=14340 CPUtime=1312.92 cores=5,7
/proc/27975/task/27977/stat : 27977 (pb_competition_) R 27972 27975 27042 0 -1 4194368 6898 0 0 0 130617 675 0 0 20 0 2 0 35828681 114876416 10015 18446744073709551615 4198400 6788177 140728864402160 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 30838784 140728864405850 140728864405976 140728864405976 140728864411578 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 112184 KiB
Current children cumulated memory: 40060 KiB

Child status: 0

Real time (s): 2302.92
CPU time (s): 3600.18
CPU user time (s): 3588.04
CPU system time (s): 12.1432
CPU usage (%): 156.331
Max. virtual memory (cumulated for all children) (KiB): 112184
Max. memory (cumulated for all children) (KiB): 40060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.04
system time used= 12.1432
maximum resident set size= 40060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89494
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= 548778
involuntary context switches= 40387


# summary of solver processes directly reported to runsolver:
#   pid: 27975
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3588.04
#   total CPU system time (s): 12.1432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69199 second user time and 12.3026 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-29 14:51:35
IDJOB=4510830
IDBENCH=160395
IDSOLVER=3347
FILE ID=nodeC007/4510830-1751201495
RUNJOBID= nodeC007-1751194186-27055
SLURM_JOB_ID= 9587595
Free space on /tmp= 433000 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l040-r039-n1.cnf-plain.pb.metafix.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-4510830-1751201495/watcher-4510830-1751201495 -o /tmp/evaluation-result-4510830-1751201495/solver-4510830-1751201495 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751194186-27055 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 617270555 HOME/instance-4510830-1751201495.opb

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

MD5SUM BENCH= 496e1a97745958844c4098fcb049f7a4
RANDOM SEED=617270555

nodeC007 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.608
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129999724 kB
MemAvailable:   129934864 kB
Buffers:            3280 kB
Cached:           745160 kB
SwapCached:            0 kB
Active:           350408 kB
Inactive:         499832 kB
Active(anon):     119760 kB
Inactive(anon):        0 kB
Active(file):     230648 kB
Inactive(file):   499832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5236 kB
Writeback:             4 kB
AnonPages:        105072 kB
Mapped:           110804 kB
Shmem:             17960 kB
KReclaimable:      88576 kB
Slab:             169916 kB
SReclaimable:      88576 kB
SUnreclaim:        81340 kB
KernelStack:        4112 kB
PageTables:         3204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     460716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     32768 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432996 MiB
End job on nodeC007 at 2025-06-29 15:29:59