Trace number 4546292

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) 3602.1 3611.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.58	c intsize: 8
0.60/1.15	c 18152 constraints
0.60/1.15	c Finish cloning data from SAT to LS
0.60/1.15	c restart_num_ls  -100000 0
30.41/31.04	c Use LS-small
30.41/31.04	c update_LS_target_phase-runLS-restart
170.05/171.01	c restart_num  0 302
170.05/171.01	c LS-restart 90 66
191.60/192.68	c Use LS-small
191.60/192.68	c update_LS_target_phase-runLS-restart
542.60/544.52	c restart_num  302 603
542.60/544.52	c LS-restart 80 94
542.60/544.52	c similarity no use LS 0.992381
909.18/912.01	c restart_num  603 904
909.18/912.01	c LS-restart 80 69
927.63/930.51	c Use LS-small
927.63/930.51	c update_LS_target_phase-runLS-restart
1951.02/1956.32	c restart_num  904 1205
1951.02/1956.32	c LS-restart 70 64
1970.87/1976.26	c Use LS-small
1970.87/1976.26	c update_LS_target_phase-runLS-restart
2700.54/2707.55	c restart_num  1205 1506
2700.54/2707.55	c LS-restart 60 93
2700.54/2707.55	c similarity no use LS 0.99395

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: 63665 MiB (62836 MiB free)
  memory of node 1: 64507 MiB (63829 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100055 s]*
/proc/loadavg: 3.37 1.12 0.45 3/265 180699
/proc/meminfo: memFree=129705640/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=17104 memory=640 CPUtime=0 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) D 180692 180698 180330 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241657893 17514496 160 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.205003 s]*
/proc/loadavg: 3.37 1.12 0.45 3/265 180699
/proc/meminfo: memFree=129705640/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=17104 memory=640 CPUtime=0 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241657893 17514496 160 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.30446 s]*
/proc/loadavg: 3.37 1.12 0.45 3/263 180700
/proc/meminfo: memFree=129705896/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=17104 memory=640 CPUtime=0 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) D 180692 180698 180330 0 -1 4456448 80 0 0 0 0 0 0 0 20 0 1 0 241657893 17514496 160 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 0 1 0 0 17 6 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 4276 160 160 595 0 1074 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 17104 KiB
Current children cumulated memory: 640 KiB

[startup+0.700172 s]
/proc/loadavg: 3.37 1.12 0.45 4/263 180700
/proc/meminfo: memFree=129685956/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=124356 memory=52600 CPUtime=0.2 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 9923 0 0 0 18 2 0 0 20 0 1 0 241657893 127340544 13150 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 31089 13150 2336 595 0 15756 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 124356 KiB
Current children cumulated memory: 52600 KiB

[startup+1.50015 s]
/proc/loadavg: 3.37 1.12 0.45 4/265 180705
/proc/meminfo: memFree=129654416/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=170724 memory=96760 CPUtime=0.98 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 20923 0 0 0 95 3 0 0 20 0 1 0 241657893 174821376 24190 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 42681 24190 2400 595 0 27348 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 96760 KiB

[startup+3.10499 s]
/proc/loadavg: 3.37 1.12 0.45 4/263 180718
/proc/meminfo: memFree=129630592/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=170724 memory=96760 CPUtime=2.58 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 20923 0 0 0 254 4 0 0 20 0 1 0 241657893 174821376 24190 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 42681 24190 2400 595 0 27348 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 96760 KiB

[startup+6.30012 s]
/proc/loadavg: 3.42 1.17 0.47 5/267 180728
/proc/meminfo: memFree=129530204/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=170724 memory=96760 CPUtime=5.76 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 20923 0 0 0 572 4 0 0 20 0 1 0 241657893 174821376 24190 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 42681 24190 2400 595 0 27348 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 96760 KiB

[startup+12.7001 s]
/proc/loadavg: 3.47 1.22 0.49 5/267 180728
/proc/meminfo: memFree=129522096/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=170724 memory=96760 CPUtime=12.15 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 20923 0 0 0 1211 4 0 0 20 0 1 0 241657893 174821376 24190 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 42681 24190 2400 595 0 27348 0
Current children cumulated CPU time: 12.15 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 96760 KiB

[startup+25.5001 s]
/proc/loadavg: 3.59 1.36 0.55 5/267 180728
/proc/meminfo: memFree=129521892/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=170724 memory=96760 CPUtime=24.91 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 20928 0 0 0 2487 4 0 0 20 0 1 0 241657893 174821376 24190 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 42681 24190 2400 595 0 27348 0
Current children cumulated CPU time: 24.91 s
Current children cumulated vsize: 170724 KiB
Current children cumulated memory: 96760 KiB

