Trace number 4513489

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-01UNSAT 858.682 860.695

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x140split.opb
MD5SUM6d6cd561f3b9d650ea4fe5a812bf9deb
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 benchmark54.9817
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1401
Total number of constraints701
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)701
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c #vars 1401 #constraints 1402 1.00071 1
0.07/0.13	c 1402 constraints
0.07/0.13	c Finish cloning data from SAT to LS
0.07/0.13	c restart_num_ls  -100000 0
32.24/32.43	c Use LS-small
32.24/32.43	c update_LS_target_phase-runLS
39.31/39.56	c restart_num_ls  0 510
39.31/39.56	c LS 90 58
80.22/80.59	c Use LS-small
80.22/80.59	c restart_num_ls  510 1032
80.22/80.59	c LS 80 94
117.54/117.98	c Use LS-small
117.54/117.98	c restart_num_ls  1032 1533
117.54/117.98	c LS 70 94
156.67/157.17	c Use LS-small
156.67/157.17	c restart_num_ls  1533 2045
156.67/157.17	c LS 60 84
199.65/200.25	c Use LS-small
199.65/200.25	c restart_num_ls  2045 2724
199.65/200.25	c LS 50 74
241.27/241.94	c Use LS-small
241.27/241.94	c restart_num_ls  2724 3544
241.27/241.94	c LS 40 63
281.08/281.82	c Use LS-small
281.08/281.82	c restart_num_ls  3544 4092
281.08/281.82	c LS 30 94
353.01/353.95	c Use LS-small
353.01/353.95	c restart_num_ls  4092 6141
353.01/353.95	c LS 20 46
410.10/411.12	c Use LS-small
410.10/411.12	c restart_num_ls  6141 8185
410.10/411.12	c LS 10 56
522.62/523.99	c Use LS-small
522.62/523.99	c restart_num_ls  8185 12025
572.91/574.35	c Use LS-small
572.91/574.35	c restart_num_ls  12025 12570
613.22/614.79	c Use LS-small
613.22/614.79	c restart_num_ls  12570 13307
662.53/664.11	c Use LS-small
662.53/664.11	c restart_num_ls  13307 14332
725.88/727.65	c Use LS-small
725.88/727.65	c restart_num_ls  14332 16379
827.64/829.60	c Use LS-small
827.64/829.60	c restart_num_ls  16379 17949
858.57/860.69	c Use LS-small
858.57/860.69	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=25463, runsolver pid=25458

[startup+0.100072 s]*
/proc/loadavg: 4.08 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129634012/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=91532 memory=18812 CPUtime=0.07 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 2528 0 0 0 6 1 0 0 20 0 1 0 37355800 93728768 4703 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 22883 4703 2496 595 0 7550 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 91532 KiB
Current children cumulated memory: 18812 KiB

[startup+0.219694 s]*
/proc/loadavg: 4.08 4.09 4.09 7/252 25472
/proc/meminfo: memFree=129633256/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=0.18 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 16 2 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+0.31278 s]*
/proc/loadavg: 4.08 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129633256/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=0.25 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 23 2 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+0.700239 s]
/proc/loadavg: 4.08 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129633004/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=0.61 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 57 4 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+1.50028 s]
/proc/loadavg: 4.08 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129633036/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=1.39 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 131 8 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+3.11262 s]
/proc/loadavg: 4.07 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129633248/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=3.01 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 285 16 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+6.30027 s]
/proc/loadavg: 4.07 4.09 4.09 5/252 25472
/proc/meminfo: memFree=129633472/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=6.18 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 587 31 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+12.7003 s]
/proc/loadavg: 4.06 4.08 4.09 5/250 25498
/proc/meminfo: memFree=129633280/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=12.57 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 1198 59 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+25.5003 s]
/proc/loadavg: 4.05 4.08 4.09 5/252 25563
/proc/meminfo: memFree=129628200/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=95792 memory=23036 CPUtime=25.34 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 3595 0 0 0 2418 116 0 0 20 0 1 0 37355800 98091008 5759 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 23948 5759 2496 595 0 8615 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 95792 KiB
Current children cumulated memory: 23036 KiB

