Trace number 4502116

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.06 3599.93

General information on the benchmark

NamePB24/normalized-PB10/DEC-LIN/oliveras/
j30/normalized-j3013_3-sat.opb
MD5SUMee6b41de23ada281bd200c4c3c8677fd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.996346
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4774
Total number of constraints14869
Number of constraints which are clauses14565
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints304
Minimum length of a constraint1
Maximum length of a constraint30
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 193
Number of bits of the biggest sum of numbers8
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.15/0.13	c #variable: 4774
0.15/0.13	c #constraint: 14869
0.15/0.13	c #equal: 0
0.15/0.13	c intsize: 8
0.15/0.13	c sizeproduct: 0
0.15/0.13	c #soft: 0
0.15/0.13	c mincost: 0
0.15/0.13	c maxcost: 0
0.15/0.13	c sumcost: 0
0.15/0.13	c iteration_max: -1
0.15/0.13	c time_max: -1
0.15/0.13	c number_of_threads(move update): 2
0.15/0.13	c number_of_threads(move evaluation): 2
0.15/0.13	c seed: 846539931
3600.03/3599.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 (63348 MiB free)
  memory of node 1: 64465 MiB (63757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502116-1751153992/watcher-4502116-1751153992 -o /tmp/evaluation-result-4502116-1751153992/solver-4502116-1751153992 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13095 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 846539931 HOME/instance-4502116-1751153992.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14781, runsolver pid=14778

[startup+0.100072 s]*
/proc/loadavg: 7.17 7.74 7.80 8/255 14783
/proc/meminfo: memFree=130155616/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=94228 memory=23204 CPUtime=0.15 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 3975 0 0 0 14 1 0 0 20 0 2 0 31077889 96489472 5801 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 23557 5801 608 633 0 7313 0
[pid=14781/tid=14783] ppid=14778 vsize=94228 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) R 14778 14781 13082 0 -1 4194368 930 0 0 0 7 0 0 0 20 0 2 0 31077890 96489472 5801 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 0 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 94228 KiB
Current children cumulated memory: 23204 KiB

[startup+0.213303 s]*
/proc/loadavg: 7.17 7.74 7.80 7/255 14783
/proc/meminfo: memFree=130148812/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=104960 memory=35108 CPUtime=0.28 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 6910 0 0 0 25 3 0 0 20 0 2 0 31077889 107479040 8777 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 26240 8777 672 633 0 10233 0
[pid=14781/tid=14783] ppid=14778 vsize=104960 memory=664958721904869660 CPUtime=0.1 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1165 0 0 0 9 1 0 0 20 0 2 0 31077890 107479040 8777 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 104960 KiB
Current children cumulated memory: 35108 KiB

[startup+0.313183 s]*
/proc/loadavg: 7.17 7.74 7.80 7/255 14783
/proc/meminfo: memFree=130148812/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=104960 memory=35108 CPUtime=0.37 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 6914 0 0 0 34 3 0 0 20 0 2 0 31077889 107479040 8777 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 26240 8777 672 633 0 10233 0
[pid=14781/tid=14783] ppid=14778 vsize=104960 memory=7971801830359449969 CPUtime=0.1 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1165 0 0 0 9 1 0 0 20 0 2 0 31077890 107479040 8777 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 104960 KiB
Current children cumulated memory: 35108 KiB

[startup+0.700317 s]
/proc/loadavg: 7.17 7.74 7.80 7/255 14783
/proc/meminfo: memFree=130132684/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=122152 memory=52260 CPUtime=0.81 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 11210 0 0 0 77 4 0 0 20 0 2 0 31077889 125083648 13065 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30538 13065 672 633 0 14531 0
[pid=14781/tid=14783] ppid=14778 vsize=122152 memory=17152 CPUtime=0.17 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1165 0 0 0 16 1 0 0 20 0 2 0 31077890 125083648 13065 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 0.81 s
Current children cumulated vsize: 122152 KiB
Current children cumulated memory: 52260 KiB

[startup+1.50038 s]
/proc/loadavg: 7.17 7.74 7.80 7/255 14783
/proc/meminfo: memFree=130132684/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=122284 memory=52388 CPUtime=1.89 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 17400 0 0 0 183 6 0 0 20 0 2 0 31077889 125218816 13097 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30571 13097 672 633 0 14564 0
[pid=14781/tid=14783] ppid=14778 vsize=122284 memory=17152 CPUtime=0.45 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1223 0 0 0 44 1 0 0 20 0 2 0 31077890 125218816 13097 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 122284 KiB
Current children cumulated memory: 52388 KiB

