Trace number 4546293

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.44 3611.57

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K155.opb
MD5SUM4394b20101c323a14e6df6504cadd31d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18445
Total number of constraints18757
Number of constraints which are clauses18602
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint155
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 156
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.22/0.42	c intsize: 8
1.09/1.31	c 18757 constraints
1.09/1.31	c Finish cloning data from SAT to LS
1.09/1.31	c restart_num_ls  -100000 0
21.63/21.92	c Use LS-small
21.63/21.92	c update_LS_target_phase-runLS-restart
221.10/222.02	c restart_num  0 302
221.10/222.02	c LS-restart 90 86
245.61/246.64	c Use LS-small
245.61/246.64	c update_LS_target_phase-runLS-restart
928.31/931.44	c restart_num  302 603
928.31/931.44	c LS-restart 80 10
947.66/950.85	c Use LS-small
947.66/950.85	c update_LS_target_phase-runLS-restart
1638.60/1643.83	c restart_num  603 906
1638.60/1643.83	c LS-restart 70 35
1656.76/1662.05	c Use LS-small
1656.76/1662.05	c update_LS_target_phase-runLS-restart
3335.61/3346.02	c restart_num  906 1207
3335.61/3346.02	c LS-restart 60 28
3357.74/3368.22	c Use LS-small
3357.74/3368.22	c update_LS_target_phase-runLS-restart
3600.06/3611.20	c Program interrupted by user.
3600.06/3611.20	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: 63794 MiB (62344 MiB free)
  memory of node 1: 64507 MiB (62196 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100104 s]*
/proc/loadavg: 3.32 1.08 0.44 4/252 162720
/proc/meminfo: memFree=127505744/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=17104 memory=512 CPUtime=0 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) D 162716 162719 162312 0 -1 4456448 82 0 0 0 0 0 0 0 20 0 1 0 241657662 17514496 128 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 4276 128 128 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 512 KiB

[startup+0.213668 s]*
/proc/loadavg: 3.32 1.08 0.44 5/252 162720
/proc/meminfo: memFree=127452984/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=97352 memory=22880 CPUtime=0.03 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 2766 0 0 0 1 2 0 0 20 0 1 0 241657662 99688448 5720 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 24338 5720 2176 595 0 9005 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 97352 KiB
Current children cumulated memory: 22880 KiB

[startup+0.31346 s]*
/proc/loadavg: 3.32 1.08 0.44 5/252 162720
/proc/meminfo: memFree=127424948/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=104560 memory=31328 CPUtime=0.12 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 4899 0 0 0 10 2 0 0 20 0 1 0 241657662 107069440 7832 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 26140 7832 2208 595 0 10807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 104560 KiB
Current children cumulated memory: 31328 KiB

[startup+0.700318 s]
/proc/loadavg: 3.32 1.08 0.44 5/252 162720
/proc/meminfo: memFree=127266920/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=134260 memory=61400 CPUtime=0.5 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 12177 0 0 0 46 4 0 0 20 0 1 0 241657662 137482240 15350 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 33565 15350 2368 595 0 18232 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 134260 KiB
Current children cumulated memory: 61400 KiB

[startup+1.50033 s]
/proc/loadavg: 3.32 1.08 0.44 5/252 162720
/proc/meminfo: memFree=127065440/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=174192 memory=98904 CPUtime=1.29 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 21517 0 0 0 122 7 0 0 20 0 1 0 241657662 178372608 24726 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 43548 24726 2400 595 0 28215 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 174192 KiB
Current children cumulated memory: 98904 KiB

[startup+3.11308 s]
/proc/loadavg: 3.37 1.13 0.46 5/252 162720
/proc/meminfo: memFree=124962632/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=174192 memory=98904 CPUtime=2.9 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 21519 0 0 0 283 7 0 0 20 0 1 0 241657662 178372608 24726 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 43548 24726 2400 595 0 28215 0
Current children cumulated CPU time: 2.9 s
Current children cumulated vsize: 174192 KiB
Current children cumulated memory: 98904 KiB

