Trace number 4546216

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
SynLSCD-PS 2025-07-23? (TO) 3600.06 3609.03

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
MD5SUM34508937f6127f0a8669d934526c1066
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 benchmark1.25863
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3660
Total number of constraints109861
Number of constraints which are clauses109861
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 constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.17/0.22	c intsize: 6
0.46/0.55	c 109861 constraints
0.46/0.55	c Finish cloning data from SAT to LS
0.46/0.55	c restart_num_ls  -100000 0
65.43/65.70	c Use LS-small
65.43/65.70	c update_LS_target_phase-runLS-restart
321.46/322.40	c restart_num  0 301
321.46/322.40	c LS-restart 90 4
382.62/383.78	c Use LS-small
382.62/383.78	c update_LS_target_phase-runLS-restart
1073.29/1076.10	c restart_num  301 602
1073.29/1076.10	c LS-restart 80 5
1134.45/1137.43	c Use LS-small
1134.45/1137.43	c update_LS_target_phase-runLS-restart
1952.42/1957.49	c restart_num  602 903
1952.42/1957.49	c LS-restart 70 19
2013.68/2018.84	c Use LS-small
2013.68/2018.84	c update_LS_target_phase-runLS-restart
3453.66/3462.33	c restart_num  903 1204
3453.66/3462.33	c LS-restart 60 57
3514.92/3523.71	c Use LS-small
3514.92/3523.71	c update_LS_target_phase-runLS-restart
3600.02/3609.00	c Program interrupted by user.
3600.02/3609.00	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: 63708 MiB (62115 MiB free)
  memory of node 1: 64465 MiB (59410 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546216-1753259701/watcher-4546216-1753259701 -o /tmp/evaluation-result-4546216-1753259701/solver-4546216-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753259701-174021 --watchdog 3760 ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546216-1753259701.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100058 s]*
/proc/loadavg: 0.11 0.10 0.09 4/262 174085
/proc/meminfo: memFree=124405984/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=88876 memory=18044 CPUtime=0.06 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 2042 0 0 0 6 0 0 0 20 0 1 0 241648788 91009024 4511 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 22219 4511 2240 595 0 6886 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 88876 KiB
Current children cumulated memory: 18044 KiB

[startup+0.205516 s]*
/proc/loadavg: 0.11 0.10 0.09 3/261 174089
/proc/meminfo: memFree=124393352/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=93620 memory=24864 CPUtime=0.17 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 3297 0 0 0 16 1 0 0 20 0 1 0 241648788 95866880 6216 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 23405 6216 2240 595 0 8072 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 93620 KiB
Current children cumulated memory: 24864 KiB

[startup+0.305424 s]*
/proc/loadavg: 0.11 0.10 0.09 3/256 174090
/proc/meminfo: memFree=124385432/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=111852 memory=49064 CPUtime=0.26 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 8559 0 0 0 24 2 0 0 20 0 1 0 241648788 114536448 12266 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 27963 12266 2240 595 0 12630 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 111852 KiB
Current children cumulated memory: 49064 KiB

[startup+0.700173 s]
/proc/loadavg: 0.42 0.16 0.11 4/258 174093
/proc/meminfo: memFree=124248600/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216664 CPUtime=0.65 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46534 0 0 0 56 9 0 0 20 0 1 0 241648788 297844736 54166 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54166 2464 595 0 57383 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216664 KiB

[startup+1.50018 s]
/proc/loadavg: 0.42 0.16 0.11 2/255 174098
/proc/meminfo: memFree=124192660/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216792 CPUtime=1.45 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46563 0 0 0 136 9 0 0 20 0 1 0 241648788 297844736 54198 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54198 2464 595 0 57383 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216792 KiB

[startup+3.10535 s]
/proc/loadavg: 0.42 0.16 0.11 2/255 174105
/proc/meminfo: memFree=124210068/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216920 CPUtime=3.05 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46591 0 0 0 296 9 0 0 20 0 1 0 241648788 297844736 54230 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54230 2464 595 0 57383 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216920 KiB

