Trace number 4545246

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-06-01? (TO) 3602.08 3612.9

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-45-21-3-mgd_c18.opb
MD5SUM6b2fe99dba414b0499b72921573350a8
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 benchmark128.51
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4115
Total number of constraints47919
Number of constraints which are clauses44840
Number of constraints which are cardinality constraints (but not clauses)45
Number of constraints which are nor clauses,nor cardinality constraints3034
Minimum length of a constraint1
Maximum length of a constraint195
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 241
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.09/0.10	c #vars 4115 #constraints 48009 11.6668 1
0.58/0.64	c 48009 constraints
0.58/0.64	c Finish cloning data from SAT to LS
0.58/0.64	c restart_num_ls  -100000 0
60.62/60.80	c Use LS-small
60.62/60.80	c update_LS_target_phase-runLS
190.33/190.99	c restart_num  0 301
190.33/190.99	c LS-restart 90 7
250.38/251.14	c Use LS-small
250.38/251.14	c lsphase target phase save
250.38/251.14	c update_LS_target_phase-runLS-restart
990.56/993.35	c restart_num  301 606
990.56/993.35	c LS-restart 80 95
990.56/993.35	c similarity no use LS 0.988821
1876.46/1882.13	c restart_num  606 908
1876.46/1882.13	c LS-restart 80 40
3554.07/3564.81	c Use LS-small
3554.07/3564.81	c restart_num  908 1209
3554.07/3564.81	c LS-restart 70 37

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 (61890 MiB free)
  memory of node 1: 64465 MiB (62391 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100064 s]*
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127264156/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=92344 memory=21620 CPUtime=0.09 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 2904 0 0 0 9 0 0 0 20 0 1 0 237716710 94560256 5405 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 23086 5405 2272 595 0 7753 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 92344 KiB
Current children cumulated memory: 21620 KiB

[startup+0.205588 s]*
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127248532/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=114364 memory=52024 CPUtime=0.19 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 9207 0 0 0 18 1 0 0 20 0 1 0 237716710 117108736 13006 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 28591 13006 2336 595 0 13258 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 114364 KiB
Current children cumulated memory: 52024 KiB

[startup+0.305587 s]*
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127232656/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=134076 memory=77340 CPUtime=0.29 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 13928 0 0 0 27 2 0 0 20 0 1 0 237716710 137293824 19335 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 33519 19335 2336 595 0 18186 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 134076 KiB
Current children cumulated memory: 77340 KiB

[startup+0.700173 s]
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127176712/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=0.68 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56566 0 0 0 58 10 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+1.50018 s]
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127063580/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=1.48 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56568 0 0 0 137 11 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+3.10541 s]
/proc/loadavg: 4.20 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127063740/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=3.08 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56568 0 0 0 295 13 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+6.30016 s]
/proc/loadavg: 4.18 4.14 4.10 5/265 195220
/proc/meminfo: memFree=127063740/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=6.27 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56569 0 0 0 610 17 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.13 4.10 5/265 195220
/proc/meminfo: memFree=127095444/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=12.64 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56570 0 0 0 1241 23 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.13 4.09 5/265 195221
/proc/meminfo: memFree=127140152/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=25.41 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56570 0 0 0 2502 39 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+51.1054 s]
/proc/loadavg: 4.15 4.13 4.10 5/265 195222
/proc/meminfo: memFree=127127240/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=328540 memory=254796 CPUtime=50.95 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 56570 0 0 0 5026 69 0 0 20 0 1 0 237716710 336424960 63699 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 82135 63699 2528 595 0 66802 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 328540 KiB
Current children cumulated memory: 254796 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/265 195224
/proc/meminfo: memFree=127082436/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=393404 memory=298560 CPUtime=102 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 62510 0 0 0 10113 87 0 0 20 0 1 0 237716710 402845696 74640 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 98351 74640 2560 595 0 83018 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 393404 KiB
Current children cumulated memory: 298560 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 195226
/proc/meminfo: memFree=127023640/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=399184 memory=304692 CPUtime=161.82 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 63521 0 0 0 16094 88 0 0 20 0 1 0 237716710 408764416 76173 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 99796 76173 2560 595 0 84463 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 399184 KiB
Current children cumulated memory: 304692 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/264 195228
/proc/meminfo: memFree=127015452/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=402292 memory=308832 CPUtime=221.65 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 64038 0 0 0 22043 122 0 0 20 0 1 0 237716710 411947008 77208 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 100573 77208 2560 595 0 85240 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 402292 KiB
Current children cumulated memory: 308832 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 195231
/proc/meminfo: memFree=127014216/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=403500 memory=308832 CPUtime=281.48 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 64041 0 0 0 27997 151 0 0 20 0 1 0 237716710 413184000 77208 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 100875 77208 2560 595 0 85542 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 403500 KiB
Current children cumulated memory: 308832 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/265 195235
/proc/meminfo: memFree=126999372/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=407668 memory=312928 CPUtime=341.31 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 65086 0 0 0 33979 152 0 0 20 0 1 0 237716710 417452032 78232 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 101917 78232 2560 595 0 86584 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 407668 KiB
Current children cumulated memory: 312928 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 195238
/proc/meminfo: memFree=126968540/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=411624 memory=317020 CPUtime=401.15 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 65598 0 0 0 39962 153 0 0 20 0 1 0 237716710 421502976 79255 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 102906 79255 2560 595 0 87573 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 411624 KiB
Current children cumulated memory: 317020 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/265 195240
/proc/meminfo: memFree=126987016/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=411812 memory=317020 CPUtime=460.97 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 65617 0 0 0 45944 153 0 0 20 0 1 0 237716710 421695488 79255 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 102953 79255 2560 595 0 87620 0

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

