Trace number 4546213

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SynLSCD-PS 2025-07-23UNSAT 615.324 617.408

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.05/0.16	c intsize: 5
0.24/0.35	c 17885 constraints
0.24/0.35	c Finish cloning data from SAT to LS
0.24/0.35	c restart_num_ls  -100000 0
60.72/61.19	c Use LS-small
60.72/61.19	c update_LS_target_phase-runLS-restart
146.73/147.46	c restart_num  0 307
146.73/147.46	c LS-restart 90 57
206.55/207.49	c Use LS-small
206.55/207.49	c update_LS_target_phase-runLS-restart
326.57/327.85	c restart_num  307 627
326.57/327.85	c LS-restart 80 7
386.39/387.89	c Use LS-small
386.39/387.89	c update_LS_target_phase-runLS-restart
490.65/492.46	c restart_num  627 928
490.65/492.46	c LS-restart 70 97
490.65/492.46	c similarity no use LS 0.968571
615.30/617.40	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 (53470 MiB free)
  memory of node 1: 64465 MiB (47700 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=167794, runsolver pid=167786

[startup+0.100073 s]*
/proc/loadavg: 0.34 0.16 0.11 5/247 167799
/proc/meminfo: memFree=103571212/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=85068 memory=12032 CPUtime=0.05 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 991 0 0 0 4 1 0 0 20 0 1 0 241648917 87109632 3008 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 21267 3008 2272 595 0 5934 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 85068 KiB
Current children cumulated memory: 12032 KiB

[startup+0.213855 s]*
/proc/loadavg: 0.34 0.16 0.11 5/247 167799
/proc/meminfo: memFree=103560376/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=89048 memory=18260 CPUtime=0.15 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 2110 0 0 0 14 1 0 0 20 0 1 0 241648917 91185152 4565 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 22262 4565 2272 595 0 6929 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 89048 KiB
Current children cumulated memory: 18260 KiB

[startup+0.321974 s]*
/proc/loadavg: 0.34 0.16 0.11 5/247 167799
/proc/meminfo: memFree=103527868/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=112828 memory=36700 CPUtime=0.24 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 7565 0 0 0 21 3 0 0 20 0 1 0 241648917 115535872 9175 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28207 9175 2464 595 0 12874 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 112828 KiB
Current children cumulated memory: 36700 KiB

[startup+0.700325 s]
/proc/loadavg: 0.34 0.16 0.11 3/241 167800
/proc/meminfo: memFree=103498384/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=0.57 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 54 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+1.50016 s]
/proc/loadavg: 0.34 0.16 0.11 2/242 167807
/proc/meminfo: memFree=103490068/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=1.35 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 132 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+3.10585 s]
/proc/loadavg: 0.34 0.16 0.11 2/239 167812
/proc/meminfo: memFree=103482436/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=2.94 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 291 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+6.30028 s]
/proc/loadavg: 0.79 0.25 0.14 2/241 167821
/proc/meminfo: memFree=103481072/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=6.11 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 608 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 6.11 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+12.7003 s]
/proc/loadavg: 1.05 0.32 0.16 3/243 167826
/proc/meminfo: memFree=103304784/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=12.5 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 1247 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 12.5 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+25.5004 s]
/proc/loadavg: 1.94 0.55 0.24 3/247 167868
/proc/meminfo: memFree=101481328/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=25.25 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8848 0 0 0 2522 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 25.25 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+51.1133 s]
/proc/loadavg: 2.70 0.84 0.34 4/249 167927
/proc/meminfo: memFree=100832564/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=115072 memory=41820 CPUtime=50.76 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 8850 0 0 0 5073 3 0 0 20 0 1 0 241648917 117833728 10455 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 28768 10455 2464 595 0 13435 0
Current children cumulated CPU time: 50.76 s
Current children cumulated vsize: 115072 KiB
Current children cumulated memory: 41820 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 1.35 0.54 5/252 168128
/proc/meminfo: memFree=103022596/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=184288 memory=112456 CPUtime=101.77 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 18034 0 0 0 10166 11 0 0 20 0 1 0 241648917 188710912 28114 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 46072 28114 2496 595 0 30739 0
Current children cumulated CPU time: 101.77 s
Current children cumulated vsize: 184288 KiB
Current children cumulated memory: 112456 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 1.85 0.77 5/252 168130
/proc/meminfo: memFree=103052276/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=191412 memory=119752 CPUtime=161.59 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 19850 0 0 0 16143 16 0 0 20 0 1 0 241648917 196005888 29938 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 47853 29938 2496 595 0 32520 0
Current children cumulated CPU time: 161.59 s
Current children cumulated vsize: 191412 KiB
Current children cumulated memory: 119752 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.26 0.98 5/252 168132
/proc/meminfo: memFree=102992084/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=195172 memory=123464 CPUtime=221.41 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 20810 0 0 0 22122 19 0 0 20 0 1 0 241648917 199856128 30866 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 48793 30866 2496 595 0 33460 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 195172 KiB
Current children cumulated memory: 123464 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 2.61 1.18 5/252 168134
/proc/meminfo: memFree=102971880/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=200392 memory=128712 CPUtime=281.22 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 22123 0 0 0 28097 25 0 0 20 0 1 0 241648917 205201408 32178 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 50098 32178 2496 595 0 34765 0
Current children cumulated CPU time: 281.22 s
Current children cumulated vsize: 200392 KiB
Current children cumulated memory: 128712 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 2.88 1.37 5/250 168136
/proc/meminfo: memFree=102943368/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=201128 memory=129480 CPUtime=341.02 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 22324 0 0 0 34073 29 0 0 20 0 1 0 241648917 205955072 32370 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 50282 32370 2496 595 0 34949 0
Current children cumulated CPU time: 341.02 s
Current children cumulated vsize: 201128 KiB
Current children cumulated memory: 129480 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.10 1.54 5/250 168138
/proc/meminfo: memFree=102937384/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=201608 memory=129992 CPUtime=400.85 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 22457 0 0 0 40054 31 0 0 20 0 1 0 241648917 206446592 32498 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 50402 32498 2496 595 0 35069 0
Current children cumulated CPU time: 400.85 s
Current children cumulated vsize: 201608 KiB
Current children cumulated memory: 129992 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.30 1.70 5/249 168140
/proc/meminfo: memFree=102921016/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=204456 memory=136984 CPUtime=460.65 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23177 0 0 0 46029 36 0 0 20 0 1 0 241648917 209362944 34246 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51114 34246 2496 595 0 35781 0
Current children cumulated CPU time: 460.65 s
Current children cumulated vsize: 204456 KiB
Current children cumulated memory: 136984 KiB