[startup+6.30017 s]
/proc/loadavg: 0.71 0.23 0.13 2/252 174105
/proc/meminfo: memFree=124228992/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216920 CPUtime=6.24 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46594 0 0 0 614 10 0 0 20 0 1 0 241648788 297844736 54230 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54230 2464 595 0 57383 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216920 KiB

[startup+12.7002 s]
/proc/loadavg: 0.97 0.29 0.15 2/252 174105
/proc/meminfo: memFree=124227420/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216920 CPUtime=12.61 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46595 0 0 0 1251 10 0 0 20 0 1 0 241648788 297844736 54230 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54230 2464 595 0 57383 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216920 KiB

[startup+25.5002 s]
/proc/loadavg: 1.76 0.48 0.22 3/254 174167
/proc/meminfo: memFree=124236312/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216920 CPUtime=25.37 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46595 0 0 0 2526 11 0 0 20 0 1 0 241648788 297844736 54230 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54230 2464 595 0 57383 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216920 KiB

[startup+51.1054 s]
/proc/loadavg: 2.64 0.82 0.34 5/264 174217
/proc/meminfo: memFree=121678220/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=290864 memory=216920 CPUtime=50.88 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 46595 0 0 0 5077 11 0 0 20 0 1 0 241648788 297844736 54230 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 72716 54230 2464 595 0 57383 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 290864 KiB
Current children cumulated memory: 216920 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 1.36 0.55 5/263 174323
/proc/meminfo: memFree=123794716/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=450612 memory=338268 CPUtime=101.92 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 50498 0 0 0 10172 20 0 0 20 0 1 0 241648788 461426688 84567 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 112653 84567 2496 595 0 97320 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 450612 KiB
Current children cumulated memory: 338268 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 1.86 0.77 5/264 174355
/proc/meminfo: memFree=123967792/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=469172 memory=366332 CPUtime=161.77 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 53826 0 0 0 16154 23 0 0 20 0 1 0 241648788 480432128 91583 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 117293 91583 2496 595 0 101960 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 469172 KiB
Current children cumulated memory: 366332 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.27 0.98 5/265 174358
/proc/meminfo: memFree=123922396/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=487288 memory=416352 CPUtime=221.61 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 58659 0 0 0 22134 27 0 0 20 0 1 0 241648788 498982912 104088 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 121822 104088 2496 595 0 106489 0
Current children cumulated CPU time: 221.61 s
Current children cumulated vsize: 487288 KiB
Current children cumulated memory: 416352 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 2.61 1.18 5/265 174360
/proc/meminfo: memFree=123907292/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=503180 memory=430796 CPUtime=281.46 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 61838 0 0 0 28117 29 0 0 20 0 1 0 241648788 515256320 107699 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 125795 107699 2496 595 0 110462 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 503180 KiB
Current children cumulated memory: 430796 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 2.90 1.37 5/263 174362
/proc/meminfo: memFree=123884880/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=511664 memory=440912 CPUtime=341.31 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 62906 0 0 0 34100 31 0 0 20 0 1 0 241648788 523943936 110228 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 127916 110228 2496 595 0 112583 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 511664 KiB
Current children cumulated memory: 440912 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.12 1.55 5/263 174364
/proc/meminfo: memFree=123871268/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=511664 memory=440912 CPUtime=401.17 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 62966 0 0 0 40086 31 0 0 20 0 1 0 241648788 523943936 110228 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 127916 110228 2496 595 0 112583 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 511664 KiB
Current children cumulated memory: 440912 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.31 1.71 5/263 174366
/proc/meminfo: memFree=123860508/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=520800 memory=458180 CPUtime=461.02 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 64818 0 0 0 46069 33 0 0 20 0 1 0 241648788 533299200 114545 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 130200 114545 2496 595 0 114867 0
Current children cumulated CPU time: 461.02 s

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

