Trace number 4546217

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-07-23? (TO) 3600.17 3609.27

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.43/0.51	c intsize: 7
1.32/1.42	c 285685 constraints
1.32/1.42	c Finish cloning data from SAT to LS
1.32/1.42	c restart_num_ls  -100000 0
68.40/68.74	c Use LS-small
68.40/68.74	c update_LS_target_phase-runLS-restart
421.84/423.18	c restart_num  0 301
421.84/423.18	c LS-restart 90 94
421.84/423.18	c similarity no use LS 0.992794
1175.99/1179.17	c restart_num  301 602
1175.99/1179.17	c LS-restart 90 73
1242.03/1245.39	c Use LS-small
1242.03/1245.39	c update_LS_target_phase-runLS-restart
2356.24/2362.30	c restart_num  602 903
2356.24/2362.30	c LS-restart 80 36
2421.79/2428.06	c Use LS-small
2421.79/2428.06	c update_LS_target_phase-runLS-restart
3600.09/3609.20	c Program interrupted by user.
3600.09/3609.20	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100059 s]*
/proc/loadavg: 0.14 0.09 0.09 5/264 170344
/proc/meminfo: memFree=129353956/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=89828 memory=16896 CPUtime=0.02 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 2266 0 0 0 2 0 0 0 20 0 1 0 241647741 91983872 4224 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 22457 4224 2240 595 0 7124 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 89828 KiB
Current children cumulated memory: 16896 KiB

[startup+0.205487 s]*
/proc/loadavg: 0.14 0.09 0.09 4/261 170344
/proc/meminfo: memFree=129366032/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=95360 memory=26420 CPUtime=0.14 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 3726 0 0 0 13 1 0 0 20 0 1 0 241647741 97648640 6605 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 23840 6605 2240 595 0 8507 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 95360 KiB
Current children cumulated memory: 26420 KiB

[startup+0.305417 s]*
/proc/loadavg: 0.14 0.09 0.09 4/261 170344
/proc/meminfo: memFree=129361688/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=100756 memory=35520 CPUtime=0.23 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 5114 0 0 0 22 1 0 0 20 0 1 0 241647741 103174144 8880 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 25189 8880 2240 595 0 9856 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 100756 KiB
Current children cumulated memory: 35520 KiB

[startup+0.700181 s]
/proc/loadavg: 0.14 0.09 0.09 3/259 170344
/proc/meminfo: memFree=129326220/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=167072 memory=105524 CPUtime=0.62 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 18313 0 0 0 59 3 0 0 20 0 1 0 241647741 171081728 26381 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 41801 26381 2240 595 0 26468 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 167072 KiB
Current children cumulated memory: 105524 KiB

[startup+1.50017 s]
/proc/loadavg: 0.45 0.16 0.11 2/253 170346
/proc/meminfo: memFree=129138296/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=576980 CPUtime=1.41 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105586 0 0 0 122 19 0 0 20 0 1 0 241647741 709939200 144245 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144245 2432 595 0 157992 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 576980 KiB

[startup+3.10545 s]
/proc/loadavg: 0.45 0.16 0.11 2/258 170353
/proc/meminfo: memFree=128862872/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=577364 CPUtime=3.02 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105727 0 0 0 282 20 0 0 20 0 1 0 241647741 709939200 144341 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144341 2432 595 0 157992 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 577364 KiB

[startup+6.30017 s]
/proc/loadavg: 0.90 0.26 0.14 2/260 170361
/proc/meminfo: memFree=128884836/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=577492 CPUtime=6.2 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105785 0 0 0 600 20 0 0 20 0 1 0 241647741 709939200 144373 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144373 2432 595 0 157992 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 577492 KiB

[startup+12.7002 s]
/proc/loadavg: 1.14 0.32 0.17 2/254 170361
/proc/meminfo: memFree=128885452/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=577492 CPUtime=12.58 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105787 0 0 0 1238 20 0 0 20 0 1 0 241647741 709939200 144373 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144373 2432 595 0 157992 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 577492 KiB