[startup+6.30031 s]
/proc/loadavg: 3.37 1.13 0.46 5/252 162720
/proc/meminfo: memFree=124485640/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=174192 memory=98904 CPUtime=6.08 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 21519 0 0 0 601 7 0 0 20 0 1 0 241657662 178372608 24726 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 43548 24726 2400 595 0 28215 0
Current children cumulated CPU time: 6.08 s
Current children cumulated vsize: 174192 KiB
Current children cumulated memory: 98904 KiB

[startup+12.7003 s]
/proc/loadavg: 3.55 1.24 0.50 5/253 162751
/proc/meminfo: memFree=124595804/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=174192 memory=98904 CPUtime=12.46 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 21519 0 0 0 1239 7 0 0 20 0 1 0 241657662 178372608 24726 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 43548 24726 2400 595 0 28215 0
Current children cumulated CPU time: 12.46 s
Current children cumulated vsize: 174192 KiB
Current children cumulated memory: 98904 KiB

[startup+25.5003 s]
/proc/loadavg: 3.62 1.33 0.54 5/253 162752
/proc/meminfo: memFree=124678608/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=183808 memory=123076 CPUtime=25.21 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 23949 0 0 0 2512 9 0 0 20 0 1 0 241657662 188219392 30769 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 45952 30769 2432 595 0 30619 0
Current children cumulated CPU time: 25.21 s
Current children cumulated vsize: 183808 KiB
Current children cumulated memory: 123076 KiB

[startup+51.1134 s]
/proc/loadavg: 3.75 1.55 0.63 5/253 162752
/proc/meminfo: memFree=124657540/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=237988 memory=168784 CPUtime=50.74 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 29873 0 0 0 5060 14 0 0 20 0 1 0 241657662 243699712 42196 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 59497 42196 2432 595 0 44164 0
Current children cumulated CPU time: 50.74 s
Current children cumulated vsize: 237988 KiB
Current children cumulated memory: 168784 KiB

[startup+102.3 s]
/proc/loadavg: 4.01 1.99 0.84 5/253 162754
/proc/meminfo: memFree=124379504/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=260816 memory=191392 CPUtime=101.76 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 35595 0 0 0 10156 20 0 0 20 0 1 0 241657662 267075584 47848 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 65204 47848 2432 595 0 49871 0
Current children cumulated CPU time: 101.76 s
Current children cumulated vsize: 260816 KiB
Current children cumulated memory: 191392 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 2.38 1.05 5/252 162756
/proc/meminfo: memFree=124339732/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=280604 memory=211104 CPUtime=161.57 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 40511 0 0 0 16128 29 0 0 20 0 1 0 241657662 287338496 52776 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 70151 52776 2432 595 0 54818 0
Current children cumulated CPU time: 161.57 s
Current children cumulated vsize: 280604 KiB
Current children cumulated memory: 211104 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 2.69 1.24 5/252 162758
/proc/meminfo: memFree=124289008/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=328928 memory=232640 CPUtime=221.38 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 43275 0 0 0 22107 31 0 0 20 0 1 0 241657662 336822272 58160 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 82232 58160 2432 595 0 66899 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 328928 KiB
Current children cumulated memory: 232640 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 2.96 1.42 5/250 162761
/proc/meminfo: memFree=124259072/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=337328 memory=240064 CPUtime=281.19 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 45144 0 0 0 28088 31 0 0 20 0 1 0 241657662 345423872 60016 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 84332 60016 2432 595 0 68999 0
Current children cumulated CPU time: 281.19 s
Current children cumulated vsize: 337328 KiB
Current children cumulated memory: 240064 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.17 1.59 5/250 162763
/proc/meminfo: memFree=124264304/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=340388 memory=243264 CPUtime=341.01 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 45951 0 0 0 34069 32 0 0 20 0 1 0 241657662 348557312 60816 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 85097 60816 2432 595 0 69764 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 340388 KiB
Current children cumulated memory: 243264 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.35 1.76 5/250 162765
/proc/meminfo: memFree=124239276/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=347416 memory=250816 CPUtime=400.83 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 47837 0 0 0 40041 42 0 0 20 0 1 0 241657662 355753984 62704 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 86854 62704 2432 595 0 71521 0
Current children cumulated CPU time: 400.83 s
Current children cumulated vsize: 347416 KiB
Current children cumulated memory: 250816 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.49 1.91 5/250 162767
/proc/meminfo: memFree=124235828/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=354880 memory=257984 CPUtime=460.63 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 49663 0 0 0 46021 42 0 0 20 0 1 0 241657662 363397120 64496 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 88720 64496 2432 595 0 73387 0
Current children cumulated CPU time: 460.63 s

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