Current children cumulated memory: 813028 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.10 3.96 5/262 174544
/proc/meminfo: memFree=123419408/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=916368 memory=813028 CPUtime=2855.13 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 126731 0 0 0 285411 102 0 0 20 0 1 0 241648788 938360832 203257 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 229092 203257 2496 595 0 213759 0
Current children cumulated CPU time: 2855.13 s
Current children cumulated vsize: 916368 KiB
Current children cumulated memory: 813028 KiB

[startup+2922.3 s]
/proc/loadavg: 4.11 4.10 3.97 5/262 174546
/proc/meminfo: memFree=123418308/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=916368 memory=813028 CPUtime=2914.99 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 126731 0 0 0 291395 104 0 0 20 0 1 0 241648788 938360832 203257 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 229092 203257 2496 595 0 213759 0
Current children cumulated CPU time: 2914.99 s
Current children cumulated vsize: 916368 KiB
Current children cumulated memory: 813028 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.09 3.99 5/262 174548
/proc/meminfo: memFree=123419064/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=916368 memory=813028 CPUtime=2974.83 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 126731 0 0 0 297378 105 0 0 20 0 1 0 241648788 938360832 203257 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 229092 203257 2496 595 0 213759 0
Current children cumulated CPU time: 2974.83 s
Current children cumulated vsize: 916368 KiB
Current children cumulated memory: 813028 KiB

[startup+3042.3 s]
/proc/loadavg: 4.13 4.10 4.00 5/262 174550
/proc/meminfo: memFree=123418780/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=923796 memory=820176 CPUtime=3034.69 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128209 0 0 0 303362 107 0 0 20 0 1 0 241648788 945967104 205044 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 230949 205044 2496 595 0 215616 0
Current children cumulated CPU time: 3034.69 s
Current children cumulated vsize: 923796 KiB
Current children cumulated memory: 820176 KiB

[startup+3102.3 s]
/proc/loadavg: 4.36 4.19 4.04 5/263 174554
/proc/meminfo: memFree=123397252/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=923796 memory=820304 CPUtime=3094.54 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128364 0 0 0 309346 108 0 0 20 0 1 0 241648788 945967104 205076 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 230949 205076 2496 595 0 215616 0
Current children cumulated CPU time: 3094.54 s
Current children cumulated vsize: 923796 KiB
Current children cumulated memory: 820304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.18 4.04 5/263 174560
/proc/meminfo: memFree=123397296/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=923796 memory=820304 CPUtime=3154.4 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128374 0 0 0 315331 109 0 0 20 0 1 0 241648788 945967104 205076 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 230949 205076 2496 595 0 215616 0
Current children cumulated CPU time: 3154.4 s
Current children cumulated vsize: 923796 KiB
Current children cumulated memory: 820304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.16 4.04 5/263 174562
/proc/meminfo: memFree=123384632/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=928148 memory=824556 CPUtime=3214.25 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128899 0 0 0 321315 110 0 0 20 0 1 0 241648788 950423552 206139 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232037 206139 2496 595 0 216704 0
Current children cumulated CPU time: 3214.25 s
Current children cumulated vsize: 928148 KiB
Current children cumulated memory: 824556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.04 5/263 174564
/proc/meminfo: memFree=123384892/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=928148 memory=824684 CPUtime=3274.1 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128952 0 0 0 327299 111 0 0 20 0 1 0 241648788 950423552 206171 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232037 206171 2496 595 0 216704 0
Current children cumulated CPU time: 3274.1 s
Current children cumulated vsize: 928148 KiB
Current children cumulated memory: 824684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.05 5/263 174566
/proc/meminfo: memFree=123381212/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=928148 memory=824684 CPUtime=3333.96 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 128952 0 0 0 333284 112 0 0 20 0 1 0 241648788 950423552 206171 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232037 206171 2496 595 0 216704 0
Current children cumulated CPU time: 3333.96 s
Current children cumulated vsize: 928148 KiB
Current children cumulated memory: 824684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.13 4.05 5/263 174568
/proc/meminfo: memFree=123379048/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=929044 memory=825452 CPUtime=3393.81 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 129133 0 0 0 339267 114 0 0 20 0 1 0 241648788 951341056 206363 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232261 206363 2496 595 0 216928 0
Current children cumulated CPU time: 3393.81 s
Current children cumulated vsize: 929044 KiB
Current children cumulated memory: 825452 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.14 4.05 5/263 174570
/proc/meminfo: memFree=123375540/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=929812 memory=826220 CPUtime=3453.66 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 129325 0 0 0 345251 115 0 0 20 0 1 0 241648788 952127488 206555 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232453 206555 2496 595 0 217120 0
Current children cumulated CPU time: 3453.66 s
Current children cumulated vsize: 929812 KiB
Current children cumulated memory: 826220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.13 4.05 5/263 174572
/proc/meminfo: memFree=123377288/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=929812 memory=826220 CPUtime=3513.52 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 129382 0 0 0 351237 115 0 0 20 0 1 0 241648788 952127488 206555 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232453 206555 2496 595 0 217120 0
Current children cumulated CPU time: 3513.52 s
Current children cumulated vsize: 929812 KiB
Current children cumulated memory: 826220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.06 5/263 174574
/proc/meminfo: memFree=123378220/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=929812 memory=826220 CPUtime=3573.38 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 129382 0 0 0 357222 116 0 0 20 0 1 0 241648788 952127488 206555 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232453 206555 2496 595 0 217120 0
Current children cumulated CPU time: 3573.38 s
Current children cumulated vsize: 929812 KiB
Current children cumulated memory: 826220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.16 4.14 4.06 5/263 174576
/proc/meminfo: memFree=123378352/131249988 swapFree=33010416/33010684
[pid=174075] ppid=174072 vsize=931604 memory=828012 CPUtime=3600.02 cores=0,2
/proc/174075/stat : 174075 (SynLSCD-PS) R 174072 174075 174004 0 -1 4194304 129830 0 0 0 359885 117 0 0 20 0 1 0 241648788 953962496 207003 18446744073709551615 94373621055488 94373623490905 140721643963776 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94373623971064 94373624004096 94373629972480 140721643972989 140721643973127 140721643973127 140721643978731 0
/proc/174075/statm: 232901 207003 2496 595 0 217568 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 931604 KiB
Current children cumulated memory: 828012 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.17967 s

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

