Trace number 4545796

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-07-23? (TO) 3600.47 3610.72

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K177.opb
MD5SUM4b187363ec0683eba575f162bd763393
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark211.425
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
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.08/0.17	c #vars 21063 #constraints 21419 1.0169 1
0.08/0.17	c intsize: 8
0.87/0.93	c 21419 constraints
0.87/0.93	c Finish cloning data from SAT to LS
0.87/0.93	c restart_num_ls  -100000 0
206.39/207.05	c Use LS-small
206.39/207.05	restart_num  0 301
206.39/207.05	c LS-restart 90 71
775.49/777.72	c Use LS-small
775.49/777.72	restart_num  301 602
775.49/777.72	c LS-restart 80 44
1530.58/1534.80	c Use LS-small
1530.58/1534.80	restart_num  602 903
1530.58/1534.80	c LS-restart 70 14
2937.86/2946.19	c Use LS-small
2937.86/2946.19	restart_num  903 1204
2937.86/2946.19	c LS-restart 60 89
2937.86/2946.19	c similarity no use LS 0.99473
3600.05/3610.30	c Program interrupted by user.
3600.05/3610.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (60629 MiB free)
  memory of node 1: 64507 MiB (62990 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=204322, runsolver pid=204319

[startup+0.100069 s]*
/proc/loadavg: 3.39 1.24 0.50 5/251 204323
/proc/meminfo: memFree=126570804/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=104412 memory=31092 CPUtime=0.08 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 4823 0 0 0 7 1 0 0 20 0 1 0 241659645 106917888 7773 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 26103 7773 2240 595 0 10770 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 104412 KiB
Current children cumulated memory: 31092 KiB

[startup+0.213261 s]*
/proc/loadavg: 3.39 1.24 0.50 5/251 204323
/proc/meminfo: memFree=126567276/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=112772 memory=42232 CPUtime=0.2 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 7168 0 0 0 18 2 0 0 20 0 1 0 241659645 115478528 10558 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 28193 10558 2304 595 0 12860 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 112772 KiB
Current children cumulated memory: 42232 KiB

[startup+0.313219 s]*
/proc/loadavg: 3.39 1.24 0.50 5/251 204323
/proc/meminfo: memFree=126561732/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=120328 memory=49652 CPUtime=0.29 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 9282 0 0 0 27 2 0 0 20 0 1 0 241659645 123215872 12381 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 30082 12381 2400 595 0 14749 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 120328 KiB
Current children cumulated memory: 49652 KiB

[startup+0.700364 s]
/proc/loadavg: 3.39 1.24 0.50 5/251 204323
/proc/meminfo: memFree=126538736/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=146720 memory=72616 CPUtime=0.67 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 14479 0 0 0 63 4 0 0 20 0 1 0 241659645 150241280 18154 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 36680 18154 2464 595 0 21347 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 146720 KiB
Current children cumulated memory: 72616 KiB

[startup+1.50037 s]
/proc/loadavg: 3.39 1.24 0.50 5/251 204323
/proc/meminfo: memFree=126498416/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=189528 memory=114728 CPUtime=1.47 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 24990 0 0 0 138 9 0 0 20 0 1 0 241659645 194076672 28682 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 47382 28682 2464 595 0 32049 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 189528 KiB
Current children cumulated memory: 114728 KiB

[startup+3.113 s]
/proc/loadavg: 3.43 1.28 0.52 5/251 204323
/proc/meminfo: memFree=126497336/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=189528 memory=114728 CPUtime=3.08 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 25003 0 0 0 288 20 0 0 20 0 1 0 241659645 194076672 28682 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 47382 28682 2464 595 0 32049 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 189528 KiB
Current children cumulated memory: 114728 KiB

[startup+6.30032 s]
/proc/loadavg: 3.43 1.28 0.52 5/251 204323
/proc/meminfo: memFree=126523604/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=189528 memory=114728 CPUtime=6.25 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 25003 0 0 0 581 44 0 0 20 0 1 0 241659645 194076672 28682 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 47382 28682 2464 595 0 32049 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 189528 KiB
Current children cumulated memory: 114728 KiB

[startup+12.7003 s]
/proc/loadavg: 3.60 1.39 0.57 5/251 204323
/proc/meminfo: memFree=126573516/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=189528 memory=114728 CPUtime=12.64 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 25003 0 0 0 1172 92 0 0 20 0 1 0 241659645 194076672 28682 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 47382 28682 2464 595 0 32049 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 189528 KiB
Current children cumulated memory: 114728 KiB

[startup+25.5003 s]
/proc/loadavg: 3.66 1.48 0.60 5/251 204323
/proc/meminfo: memFree=126615144/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=200040 memory=137724 CPUtime=25.4 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 27643 0 0 0 2373 167 0 0 20 0 1 0 241659645 204840960 34431 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 50010 34431 2496 595 0 34677 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 200040 KiB
Current children cumulated memory: 137724 KiB

[startup+51.1129 s]
/proc/loadavg: 3.85 1.70 0.70 5/251 204323
/proc/meminfo: memFree=126674004/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=262892 memory=194276 CPUtime=50.95 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 35335 0 0 0 4922 173 0 0 20 0 1 0 241659645 269201408 48569 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 65723 48569 2496 595 0 50390 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 262892 KiB
Current children cumulated memory: 194276 KiB

[startup+102.3 s]
/proc/loadavg: 4.02 2.10 0.90 5/252 204326
/proc/meminfo: memFree=126487928/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=280660 memory=212068 CPUtime=101.98 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 39769 0 0 0 10021 177 0 0 20 0 1 0 241659645 287395840 53017 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 70165 53017 2496 595 0 54832 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 280660 KiB
Current children cumulated memory: 212068 KiB

[startup+162.3 s]
/proc/loadavg: 4.76 2.66 1.17 5/252 204328
/proc/meminfo: memFree=126457748/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=335492 memory=238156 CPUtime=161.81 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 44655 0 0 0 15995 186 0 0 20 0 1 0 241659645 343543808 59539 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 83873 59539 2528 595 0 68540 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 335492 KiB
Current children cumulated memory: 238156 KiB

[startup+222.3 s]
/proc/loadavg: 4.34 2.93 1.35 5/250 204330
/proc/meminfo: memFree=126437380/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=344544 memory=252796 CPUtime=221.65 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 46793 0 0 0 21859 306 0 0 20 0 1 0 241659645 352813056 63199 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 86136 63199 2528 595 0 70803 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 344544 KiB
Current children cumulated memory: 252796 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 3.15 1.53 5/250 204332
/proc/meminfo: memFree=126413044/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=355660 memory=263932 CPUtime=281.48 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 49569 0 0 0 27751 397 0 0 20 0 1 0 241659645 364195840 65983 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 88915 65983 2528 595 0 73582 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 355660 KiB
Current children cumulated memory: 263932 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 3.34 1.70 5/250 204334
/proc/meminfo: memFree=126362620/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=362436 memory=270332 CPUtime=341.32 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 51182 0 0 0 33722 410 0 0 20 0 1 0 241659645 371134464 67583 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 90609 67583 2528 595 0 75276 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 362436 KiB
Current children cumulated memory: 270332 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 3.48 1.85 5/249 204336
/proc/meminfo: memFree=126372656/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=371812 memory=279932 CPUtime=401.14 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 53576 0 0 0 39704 410 0 0 20 0 1 0 241659645 380735488 69983 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 92953 69983 2528 595 0 77620 0
Current children cumulated CPU time: 401.14 s
Current children cumulated vsize: 371812 KiB
Current children cumulated memory: 279932 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.59 2.00 5/250 204339
/proc/meminfo: memFree=126362768/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=376104 memory=284156 CPUtime=460.97 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 54632 0 0 0 45687 410 0 0 20 0 1 0 241659645 385130496 71039 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 94026 71039 2528 595 0 78693 0
Current children cumulated CPU time: 460.97 s

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

Current children cumulated memory: 409720 KiB

[startup+3042.3 s]
/proc/loadavg: 4.56 4.22 4.05 5/250 204491
/proc/meminfo: memFree=125790580/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=527184 memory=410104 CPUtime=3033.76 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 75453 0 0 0 302443 933 0 0 20 0 1 0 241659645 539836416 102526 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 131796 102526 2528 595 0 116463 0
Current children cumulated CPU time: 3033.76 s
Current children cumulated vsize: 527184 KiB
Current children cumulated memory: 410104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.51 4.28 4.09 5/250 204493
/proc/meminfo: memFree=125781228/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=530584 memory=413432 CPUtime=3093.58 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76307 0 0 0 308425 933 0 0 20 0 1 0 241659645 543318016 103358 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132646 103358 2528 595 0 117313 0
Current children cumulated CPU time: 3093.58 s
Current children cumulated vsize: 530584 KiB
Current children cumulated memory: 413432 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.23 4.08 5/250 204495
/proc/meminfo: memFree=125780708/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=530584 memory=413432 CPUtime=3153.4 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76307 0 0 0 314407 933 0 0 20 0 1 0 241659645 543318016 103358 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132646 103358 2528 595 0 117313 0
Current children cumulated CPU time: 3153.4 s
Current children cumulated vsize: 530584 KiB
Current children cumulated memory: 413432 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.22 4.09 5/251 204498
/proc/meminfo: memFree=125780208/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=530584 memory=413688 CPUtime=3213.23 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76356 0 0 0 320390 933 0 0 20 0 1 0 241659645 543318016 103422 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132646 103422 2528 595 0 117313 0
Current children cumulated CPU time: 3213.23 s
Current children cumulated vsize: 530584 KiB
Current children cumulated memory: 413688 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.19 4.09 5/250 204500
/proc/meminfo: memFree=125752168/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=530584 memory=413688 CPUtime=3273.05 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76356 0 0 0 326372 933 0 0 20 0 1 0 241659645 543318016 103422 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132646 103422 2528 595 0 117313 0
Current children cumulated CPU time: 3273.05 s
Current children cumulated vsize: 530584 KiB
Current children cumulated memory: 413688 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.17 4.09 5/250 204502
/proc/meminfo: memFree=125747660/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=531036 memory=413816 CPUtime=3332.88 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76384 0 0 0 332355 933 0 0 20 0 1 0 241659645 543780864 103454 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132759 103454 2528 595 0 117426 0
Current children cumulated CPU time: 3332.88 s
Current children cumulated vsize: 531036 KiB
Current children cumulated memory: 413816 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.09 5/250 204504
/proc/meminfo: memFree=125748680/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=531036 memory=413816 CPUtime=3392.7 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 76384 0 0 0 338337 933 0 0 20 0 1 0 241659645 543780864 103454 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 132759 103454 2528 595 0 117426 0
Current children cumulated CPU time: 3392.7 s
Current children cumulated vsize: 531036 KiB
Current children cumulated memory: 413816 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.09 5/250 204506
/proc/meminfo: memFree=125739888/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=534392 memory=417528 CPUtime=3452.52 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77308 0 0 0 344312 940 0 0 20 0 1 0 241659645 547217408 104382 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 133598 104382 2528 595 0 118265 0
Current children cumulated CPU time: 3452.52 s
Current children cumulated vsize: 534392 KiB
Current children cumulated memory: 417528 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.13 4.09 5/250 204553
/proc/meminfo: memFree=125906292/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=534392 memory=417528 CPUtime=3512.34 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77308 0 0 0 350290 944 0 0 20 0 1 0 241659645 547217408 104382 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 133598 104382 2528 595 0 118265 0
Current children cumulated CPU time: 3512.34 s
Current children cumulated vsize: 534392 KiB
Current children cumulated memory: 417528 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/250 204562
/proc/meminfo: memFree=125910148/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=535868 memory=418680 CPUtime=3572.15 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77619 0 0 0 356270 945 0 0 20 0 1 0 241659645 548728832 104670 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 133967 104670 2528 595 0 118634 0
Current children cumulated CPU time: 3572.15 s
Current children cumulated vsize: 535868 KiB
Current children cumulated memory: 418680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 204652
/proc/meminfo: memFree=128561012/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=536284 memory=419064 CPUtime=3600.05 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77707 0 0 0 359059 946 0 0 20 0 1 0 241659645 549154816 104766 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 134071 104766 2528 595 0 118738 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 536284 KiB
Current children cumulated memory: 419064 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591 s, system=9.47187 s

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

[startup+3610.4 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 204652
/proc/meminfo: memFree=128561012/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=374456 memory=319184 CPUtime=3600.15 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77713 0 0 0 359069 946 0 0 20 0 1 0 241659645 383442944 79796 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 93614 79796 2624 595 0 78281 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 374456 KiB
Current children cumulated memory: 319184 KiB

[startup+3610.6 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 204652
/proc/meminfo: memFree=128561012/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=374456 memory=319184 CPUtime=3600.35 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77713 0 0 0 359089 946 0 0 20 0 1 0 241659645 383442944 79796 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 93614 79796 2624 595 0 78281 0
Current children cumulated CPU time: 3600.35 s
Current children cumulated vsize: 374456 KiB
Current children cumulated memory: 319184 KiB

[startup+3610.7 s]
/proc/loadavg: 4.11 4.12 4.09 5/250 204652
/proc/meminfo: memFree=128561012/131382112 swapFree=33010416/33010684
[pid=204322] ppid=204319 vsize=362208 memory=306936 CPUtime=3600.45 cores=5,7
/proc/204322/stat : 204322 (SynLSCD) R 204319 204322 203929 0 -1 4194304 77713 0 0 0 359099 946 0 0 20 0 1 0 241659645 370900992 76734 18446744073709551615 94101274165248 94101276599849 140728001267808 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94101277080824 94101277113856 94101301538816 140728001276291 140728001276426 140728001276426 140728001282030 0
/proc/204322/statm: 90552 76734 2624 595 0 75219 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 362208 KiB
Current children cumulated memory: 306936 KiB

Child status: 0

Real time (s): 3610.72
CPU time (s): 3600.47
CPU user time (s): 3591
CPU system time (s): 9.47187
CPU usage (%): 99.7163
Max. virtual memory (cumulated for all children) (KiB): 536284
Max. memory (cumulated for all children) (KiB): 419064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591
system time used= 9.47187
maximum resident set size= 482352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77739
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= 227
involuntary context switches= 1912


# summary of solver processes directly reported to runsolver:
#   pid: 204322
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3591
#   total CPU system time (s): 9.47187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0438 second user time and 34.5312 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-23 10:36:39
IDJOB=4545796
IDBENCH=158331
IDSOLVER=3421
FILE ID=nodeC012/4545796-1753259799
RUNJOBID= nodeC012-1753259701-203949
SLURM_JOB_ID= 9689167
Free space on /tmp= 432868 MiB

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

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

MD5SUM BENCH= 4b187363ec0683eba575f162bd763393
RANDOM SEED=381433518

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126586480 kB
MemAvailable:   127450448 kB
Buffers:            2136 kB
Cached:          1629140 kB
SwapCached:           12 kB
Active:          3273516 kB
Inactive:         425568 kB
Active(anon):    2089260 kB
Inactive(anon):     4688 kB
Active(file):    1184256 kB
Inactive(file):   420880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             58192 kB
Writeback:            24 kB
AnonPages:       2069080 kB
Mapped:           120112 kB
Shmem:             26140 kB
KReclaimable:     196536 kB
Slab:             288644 kB
SReclaimable:     196536 kB
SUnreclaim:        92108 kB
KernelStack:        4064 kB
PageTables:         7468 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2620988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1019904 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC012 at 2025-07-23 11:36:50