[startup+25.5002 s]
/proc/loadavg: 1.58 0.44 0.21 2/257 170398
/proc/meminfo: memFree=128879508/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=577620 CPUtime=25.34 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105811 0 0 0 2514 20 0 0 20 0 1 0 241647741 709939200 144405 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144405 2432 595 0 157992 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 577620 KiB

[startup+51.1054 s]
/proc/loadavg: 2.73 0.83 0.35 2/255 170540
/proc/meminfo: memFree=128855284/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=693300 memory=577620 CPUtime=50.86 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 105832 0 0 0 5066 20 0 0 20 0 1 0 241647741 709939200 144405 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 173325 144405 2432 595 0 157992 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 693300 KiB
Current children cumulated memory: 577620 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 1.35 0.55 5/265 170816
/proc/meminfo: memFree=128390504/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=861608 memory=698392 CPUtime=101.9 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 110984 0 0 0 10163 27 0 0 20 0 1 0 241647741 882286592 174598 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 215402 174598 2464 595 0 200069 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 861608 KiB
Current children cumulated memory: 698392 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 1.85 0.77 5/265 170881
/proc/meminfo: memFree=128372624/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=871652 memory=711968 CPUtime=161.73 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 112158 0 0 0 16144 29 0 0 20 0 1 0 241647741 892571648 177992 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 217913 177992 2464 595 0 202580 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 871652 KiB
Current children cumulated memory: 711968 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.27 0.99 5/265 170883
/proc/meminfo: memFree=128238596/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=993020 memory=844756 CPUtime=221.57 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 113140 0 0 0 22121 36 0 0 20 0 1 0 241647741 1016852480 211189 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 248255 211189 2464 595 0 232922 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 993020 KiB
Current children cumulated memory: 844756 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.60 1.19 5/266 170886
/proc/meminfo: memFree=128158044/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1220704 memory=937652 CPUtime=281.41 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 114991 0 0 0 28097 44 0 0 20 0 1 0 241647741 1250000896 234413 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 305176 234413 2464 595 0 289843 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 1220704 KiB
Current children cumulated memory: 937652 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 2.88 1.37 5/263 170888
/proc/meminfo: memFree=128149752/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1225900 memory=941752 CPUtime=341.25 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 115688 0 0 0 34080 45 0 0 20 0 1 0 241647741 1255321600 235438 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 306475 235438 2464 595 0 291142 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 1225900 KiB
Current children cumulated memory: 941752 KiB

[startup+402.3 s]
/proc/loadavg: 4.09 3.10 1.54 5/263 170890
/proc/meminfo: memFree=128139516/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1225900 memory=941752 CPUtime=401.09 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 115718 0 0 0 40063 46 0 0 20 0 1 0 241647741 1255321600 235438 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 306475 235438 2464 595 0 291142 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 1225900 KiB
Current children cumulated memory: 941752 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.28 1.70 5/263 170892
/proc/meminfo: memFree=128106412/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1258668 memory=974904 CPUtime=460.92 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 119001 0 0 0 46046 46 0 0 20 0 1 0 241647741 1288876032 243726 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 314667 243726 2528 595 0 299334 0

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

Current children cumulated memory: 1069072 KiB

[startup+2862.3 s]
/proc/loadavg: 4.38 4.17 4.00 5/263 171029
/proc/meminfo: memFree=127989744/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1355076 memory=1069072 CPUtime=2854.99 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 130539 0 0 0 285421 78 0 0 20 0 1 0 241647741 1387597824 267268 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 338769 267268 2528 595 0 323436 0
Current children cumulated CPU time: 2854.99 s
Current children cumulated vsize: 1355076 KiB
Current children cumulated memory: 1069072 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.15 4.00 5/263 171031
/proc/meminfo: memFree=127971268/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1365768 memory=1081224 CPUtime=2914.84 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 131602 0 0 0 291405 79 0 0 20 0 1 0 241647741 1398546432 270306 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 341442 270306 2528 595 0 326109 0
Current children cumulated CPU time: 2914.84 s
Current children cumulated vsize: 1365768 KiB
Current children cumulated memory: 1081224 KiB