Child status: 0

Real time (s): 3609.03
CPU time (s): 3600.06
CPU user time (s): 3598.88
CPU system time (s): 1.17967
CPU usage (%): 99.7514
Max. virtual memory (cumulated for all children) (KiB): 931604
Max. memory (cumulated for all children) (KiB): 828012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.17967
maximum resident set size= 828524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129865
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= 178
involuntary context switches= 7956


# summary of solver processes directly reported to runsolver:
#   pid: 174075
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.17967

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.57284 second user time and 15.2372 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-23 10:35:02
IDJOB=4546216
IDBENCH=147823
IDSOLVER=3422
FILE ID=nodeC031/4546216-1753259701
RUNJOBID= nodeC031-1753259701-174021
SLURM_JOB_ID= 9689186
Free space on /tmp= 432940 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-61-60.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546216-1753259701/watcher-4546216-1753259701 -o /tmp/evaluation-result-4546216-1753259701/solver-4546216-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1753259701-174021 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546216-1753259701.opb

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

MD5SUM BENCH= 34508937f6127f0a8669d934526c1066
RANDOM SEED=1977601264

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        124466944 kB
MemAvailable:   129621164 kB
Buffers:            2128 kB
Cached:          5838384 kB
SwapCached:            8 kB
Active:          1216864 kB
Inactive:        4704604 kB
Active(anon):      96464 kB
Inactive(anon):    10464 kB
Active(file):    1120400 kB
Inactive(file):  4694140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14608 kB
Writeback:             0 kB
AnonPages:         83872 kB
Mapped:           109108 kB
Shmem:             26248 kB
KReclaimable:     357840 kB
Slab:             456628 kB
SReclaimable:     357840 kB
SUnreclaim:        98788 kB
KernelStack:        4192 kB
PageTables:         3132 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     360916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432936 MiB
End job on nodeC031 at 2025-07-23 11:35:12