Trace number 4507098

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 2025-06-01? (TO) 3602.07 3613.11

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K150.opb
MD5SUMde861f201885d7430b03c8868c66597b
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 variables17850
Total number of constraints18152
Number of constraints which are clauses18002
Number of constraints which are cardinality constraints (but not clauses)150
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint150
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 151
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.00/0.09	c #vars 17850 #constraints 18152 1.01692 1
0.57/0.68	c 18152 constraints
0.57/0.68	c Finish cloning data from SAT to LS
0.57/0.68	c restart_num_ls  -100000 0
179.03/179.78	c Use LS-small
179.03/179.78	restart_num  0 301
179.03/179.78	LS-restart 90 93
179.03/179.78	c similarity no use LS 0.996639
636.58/638.83	restart_num  301 602
636.58/638.83	LS-restart 90 74
1173.10/1177.25	c Use LS-small
1173.10/1177.25	restart_num  602 903
1173.10/1177.25	LS-restart 80 17
2391.62/2399.37	c Use LS-small
2391.62/2399.37	restart_num  903 1204
2391.62/2399.37	LS-restart 70 9
3146.37/3156.27	c Use LS-small
3146.37/3156.27	restart_num  1204 1505
3146.37/3156.27	LS-restart 60 47

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (46106 MiB free)
  memory of node 1: 64465 MiB (63937 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=28695, runsolver pid=28692

[startup+0.10006 s]*
/proc/loadavg: 4.26 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112656776/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=107276 memory=36608 CPUtime=0.08 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 5656 0 0 0 7 1 0 0 20 0 1 0 33160867 109850624 9152 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 26819 9152 2272 595 0 11486 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 107276 KiB
Current children cumulated memory: 36608 KiB

[startup+0.205534 s]*
/proc/loadavg: 4.26 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112656728/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=111856 memory=40832 CPUtime=0.18 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 6784 0 0 0 17 1 0 0 20 0 1 0 33160867 114540544 10208 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 27964 10208 2272 595 0 12631 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 111856 KiB
Current children cumulated memory: 40832 KiB

[startup+0.305499 s]*
/proc/loadavg: 4.26 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112633040/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=136872 memory=62788 CPUtime=0.29 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 12419 0 0 0 27 2 0 0 20 0 1 0 33160867 140156928 15697 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 34218 15697 2432 595 0 18885 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 136872 KiB
Current children cumulated memory: 62788 KiB

[startup+0.700177 s]
/proc/loadavg: 4.26 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112633040/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=172944 memory=98372 CPUtime=0.68 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 21315 0 0 0 64 4 0 0 20 0 1 0 33160867 177094656 24593 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 43236 24593 2432 595 0 27903 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 98372 KiB

[startup+1.50018 s]
/proc/loadavg: 4.26 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112600784/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=172944 memory=98628 CPUtime=1.47 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 21369 0 0 0 137 10 0 0 20 0 1 0 33160867 177094656 24657 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 43236 24657 2432 595 0 27903 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 98628 KiB

[startup+3.1054 s]
/proc/loadavg: 4.24 4.16 4.11 5/265 28696
/proc/meminfo: memFree=112600912/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=172944 memory=98628 CPUtime=3.07 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 21371 0 0 0 285 22 0 0 20 0 1 0 33160867 177094656 24657 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 43236 24657 2432 595 0 27903 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 98628 KiB

[startup+6.30016 s]
/proc/loadavg: 4.24 4.16 4.11 5/264 28696
/proc/meminfo: memFree=120199468/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=172944 memory=98628 CPUtime=6.26 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 21371 0 0 0 579 47 0 0 20 0 1 0 33160867 177094656 24657 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 43236 24657 2432 595 0 27903 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 98628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.16 4.11 5/265 28741
/proc/meminfo: memFree=129717360/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=172944 memory=98628 CPUtime=12.64 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 21371 0 0 0 1164 100 0 0 20 0 1 0 33160867 177094656 24657 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 43236 24657 2432 595 0 27903 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 98628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.11 5/265 28741
/proc/meminfo: memFree=129665164/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=183160 memory=121276 CPUtime=25.41 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 23940 0 0 0 2365 176 0 0 20 0 1 0 33160867 187555840 30319 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 45790 30319 2464 595 0 30457 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 183160 KiB
Current children cumulated memory: 121276 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.13 4.10 5/265 28742
/proc/meminfo: memFree=129379448/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=245440 memory=173088 CPUtime=50.91 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 31973 0 0 0 4912 179 0 0 20 0 1 0 33160867 251330560 43272 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 61360 43272 2464 595 0 46027 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 245440 KiB
Current children cumulated memory: 173088 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/265 28745
/proc/meminfo: memFree=129238700/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=264200 memory=191648 CPUtime=101.92 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 36603 0 0 0 10008 184 0 0 20 0 1 0 33160867 270540800 47912 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 66050 47912 2464 595 0 50717 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 264200 KiB
Current children cumulated memory: 191648 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/264 28747
/proc/meminfo: memFree=129175868/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=281096 memory=208544 CPUtime=161.69 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 40810 0 0 0 15979 190 0 0 20 0 1 0 33160867 287842304 52136 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 70274 52136 2496 595 0 54941 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 281096 KiB
Current children cumulated memory: 208544 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/263 28751
/proc/meminfo: memFree=129074304/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=291160 memory=218656 CPUtime=221.47 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 43344 0 0 0 21957 190 0 0 20 0 1 0 33160867 298147840 54664 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 72790 54664 2496 595 0 57457 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 291160 KiB
Current children cumulated memory: 218656 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/263 28753
/proc/meminfo: memFree=129047992/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=299664 memory=230756 CPUtime=281.25 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 45349 0 0 0 27923 202 0 0 20 0 1 0 33160867 306855936 57689 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 74916 57689 2496 595 0 59583 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 299664 KiB
Current children cumulated memory: 230756 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/262 28756
/proc/meminfo: memFree=129043480/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=307188 memory=238308 CPUtime=341.02 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 47227 0 0 0 33900 202 0 0 20 0 1 0 33160867 314560512 59577 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 76797 59577 2496 595 0 61464 0
Current children cumulated CPU time: 341.02 s
Current children cumulated vsize: 307188 KiB
Current children cumulated memory: 238308 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 28758
/proc/meminfo: memFree=128991612/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=311016 memory=244324 CPUtime=400.81 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 48204 0 0 0 39879 202 0 0 20 0 1 0 33160867 318480384 61081 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 77754 61081 2496 595 0 62421 0
Current children cumulated CPU time: 400.81 s
Current children cumulated vsize: 311016 KiB
Current children cumulated memory: 244324 KiB

[startup+462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 28761
/proc/meminfo: memFree=128935436/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=353140 memory=257928 CPUtime=460.62 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 49335 0 0 0 45853 209 0 0 20 0 1 0 33160867 361615360 64482 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 88285 64482 2496 595 0 72952 0

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

[startup+3162.3 s]
/proc/loadavg: 4.23 4.14 4.10 5/265 28959
/proc/meminfo: memFree=128443920/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=432244 memory=371984 CPUtime=3152.45 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69243 0 0 0 314182 1063 0 0 20 0 1 0 33160867 442617856 92996 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108061 92996 2496 595 0 92728 0
Current children cumulated CPU time: 3152.45 s
Current children cumulated vsize: 432244 KiB
Current children cumulated memory: 371984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.18 4.12 5/265 28961
/proc/meminfo: memFree=128436740/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=432244 memory=371984 CPUtime=3212.29 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69244 0 0 0 319996 1233 0 0 20 0 1 0 33160867 442617856 92996 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108061 92996 2496 595 0 92728 0
Current children cumulated CPU time: 3212.29 s
Current children cumulated vsize: 432244 KiB
Current children cumulated memory: 371984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/264 28965
/proc/meminfo: memFree=128411316/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=433544 memory=372880 CPUtime=3272.14 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69499 0 0 0 325980 1234 0 0 20 0 1 0 33160867 443949056 93220 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108386 93220 2496 595 0 93053 0
Current children cumulated CPU time: 3272.14 s
Current children cumulated vsize: 433544 KiB
Current children cumulated memory: 372880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.10 5/264 28967
/proc/meminfo: memFree=128427060/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=433892 memory=373392 CPUtime=3331.97 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69611 0 0 0 331963 1234 0 0 20 0 1 0 33160867 444305408 93348 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108473 93348 2496 595 0 93140 0
Current children cumulated CPU time: 3331.97 s
Current children cumulated vsize: 433892 KiB
Current children cumulated memory: 373392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 28970
/proc/meminfo: memFree=128418900/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=433892 memory=373392 CPUtime=3391.81 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69611 0 0 0 337947 1234 0 0 20 0 1 0 33160867 444305408 93348 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108473 93348 2496 595 0 93140 0
Current children cumulated CPU time: 3391.81 s
Current children cumulated vsize: 433892 KiB
Current children cumulated memory: 373392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 28972
/proc/meminfo: memFree=128419528/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3451.65 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69866 0 0 0 343931 1234 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3451.65 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/263 28974
/proc/meminfo: memFree=128419324/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3511.49 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69872 0 0 0 349910 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3511.49 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/265 28980
/proc/meminfo: memFree=128418776/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3571.33 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69883 0 0 0 355894 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3571.33 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.11 s]
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3600.06 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358767 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3589.67 s, system=12.3998 s

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

[startup+3611.2 s]
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3600.15 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358776 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3612 s]*
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3600.95 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358856 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3600.95 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3612.8 s]
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3601.75 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358936 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3601.75 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3613 s]*
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3601.95 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358956 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3601.95 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