Current children cumulated memory: 347276 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.10 4.01 5/252 162915
/proc/meminfo: memFree=123908924/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=419232 memory=350220 CPUtime=2972.86 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 65998 0 0 0 297198 88 0 0 20 0 1 0 241657662 429293568 87555 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 104808 87555 2432 595 0 89475 0
Current children cumulated CPU time: 2972.86 s
Current children cumulated vsize: 419232 KiB
Current children cumulated memory: 350220 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/250 162917
/proc/meminfo: memFree=123888176/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=420020 memory=350860 CPUtime=3032.7 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 66172 0 0 0 303182 88 0 0 20 0 1 0 241657662 430100480 87715 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 105005 87715 2432 595 0 89672 0
Current children cumulated CPU time: 3032.7 s
Current children cumulated vsize: 420020 KiB
Current children cumulated memory: 350860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.25 4.12 4.02 5/252 162923
/proc/meminfo: memFree=123892088/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=420020 memory=350860 CPUtime=3092.54 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 66200 0 0 0 309166 88 0 0 20 0 1 0 241657662 430100480 87715 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 105005 87715 2432 595 0 89672 0
Current children cumulated CPU time: 3092.54 s
Current children cumulated vsize: 420020 KiB
Current children cumulated memory: 350860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.02 5/252 162925
/proc/meminfo: memFree=123901588/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=422908 memory=353676 CPUtime=3152.38 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 66907 0 0 0 315140 98 0 0 20 0 1 0 241657662 433057792 88419 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 105727 88419 2432 595 0 90394 0
Current children cumulated CPU time: 3152.38 s
Current children cumulated vsize: 422908 KiB
Current children cumulated memory: 353676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.11 4.02 5/252 162927
/proc/meminfo: memFree=123888732/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=422908 memory=353676 CPUtime=3212.23 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 66907 0 0 0 321125 98 0 0 20 0 1 0 241657662 433057792 88419 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 105727 88419 2432 595 0 90394 0
Current children cumulated CPU time: 3212.23 s
Current children cumulated vsize: 422908 KiB
Current children cumulated memory: 353676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.02 5/252 162929
/proc/meminfo: memFree=123884920/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=422908 memory=359880 CPUtime=3272.06 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 66917 0 0 0 327108 98 0 0 20 0 1 0 241657662 433057792 89970 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 105727 89970 2432 595 0 90394 0
Current children cumulated CPU time: 3272.06 s
Current children cumulated vsize: 422908 KiB
Current children cumulated memory: 359880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.03 5/252 162931
/proc/meminfo: memFree=123860316/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=424092 memory=367304 CPUtime=3331.9 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 67246 0 0 0 333092 98 0 0 20 0 1 0 241657662 434270208 91826 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 106023 91826 2432 595 0 90690 0
Current children cumulated CPU time: 3331.9 s
Current children cumulated vsize: 424092 KiB
Current children cumulated memory: 367304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.04 4.09 4.02 5/250 162933
/proc/meminfo: memFree=123860316/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=428476 memory=371912 CPUtime=3391.74 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 68413 0 0 0 339075 99 0 0 20 0 1 0 241657662 438759424 92978 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 107119 92978 2432 595 0 91786 0
Current children cumulated CPU time: 3391.74 s
Current children cumulated vsize: 428476 KiB
Current children cumulated memory: 371912 KiB