[startup+2982.3 s]
/proc/loadavg: 4.12 4.14 4.00 5/262 171033
/proc/meminfo: memFree=127982664/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1365768 memory=1081224 CPUtime=2974.69 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 131602 0 0 0 297389 80 0 0 20 0 1 0 241647741 1398546432 270306 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 341442 270306 2528 595 0 326109 0
Current children cumulated CPU time: 2974.69 s
Current children cumulated vsize: 1365768 KiB
Current children cumulated memory: 1081224 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.13 4.00 5/263 171037
/proc/meminfo: memFree=127982604/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1365768 memory=1081224 CPUtime=3034.55 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 131862 0 0 0 303374 81 0 0 20 0 1 0 241647741 1398546432 270306 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 341442 270306 2528 595 0 326109 0
Current children cumulated CPU time: 3034.55 s
Current children cumulated vsize: 1365768 KiB
Current children cumulated memory: 1081224 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.13 4.01 5/266 171048
/proc/meminfo: memFree=127982624/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1365768 memory=1081224 CPUtime=3094.41 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 131888 0 0 0 309359 82 0 0 20 0 1 0 241647741 1398546432 270306 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 341442 270306 2528 595 0 326109 0
Current children cumulated CPU time: 3094.41 s
Current children cumulated vsize: 1365768 KiB
Current children cumulated memory: 1081224 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.11 4.00 5/266 171050
/proc/meminfo: memFree=127965764/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1365768 memory=1087368 CPUtime=3154.27 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 131924 0 0 0 315344 83 0 0 20 0 1 0 241647741 1398546432 271842 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 341442 271842 2528 595 0 326109 0
Current children cumulated CPU time: 3154.27 s
Current children cumulated vsize: 1365768 KiB
Current children cumulated memory: 1087368 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.12 4.01 5/266 171052
/proc/meminfo: memFree=127912788/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1385356 memory=1138568 CPUtime=3214.13 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 133484 0 0 0 321328 85 0 0 20 0 1 0 241647741 1418604544 284642 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 346339 284642 2528 595 0 331006 0
Current children cumulated CPU time: 3214.13 s
Current children cumulated vsize: 1385356 KiB
Current children cumulated memory: 1138568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.01 5/266 171054
/proc/meminfo: memFree=127912164/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1385356 memory=1138568 CPUtime=3273.98 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 133484 0 0 0 327313 85 0 0 20 0 1 0 241647741 1418604544 284642 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 346339 284642 2528 595 0 331006 0
Current children cumulated CPU time: 3273.98 s
Current children cumulated vsize: 1385356 KiB
Current children cumulated memory: 1138568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.01 5/266 171055
/proc/meminfo: memFree=127912576/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1385356 memory=1140616 CPUtime=3333.84 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 133485 0 0 0 333298 86 0 0 20 0 1 0 241647741 1418604544 285154 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 346339 285154 2528 595 0 331006 0
Current children cumulated CPU time: 3333.84 s
Current children cumulated vsize: 1385356 KiB
Current children cumulated memory: 1140616 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.01 5/264 171057
/proc/meminfo: memFree=127911908/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1386992 memory=1140616 CPUtime=3393.7 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 133486 0 0 0 339283 87 0 0 20 0 1 0 241647741 1420279808 285154 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 346748 285154 2528 595 0 331415 0
Current children cumulated CPU time: 3393.7 s
Current children cumulated vsize: 1386992 KiB
Current children cumulated memory: 1140616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/262 171059
/proc/meminfo: memFree=127912236/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1386992 memory=1140616 CPUtime=3453.55 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 133486 0 0 0 345268 87 0 0 20 0 1 0 241647741 1420279808 285154 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 346748 285154 2528 595 0 331415 0
Current children cumulated CPU time: 3453.55 s
Current children cumulated vsize: 1386992 KiB
Current children cumulated memory: 1140616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.01 5/262 171061
/proc/meminfo: memFree=127911128/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1391060 memory=1143944 CPUtime=3513.4 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 134572 0 0 0 351252 88 0 0 20 0 1 0 241647741 1424445440 285986 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 347765 285986 2528 595 0 332432 0
Current children cumulated CPU time: 3513.4 s
Current children cumulated vsize: 1391060 KiB
Current children cumulated memory: 1143944 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 171064
/proc/meminfo: memFree=127911716/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1391476 memory=1144328 CPUtime=3573.25 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 134702 0 0 0 357237 88 0 0 20 0 1 0 241647741 1424871424 286082 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 347869 286082 2528 595 0 332536 0
Current children cumulated CPU time: 3573.25 s
Current children cumulated vsize: 1391476 KiB
Current children cumulated memory: 1144328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.2 s]
/proc/loadavg: 4.12 4.09 4.01 5/263 171066
/proc/meminfo: memFree=127911420/131249996 swapFree=33006296/33010684
[pid=170339] ppid=170335 vsize=1391476 memory=1144328 CPUtime=3600.09 cores=0,2
/proc/170339/stat : 170339 (SynLSCD-PS) R 170335 170339 170260 0 -1 4194304 134702 0 0 0 359920 89 0 0 20 0 1 0 241647741 1424871424 286082 18446744073709551615 94528606896128 94528609331545 140728740992608 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94528609811704 94528609844736 94528623341568 140728741001597 140728741001735 140728741001735 140728741007339 0
/proc/170339/statm: 347869 286082 2528 595 0 332536 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1391476 KiB
Current children cumulated memory: 1144328 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.27 s, system=0.899658 s

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