[startup+3613.11 s]
/proc/loadavg: 4.02 4.09 4.08 3/253 29043
/proc/meminfo: memFree=129333924/131250000 swapFree=33010684/33010684
[pid=28695] ppid=28692 vsize=435100 memory=374416 CPUtime=3602.05 cores=1,3
/proc/28695/stat : 28695 (SynLSCD) R 28692 28695 27656 0 -1 4194304 69889 0 0 0 358966 1239 0 0 20 0 1 0 33160867 445542400 93604 18446744073709551615 94102164836352 94102167270505 140722558797008 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 94102167751928 94102167784960 94102188392448 140722558806374 140722558806507 140722558806507 140722558812109 0
/proc/28695/statm: 108775 93604 2496 595 0 93442 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 435100 KiB
Current children cumulated memory: 374416 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.11
CPU time (s): 3602.07
CPU user time (s): 3589.67
CPU system time (s): 12.3998
CPU usage (%): 99.6944
Max. virtual memory (cumulated for all children) (KiB): 435100
Max. memory (cumulated for all children) (KiB): 374416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.67
system time used= 12.3998
maximum resident set size= 374416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69889
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= 213
involuntary context switches= 20447


# summary of solver processes directly reported to runsolver:
#   pid: 28695
#   total CPU time (s): 3602.07
#   total CPU user time (s): 3589.67
#   total CPU system time (s): 12.3998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.05134 second user time and 14.3876 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-29 07:27:13
IDJOB=4507098
IDBENCH=158322
IDSOLVER=3369
FILE ID=nodeC016/4507098-1751174833
RUNJOBID= nodeC016-1751167606-27668
SLURM_JOB_ID= 9587508
Free space on /tmp= 432792 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K150.opb
COMMAND LINE= SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507098-1751174833/watcher-4507098-1751174833 -o /tmp/evaluation-result-4507098-1751174833/solver-4507098-1751174833 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751167606-27668 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4507098-1751174833.opb

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1514943982

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        112684920 kB
MemAvailable:   112615060 kB
Buffers:            3280 kB
Cached:           740224 kB
SwapCached:            0 kB
Active:         17394888 kB
Inactive:         518448 kB
Active(anon):   17187916 kB
Inactive(anon):        0 kB
Active(file):     206972 kB
Inactive(file):   518448 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14608 kB
Writeback:             0 kB
AnonPages:      17173024 kB
Mapped:           114328 kB
Shmem:             18072 kB
KReclaimable:      87916 kB
Slab:             171440 kB
SReclaimable:      87916 kB
SUnreclaim:        83524 kB
KernelStack:        4268 kB
PageTables:        37168 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   20353584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9981952 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC016 at 2025-06-29 08:27:26