Trace number 4546566

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-07-23? (TO) 3600.07 3611.02

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
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 benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
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.06	c intsize: 45
0.09/0.21	c 5985 constraints
0.09/0.21	c Finish cloning data from SAT to LS
0.09/0.21	c restart_num_ls  -100000 0
4.47/4.58	c Use LS-small
4.47/4.58	c update_LS_target_phase-runLS-restart
747.18/749.34	c restart_num  0 301
747.18/749.34	c LS-restart 90 57
752.26/754.43	c Use LS-small
752.26/754.43	c update_LS_target_phase-runLS-restart
1369.34/1373.47	c restart_num  301 602
1369.34/1373.47	c LS-restart 80 48
1372.64/1376.74	c Use LS-small
1372.64/1376.74	c update_LS_target_phase-runLS-restart
2362.97/2370.18	c restart_num  602 903
2362.97/2370.18	c LS-restart 70 2
2366.14/2373.36	c Use LS-small
2366.14/2373.36	c update_LS_target_phase-runLS-restart
3292.01/3302.05	c restart_num  903 1204
3292.01/3302.05	c LS-restart 60 5
3295.00/3305.10	c Use LS-small
3295.00/3305.10	c update_LS_target_phase-runLS-restart
3600.06/3611.01	c Program interrupted by user.
3600.06/3611.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100097 s]*
/proc/loadavg: 4.14 4.17 4.09 5/250 198340
/proc/meminfo: memFree=126855816/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=87228 memory=14080 CPUtime=0.09 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 1552 0 0 0 8 1 0 0 20 0 1 0 242011211 89321472 3520 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 21807 3520 2240 595 0 6474 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 87228 KiB
Current children cumulated memory: 14080 KiB

[startup+0.213102 s]*
/proc/loadavg: 4.14 4.17 4.09 5/250 198340
/proc/meminfo: memFree=126855816/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=95660 memory=22544 CPUtime=0.2 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 3885 0 0 0 19 1 0 0 20 0 1 0 242011211 97955840 5636 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 23915 5636 2432 595 0 8582 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 95660 KiB
Current children cumulated memory: 22544 KiB

[startup+0.312968 s]*
/proc/loadavg: 4.14 4.17 4.09 5/250 198340
/proc/meminfo: memFree=126855816/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=95660 memory=22544 CPUtime=0.3 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 3885 0 0 0 29 1 0 0 20 0 1 0 242011211 97955840 5636 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 23915 5636 2432 595 0 8582 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 95660 KiB
Current children cumulated memory: 22544 KiB

[startup+0.700258 s]
/proc/loadavg: 4.14 4.17 4.09 5/250 198340
/proc/meminfo: memFree=126855816/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=95660 memory=22544 CPUtime=0.67 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 3885 0 0 0 66 1 0 0 20 0 1 0 242011211 97955840 5636 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 23915 5636 2432 595 0 8582 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 95660 KiB
Current children cumulated memory: 22544 KiB

[startup+1.50027 s]
/proc/loadavg: 4.14 4.17 4.09 5/250 198340
/proc/meminfo: memFree=126856068/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=95660 memory=22544 CPUtime=1.47 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 3885 0 0 0 146 1 0 0 20 0 1 0 242011211 97955840 5636 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 23915 5636 2432 595 0 8582 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 95660 KiB
Current children cumulated memory: 22544 KiB

[startup+3.11263 s]
/proc/loadavg: 4.13 4.16 4.09 5/250 198340
/proc/meminfo: memFree=126856228/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=95660 memory=22544 CPUtime=3.07 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 3885 0 0 0 306 1 0 0 20 0 1 0 242011211 97955840 5636 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 23915 5636 2432 595 0 8582 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 95660 KiB
Current children cumulated memory: 22544 KiB

[startup+6.30036 s]
/proc/loadavg: 4.13 4.16 4.09 5/250 198340
/proc/meminfo: memFree=126848432/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=101664 memory=39140 CPUtime=6.26 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 5464 0 0 0 623 3 0 0 20 0 1 0 242011211 104103936 9785 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 25416 9785 2464 595 0 10083 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 101664 KiB
Current children cumulated memory: 39140 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.16 4.09 5/250 198340
/proc/meminfo: memFree=126832176/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=111496 memory=55104 CPUtime=12.64 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 7915 0 0 0 1258 6 0 0 20 0 1 0 242011211 114171904 13776 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 27874 13776 2464 595 0 12541 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 111496 KiB
Current children cumulated memory: 55104 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.15 4.09 5/250 198341
/proc/meminfo: memFree=126784936/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=160760 memory=86200 CPUtime=25.41 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 11712 0 0 0 2527 14 0 0 20 0 1 0 242011211 164618240 21550 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 40190 21550 2464 595 0 24857 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 160760 KiB
Current children cumulated memory: 86200 KiB

