Trace number 4492990

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-06-01UNSAT 1446.43 1450.08

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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 benchmark0.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
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 constraint30
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 31
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.04	c #vars 1050 #constraints 17885 17.0333 1
0.00/0.09	c 17885 constraints
0.00/0.09	c Finish cloning data from SAT to LS
0.00/0.09	c restart_num_ls  -100000 0
170.16/170.65	c Use LS-small
170.16/170.65	restart_num  0 325
170.16/170.65	LS-restart 90 7
342.02/342.90	c Use LS-small
342.02/342.90	restart_num  325 647
342.02/342.90	LS-restart 80 90
342.02/342.90	c similarity no use LS 0.974286
495.74/497.06	c restart_num_ls  647 1148
495.74/497.06	c LS 80 24
675.19/676.91	c Use LS-small
675.19/676.91	restart_num  1148 1644
675.19/676.91	LS-restart 70 78
675.19/676.91	c similarity no use LS 0.98
902.01/904.33	c restart_num_ls  1644 2145
902.01/904.33	c LS 70 64
1045.28/1047.96	c Use LS-small
1045.28/1047.96	restart_num  2145 2540
1045.28/1047.96	LS-restart 60 46
1228.22/1231.32	c Use LS-small
1228.22/1231.32	restart_num  2540 2998
1228.22/1231.32	LS-restart 50 20
1446.35/1450.07	c Use LS-small
1446.35/1450.07	s UNSATISFIABLE

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 (62858 MiB free)
  memory of node 1: 64465 MiB (63382 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=16868, runsolver pid=16865

[startup+0.100062 s]*
/proc/loadavg: 4.12 3.70 2.80 5/265 16869
/proc/meminfo: memFree=129244240/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=0.08 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8966 0 0 0 7 1 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+0.205879 s]*
/proc/loadavg: 4.12 3.70 2.80 5/265 16869
/proc/meminfo: memFree=129244240/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=0.19 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 18 1 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+0.305821 s]*
/proc/loadavg: 4.12 3.70 2.80 5/265 16869
/proc/meminfo: memFree=129236176/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=0.3 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 28 2 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+0.700172 s]
/proc/loadavg: 4.12 3.70 2.80 5/265 16869
/proc/meminfo: memFree=129228136/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=0.68 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 65 3 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+1.50018 s]
/proc/loadavg: 4.11 3.71 2.80 5/265 16869
/proc/meminfo: memFree=129228136/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=1.48 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 144 4 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+3.10567 s]
/proc/loadavg: 4.11 3.71 2.80 5/265 16869
/proc/meminfo: memFree=129228140/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=3.08 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 300 8 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 3.71 2.81 5/265 16869
/proc/meminfo: memFree=129228392/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=6.27 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 612 15 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 3.72 2.82 5/265 16869
/proc/meminfo: memFree=129228644/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=12.65 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 1237 28 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+25.5002 s]
/proc/loadavg: 4.08 3.73 2.83 5/265 16870
/proc/meminfo: memFree=129228652/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=25.42 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 2487 55 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+51.1058 s]
/proc/loadavg: 4.11 3.77 2.87 5/265 16870
/proc/meminfo: memFree=129220604/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=114940 memory=42452 CPUtime=50.98 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 8978 0 0 0 4982 116 0 0 20 0 1 0 30073448 117698560 10613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 28735 10613 2496 595 0 13402 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 42452 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 3.83 2.94 5/264 16872
/proc/meminfo: memFree=129092568/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=183476 memory=111220 CPUtime=102.04 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 17578 0 0 0 10057 147 0 0 20 0 1 0 30073448 187879424 27805 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 45869 27805 2496 595 0 30536 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 183476 KiB
Current children cumulated memory: 111220 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 3.87 3.01 5/264 16874
/proc/meminfo: memFree=129066584/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=192952 memory=120692 CPUtime=161.88 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 19965 0 0 0 16034 154 0 0 20 0 1 0 30073448 197582848 30173 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 48238 30173 2496 595 0 32905 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 192952 KiB
Current children cumulated memory: 120692 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.91 3.08 5/264 16881
/proc/meminfo: memFree=129050612/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=192952 memory=120692 CPUtime=221.74 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 19970 0 0 0 21902 272 0 0 20 0 1 0 30073448 197582848 30173 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 48238 30173 2496 595 0 32905 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 192952 KiB
Current children cumulated memory: 120692 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.95 3.15 5/265 16884
/proc/meminfo: memFree=129039748/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=193336 memory=122868 CPUtime=281.57 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 20140 0 0 0 27861 296 0 0 20 0 1 0 30073448 197976064 30717 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 48334 30717 2496 595 0 33001 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 193336 KiB
Current children cumulated memory: 122868 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.97 3.21 5/264 16886
/proc/meminfo: memFree=129035552/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=194776 memory=124148 CPUtime=341.42 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 20492 0 0 0 33838 304 0 0 20 0 1 0 30073448 199450624 31037 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 48694 31037 2496 595 0 33361 0
Current children cumulated CPU time: 341.42 s
Current children cumulated vsize: 194776 KiB
Current children cumulated memory: 124148 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.00 3.27 5/264 16888
/proc/meminfo: memFree=129009628/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=195032 memory=124532 CPUtime=401.26 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 20611 0 0 0 39815 311 0 0 20 0 1 0 30073448 199712768 31133 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 48758 31133 2496 595 0 33425 0
Current children cumulated CPU time: 401.26 s
Current children cumulated vsize: 195032 KiB
Current children cumulated memory: 124532 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.01 3.32 5/265 16893
/proc/meminfo: memFree=129004172/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=196824 memory=126452 CPUtime=461.11 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 21079 0 0 0 45792 319 0 0 20 0 1 0 30073448 201547776 31613 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49206 31613 2496 595 0 33873 0
Current children cumulated CPU time: 461.11 s

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