[startup+522.3 s]
/proc/loadavg: 4.10 3.44 1.86 5/250 168143
/proc/meminfo: memFree=102889836/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206120 memory=138776 CPUtime=520.46 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23631 0 0 0 52004 42 0 0 20 0 1 0 241648917 211066880 34694 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51530 34694 2528 595 0 36197 0
Current children cumulated CPU time: 520.46 s
Current children cumulated vsize: 206120 KiB
Current children cumulated memory: 138776 KiB

[startup+582.3 s]
/proc/loadavg: 4.14 3.58 2.00 5/250 168145
/proc/meminfo: memFree=102905452/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206664 memory=139416 CPUtime=580.29 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23771 0 0 0 57982 47 0 0 20 0 1 0 241648917 211623936 34854 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51666 34854 2528 595 0 36333 0
Current children cumulated CPU time: 580.29 s
Current children cumulated vsize: 206664 KiB
Current children cumulated memory: 139416 KiB

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

# cumulated CPU time of all completed processes:  user=614.805 s, system=0.519207 s

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

[startup+588.8 s]
/proc/loadavg: 4.13 3.58 2.02 5/250 168145
/proc/meminfo: memFree=102905704/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206664 memory=139416 CPUtime=586.78 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23772 0 0 0 58630 48 0 0 20 0 1 0 241648917 211623936 34854 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51666 34854 2528 595 0 36333 0
Current children cumulated CPU time: 586.78 s
Current children cumulated vsize: 206664 KiB
Current children cumulated memory: 139416 KiB

[startup+601.6 s]
/proc/loadavg: 4.10 3.61 2.05 5/250 168145
/proc/meminfo: memFree=102897892/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206664 memory=139416 CPUtime=599.54 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23773 0 0 0 59905 49 0 0 20 0 1 0 241648917 211623936 34854 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51666 34854 2528 595 0 36333 0
Current children cumulated CPU time: 599.54 s
Current children cumulated vsize: 206664 KiB
Current children cumulated memory: 139416 KiB

[startup+608 s]*
/proc/loadavg: 4.09 3.61 2.06 5/250 168145
/proc/meminfo: memFree=102890080/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206664 memory=139416 CPUtime=605.94 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23773 0 0 0 60544 50 0 0 20 0 1 0 241648917 211623936 34854 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51666 34854 2528 595 0 36333 0
Current children cumulated CPU time: 605.94 s
Current children cumulated vsize: 206664 KiB
Current children cumulated memory: 139416 KiB

[startup+614.4 s]
/proc/loadavg: 4.09 3.62 2.07 5/250 168145
/proc/meminfo: memFree=102890080/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=206664 memory=139416 CPUtime=612.31 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 23773 0 0 0 61180 51 0 0 20 0 1 0 241648917 211623936 34854 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51666 34854 2528 595 0 36333 0
Current children cumulated CPU time: 612.31 s
Current children cumulated vsize: 206664 KiB
Current children cumulated memory: 139416 KiB