[startup+3162.3 s]
/proc/loadavg: 3.07 3.08 3.24 4/259 195435
/proc/meminfo: memFree=126979700/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=439084 memory=371016 CPUtime=3152.63 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71235 0 0 0 315024 239 0 0 20 0 1 0 237716710 449622016 92754 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 109771 92754 2560 595 0 94438 0
Current children cumulated CPU time: 3152.63 s
Current children cumulated vsize: 439084 KiB
Current children cumulated memory: 371016 KiB

[startup+3222.3 s]
/proc/loadavg: 2.75 3.00 3.20 3/252 195467
/proc/meminfo: memFree=127443724/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=439084 memory=371016 CPUtime=3212.45 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71272 0 0 0 321005 240 0 0 20 0 1 0 237716710 449622016 92754 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 109771 92754 2560 595 0 94438 0
Current children cumulated CPU time: 3212.45 s
Current children cumulated vsize: 439084 KiB
Current children cumulated memory: 371016 KiB

[startup+3282.3 s]
/proc/loadavg: 2.34 2.83 3.12 3/252 195470
/proc/meminfo: memFree=127443516/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=439084 memory=371016 CPUtime=3272.26 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71274 0 0 0 326986 240 0 0 20 0 1 0 237716710 449622016 92754 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 109771 92754 2560 595 0 94438 0
Current children cumulated CPU time: 3272.26 s
Current children cumulated vsize: 439084 KiB
Current children cumulated memory: 371016 KiB

[startup+3342.3 s]
/proc/loadavg: 1.97 2.65 3.04 2/245 195503
/proc/meminfo: memFree=128424628/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=440124 memory=372040 CPUtime=3332.08 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71536 0 0 0 332968 240 0 0 20 0 1 0 237716710 450686976 93010 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110031 93010 2560 595 0 94698 0
Current children cumulated CPU time: 3332.08 s
Current children cumulated vsize: 440124 KiB
Current children cumulated memory: 372040 KiB

[startup+3402.3 s]
/proc/loadavg: 1.45 2.37 2.92 2/245 195505
/proc/meminfo: memFree=128416804/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=441212 memory=373192 CPUtime=3391.95 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71808 0 0 0 338954 241 0 0 20 0 1 0 237716710 451801088 93298 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110303 93298 2560 595 0 94970 0
Current children cumulated CPU time: 3391.95 s
Current children cumulated vsize: 441212 KiB
Current children cumulated memory: 373192 KiB

[startup+3462.3 s]
/proc/loadavg: 1.22 2.14 2.80 2/246 195508
/proc/meminfo: memFree=128415464/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442340 memory=374472 CPUtime=3451.81 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71810 0 0 0 344940 241 0 0 20 0 1 0 237716710 452956160 93618 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110585 93618 2560 595 0 95252 0
Current children cumulated CPU time: 3451.81 s
Current children cumulated vsize: 442340 KiB
Current children cumulated memory: 374472 KiB

