Trace number 4481913

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 NameAnswerobjective functionCPU timeWall clock time
Exact 2025-06-02? (TO) 3602.02 3611.82

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
MD5SUMb5fa98c77b2f02bc89c0dd9881e13d7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark4.43506
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data


Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60607 MiB free)
  memory of node 1: 64507 MiB (59450 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4481913-1751322206/watcher-4481913-1751322206 -o /tmp/evaluation-result-4481913-1751322206/solver-4481913-1751322206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751313534-44108 --watchdog 3760 HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1789990165 --ls=360 HOME/instance-4481913-1751322206.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100103 s]*
/proc/loadavg: 4.06 4.10 4.12 5/251 45450
/proc/meminfo: memFree=122854328/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=99124 memory=75504 CPUtime=0.09 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 8211 0 0 0 7 2 0 0 20 0 1 0 47900403 101502976 18876 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 24781 18876 1024 1200 0 23261 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 99124 KiB
Current children cumulated memory: 75504 KiB

[startup+0.210906 s]*
/proc/loadavg: 4.06 4.10 4.12 6/251 45450
/proc/meminfo: memFree=122836876/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=110024 memory=87172 CPUtime=0.2 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 11305 0 0 0 17 3 0 0 20 0 1 0 47900403 112664576 21793 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 27506 21793 1024 1200 0 25986 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 110024 KiB
Current children cumulated memory: 87172 KiB

[startup+0.310833 s]*
/proc/loadavg: 4.06 4.10 4.12 6/251 45450
/proc/meminfo: memFree=122802664/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=122700 memory=99416 CPUtime=0.31 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 13703 0 0 0 27 4 0 0 20 0 1 0 47900403 125644800 24854 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 30675 24854 1024 1200 0 29155 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 122700 KiB
Current children cumulated memory: 99416 KiB

[startup+0.700325 s]
/proc/loadavg: 4.06 4.10 4.12 6/251 45450
/proc/meminfo: memFree=122758624/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=171432 memory=145012 CPUtime=0.69 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 22287 0 0 0 62 7 0 0 20 0 1 0 47900403 175546368 36221 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 42858 36221 1024 1200 0 41338 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 171432 KiB
Current children cumulated memory: 145012 KiB

[startup+1.50029 s]
/proc/loadavg: 4.06 4.10 4.12 5/251 45450
/proc/meminfo: memFree=122690012/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=341440 memory=293952 CPUtime=1.49 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 45253 0 0 0 135 14 0 0 20 0 1 0 47900403 349634560 73488 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 85360 73488 1024 1200 0 83840 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 341440 KiB
Current children cumulated memory: 293952 KiB

[startup+3.11323 s]
/proc/loadavg: 4.06 4.10 4.12 5/251 45495
/proc/meminfo: memFree=122576952/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=3.08 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61419 0 0 0 290 18 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+6.30032 s]
/proc/loadavg: 4.06 4.10 4.12 6/251 45495
/proc/meminfo: memFree=122577036/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=6.25 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61448 0 0 0 607 18 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+12.7003 s]
/proc/loadavg: 4.05 4.09 4.12 6/251 45495
/proc/meminfo: memFree=122577384/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=12.61 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61477 0 0 0 1243 18 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+25.5003 s]
/proc/loadavg: 4.04 4.09 4.12 6/251 45496
/proc/meminfo: memFree=122569512/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=25.33 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61506 0 0 0 2515 18 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+51.1133 s]
/proc/loadavg: 4.08 4.10 4.12 6/251 45541
/proc/meminfo: memFree=122744188/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=50.8 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61929 0 0 0 5062 18 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.12 6/251 45543
/proc/meminfo: memFree=122714252/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=101.72 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 61988 0 0 0 10153 19 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 101.72 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.12 6/251 45545
/proc/meminfo: memFree=122700804/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=378900 CPUtime=161.4 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 62060 0 0 0 16121 19 0 0 20 0 1 0 47900403 429416448 94725 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94725 1024 1200 0 103318 0
Current children cumulated CPU time: 161.4 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 378900 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.08 4.10 6/251 45547
/proc/meminfo: memFree=122743460/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=379668 CPUtime=221.09 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 62155 0 0 0 22090 19 0 0 20 0 1 0 47900403 429416448 94917 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 94917 1024 1200 0 103318 0
Current children cumulated CPU time: 221.09 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 379668 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.10 6/251 45549
/proc/meminfo: memFree=122741764/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=383124 CPUtime=280.8 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 62280 0 0 0 28061 19 0 0 20 0 1 0 47900403 429416448 95781 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 95781 1024 1200 0 103318 0
Current children cumulated CPU time: 280.8 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 383124 KiB

