Trace number 4545710

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD 2025-07-23UNSAT 1600.71 1605.73

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.06/0.14	c #vars 1050 #constraints 17885 17.0333 1
0.06/0.14	c intsize: 5
0.17/0.30	c 17885 constraints
0.17/0.30	c Finish cloning data from SAT to LS
0.17/0.30	c restart_num_ls  -100000 0
169.68/170.36	c Use LS-small
169.68/170.36	restart_num  0 325
169.68/170.36	c LS-restart 90 31
346.08/347.35	c Use LS-small
346.08/347.35	restart_num  325 647
346.08/347.35	c LS-restart 80 33
566.64/568.62	c Use LS-small
566.64/568.62	c restart_num_ls  647 1148
566.64/568.62	c LS 70 67
751.08/753.63	c Use LS-small
751.08/753.63	restart_num  1148 1644
751.08/753.63	c LS-restart 60 59
1045.79/1049.11	c Use LS-small
1045.79/1049.11	c restart_num_ls  1644 2145
1045.79/1049.11	c LS 50 26
1191.69/1195.40	c Use LS-small
1191.69/1195.40	restart_num  2145 2540
1191.69/1195.40	c LS-restart 40 1
1378.89/1383.25	c Use LS-small
1378.89/1383.25	restart_num  2540 2998
1378.89/1383.25	c LS-restart 30 22
1600.67/1605.72	c Use LS-small
1600.67/1605.72	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: 63837 MiB (54691 MiB free)
  memory of node 1: 64465 MiB (48677 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545710-1753259701/watcher-4545710-1753259701 -o /tmp/evaluation-result-4545710-1753259701/solver-4545710-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753259701-191198 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545710-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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=191255, runsolver pid=191250

[startup+0.100073 s]*
/proc/loadavg: 0.11 0.10 0.09 5/251 191263
/proc/meminfo: memFree=105838960/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=85464 memory=12032 CPUtime=0.06 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 1109 0 0 0 5 1 0 0 20 0 1 0 241649644 87515136 3008 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 21366 3008 2176 595 0 6033 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 85464 KiB
Current children cumulated memory: 12032 KiB

[startup+0.213953 s]*
/proc/loadavg: 0.11 0.10 0.09 4/252 191267
/proc/meminfo: memFree=105818240/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=91888 memory=20420 CPUtime=0.17 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 3048 0 0 0 15 2 0 0 20 0 1 0 241649644 94093312 5105 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 22972 5105 2368 595 0 7639 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 91888 KiB
Current children cumulated memory: 20420 KiB

[startup+0.313769 s]*
/proc/loadavg: 0.11 0.10 0.09 4/247 191267
/proc/meminfo: memFree=105801040/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=0.27 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9161 0 0 0 23 4 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+0.7003 s]
/proc/loadavg: 0.11 0.10 0.09 3/247 191271
/proc/meminfo: memFree=105792008/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=0.65 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 60 5 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+1.50037 s]
/proc/loadavg: 0.11 0.10 0.09 3/245 191272
/proc/meminfo: memFree=105791784/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=1.45 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 138 7 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+3.11307 s]
/proc/loadavg: 0.42 0.16 0.11 3/245 191275
/proc/meminfo: memFree=105767124/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=3.05 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 295 10 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+6.3003 s]
/proc/loadavg: 0.42 0.16 0.11 4/245 191275
/proc/meminfo: memFree=105765864/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=6.23 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 607 16 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+12.7003 s]
/proc/loadavg: 1.05 0.31 0.16 3/245 191275
/proc/meminfo: memFree=105762336/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=12.61 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 1229 32 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+25.5003 s]
/proc/loadavg: 1.50 0.43 0.20 3/245 191328
/proc/meminfo: memFree=105759984/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=25.38 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 2478 60 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+51.1131 s]
/proc/loadavg: 2.36 0.72 0.30 4/245 191393
/proc/meminfo: memFree=105346124/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=114940 memory=43148 CPUtime=50.91 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 9168 0 0 0 4974 117 0 0 20 0 1 0 241649644 117698560 10787 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 28735 10787 2496 595 0 13402 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 114940 KiB
Current children cumulated memory: 43148 KiB