[startup+51.1125 s]
/proc/loadavg: 4.11 4.09 4.09 5/252 25698
/proc/meminfo: memFree=129616888/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=100232 memory=30276 CPUtime=50.9 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 6082 0 0 0 4881 209 0 0 20 0 1 0 37355800 102637568 7569 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 25058 7569 2528 595 0 9725 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 100232 KiB
Current children cumulated memory: 30276 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/250 25789
/proc/meminfo: memFree=129604944/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=101916 memory=31992 CPUtime=101.97 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 8626 0 0 0 9787 410 0 0 20 0 1 0 37355800 104361984 7998 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 25479 7998 2528 595 0 10146 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 101916 KiB
Current children cumulated memory: 31992 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/250 25836
/proc/meminfo: memFree=129605652/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=102380 memory=32796 CPUtime=161.84 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 11810 0 0 0 15555 629 0 0 20 0 1 0 37355800 104837120 8199 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 25595 8199 2528 595 0 10262 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 102380 KiB
Current children cumulated memory: 32796 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/251 25888
/proc/meminfo: memFree=129568016/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=103008 memory=33212 CPUtime=221.71 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 14162 0 0 0 21307 864 0 0 20 0 1 0 37355800 105480192 8303 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 25752 8303 2528 595 0 10419 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 103008 KiB
Current children cumulated memory: 33212 KiB

[startup+282.3 s]
/proc/loadavg: 4.53 4.20 4.13 5/251 25890
/proc/meminfo: memFree=129571932/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=103168 memory=33616 CPUtime=281.57 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 17919 0 0 0 27104 1053 0 0 20 0 1 0 37355800 105644032 8404 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 25792 8404 2528 595 0 10459 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 103168 KiB
Current children cumulated memory: 33616 KiB

[startup+342.3 s]
/proc/loadavg: 4.47 4.27 4.16 5/251 25892
/proc/meminfo: memFree=129537188/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=104148 memory=34352 CPUtime=341.44 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 22488 0 0 0 32936 1208 0 0 20 0 1 0 37355800 106647552 8588 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26037 8588 2528 595 0 10704 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 104148 KiB
Current children cumulated memory: 34352 KiB

[startup+402.3 s]
/proc/loadavg: 4.27 4.25 4.16 5/251 25894
/proc/meminfo: memFree=129538360/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=104372 memory=34576 CPUtime=401.3 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 28503 0 0 0 38760 1370 0 0 20 0 1 0 37355800 106876928 8644 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26093 8644 2528 595 0 10760 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 104372 KiB
Current children cumulated memory: 34576 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.20 4.14 5/251 25898
/proc/meminfo: memFree=129542596/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=104660 memory=34960 CPUtime=461.18 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 33563 0 0 0 44592 1526 0 0 20 0 1 0 37355800 107171840 8740 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26165 8740 2528 595 0 10832 0
Current children cumulated CPU time: 461.18 s
Current children cumulated vsize: 104660 KiB
Current children cumulated memory: 34960 KiB

[startup+522.3 s]
/proc/loadavg: 4.14 4.19 4.14 5/250 25900
/proc/meminfo: memFree=129531384/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=105264 memory=35408 CPUtime=521.02 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 38541 0 0 0 50566 1536 0 0 20 0 1 0 37355800 107790336 8852 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26316 8852 2528 595 0 10983 0
Current children cumulated CPU time: 521.02 s
Current children cumulated vsize: 105264 KiB
Current children cumulated memory: 35408 KiB

[startup+582.3 s]
/proc/loadavg: 4.50 4.27 4.17 5/251 25905
/proc/meminfo: memFree=129540332/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=105616 memory=35920 CPUtime=580.89 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 38994 0 0 0 56359 1730 0 0 20 0 1 0 37355800 108150784 8980 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26404 8980 2528 595 0 11071 0
Current children cumulated CPU time: 580.89 s
Current children cumulated vsize: 105616 KiB
Current children cumulated memory: 35920 KiB

[startup+642.3 s]
/proc/loadavg: 4.47 4.32 4.20 5/251 26132
/proc/meminfo: memFree=129572400/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=105620 memory=35920 CPUtime=640.77 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 39060 0 0 0 62091 1986 0 0 20 0 1 0 37355800 108154880 8980 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26405 8980 2528 595 0 11072 0
Current children cumulated CPU time: 640.77 s
Current children cumulated vsize: 105620 KiB
Current children cumulated memory: 35920 KiB

[startup+702.3 s]
/proc/loadavg: 4.27 4.29 4.19 5/251 26134
/proc/meminfo: memFree=129491104/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=105912 memory=36096 CPUtime=700.64 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 39633 0 0 0 67904 2160 0 0 20 0 1 0 37355800 108453888 9024 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26478 9024 2528 595 0 11145 0
Current children cumulated CPU time: 700.64 s
Current children cumulated vsize: 105912 KiB
Current children cumulated memory: 36096 KiB

[startup+762.3 s]
/proc/loadavg: 4.15 4.25 4.18 5/251 26136
/proc/meminfo: memFree=129443828/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=106112 memory=36192 CPUtime=760.5 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40017 0 0 0 73741 2309 0 0 20 0 1 0 37355800 108658688 9048 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26528 9048 2528 595 0 11195 0
Current children cumulated CPU time: 760.5 s
Current children cumulated vsize: 106112 KiB
Current children cumulated memory: 36192 KiB