[startup+51.1128 s]
/proc/loadavg: 4.12 4.15 4.09 5/250 198341
/proc/meminfo: memFree=126766872/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=175300 memory=114588 CPUtime=50.95 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 15240 0 0 0 5073 22 0 0 20 0 1 0 242011211 179507200 28647 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 43825 28647 2464 595 0 28492 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 175300 KiB
Current children cumulated memory: 114588 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.16 4.09 5/252 198396
/proc/meminfo: memFree=116019380/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=236540 memory=164008 CPUtime=102.01 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 20907 0 0 0 10166 35 0 0 20 0 1 0 242011211 242216960 41002 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 59135 41002 2464 595 0 43802 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 236540 KiB
Current children cumulated memory: 164008 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.16 4.10 5/251 198578
/proc/meminfo: memFree=126237504/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=320740 memory=208460 CPUtime=161.84 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 24980 0 0 0 16134 50 0 0 20 0 1 0 242011211 328437760 52115 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 80185 52115 2464 595 0 64852 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 320740 KiB
Current children cumulated memory: 208460 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/252 198715
/proc/meminfo: memFree=126666644/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=321200 memory=208844 CPUtime=221.68 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 25082 0 0 0 22096 72 0 0 20 0 1 0 242011211 328908800 52211 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 80300 52211 2464 595 0 64967 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 321200 KiB
Current children cumulated memory: 208844 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/252 198851
/proc/meminfo: memFree=126756136/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=322732 memory=211404 CPUtime=281.5 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 25515 0 0 0 28061 89 0 0 20 0 1 0 242011211 330477568 52851 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 80683 52851 2464 595 0 65350 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 322732 KiB
Current children cumulated memory: 211404 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.12 4.09 4/246 198885
/proc/meminfo: memFree=114499980/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=322732 memory=214732 CPUtime=341.32 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 25530 0 0 0 34031 101 0 0 20 0 1 0 242011211 330477568 53683 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 80683 53683 2464 595 0 65350 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 322732 KiB
Current children cumulated memory: 214732 KiB

[startup+402.3 s]
/proc/loadavg: 2.91 3.79 3.97 3/239 198917
/proc/meminfo: memFree=127138796/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=325124 memory=217164 CPUtime=401.16 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 26218 0 0 0 40004 112 0 0 20 0 1 0 242011211 332926976 54291 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 81281 54291 2464 595 0 65948 0
Current children cumulated CPU time: 401.16 s
Current children cumulated vsize: 325124 KiB
Current children cumulated memory: 217164 KiB

[startup+462.3 s]
/proc/loadavg: 2.45 3.49 3.86 3/239 198919
/proc/meminfo: memFree=127506968/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=327236 memory=219212 CPUtime=461.01 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 26708 0 0 0 45974 127 0 0 20 0 1 0 242011211 335089664 54803 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 81809 54803 2464 595 0 66476 0

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

Current children cumulated memory: 258252 KiB

[startup+2862.3 s]
/proc/loadavg: 1.08 1.09 1.30 2/231 199077
/proc/meminfo: memFree=128828604/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=2853.64 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36037 0 0 0 284570 794 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 2853.64 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+2922.3 s]
/proc/loadavg: 1.15 1.10 1.29 2/231 199079
/proc/meminfo: memFree=128829360/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=2913.45 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36039 0 0 0 290542 803 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 2913.45 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+2982.3 s]
/proc/loadavg: 1.05 1.08 1.26 2/233 199084
/proc/meminfo: memFree=128829752/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=2973.27 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36039 0 0 0 296513 814 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 2973.27 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3042.3 s]
/proc/loadavg: 1.06 1.08 1.25 2/233 199086
/proc/meminfo: memFree=128830760/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=3033.09 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36039 0 0 0 302483 826 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 3033.09 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3102.3 s]
/proc/loadavg: 1.12 1.09 1.25 2/233 199088
/proc/meminfo: memFree=128831768/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=3092.91 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36061 0 0 0 308450 841 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 3092.91 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3162.3 s]
/proc/loadavg: 1.13 1.10 1.24 2/234 199097
/proc/meminfo: memFree=128833532/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=3152.73 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36076 0 0 0 314415 858 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 3152.73 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3222.3 s]
/proc/loadavg: 1.16 1.11 1.23 2/234 199099
/proc/meminfo: memFree=128834792/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=3212.54 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36076 0 0 0 320377 877 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 3212.54 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3282.3 s]
/proc/loadavg: 1.11 1.11 1.22 2/233 199101
/proc/meminfo: memFree=128836304/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365640 memory=258252 CPUtime=3272.36 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36076 0 0 0 326345 891 0 0 20 0 1 0 242011211 374415360 64563 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91410 64563 2624 595 0 76077 0
Current children cumulated CPU time: 3272.36 s
Current children cumulated vsize: 365640 KiB
Current children cumulated memory: 258252 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.10 1.21 2/232 199103
/proc/meminfo: memFree=128838068/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3332.17 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36101 0 0 0 332307 910 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3332.17 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.09 1.20 2/232 199104
/proc/meminfo: memFree=128839328/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3391.99 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36101 0 0 0 338269 930 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3391.99 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB

[startup+3462.3 s]
/proc/loadavg: 1.07 1.09 1.19 2/231 199106
/proc/meminfo: memFree=128839832/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3451.8 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36102 0 0 0 344231 949 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3451.8 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB

[startup+3522.3 s]
/proc/loadavg: 1.14 1.10 1.18 2/231 199108
/proc/meminfo: memFree=128840604/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3511.62 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36102 0 0 0 350189 973 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3511.62 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.11 1.18 2/231 199110
/proc/meminfo: memFree=128841108/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3571.44 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36102 0 0 0 356153 991 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3571.44 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 1.10 1.10 1.18 2/232 199113
/proc/meminfo: memFree=128842116/131382116 swapFree=33009904/33010684
[pid=198339] ppid=198336 vsize=365844 memory=258380 CPUtime=3600.06 cores=0,2
/proc/198339/stat : 198339 (SynLSCD-PS) R 198336 198339 197360 0 -1 4194304 36102 0 0 0 359006 1000 0 0 20 0 1 0 242011211 374624256 64595 18446744073709551615 94464574173184 94464576608601 140726354953648 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94464577088760 94464577121792 94464601706496 140726354962813 140726354962951 140726354962951 140726354968555 0
/proc/198339/statm: 91461 64595 2624 595 0 76128 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 365844 KiB
Current children cumulated memory: 258380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.07 s, system=10.0045 s

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

Child status: 0

Real time (s): 3611.02
CPU time (s): 3600.07
CPU user time (s): 3590.07
CPU system time (s): 10.0045
CPU usage (%): 99.6969
Max. virtual memory (cumulated for all children) (KiB): 365844
Max. memory (cumulated for all children) (KiB): 258380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.07
system time used= 10.0045
maximum resident set size= 283888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36128
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= 199
involuntary context switches= 8221


# summary of solver processes directly reported to runsolver:
#   pid: 198339
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3590.07
#   total CPU system time (s): 10.0045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3774 second user time and 32.8266 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-23 11:35:20
IDJOB=4546566
IDBENCH=163507
IDSOLVER=3422
FILE ID=nodeC004/4546566-1753263320
RUNJOBID= nodeC004-1753259701-197377
SLURM_JOB_ID= 9689159
Free space on /tmp= 432964 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.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-4546566-1753263320/watcher-4546566-1753263320 -o /tmp/evaluation-result-4546566-1753263320/solver-4546566-1753263320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1753259701-197377 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546566-1753263320.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=554905260

nodeC004 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.230
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.74
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		: 3565.682
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.74
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.961
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.74
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.568
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.74
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		: 3662.089
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.74
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		: 3660.829
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.74
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.419
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.74
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        126860072 kB
MemAvailable:   127658772 kB
Buffers:            2128 kB
Cached:          1546576 kB
SwapCached:           32 kB
Active:          3331788 kB
Inactive:         479692 kB
Active(anon):    2278440 kB
Inactive(anon):    10468 kB
Active(file):    1053348 kB
Inactive(file):   469224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3716 kB
Writeback:             0 kB
AnonPages:       2265900 kB
Mapped:           120176 kB
Shmem:             26132 kB
KReclaimable:     231508 kB
Slab:             324420 kB
SReclaimable:     231508 kB
SUnreclaim:        92912 kB
KernelStack:        4064 kB
PageTables:         7724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2758384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2179072 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC004 at 2025-07-23 12:35:32