[startup+3462.3 s]
/proc/loadavg: 4.52 4.20 4.06 5/251 162937
/proc/meminfo: memFree=123825660/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=431204 memory=374600 CPUtime=3451.58 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69079 0 0 0 345059 99 0 0 20 0 1 0 241657662 441552896 93650 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 107801 93650 2432 595 0 92468 0
Current children cumulated CPU time: 3451.58 s
Current children cumulated vsize: 431204 KiB
Current children cumulated memory: 374600 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.29 4.10 5/251 162939
/proc/meminfo: memFree=123834280/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=431204 memory=374728 CPUtime=3511.41 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69108 0 0 0 351042 99 0 0 20 0 1 0 241657662 441552896 93682 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 107801 93682 2432 595 0 92468 0
Current children cumulated CPU time: 3511.41 s
Current children cumulated vsize: 431204 KiB
Current children cumulated memory: 374728 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.25 4.10 5/252 162948
/proc/meminfo: memFree=123836296/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=431592 memory=374984 CPUtime=3571.24 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69166 0 0 0 357025 99 0 0 20 0 1 0 241657662 441950208 93746 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 107898 93746 2432 595 0 92565 0
Current children cumulated CPU time: 3571.24 s
Current children cumulated vsize: 431592 KiB
Current children cumulated memory: 374984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.23 4.24 4.10 3/244 162964
/proc/meminfo: memFree=127921276/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=431592 memory=374984 CPUtime=3600.06 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69166 0 0 0 359907 99 0 0 20 0 1 0 241657662 441950208 93746 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 107898 93746 2432 595 0 92565 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 431592 KiB
Current children cumulated memory: 374984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.44 s, system=0.998911 s

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

[startup+3611.4 s]
/proc/loadavg: 4.23 4.24 4.10 3/244 162964
/proc/meminfo: memFree=127921276/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=339120 memory=283588 CPUtime=3600.26 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69171 0 0 0 359927 99 0 0 20 0 1 0 241657662 347258880 70897 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 84780 70897 2496 595 0 69447 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 339120 KiB
Current children cumulated memory: 283588 KiB

[startup+3611.5 s]
/proc/loadavg: 4.23 4.24 4.10 3/244 162964
/proc/meminfo: memFree=127921276/131382112 swapFree=33010160/33010684
[pid=162719] ppid=162716 vsize=339120 memory=283588 CPUtime=3600.36 cores=0,2
/proc/162719/stat : 162719 (SynLSCD-PS) R 162716 162719 162312 0 -1 4194304 69171 0 0 0 359937 99 0 0 20 0 1 0 241657662 347258880 70897 18446744073709551615 94735189151744 94735191587161 140726383373232 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94735192067320 94735192100352 94735206887424 140726383376765 140726383376903 140726383376903 140726383382507 0
/proc/162719/statm: 84780 70897 2496 595 0 69447 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 339120 KiB
Current children cumulated memory: 283588 KiB

Child status: 0

Real time (s): 3611.57
CPU time (s): 3600.44
CPU user time (s): 3599.44
CPU system time (s): 0.998911
CPU usage (%): 99.6919
Max. virtual memory (cumulated for all children) (KiB): 431592
Max. memory (cumulated for all children) (KiB): 374984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.44
system time used= 0.998911
maximum resident set size= 375240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69198
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= 228
involuntary context switches= 8041


# summary of solver processes directly reported to runsolver:
#   pid: 162719
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3599.44
#   total CPU system time (s): 0.998911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.7395 second user time and 35.9359 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 10:36:18
IDJOB=4546293
IDBENCH=158319
IDSOLVER=3422
FILE ID=nodeC009/4546293-1753259777
RUNJOBID= nodeC009-1753259701-162330
SLURM_JOB_ID= 9689164
Free space on /tmp= 432108 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K155.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-4546293-1753259777/watcher-4546293-1753259777 -o /tmp/evaluation-result-4546293-1753259777/solver-4546293-1753259777 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753259701-162330 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546293-1753259777.opb

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

MD5SUM BENCH= 4394b20101c323a14e6df6504cadd31d
RANDOM SEED=1834945035

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127659924 kB
MemAvailable:   129081744 kB
Buffers:            2144 kB
Cached:          2138376 kB
SwapCached:           24 kB
Active:          1542188 kB
Inactive:        1001028 kB
Active(anon):     424744 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   996948 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            105004 kB
Writeback:             0 kB
AnonPages:        405788 kB
Mapped:           115252 kB
Shmem:             26128 kB
KReclaimable:     293724 kB
Slab:             386964 kB
SReclaimable:     293724 kB
SUnreclaim:        93240 kB
KernelStack:        4048 kB
PageTables:         3888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     757244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432288 MiB
End job on nodeC009 at 2025-07-23 11:36:31