[startup+822.3 s]
/proc/loadavg: 4.17 4.23 4.18 5/252 26143
/proc/meminfo: memFree=129435280/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=820.36 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40624 0 0 0 79717 2319 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 820.36 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+860.695 s]
# the end of solver process 25463 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=833.963 s, system=24.719 s

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

[startup+844.8 s]
/proc/loadavg: 4.12 4.22 4.18 5/252 26143
/proc/meminfo: memFree=129426004/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=842.81 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 81888 2393 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 842.81 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+851.2 s]
/proc/loadavg: 4.11 4.21 4.17 5/252 26143
/proc/meminfo: memFree=129426244/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=849.2 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 82495 2425 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 849.2 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+857.6 s]
/proc/loadavg: 4.09 4.21 4.17 5/250 26143
/proc/meminfo: memFree=129426244/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=855.59 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 83101 2458 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 855.59 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+859.2 s]
/proc/loadavg: 4.09 4.21 4.17 5/250 26143
/proc/meminfo: memFree=129428668/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=857.18 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 83252 2466 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 857.18 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+860 s]*
/proc/loadavg: 4.09 4.21 4.17 5/250 26143
/proc/meminfo: memFree=129428920/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=858 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 83329 2471 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 858 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+860.4 s]
/proc/loadavg: 4.09 4.21 4.17 5/250 26143
/proc/meminfo: memFree=129428920/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=858.37 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 83366 2471 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 858.37 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

[startup+860.6 s]
/proc/loadavg: 4.09 4.21 4.17 5/250 26143
/proc/meminfo: memFree=129428920/131382120 swapFree=33010684/33010684
[pid=25463] ppid=25458 vsize=107084 memory=37228 CPUtime=858.57 cores=4,6
/proc/25463/stat : 25463 (SynLSCD-PS) R 25458 25463 24638 0 -1 4194304 40641 0 0 0 83386 2471 0 0 20 0 1 0 37355800 109654016 9307 18446744073709551615 94433200078848 94433202513849 140734185810384 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94433202994424 94433203027456 94433237004288 140734185818464 140734185818600 140734185818600 140734185824202 0
/proc/25463/statm: 26771 9307 2528 595 0 11438 0
Current children cumulated CPU time: 858.57 s
Current children cumulated vsize: 107084 KiB
Current children cumulated memory: 37228 KiB

Child status: 20

Real time (s): 860.695
CPU time (s): 858.682
CPU user time (s): 833.963
CPU system time (s): 24.719
CPU usage (%): 99.7662
Max. virtual memory (cumulated for all children) (KiB): 107084
Max. memory (cumulated for all children) (KiB): 37228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 833.963
system time used= 24.719
maximum resident set size= 37740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40674
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= 161
involuntary context switches= 719


# summary of solver processes directly reported to runsolver:
#   pid: 25463
#   total CPU time (s): 858.682
#   total CPU user time (s): 833.963
#   total CPU system time (s): 24.719

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.08287 second user time and 7.98406 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 19:06:11
IDJOB=4513489
IDBENCH=162352
IDSOLVER=3370
FILE ID=nodeC003/4513489-1751216771
RUNJOBID= nodeC003-1751209547-24649
SLURM_JOB_ID= 9587643
Free space on /tmp= 432752 MiB

SOLVER NAME= SynLSCD-PS 2025-06-01
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x140split.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-4513489-1751216771/watcher-4513489-1751216771 -o /tmp/evaluation-result-4513489-1751216771/solver-4513489-1751216771 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751209547-24649 --watchdog 3760  SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4513489-1751216771.opb

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

MD5SUM BENCH= 6d6cd561f3b9d650ea4fe5a812bf9deb
RANDOM SEED=1749907044

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129638128 kB
MemAvailable:   129770832 kB
Buffers:            3280 kB
Cached:           942424 kB
SwapCached:            0 kB
Active:           427076 kB
Inactive:         728608 kB
Active(anon):     227940 kB
Inactive(anon):        0 kB
Active(file):     199136 kB
Inactive(file):   728608 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10724 kB
Writeback:             0 kB
AnonPages:        213204 kB
Mapped:           109352 kB
Shmem:             17960 kB
KReclaimable:      89172 kB
Slab:             170932 kB
SReclaimable:      89172 kB
SUnreclaim:        81760 kB
KernelStack:        3968 kB
PageTables:         3360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     519932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432736 MiB
End job on nodeC003 at 2025-06-29 19:20:32