[startup+3.11293 s]
/proc/loadavg: 7.17 7.74 7.80 7/255 14783
/proc/meminfo: memFree=130132684/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=122416 memory=52516 CPUtime=3.86 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 20162 0 0 0 379 7 0 0 20 0 2 0 31077889 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30604 13129 672 633 0 14597 0
[pid=14781/tid=14783] ppid=14778 vsize=122416 memory=52388 CPUtime=0.82 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1230 0 0 0 81 1 0 0 20 0 2 0 31077890 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 122416 KiB
Current children cumulated memory: 52516 KiB

[startup+6.30029 s]
/proc/loadavg: 7.07 7.71 7.79 8/255 14783
/proc/meminfo: memFree=130132684/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=122416 memory=52516 CPUtime=7.84 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 32314 0 0 0 776 8 0 0 20 0 2 0 31077889 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30604 13129 672 633 0 14597 0
[pid=14781/tid=14783] ppid=14778 vsize=122416 memory=17152 CPUtime=1.64 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) R 14778 14781 13082 0 -1 4194368 1490 0 0 0 162 2 0 0 20 0 2 0 31077890 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 122416 KiB
Current children cumulated memory: 52516 KiB

[startup+12.7003 s]
/proc/loadavg: 6.99 7.68 7.78 7/256 14785
/proc/meminfo: memFree=130132684/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=122416 memory=52516 CPUtime=15.51 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 46017 0 0 0 1541 10 0 0 20 0 2 0 31077889 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30604 13129 672 633 0 14597 0
[pid=14781/tid=14783] ppid=14778 vsize=122416 memory=52516 CPUtime=2.94 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) R 14778 14781 13082 0 -1 4194368 1569 0 0 0 291 3 0 0 20 0 2 0 31077890 125353984 13129 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 15.51 s
Current children cumulated vsize: 122416 KiB
Current children cumulated memory: 52516 KiB

[startup+25.5004 s]
/proc/loadavg: 6.77 7.59 7.75 6/258 14837
/proc/meminfo: memFree=129648408/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=123800 memory=53824 CPUtime=32.73 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 306200 0 0 0 3212 61 0 0 20 0 2 0 31077889 126771200 13456 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 30950 13456 672 633 0 14943 0
[pid=14781/tid=14783] ppid=14778 vsize=123800 memory=53568 CPUtime=7.45 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1839 0 0 0 741 4 0 0 20 0 2 0 31077890 126771200 13456 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 32.73 s
Current children cumulated vsize: 123800 KiB
Current children cumulated memory: 53824 KiB

[startup+51.1134 s]
/proc/loadavg: 6.23 7.40 7.68 6/258 14837
/proc/meminfo: memFree=129646928/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=124972 memory=55092 CPUtime=58.24 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 349106 0 0 0 5755 69 0 0 20 0 2 0 31077889 127971328 13773 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31243 13773 672 633 0 15236 0
[pid=14781/tid=14783] ppid=14778 vsize=124972 memory=55092 CPUtime=7.45 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1839 0 0 0 741 4 0 0 20 0 2 0 31077890 127971328 13773 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 58.24 s
Current children cumulated vsize: 124972 KiB
Current children cumulated memory: 55092 KiB

[startup+102.3 s]
/proc/loadavg: 5.63 7.06 7.55 6/258 14839
/proc/meminfo: memFree=129646544/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125436 memory=55572 CPUtime=109.71 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 457333 0 0 0 10880 91 0 0 20 0 2 0 31077889 128446464 13893 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31359 13893 672 633 0 15352 0
[pid=14781/tid=14783] ppid=14778 vsize=125436 memory=16456 CPUtime=7.93 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 1840 0 0 0 789 4 0 0 20 0 2 0 31077890 128446464 13893 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 109.71 s
Current children cumulated vsize: 125436 KiB
Current children cumulated memory: 55572 KiB

[startup+162.3 s]
/proc/loadavg: 5.94 6.88 7.45 6/258 14841
/proc/meminfo: memFree=129656476/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=124572 memory=54804 CPUtime=176.75 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 2653203 0 0 0 17182 493 0 0 20 0 2 0 31077889 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31143 13701 672 633 0 15136 0
[pid=14781/tid=14783] ppid=14778 vsize=124572 memory=55956 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 176.75 s
Current children cumulated vsize: 124572 KiB
Current children cumulated memory: 54804 KiB

[startup+222.3 s]
/proc/loadavg: 5.70 6.65 7.34 6/257 14843
/proc/meminfo: memFree=129620044/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=124572 memory=54804 CPUtime=236.49 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 5876832 0 0 0 22577 1072 0 0 20 0 2 0 31077889 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31143 13701 672 633 0 15136 0
[pid=14781/tid=14783] ppid=14778 vsize=124572 memory=54804 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 236.49 s
Current children cumulated vsize: 124572 KiB
Current children cumulated memory: 54804 KiB