[startup+51.1048 s]
/proc/loadavg: 3.85 1.60 0.65 5/267 180728
/proc/meminfo: memFree=129346932/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=235860 memory=165264 CPUtime=50.45 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 28795 0 0 0 5037 8 0 0 20 0 1 0 241657893 241520640 41316 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 58965 41316 2432 595 0 43632 0
Current children cumulated CPU time: 50.45 s
Current children cumulated vsize: 235860 KiB
Current children cumulated memory: 165264 KiB

[startup+102.3 s]
/proc/loadavg: 4.00 1.99 0.84 5/267 180775
/proc/meminfo: memFree=129329512/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=260712 memory=201636 CPUtime=101.51 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 34792 0 0 0 10138 13 0 0 20 0 1 0 241657893 266969088 50409 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 65178 50409 2432 595 0 49845 0
Current children cumulated CPU time: 101.51 s
Current children cumulated vsize: 260712 KiB
Current children cumulated memory: 201636 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 2.38 1.05 5/267 180777
/proc/meminfo: memFree=129208924/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=318808 memory=227440 CPUtime=161.37 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 39936 0 0 0 16115 22 0 0 20 0 1 0 241657893 326459392 56860 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 79702 56860 2432 595 0 64369 0
Current children cumulated CPU time: 161.37 s
Current children cumulated vsize: 318808 KiB
Current children cumulated memory: 227440 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 2.71 1.25 5/267 180780
/proc/meminfo: memFree=129173792/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=332512 memory=240752 CPUtime=221.22 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 43260 0 0 0 22100 22 0 0 20 0 1 0 241657893 340492288 60188 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 83128 60188 2432 595 0 67795 0
Current children cumulated CPU time: 221.22 s
Current children cumulated vsize: 332512 KiB
Current children cumulated memory: 240752 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.96 1.43 5/261 180782
/proc/meminfo: memFree=129447292/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=342192 memory=250352 CPUtime=281.08 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 45628 0 0 0 28076 32 0 0 20 0 1 0 241657893 350404608 62588 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 85548 62588 2464 595 0 70215 0
Current children cumulated CPU time: 281.08 s
Current children cumulated vsize: 342192 KiB
Current children cumulated memory: 250352 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.17 1.60 5/263 180873
/proc/meminfo: memFree=119582880/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=350188 memory=258416 CPUtime=340.92 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 47641 0 0 0 34058 34 0 0 20 0 1 0 241657893 358592512 64604 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 87547 64604 2464 595 0 72214 0
Current children cumulated CPU time: 340.92 s
Current children cumulated vsize: 350188 KiB
Current children cumulated memory: 258416 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.35 1.76 5/263 180920
/proc/meminfo: memFree=126536164/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=354772 memory=267412 CPUtime=400.74 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 48871 0 0 0 40037 37 0 0 20 0 1 0 241657893 363286528 66853 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 88693 66853 2464 595 0 73360 0
Current children cumulated CPU time: 400.74 s
Current children cumulated vsize: 354772 KiB
Current children cumulated memory: 267412 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 3.49 1.91 5/264 180923
/proc/meminfo: memFree=116245128/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=363816 memory=287956 CPUtime=460.6 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 50948 0 0 0 46017 43 0 0 20 0 1 0 241657893 372547584 71989 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 90954 71989 2464 595 0 75621 0

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