[startup+342.3 s]
/proc/loadavg: 4.17 4.11 4.10 6/249 45551
/proc/meminfo: memFree=122742572/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=419352 memory=385172 CPUtime=340.57 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 62384 0 0 0 34038 19 0 0 20 0 1 0 47900403 429416448 96293 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 104838 96293 1024 1200 0 103318 0
Current children cumulated CPU time: 340.57 s
Current children cumulated vsize: 419352 KiB
Current children cumulated memory: 385172 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.10 4.10 5/249 45597
/proc/meminfo: memFree=122218660/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=676140 memory=623600 CPUtime=400.39 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 78228 0 0 0 40011 28 0 0 20 0 1 0 47900403 692367360 155900 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 169035 155900 1248 1200 0 167515 0
Current children cumulated CPU time: 400.39 s
Current children cumulated vsize: 676140 KiB
Current children cumulated memory: 623600 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/249 45600
/proc/meminfo: memFree=122045636/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=676140 memory=627696 CPUtime=460.26 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 78327 0 0 0 45998 28 0 0 20 0 1 0 47900403 692367360 156924 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 169035 156924 1248 1200 0 167515 0
Current children cumulated CPU time: 460.26 s

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

[startup+3042.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/250 45740
/proc/meminfo: memFree=118922584/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2489628 memory=2320396 CPUtime=3033.88 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 310315 0 0 0 303278 110 0 0 20 0 1 0 47900403 2549379072 580099 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 622407 580099 1312 1200 0 620887 0
Current children cumulated CPU time: 3033.88 s
Current children cumulated vsize: 2489628 KiB
Current children cumulated memory: 2320396 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/250 45742
/proc/meminfo: memFree=118890216/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2527380 memory=2355760 CPUtime=3093.73 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 317688 0 0 0 309261 112 0 0 20 0 1 0 47900403 2588037120 588940 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 631845 588940 1312 1200 0 630325 0
Current children cumulated CPU time: 3093.73 s
Current children cumulated vsize: 2527380 KiB
Current children cumulated memory: 2355760 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/250 45744
/proc/meminfo: memFree=118890788/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2528392 memory=2356528 CPUtime=3153.59 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 318419 0 0 0 315247 112 0 0 20 0 1 0 47900403 2589073408 589132 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 632098 589132 1312 1200 0 630578 0
Current children cumulated CPU time: 3153.59 s
Current children cumulated vsize: 2528392 KiB
Current children cumulated memory: 2356528 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.13 4.10 5/250 45746
/proc/meminfo: memFree=118877380/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2528680 memory=2356656 CPUtime=3213.45 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 318867 0 0 0 321232 113 0 0 20 0 1 0 47900403 2589368320 589164 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 632170 589164 1312 1200 0 630650 0
Current children cumulated CPU time: 3213.45 s
Current children cumulated vsize: 2528680 KiB
Current children cumulated memory: 2356656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/251 45749
/proc/meminfo: memFree=118850096/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2528680 memory=2356656 CPUtime=3273.3 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 319397 0 0 0 327217 113 0 0 20 0 1 0 47900403 2589368320 589164 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 632170 589164 1312 1200 0 630650 0
Current children cumulated CPU time: 3273.3 s
Current children cumulated vsize: 2528680 KiB
Current children cumulated memory: 2356656 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/250 45751
/proc/meminfo: memFree=118800792/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2560108 memory=2386604 CPUtime=3333.16 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 323780 0 0 0 333200 116 0 0 20 0 1 0 47900403 2621550592 596651 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 640027 596651 1312 1200 0 638507 0
Current children cumulated CPU time: 3333.16 s
Current children cumulated vsize: 2560108 KiB
Current children cumulated memory: 2386604 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 45753
/proc/meminfo: memFree=118774484/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2391368 CPUtime=3393 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 324552 0 0 0 339179 121 0 0 20 0 1 0 47900403 2625892352 597842 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 597842 1312 1200 0 639567 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2391368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 45755
/proc/meminfo: memFree=118760632/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2392392 CPUtime=3452.86 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 325426 0 0 0 345163 123 0 0 20 0 1 0 47900403 2625892352 598098 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598098 1312 1200 0 639567 0
Current children cumulated CPU time: 3452.86 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2392392 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 45757
/proc/meminfo: memFree=118764236/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2392392 CPUtime=3512.71 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326127 0 0 0 351148 123 0 0 20 0 1 0 47900403 2625892352 598098 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598098 1312 1200 0 639567 0
Current children cumulated CPU time: 3512.71 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2392392 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/249 45759
/proc/meminfo: memFree=118737288/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2392392 CPUtime=3572.56 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326609 0 0 0 357133 123 0 0 20 0 1 0 47900403 2625892352 598098 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598098 1312 1200 0 639567 0
Current children cumulated CPU time: 3572.56 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2392392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/247 45759
/proc/meminfo: memFree=120052972/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2394312 CPUtime=3600 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326694 0 0 0 359877 123 0 0 20 0 1 0 47900403 2625892352 598578 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598578 1312 1200 0 639567 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2394312 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3611.82 s]
# the end of solver process 45449 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3600.77 s, system=1.25624 s

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