/proc/loadavg: 4.13 4.09 3.69 5/265 16929
/proc/meminfo: memFree=128920200/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199032 memory=128428 CPUtime=999.8 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 21748 0 0 0 99328 652 0 0 20 0 1 0 30073448 203808768 32107 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49758 32107 2496 595 0 34425 0
Current children cumulated CPU time: 999.8 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 128428 KiB

[startup+1062.3 s]
/proc/loadavg: 4.10 4.09 3.72 5/265 16933
/proc/meminfo: memFree=128892280/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199032 memory=128428 CPUtime=1059.65 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 21748 0 0 0 105273 692 0 0 20 0 1 0 30073448 203808768 32107 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49758 32107 2496 595 0 34425 0
Current children cumulated CPU time: 1059.65 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 128428 KiB

[startup+1122.3 s]
/proc/loadavg: 4.14 4.10 3.75 5/265 16936
/proc/meminfo: memFree=128893500/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199032 memory=128556 CPUtime=1119.51 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 21793 0 0 0 111148 803 0 0 20 0 1 0 30073448 203808768 32139 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49758 32139 2496 595 0 34425 0
Current children cumulated CPU time: 1119.51 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 128556 KiB

[startup+1182.3 s]
/proc/loadavg: 4.11 4.09 3.77 5/265 16938
/proc/meminfo: memFree=128895388/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199032 memory=128556 CPUtime=1179.36 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 21807 0 0 0 117126 810 0 0 20 0 1 0 30073448 203808768 32139 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49758 32139 2496 595 0 34425 0
Current children cumulated CPU time: 1179.36 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 128556 KiB

[startup+1242.3 s]
/proc/loadavg: 4.08 4.09 3.79 5/264 16941
/proc/meminfo: memFree=128875804/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199928 memory=129452 CPUtime=1239.19 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22055 0 0 0 123078 841 0 0 20 0 1 0 30073448 204726272 32363 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49982 32363 2496 595 0 34649 0
Current children cumulated CPU time: 1239.19 s
Current children cumulated vsize: 199928 KiB
Current children cumulated memory: 129452 KiB

[startup+1302.3 s]
/proc/loadavg: 4.13 4.10 3.82 5/264 16943
/proc/meminfo: memFree=128887760/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=199928 memory=129452 CPUtime=1299.05 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22056 0 0 0 128948 957 0 0 20 0 1 0 30073448 204726272 32363 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 49982 32363 2496 595 0 34649 0
Current children cumulated CPU time: 1299.05 s
Current children cumulated vsize: 199928 KiB
Current children cumulated memory: 129452 KiB

[startup+1362.3 s]
/proc/loadavg: 4.09 4.09 3.84 5/265 16946
/proc/meminfo: memFree=128875624/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=200696 memory=130092 CPUtime=1358.88 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22216 0 0 0 134925 963 0 0 20 0 1 0 30073448 205512704 32523 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50174 32523 2496 595 0 34841 0
Current children cumulated CPU time: 1358.88 s
Current children cumulated vsize: 200696 KiB
Current children cumulated memory: 130092 KiB

[startup+1422.3 s]
/proc/loadavg: 4.43 4.20 3.89 5/265 16952
/proc/meminfo: memFree=128865116/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=201720 memory=131116 CPUtime=1418.72 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22465 0 0 0 140901 971 0 0 20 0 1 0 30073448 206561280 32779 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50430 32779 2496 595 0 35097 0
Current children cumulated CPU time: 1418.72 s
Current children cumulated vsize: 201720 KiB
Current children cumulated memory: 131116 KiB