[startup+3162.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/263 181571
/proc/meminfo: memFree=128971380/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=521972 memory=444176 CPUtime=3154.29 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 73702 0 0 0 315291 138 0 0 20 0 1 0 241657893 534499328 111044 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 130493 111044 2496 595 0 115160 0
Current children cumulated CPU time: 3154.29 s
Current children cumulated vsize: 521972 KiB
Current children cumulated memory: 444176 KiB

[startup+3222.3 s]
/proc/loadavg: 4.30 4.14 4.02 5/263 181573
/proc/meminfo: memFree=128965716/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=521972 memory=446352 CPUtime=3214.15 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 73703 0 0 0 321277 138 0 0 20 0 1 0 241657893 534499328 111588 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 130493 111588 2496 595 0 115160 0
Current children cumulated CPU time: 3214.15 s
Current children cumulated vsize: 521972 KiB
Current children cumulated memory: 446352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.23 4.07 5/262 181575
/proc/meminfo: memFree=128922424/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=644944 memory=473280 CPUtime=3274.02 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 74877 0 0 0 327260 142 0 0 20 0 1 0 241657893 660422656 118320 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 161236 118320 2496 595 0 145903 0
Current children cumulated CPU time: 3274.02 s
Current children cumulated vsize: 644944 KiB
Current children cumulated memory: 473280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.23 4.08 5/263 181578
/proc/meminfo: memFree=128910404/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=646300 memory=503220 CPUtime=3333.88 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 75212 0 0 0 333246 142 0 0 20 0 1 0 241657893 661811200 125805 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 161575 125805 2496 595 0 146242 0
Current children cumulated CPU time: 3333.88 s
Current children cumulated vsize: 646300 KiB
Current children cumulated memory: 503220 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.26 4.10 5/264 181581
/proc/meminfo: memFree=128883572/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=646880 memory=530400 CPUtime=3393.75 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 75362 0 0 0 339232 143 0 0 20 0 1 0 241657893 662405120 132600 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 161720 132600 2496 595 0 146387 0
Current children cumulated CPU time: 3393.75 s
Current children cumulated vsize: 646880 KiB
Current children cumulated memory: 530400 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.23 4.09 5/264 181583
/proc/meminfo: memFree=128859236/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=647864 memory=557844 CPUtime=3453.6 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 75591 0 0 0 345217 143 0 0 20 0 1 0 241657893 663412736 139461 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 161966 139461 2496 595 0 146633 0
Current children cumulated CPU time: 3453.6 s
Current children cumulated vsize: 647864 KiB
Current children cumulated memory: 557844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.20 4.09 5/264 181585
/proc/meminfo: memFree=128809900/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=651508 memory=587384 CPUtime=3513.47 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 76320 0 0 0 351201 146 0 0 20 0 1 0 241657893 667144192 146846 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 162877 146846 2496 595 0 147544 0
Current children cumulated CPU time: 3513.47 s
Current children cumulated vsize: 651508 KiB
Current children cumulated memory: 587384 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.19 4.09 5/264 181587
/proc/meminfo: memFree=128791964/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=603740 CPUtime=3573.34 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77113 0 0 0 357182 152 0 0 20 0 1 0 241657893 884633600 150935 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 150935 2496 595 0 200642 0
Current children cumulated CPU time: 3573.34 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 603740 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.09 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784408/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3600.09 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 359857 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3600.57 s, system=1.52843 s

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

[startup+3609.6 s]
/proc/loadavg: 4.09 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784408/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3600.58 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 359906 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3600.58 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

[startup+3610.4 s]
/proc/loadavg: 4.09 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784408/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3601.38 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 359986 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3601.38 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

[startup+3610.8 s]
/proc/loadavg: 4.09 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784408/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3601.78 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 360026 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3601.78 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

[startup+3611 s]*
/proc/loadavg: 4.08 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784432/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3601.98 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 360046 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

[startup+3611.11 s]
/proc/loadavg: 4.08 4.17 4.09 5/264 181590
/proc/meminfo: memFree=128784432/131250000 swapFree=33009904/33010684
[pid=180698] ppid=180692 vsize=863900 memory=609884 CPUtime=3602.08 cores=4,6
/proc/180698/stat : 180698 (SynLSCD-PS) R 180692 180698 180330 0 -1 4194304 77116 0 0 0 360056 152 0 0 20 0 1 0 241657893 884633600 152471 18446744073709551615 94039605579776 94039608015193 140727319025728 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039608495352 94039608528384 94039627046912 140727319034237 140727319034375 140727319034375 140727319039979 0
/proc/180698/statm: 215975 152471 2496 595 0 200642 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 863900 KiB
Current children cumulated memory: 609884 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.11
CPU time (s): 3602.1
CPU user time (s): 3600.57
CPU system time (s): 1.52843
CPU usage (%): 99.7504
Max. virtual memory (cumulated for all children) (KiB): 1147096
Max. memory (cumulated for all children) (KiB): 782472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3600.57
system time used= 1.52843
maximum resident set size= 878728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77116
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= 265
involuntary context switches= 2634


# summary of solver processes directly reported to runsolver:
#   pid: 180698
#   total CPU time (s): 3602.1
#   total CPU user time (s): 3600.57
#   total CPU system time (s): 1.52843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.6719 second user time and 15.2507 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 10:36:18
IDJOB=4546292
IDBENCH=158322
IDSOLVER=3422
FILE ID=nodeC027/4546292-1753259778
RUNJOBID= nodeC027-1753259701-180348
SLURM_JOB_ID= 9689182
Free space on /tmp= 432984 MiB

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

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

MD5SUM BENCH= de861f201885d7430b03c8868c66597b
RANDOM SEED=1834945035

nodeC027 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.644
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.29
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		: 3599.636
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.29
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.122
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.29
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		: 3700.000
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.29
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.664
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.29
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.970
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.940
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.29
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		: 3600.317
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129706520 kB
MemAvailable:   129656124 kB
Buffers:            1204 kB
Cached:           718060 kB
SwapCached:            8 kB
Active:           545416 kB
Inactive:         287252 kB
Active(anon):      92336 kB
Inactive(anon):    47292 kB
Active(file):     453080 kB
Inactive(file):   239960 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4880 kB
Writeback:             4 kB
AnonPages:        116532 kB
Mapped:           117804 kB
Shmem:             26224 kB
KReclaimable:     191204 kB
Slab:             286556 kB
SReclaimable:     191204 kB
SUnreclaim:        95352 kB
KernelStack:        4256 kB
PageTables:         3264 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     461612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

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