[startup+3611.2 s]
/proc/loadavg: 4.13 4.10 4.09 4/245 45799
/proc/meminfo: memFree=120061952/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2394312 CPUtime=3601.39 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326694 0 0 0 360016 123 0 0 20 0 1 0 47900403 2625892352 598578 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598578 1312 1200 0 639567 0
Current children cumulated CPU time: 3601.39 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2394312 KiB

[startup+3611.6 s]
/proc/loadavg: 4.13 4.10 4.09 4/245 45799
/proc/meminfo: memFree=120061952/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2394312 CPUtime=3601.79 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326694 0 0 0 360056 123 0 0 20 0 1 0 47900403 2625892352 598578 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598578 1312 1200 0 639567 0
Current children cumulated CPU time: 3601.79 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2394312 KiB

[startup+3611.8 s]
/proc/loadavg: 4.13 4.10 4.09 4/245 45799
/proc/meminfo: memFree=120061952/131382112 swapFree=33010684/33010684
[pid=45449] ppid=45446 vsize=2564348 memory=2394312 CPUtime=3601.99 cores=1,3
/proc/45449/stat : 45449 (Exact) R 45446 45449 44096 0 -1 4194304 326694 0 0 0 360076 123 0 0 20 0 1 0 47900403 2625892352 598578 18446744073709551615 4198400 9112445 140726720522368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 10316848 10407236 40550400 140726720526650 140726720526829 140726720526829 140726720532431 0
/proc/45449/statm: 641087 598578 1312 1200 0 639567 0
Current children cumulated CPU time: 3601.99 s
Current children cumulated vsize: 2564348 KiB
Current children cumulated memory: 2394312 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.82
CPU time (s): 3602.02
CPU user time (s): 3600.77
CPU system time (s): 1.25624
CPU usage (%): 99.7288
Max. virtual memory (cumulated for all children) (KiB): 2564348
Max. memory (cumulated for all children) (KiB): 2394312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.77
system time used= 1.25624
maximum resident set size= 2394312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326694
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= 98
involuntary context switches= 2556


# summary of solver processes directly reported to runsolver:
#   pid: 45449
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3600.77
#   total CPU system time (s): 1.25624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6473 second user time and 34.4399 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 00:23:26
IDJOB=4481913
IDBENCH=147466
IDSOLVER=3317
FILE ID=nodeC009/4481913-1751322206
RUNJOBID= nodeC009-1751313534-44108
SLURM_JOB_ID= 9594312
Free space on /tmp= 432616 MiB

SOLVER NAME= Exact 2025-06-02
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/roussel/factor/normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498.opb
COMMAND LINE= HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=RANDOMSEED --ls=360 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4481913-1751322206/watcher-4481913-1751322206 -o /tmp/evaluation-result-4481913-1751322206/solver-4481913-1751322206 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751313534-44108 --watchdog 3760  HOME/Exact --print-uniform=0 --verbosity=0 --print-sol --seed=1789990165 --ls=360 HOME/instance-4481913-1751322206.opb

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

MD5SUM BENCH= b5fa98c77b2f02bc89c0dd9881e13d7c
RANDOM SEED=1789990165

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        122939200 kB
MemAvailable:   129605072 kB
Buffers:            3280 kB
Cached:          7438048 kB
SwapCached:            0 kB
Active:           647944 kB
Inactive:        7139960 kB
Active(anon):     363568 kB
Inactive(anon):      968 kB
Active(file):     284376 kB
Inactive(file):  7138992 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             37084 kB
Writeback:             4 kB
AnonPages:        349624 kB
Mapped:           117588 kB
Shmem:             17960 kB
KReclaimable:     163880 kB
Slab:             247756 kB
SReclaimable:     163880 kB
SUnreclaim:        83876 kB
KernelStack:        4048 kB
PageTables:         3532 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     730696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    241664 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432620 MiB
End job on nodeC009 at 2025-07-01 01:23:38