[startup+3522.3 s]
/proc/loadavg: 1.35 2.02 2.72 2/247 195513
/proc/meminfo: memFree=128415512/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442340 memory=374472 CPUtime=3511.66 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71811 0 0 0 350925 241 0 0 20 0 1 0 237716710 452956160 93618 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110585 93618 2560 595 0 95252 0
Current children cumulated CPU time: 3511.66 s
Current children cumulated vsize: 442340 KiB
Current children cumulated memory: 374472 KiB

[startup+3582.3 s]
/proc/loadavg: 1.21 1.86 2.62 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3571.53 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 356890 263 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3571.53 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.9 s]
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3600.07 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359708 299 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.06 s, system=3.02187 s

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

[startup+3611.2 s]
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3600.37 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359737 300 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

[startup+3612 s]*
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3601.18 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359817 301 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3601.18 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

[startup+3612.4 s]
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3601.57 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359856 301 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3601.57 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

[startup+3612.8 s]
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3601.96 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359895 301 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

[startup+3612.9 s]
/proc/loadavg: 1.20 1.79 2.57 2/247 195520
/proc/meminfo: memFree=128415864/131250000 swapFree=33010160/33010684
[pid=195219] ppid=195216 vsize=442716 memory=374728 CPUtime=3602.06 cores=1,3
/proc/195219/stat : 195219 (SynLSCD-PS) R 195216 195219 191847 0 -1 4194304 71952 0 0 0 359905 301 0 0 20 0 1 0 237716710 453341184 93682 18446744073709551615 94541233545216 94541235980217 140730902881744 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94541236460792 94541236493824 94541273014272 140730902890846 140730902890982 140730902890982 140730902896586 0
/proc/195219/statm: 110679 93682 2560 595 0 95346 0
Current children cumulated CPU time: 3602.06 s
Current children cumulated vsize: 442716 KiB
Current children cumulated memory: 374728 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3612.9
CPU time (s): 3602.08
CPU user time (s): 3599.06
CPU system time (s): 3.02187
CPU usage (%): 99.7004
Max. virtual memory (cumulated for all children) (KiB): 442716
Max. memory (cumulated for all children) (KiB): 374728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.06
system time used= 3.02187
maximum resident set size= 374728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71952
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= 167
involuntary context switches= 20015


# summary of solver processes directly reported to runsolver:
#   pid: 195219
#   total CPU time (s): 3602.08
#   total CPU user time (s): 3599.06
#   total CPU system time (s): 3.02187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36008 second user time and 15.6364 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-22 23:39:52
IDJOB=4545246
IDBENCH=180780
IDSOLVER=3370
FILE ID=nodeC016/4545246-1753220392
RUNJOBID= nodeC016-1753211019-191859
SLURM_JOB_ID= 9687787
Free space on /tmp= 432984 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-45-21-3-mgd_c18.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-4545246-1753220392/watcher-4545246-1753220392 -o /tmp/evaluation-result-4545246-1753220392/solver-4545246-1753220392 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1753211019-191859 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545246-1753220392.opb

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

MD5SUM BENCH= 6b2fe99dba414b0499b72921573350a8
RANDOM SEED=1356655052

nodeC016 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.753
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.48
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		: 3600.039
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.48
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		: 3598.647
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.48
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		: 3599.760
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.48
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.744
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.48
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		: 3599.694
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.48
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.932
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.48
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		: 3693.646
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127264396 kB
MemAvailable:   128129104 kB
Buffers:            2144 kB
Cached:          1580068 kB
SwapCached:           24 kB
Active:          2649204 kB
Inactive:         343168 kB
Active(anon):    1434292 kB
Inactive(anon):     2108 kB
Active(file):    1214912 kB
Inactive(file):   341060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4852 kB
Writeback:             0 kB
AnonPages:       1412416 kB
Mapped:           119824 kB
Shmem:             26240 kB
KReclaimable:     295948 kB
Slab:             395180 kB
SReclaimable:     295948 kB
SUnreclaim:        99232 kB
KernelStack:        4272 kB
PageTables:         5892 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1805708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    716800 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC016 at 2025-07-23 00:40:05