[startup+282.3 s]
/proc/loadavg: 5.34 6.37 7.19 6/256 14845
/proc/meminfo: memFree=129597584/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125636 memory=55828 CPUtime=296.25 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 9303350 0 0 0 27958 1667 0 0 20 0 2 0 31077889 128651264 13957 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31442 13957 672 633 0 15435 0
[pid=14781/tid=14783] ppid=14778 vsize=125768 memory=16456 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 128786432 13957 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 296.25 s
Current children cumulated vsize: 125636 KiB
Current children cumulated memory: 55828 KiB

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

/proc/meminfo: memFree=129646136/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125040 memory=55060 CPUtime=3044.78 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 163792101 0 0 0 275292 29186 0 0 20 0 2 0 31077889 128040960 13765 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31260 13765 672 633 0 15253 0
[pid=14781/tid=14783] ppid=14778 vsize=125040 memory=54804 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 128040960 13765 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3044.78 s
Current children cumulated vsize: 125040 KiB
Current children cumulated memory: 55060 KiB

[startup+3102.3 s]
/proc/loadavg: 3.24 3.31 3.46 4/248 15022
/proc/meminfo: memFree=129645948/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126148 memory=56212 CPUtime=3104.53 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 167109852 0 0 0 280672 29781 0 0 20 0 2 0 31077889 129175552 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31537 14053 672 633 0 15530 0
[pid=14781/tid=14783] ppid=14778 vsize=126148 memory=56212 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 129175552 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3104.53 s
Current children cumulated vsize: 126148 KiB
Current children cumulated memory: 56212 KiB

[startup+3162.3 s]
/proc/loadavg: 3.27 3.31 3.45 4/249 15026
/proc/meminfo: memFree=129638512/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126016 memory=56212 CPUtime=3164.27 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 170426390 0 0 0 286060 30367 0 0 20 0 2 0 31077889 129040384 14021 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31504 14053 672 633 0 15497 0
[pid=14781/tid=14783] ppid=14778 vsize=126148 memory=56212 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 129175552 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3164.27 s
Current children cumulated vsize: 126016 KiB
Current children cumulated memory: 56212 KiB

[startup+3222.3 s]
/proc/loadavg: 3.22 3.28 3.43 5/249 15028
/proc/meminfo: memFree=129636520/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125752 memory=55828 CPUtime=3224.03 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 173832009 0 0 0 291436 30967 0 0 20 0 2 0 31077889 128770048 13957 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31438 13957 672 633 0 15431 0
[pid=14781/tid=14783] ppid=14778 vsize=125752 memory=56212 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 128770048 13989 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3224.03 s
Current children cumulated vsize: 125752 KiB
Current children cumulated memory: 55828 KiB

[startup+3282.3 s]
/proc/loadavg: 3.18 3.26 3.41 4/249 15030
/proc/meminfo: memFree=129636528/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126164 memory=56212 CPUtime=3283.78 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 177101036 0 0 0 296818 31560 0 0 20 0 2 0 31077889 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31541 14053 672 633 0 15534 0
[pid=14781/tid=14783] ppid=14778 vsize=126164 memory=55060 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3283.78 s
Current children cumulated vsize: 126164 KiB
Current children cumulated memory: 56212 KiB

[startup+3342.3 s]
/proc/loadavg: 3.11 3.22 3.39 4/249 15032
/proc/meminfo: memFree=129628336/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125768 memory=55828 CPUtime=3343.53 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 180434942 0 0 0 302199 32154 0 0 20 0 2 0 31077889 128786432 13957 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31442 13957 672 633 0 15435 0
[pid=14781/tid=14783] ppid=14778 vsize=125768 memory=55060 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 128786432 13957 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3343.53 s
Current children cumulated vsize: 125768 KiB
Current children cumulated memory: 55828 KiB

[startup+3402.3 s]
/proc/loadavg: 3.68 3.34 3.42 4/249 15034
/proc/meminfo: memFree=129628344/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=124572 memory=54804 CPUtime=3403.27 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 183701283 0 0 0 307586 32741 0 0 20 0 2 0 31077889 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31143 13701 672 633 0 15136 0
[pid=14781/tid=14783] ppid=14778 vsize=124572 memory=55060 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3403.27 s
Current children cumulated vsize: 124572 KiB
Current children cumulated memory: 54804 KiB

[startup+3462.3 s]
/proc/loadavg: 3.36 3.35 3.42 3/239 15067
/proc/meminfo: memFree=129765436/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=125040 memory=55316 CPUtime=3463.02 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 187714212 0 0 0 312943 33359 0 0 20 0 2 0 31077889 128040960 13797 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31405 13829 672 633 0 15398 0
[pid=14781/tid=14783] ppid=14778 vsize=125620 memory=16456 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 128634880 13893 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3463.02 s
Current children cumulated vsize: 125040 KiB
Current children cumulated memory: 55316 KiB