[startup+616 s]*
/proc/loadavg: 4.08 3.63 2.08 5/250 168145
/proc/meminfo: memFree=102890080/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=207396 memory=140168 CPUtime=613.92 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 24009 0 0 0 61341 51 0 0 20 0 1 0 241648917 212373504 35042 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51849 35042 2528 595 0 36516 0
Current children cumulated CPU time: 613.92 s
Current children cumulated vsize: 207396 KiB
Current children cumulated memory: 140168 KiB

[startup+616.8 s]
/proc/loadavg: 4.08 3.63 2.08 5/250 168145
/proc/meminfo: memFree=102890080/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=207396 memory=140168 CPUtime=614.7 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 24009 0 0 0 61419 51 0 0 20 0 1 0 241648917 212373504 35042 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51849 35042 2528 595 0 36516 0
Current children cumulated CPU time: 614.7 s
Current children cumulated vsize: 207396 KiB
Current children cumulated memory: 140168 KiB

[startup+617.2 s]
/proc/loadavg: 4.08 3.63 2.08 5/250 168145
/proc/meminfo: memFree=102890332/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=207396 memory=140168 CPUtime=615.1 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 24009 0 0 0 61459 51 0 0 20 0 1 0 241648917 212373504 35042 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51849 35042 2528 595 0 36516 0
Current children cumulated CPU time: 615.1 s
Current children cumulated vsize: 207396 KiB
Current children cumulated memory: 140168 KiB

[startup+617.4 s]
/proc/loadavg: 4.08 3.63 2.08 5/250 168145
/proc/meminfo: memFree=102890332/131382120 swapFree=33010160/33010684
[pid=167794] ppid=167786 vsize=207396 memory=140168 CPUtime=615.3 cores=4,6
/proc/167794/stat : 167794 (SynLSCD-PS) R 167786 167794 167733 0 -1 4194304 24009 0 0 0 61479 51 0 0 20 0 1 0 241648917 212373504 35042 18446744073709551615 93872494501888 93872496937305 140735608654240 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93872497417464 93872497450496 93872520146944 140735608662397 140735608662535 140735608662535 140735608668139 0
/proc/167794/statm: 51849 35042 2528 595 0 36516 0
Current children cumulated CPU time: 615.3 s
Current children cumulated vsize: 207396 KiB
Current children cumulated memory: 140168 KiB

Child status: 20

Real time (s): 617.408
CPU time (s): 615.324
CPU user time (s): 614.805
CPU system time (s): 0.519207
CPU usage (%): 99.6625
Max. virtual memory (cumulated for all children) (KiB): 207396
Max. memory (cumulated for all children) (KiB): 140168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 614.805
system time used= 0.519207
maximum resident set size= 140424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24037
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= 180
involuntary context switches= 598


# summary of solver processes directly reported to runsolver:
#   pid: 167794
#   total CPU time (s): 615.324
#   total CPU user time (s): 614.805
#   total CPU system time (s): 0.519207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.0576 second user time and 5.78415 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-23 10:35:02
IDJOB=4546213
IDBENCH=147834
IDSOLVER=3422
FILE ID=nodeC003/4546213-1753259701
RUNJOBID= nodeC003-1753259701-167751
SLURM_JOB_ID= 9689158
Free space on /tmp= 432264 MiB

SOLVER NAME= SynLSCD-PS 2025-07-23
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546213-1753259701/watcher-4546213-1753259701 -o /tmp/evaluation-result-4546213-1753259701/solver-4546213-1753259701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1753259701-167751 --watchdog 3760  ./SynLSCD-PS --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546213-1753259701.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1977601264

nodeC003 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.153
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.44
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		: 1197.168
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.44
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.067
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.44
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.167
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.44
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.922
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.44
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.099
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.44
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.168
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.44
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		: 1196.980
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        103629352 kB
MemAvailable:   129933304 kB
Buffers:            2736 kB
Cached:         27064140 kB
SwapCached:           36 kB
Active:          1176160 kB
Inactive:       25958836 kB
Active(anon):      86632 kB
Inactive(anon):     7604 kB
Active(file):    1089528 kB
Inactive(file): 25951232 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:         71232 kB
Mapped:           108232 kB
Shmem:             26116 kB
KReclaimable:     205636 kB
Slab:             296632 kB
SReclaimable:     205636 kB
SUnreclaim:        90996 kB
KernelStack:        3856 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     341256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432248 MiB
End job on nodeC003 at 2025-07-23 10:45:20