[startup+102.3 s]
/proc/loadavg: 3.46 1.30 0.53 5/252 191621
/proc/meminfo: memFree=105365676/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=183476 memory=112460 CPUtime=101.91 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 18006 0 0 0 10042 149 0 0 20 0 1 0 241649644 187879424 28115 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 45869 28115 2496 595 0 30536 0
Current children cumulated CPU time: 101.91 s
Current children cumulated vsize: 183476 KiB
Current children cumulated memory: 112460 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 1.81 0.75 5/253 191624
/proc/meminfo: memFree=105121408/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=192952 memory=121932 CPUtime=161.7 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20390 0 0 0 16013 157 0 0 20 0 1 0 241649644 197582848 30483 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48238 30483 2496 595 0 32905 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 192952 KiB
Current children cumulated memory: 121932 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.23 0.96 5/253 191626
/proc/meminfo: memFree=105029732/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=192952 memory=121932 CPUtime=221.51 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20391 0 0 0 21863 288 0 0 20 0 1 0 241649644 197582848 30483 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48238 30483 2496 595 0 32905 0
Current children cumulated CPU time: 221.51 s
Current children cumulated vsize: 192952 KiB
Current children cumulated memory: 121932 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 2.60 1.17 5/253 191628
/proc/meminfo: memFree=105009104/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=193336 memory=122316 CPUtime=281.3 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20526 0 0 0 27819 311 0 0 20 0 1 0 241649644 197976064 30579 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48334 30579 2496 595 0 33001 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 193336 KiB
Current children cumulated memory: 122316 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 2.87 1.36 5/251 191630
/proc/meminfo: memFree=105008396/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=194776 memory=123724 CPUtime=341.1 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20902 0 0 0 33792 318 0 0 20 0 1 0 241649644 199450624 30931 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48694 30931 2496 595 0 33361 0
Current children cumulated CPU time: 341.1 s
Current children cumulated vsize: 194776 KiB
Current children cumulated memory: 123724 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.10 1.53 5/250 191632
/proc/meminfo: memFree=104925072/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=194776 memory=123724 CPUtime=400.91 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20909 0 0 0 39644 447 0 0 20 0 1 0 241649644 199450624 30931 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48694 30931 2496 595 0 33361 0
Current children cumulated CPU time: 400.91 s
Current children cumulated vsize: 194776 KiB
Current children cumulated memory: 123724 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 3.28 1.69 5/252 191636
/proc/meminfo: memFree=104893944/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=195032 memory=123980 CPUtime=460.71 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 20997 0 0 0 45605 466 0 0 20 0 1 0 241649644 199712768 30995 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 48758 30995 2496 595 0 33425 0
Current children cumulated CPU time: 460.71 s

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

/proc/loadavg: 4.20 4.17 2.96 5/251 191664
/proc/meminfo: memFree=104697440/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199032 memory=127996 CPUtime=1058.95 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22171 0 0 0 105057 838 0 0 20 0 1 0 241649644 203808768 31999 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49758 31999 2496 595 0 34425 0
Current children cumulated CPU time: 1058.95 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 127996 KiB

[startup+1122.3 s]
/proc/loadavg: 4.07 4.14 3.03 5/251 191666
/proc/meminfo: memFree=104697816/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199032 memory=127996 CPUtime=1118.8 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22182 0 0 0 110931 949 0 0 20 0 1 0 241649644 203808768 31999 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49758 31999 2496 595 0 34425 0
Current children cumulated CPU time: 1118.8 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 127996 KiB

[startup+1182.3 s]
/proc/loadavg: 4.14 4.14 3.10 5/252 191669
/proc/meminfo: memFree=104691100/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199032 memory=127996 CPUtime=1178.63 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22184 0 0 0 116909 954 0 0 20 0 1 0 241649644 203808768 31999 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49758 31999 2496 595 0 34425 0
Current children cumulated CPU time: 1178.63 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 127996 KiB

[startup+1242.3 s]
/proc/loadavg: 4.11 4.13 3.17 5/252 191677
/proc/meminfo: memFree=104694528/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199032 memory=127996 CPUtime=1238.46 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22184 0 0 0 122779 1067 0 0 20 0 1 0 241649644 203808768 31999 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49758 31999 2496 595 0 34425 0
Current children cumulated CPU time: 1238.46 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 127996 KiB

[startup+1302.3 s]
/proc/loadavg: 4.15 4.14 3.23 5/251 191679
/proc/meminfo: memFree=104696748/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199032 memory=128124 CPUtime=1298.26 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22201 0 0 0 128723 1103 0 0 20 0 1 0 241649644 203808768 32031 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49758 32031 2496 595 0 34425 0
Current children cumulated CPU time: 1298.26 s
Current children cumulated vsize: 199032 KiB
Current children cumulated memory: 128124 KiB

[startup+1362.3 s]
/proc/loadavg: 4.12 4.13 3.29 5/250 191681
/proc/meminfo: memFree=104680216/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199928 memory=128892 CPUtime=1358.06 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22421 0 0 0 134696 1110 0 0 20 0 1 0 241649644 204726272 32223 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49982 32223 2496 595 0 34649 0
Current children cumulated CPU time: 1358.06 s
Current children cumulated vsize: 199928 KiB
Current children cumulated memory: 128892 KiB