[startup+3522.3 s]
/proc/loadavg: 2.22 3.05 3.31 2/232 15099
/proc/meminfo: memFree=130293488/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126164 memory=56212 CPUtime=3522.76 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 192863747 0 0 0 318212 34064 0 0 20 0 2 0 31077889 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31541 14053 672 633 0 15534 0
[pid=14781/tid=14783] ppid=14778 vsize=126164 memory=55060 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3522.76 s
Current children cumulated vsize: 126164 KiB
Current children cumulated memory: 56212 KiB

[startup+3582.3 s]
/proc/loadavg: 1.51 2.69 3.17 2/232 15101
/proc/meminfo: memFree=130293488/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126164 memory=56212 CPUtime=3582.51 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 197931548 0 0 0 323468 34783 0 0 20 0 2 0 31077889 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31541 14053 672 633 0 15534 0
[pid=14781/tid=14783] ppid=14778 vsize=126164 memory=54804 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 129191936 14053 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3582.51 s
Current children cumulated vsize: 126164 KiB
Current children cumulated memory: 56212 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.9 s]
/proc/loadavg: 1.40 2.60 3.13 2/232 15101
/proc/meminfo: memFree=130293488/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126148 memory=54804 CPUtime=3600.03 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 199452935 0 0 0 325009 34994 0 0 20 0 2 0 31077889 129175552 14085 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31537 13701 672 633 0 15530 0
[pid=14781/tid=14783] ppid=14778 vsize=124572 memory=16456 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 126148 KiB
Current children cumulated memory: 54804 KiB

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

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

# cumulated CPU time of all completed processes:  user=3250.11 s, system=349.947 s

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

[startup+3599.9 s]
/proc/loadavg: 1.40 2.60 3.13 2/232 15101
/proc/meminfo: memFree=130293488/131382120 swapFree=33010684/33010684
[pid=14781] ppid=14778 vsize=126148 memory=54804 CPUtime=3600.03 cores=5,7
/proc/14781/stat : 14781 (pb_competition_) R 14778 14781 13082 0 -1 4194304 199452935 0 0 0 325009 34994 0 0 20 0 2 0 31077889 129175552 14085 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
/proc/14781/statm: 31537 13701 672 633 0 15530 0
[pid=14781/tid=14783] ppid=14778 vsize=124572 memory=16456 CPUtime=15.35 cores=5,7
/proc/14781/task/14783/stat : 14783 (pb_competition_) S 14778 14781 13082 0 -1 4194368 2168 0 0 0 1523 12 0 0 20 0 2 0 31077890 127561728 13701 18446744073709551615 4198400 6788177 140732578401776 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 38113280 140732578408794 140732578408920 140732578408920 140732578414522 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 126148 KiB
Current children cumulated memory: 54804 KiB

Child status: 0

Real time (s): 3599.93
CPU time (s): 3600.06
CPU user time (s): 3250.11
CPU system time (s): 349.947
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 126320
Max. memory (cumulated for all children) (KiB): 56468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3250.12
system time used= 349.947
maximum resident set size= 56468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199454187
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= 3859
involuntary context switches= 5266


# summary of solver processes directly reported to runsolver:
#   pid: 14781
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3250.11
#   total CPU system time (s): 349.947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.2051 second user time and 28.2398 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 01:39:52
IDJOB=4502116
IDBENCH=153724
IDSOLVER=3347
FILE ID=nodeC003/4502116-1751153992
RUNJOBID= nodeC003-1751144447-13095
SLURM_JOB_ID= 9587440
Free space on /tmp= 433024 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB10/DEC-LIN/oliveras/j30/normalized-j3013_3-sat.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-4502116-1751153992/watcher-4502116-1751153992 -o /tmp/evaluation-result-4502116-1751153992/solver-4502116-1751153992 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751144447-13095 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 846539931 HOME/instance-4502116-1751153992.opb

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

MD5SUM BENCH= ee6b41de23ada281bd200c4c3c8677fd
RANDOM SEED=846539931

nodeC003 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.504
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.44
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		: 3491.698
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.44
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		: 3591.481
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.44
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.161
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.44
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.471
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.44
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.335
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.44
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		: 3591.486
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.44
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.289
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        130156008 kB
MemAvailable:   129768976 kB
Buffers:            3280 kB
Cached:           392912 kB
SwapCached:            0 kB
Active:           436188 kB
Inactive:         179700 kB
Active(anon):     237656 kB
Inactive(anon):        0 kB
Active(file):     198532 kB
Inactive(file):   179700 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5660 kB
Writeback:             0 kB
AnonPages:        222772 kB
Mapped:           110416 kB
Shmem:             17960 kB
KReclaimable:      83584 kB
Slab:             161796 kB
SReclaimable:      83584 kB
SUnreclaim:        78212 kB
KernelStack:        4096 kB
PageTables:         3348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     577084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC003 at 2025-06-29 02:39:52