[startup+1450.08 s]
# the end of solver process 16868 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1436.67 s, system=9.75747 s

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

[startup+1433.6 s]
/proc/loadavg: 4.37 4.19 3.89 5/264 16953
/proc/meminfo: memFree=128860784/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=201976 memory=131372 CPUtime=1429.99 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22528 0 0 0 142026 973 0 0 20 0 1 0 30073448 206823424 32843 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50494 32843 2496 595 0 35161 0
Current children cumulated CPU time: 1429.99 s
Current children cumulated vsize: 201976 KiB
Current children cumulated memory: 131372 KiB

[startup+1440 s]*
/proc/loadavg: 4.34 4.19 3.90 5/264 16953
/proc/meminfo: memFree=128859296/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1436.38 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 142664 974 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1436.38 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

[startup+1446.4 s]
/proc/loadavg: 4.31 4.18 3.90 5/264 16954
/proc/meminfo: memFree=128859328/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1442.76 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 143301 975 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1442.76 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

[startup+1448 s]*
/proc/loadavg: 4.29 4.18 3.90 5/264 16954
/proc/meminfo: memFree=128859580/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1444.36 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 143461 975 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1444.36 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

[startup+1448.8 s]
/proc/loadavg: 4.29 4.18 3.90 5/264 16954
/proc/meminfo: memFree=128859580/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1445.15 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 143540 975 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1445.15 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

[startup+1449.6 s]
/proc/loadavg: 4.29 4.18 3.90 5/264 16954
/proc/meminfo: memFree=128859580/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1445.94 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 143619 975 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1445.94 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

[startup+1450 s]*
/proc/loadavg: 4.29 4.18 3.90 5/264 16954
/proc/meminfo: memFree=128859832/131250000 swapFree=33010684/33010684
[pid=16868] ppid=16865 vsize=203384 memory=132780 CPUtime=1446.35 cores=4,6
/proc/16868/stat : 16868 (SynLSCD) R 16865 16868 14971 0 -1 4194304 22872 0 0 0 143660 975 0 0 20 0 1 0 30073448 208265216 33195 18446744073709551615 94039218163712 94039220597865 140732473354512 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94039221079288 94039221112320 94039253450752 140732473362790 140732473362923 140732473362923 140732473368525 0
/proc/16868/statm: 50846 33195 2496 595 0 35513 0
Current children cumulated CPU time: 1446.35 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132780 KiB

Child status: 20

Real time (s): 1450.08
CPU time (s): 1446.43
CPU user time (s): 1436.67
CPU system time (s): 9.75747
CPU usage (%): 99.7485
Max. virtual memory (cumulated for all children) (KiB): 203384
Max. memory (cumulated for all children) (KiB): 132780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1436.67
system time used= 9.75747
maximum resident set size= 133292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22904
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= 174
involuntary context switches= 1086


# summary of solver processes directly reported to runsolver:
#   pid: 16868
#   total CPU time (s): 1446.43
#   total CPU user time (s): 1436.67
#   total CPU system time (s): 9.75747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.0345 second user time and 6.46185 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-28 22:52:39
IDJOB=4492990
IDBENCH=147834
IDSOLVER=3369
FILE ID=nodeC016/4492990-1751143959
RUNJOBID= nodeC016-1751143366-14982
SLURM_JOB_ID= 9587436
Free space on /tmp= 433048 MiB

SOLVER NAME= SynLSCD 2025-06-01
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.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-4492990-1751143959/watcher-4492990-1751143959 -o /tmp/evaluation-result-4492990-1751143959/solver-4492990-1751143959 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751143366-14982 --watchdog 3760  SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4492990-1751143959.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=782337632

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        129270196 kB
MemAvailable:   128904200 kB
Buffers:            3280 kB
Cached:           433032 kB
SwapCached:            0 kB
Active:          1150036 kB
Inactive:         211524 kB
Active(anon):     943324 kB
Inactive(anon):        0 kB
Active(file):     206712 kB
Inactive(file):   211524 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3944 kB
Writeback:             0 kB
AnonPages:        928136 kB
Mapped:           114028 kB
Shmem:             18072 kB
KReclaimable:      85124 kB
Slab:             167540 kB
SReclaimable:      85124 kB
SUnreclaim:        82416 kB
KernelStack:        4320 kB
PageTables:         5064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1381160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    684032 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC016 at 2025-06-28 23:16:49