Child status: 0

Real time (s): 3609.27
CPU time (s): 3600.17
CPU user time (s): 3599.27
CPU system time (s): 0.899658
CPU usage (%): 99.7478
Max. virtual memory (cumulated for all children) (KiB): 1488608
Max. memory (cumulated for all children) (KiB): 1150692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.27
system time used= 0.899658
maximum resident set size= 1175268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134735
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= 167
involuntary context switches= 4694


# summary of solver processes directly reported to runsolver:
#   pid: 170339
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3599.27
#   total CPU system time (s): 0.899658

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.40075 second user time and 14.7243 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 10:35:02
IDJOB=4546217
IDBENCH=147848
IDSOLVER=3422
FILE ID=nodeC015/4546217-1753259701
RUNJOBID= nodeC015-1753259701-170277
SLURM_JOB_ID= 9689170
Free space on /tmp= 432544 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.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-4546217-1753259701/watcher-4546217-1753259701 -o /tmp/evaluation-result-4546217-1753259701/solver-4546217-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753259701-170277 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546217-1753259701.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1977601264

nodeC015 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		: 3579.846
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	: 7000.14
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		: 1200.031
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	: 7000.14
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.074
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	: 7000.14
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		: 1199.756
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	: 7000.14
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		: 3600.191
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	: 7000.14
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		: 1921.095
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	: 7000.14
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		: 3598.667
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	: 7000.14
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		: 1200.080
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129456852 kB
MemAvailable:   129717608 kB
Buffers:            1508 kB
Cached:          1029084 kB
SwapCached:         3888 kB
Active:           930840 kB
Inactive:         184428 kB
Active(anon):      58720 kB
Inactive(anon):    48308 kB
Active(file):     872120 kB
Inactive(file):   136120 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24124 kB
Writeback:             0 kB
AnonPages:         84228 kB
Mapped:           106308 kB
Shmem:             22352 kB
KReclaimable:     183508 kB
Slab:             279380 kB
SReclaimable:     183508 kB
SUnreclaim:        95872 kB
KernelStack:        4128 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     410252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432536 MiB
End job on nodeC015 at 2025-07-23 11:35:12