[startup+1422.3 s]
/proc/loadavg: 4.17 4.13 3.35 5/250 191683
/proc/meminfo: memFree=104686636/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=199928 memory=129020 CPUtime=1417.88 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22455 0 0 0 140584 1204 0 0 20 0 1 0 241649644 204726272 32255 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 49982 32255 2496 595 0 34649 0
Current children cumulated CPU time: 1417.88 s
Current children cumulated vsize: 199928 KiB
Current children cumulated memory: 129020 KiB

[startup+1482.3 s]
/proc/loadavg: 4.10 4.12 3.39 5/250 191685
/proc/meminfo: memFree=104685656/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=200696 memory=129660 CPUtime=1477.69 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22614 0 0 0 146508 1261 0 0 20 0 1 0 241649644 205512704 32415 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50174 32415 2496 595 0 34841 0
Current children cumulated CPU time: 1477.69 s
Current children cumulated vsize: 200696 KiB
Current children cumulated memory: 129660 KiB

[startup+1542.3 s]
/proc/loadavg: 4.11 4.12 3.45 5/249 191776
/proc/meminfo: memFree=104904628/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=200888 memory=129916 CPUtime=1537.49 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 22676 0 0 0 152481 1268 0 0 20 0 1 0 241649644 205709312 32479 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50222 32479 2496 595 0 34889 0
Current children cumulated CPU time: 1537.49 s
Current children cumulated vsize: 200888 KiB
Current children cumulated memory: 129916 KiB

[startup+1602.3 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836056/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1597.28 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158453 1275 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1597.28 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

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

# cumulated CPU time of all completed processes:  user=1587.94 s, system=12.765 s

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

[startup+1603.2 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836308/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1598.18 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158543 1275 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1598.18 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

[startup+1604.8 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836308/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1599.78 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158702 1276 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1599.78 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

[startup+1605.2 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836308/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1600.17 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158741 1276 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1600.17 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

[startup+1605.6 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836308/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1600.57 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158781 1276 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1600.57 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

[startup+1605.7 s]
/proc/loadavg: 4.08 4.11 3.49 5/249 191789
/proc/meminfo: memFree=104836308/131382116 swapFree=33005528/33010684
[pid=191255] ppid=191250 vsize=203384 memory=132348 CPUtime=1600.67 cores=0,2
/proc/191255/stat : 191255 (SynLSCD) R 191250 191255 191181 0 -1 4194304 23272 0 0 0 158791 1276 0 0 20 0 1 0 241649644 208265216 33087 18446744073709551615 94226703548416 94226705983017 140723835886528 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94226706463992 94226706497024 94226737188864 140723835894147 140723835894282 140723835894282 140723835899886 0
/proc/191255/statm: 50846 33087 2496 595 0 35513 0
Current children cumulated CPU time: 1600.67 s
Current children cumulated vsize: 203384 KiB
Current children cumulated memory: 132348 KiB

Child status: 20

Real time (s): 1605.73
CPU time (s): 1600.71
CPU user time (s): 1587.94
CPU system time (s): 12.765
CPU usage (%): 99.6874
Max. virtual memory (cumulated for all children) (KiB): 203384
Max. memory (cumulated for all children) (KiB): 132348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1587.94
system time used= 12.765
maximum resident set size= 132860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23304
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= 166
involuntary context switches= 3694


# summary of solver processes directly reported to runsolver:
#   pid: 191255
#   total CPU time (s): 1600.71
#   total CPU user time (s): 1587.94
#   total CPU system time (s): 12.765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.21427 second user time and 15.2691 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-23 10:35:02
IDJOB=4545710
IDBENCH=147834
IDSOLVER=3421
FILE ID=nodeC010/4545710-1753259701
RUNJOBID= nodeC010-1753259701-191198
SLURM_JOB_ID= 9689165
Free space on /tmp= 432704 MiB

SOLVER NAME= SynLSCD 2025-07-23
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-4545710-1753259701/watcher-4545710-1753259701 -o /tmp/evaluation-result-4545710-1753259701/solver-4545710-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753259701-191198 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4545710-1753259701.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1977601264

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105849972 kB
MemAvailable:   129917548 kB
Buffers:             228 kB
Cached:         24831132 kB
SwapCached:         4300 kB
Active:           905300 kB
Inactive:       23994620 kB
Active(anon):      41712 kB
Inactive(anon):    48680 kB
Active(file):     863588 kB
Inactive(file): 23945940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12232 kB
Writeback:             4 kB
AnonPages:         67724 kB
Mapped:           104904 kB
Shmem:             21832 kB
KReclaimable:     195348 kB
Slab:             287048 kB
SReclaimable:     195348 kB
SUnreclaim:        91700 kB
KernelStack:        3984 kB
PageTables:         3004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     351320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 432692 MiB
End job on nodeC010 at 2025-07-23 11:01:48