Trace number 4494443

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
LSIPExact S1? 3377.3 2675.48

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1433.92/726.18	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1433.92/726.18	c numVar: 1020
1433.92/726.18	c numCon: 43010
1433.92/726.18	c numEqual: 170
1433.92/726.18	c intSize: 3
1433.92/726.18	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1433.92/726.18	c ------------------- Paras list -------------------
1433.92/726.18	c Name                	 Type      	 Now       	 Default   	 Comment
1433.92/726.18	c timeout             	 double    	 3600.000000	 3600      	 
1433.92/726.18	c mip_time            	 double    	 0.200000  	 0.5       	 
1433.92/726.18	c ls_time             	 double    	 10.000000 	 10        	 
1433.92/726.18	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1433.92/726.18	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1433.92/726.18	c random_seed         	 int       	 0         	 0         	 
1433.92/726.18	c sample_size         	 int       	 50        	 50        	 
1433.92/726.18	c sub_score           	 int       	 1         	 1         	 
1433.92/726.18	c tabu_base           	 int       	 3         	 3         	 
1433.92/726.18	c tabu_variation      	 int       	 1         	 1         	 
1433.92/726.18	c sub_div             	 int       	 4         	 4         	 
1433.92/726.18	c nbcore              	 int       	 2         	 1         	 
1433.92/726.18	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1433.92/726.18	c print_sol           	 int       	 1         	 1         	 
1433.92/726.18	c tmpdir              	 string		 .         	 "."       	 
1433.92/726.18	c home                	 string		 HOME	 "."       	 
1433.92/726.18	c benchname           	 string		 HOME/instance-4494443-1751133685.opb	 ""        	 
1433.92/726.18	c --------------------------------------------------
1433.92/726.18	c Local Search solver
1433.92/726.18	c MIP solver
1433.92/726.18	c use Exact solver
3377.20/2675.48	s UNKNOWN
3377.20/2675.48	c Total time: 2675

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494443-1751133685/watcher-4494443-1751133685 -o /tmp/evaluation-result-4494443-1751133685/solver-4494443-1751133685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11433 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4494443-1751133685.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=11732, runsolver pid=11725
Current StackSize limit: 8192 KiB


[startup+0.100057 s]*
/proc/loadavg: 3.79 1.11 0.44 6/266 11733
/proc/meminfo: memFree=129033444/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=36584 memory=256 CPUtime=0 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) D 11725 11732 11416 0 -1 4194304 78 0 0 0 0 0 0 0 20 0 1 0 29047198 37462016 64 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 0 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 9146 64 64 6655 0 168 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 36584 KiB
Current children cumulated memory: 256 KiB

[startup+0.205487 s]*
/proc/loadavg: 3.79 1.11 0.44 9/266 11733
/proc/meminfo: memFree=128895488/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=0.1 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 9 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+0.305528 s]*
/proc/loadavg: 3.79 1.11 0.44 7/266 11733
/proc/meminfo: memFree=128871296/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=0.2 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 19 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+0.700168 s]
/proc/loadavg: 3.79 1.11 0.44 7/266 11733
/proc/meminfo: memFree=128830976/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=0.58 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 57 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+1.50014 s]
/proc/loadavg: 3.79 1.11 0.44 7/266 11733
/proc/meminfo: memFree=128790512/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=1.38 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 137 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+3.10532 s]
/proc/loadavg: 3.97 1.19 0.47 7/265 11747
/proc/meminfo: memFree=128821372/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=2.98 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 297 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+6.30016 s]
/proc/loadavg: 3.97 1.19 0.47 6/267 11781
/proc/meminfo: memFree=128891548/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=66788 memory=32128 CPUtime=6.17 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 7051 0 0 0 616 1 0 0 20 0 1 0 29047198 68390912 8032 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 16697 8032 1152 6655 0 6932 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 66788 KiB
Current children cumulated memory: 32128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 1.35 0.53 8/268 11827
/proc/meminfo: memFree=128771008/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=251152 memory=177800 CPUtime=14.78 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 38760 0 0 0 1473 5 0 0 20 0 2 0 29047198 257179648 44450 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 62788 44450 3328 6655 0 45944 0
[pid=11732/tid=11827] ppid=11725 vsize=251152 memory=177672 CPUtime=2.22 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 7981 0 0 0 222 0 0 0 20 0 2 0 29048214 257179648 44450 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 14.78 s
Current children cumulated vsize: 251152 KiB
Current children cumulated memory: 177800 KiB

[startup+25.5002 s]
/proc/loadavg: 4.79 1.55 0.60 9/269 11828
/proc/meminfo: memFree=128662624/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=251152 memory=187668 CPUtime=40.23 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 68954 0 0 0 4015 8 0 0 20 0 2 0 29047198 257179648 46917 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 62788 46917 3328 6655 0 47399 0
[pid=11732/tid=11827] ppid=11725 vsize=251152 memory=180872 CPUtime=14.91 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 22311 0 0 0 1489 2 0 0 20 0 2 0 29048214 257179648 46917 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 40.23 s
Current children cumulated vsize: 251152 KiB
Current children cumulated memory: 187668 KiB

[startup+51.1054 s]
/proc/loadavg: 5.95 2.09 0.81 9/270 11830
/proc/meminfo: memFree=128578120/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=241672 CPUtime=91.13 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 110566 0 0 0 9100 13 0 0 20 0 2 0 29047198 305078272 60418 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60418 3360 6655 0 60432 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=14976 CPUtime=40.25 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 34551 0 0 0 4023 2 0 0 20 0 2 0 29048214 305078272 60418 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 91.13 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 241672 KiB

[startup+102.3 s]
/proc/loadavg: 7.24 3.10 1.23 9/270 11832
/proc/meminfo: memFree=128295336/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242568 CPUtime=192.95 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 124952 0 0 0 19281 14 0 0 20 0 2 0 29047198 305078272 60642 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60642 3360 6655 0 60432 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=242440 CPUtime=90.98 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 48227 0 0 0 9094 4 0 0 20 0 2 0 29048214 305078272 60642 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 192.95 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 242568 KiB

[startup+162.3 s]
/proc/loadavg: 8.08 4.08 1.68 9/270 11834
/proc/meminfo: memFree=128264060/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=248768 CPUtime=312.23 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 158497 0 0 0 31206 17 0 0 20 0 2 0 29047198 305078272 62192 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 62192 3360 6655 0 61469 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=-6585225198263439714 CPUtime=150.4 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 58825 0 0 0 15035 5 0 0 20 0 2 0 29048214 305078272 62192 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 312.23 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 248768 KiB

[startup+222.3 s]
/proc/loadavg: 8.42 4.94 2.13 9/270 11835
/proc/meminfo: memFree=128067372/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=255168 CPUtime=431.57 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 203179 0 0 0 43137 20 0 0 20 0 2 0 29047198 305078272 63792 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 63792 3360 6655 0 63111 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=255168 CPUtime=209.89 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 80244 0 0 0 20983 6 0 0 20 0 2 0 29048214 305078272 63792 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 431.57 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 255168 KiB

[startup+282.3 s]
/proc/loadavg: 8.20 5.51 2.51 9/268 11837
/proc/meminfo: memFree=128029920/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=255424 CPUtime=550.93 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 204818 0 0 0 55073 20 0 0 20 0 2 0 29047198 305078272 63856 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 63856 3360 6655 0 63111 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=-6585225198263439714 CPUtime=269.39 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 81182 0 0 0 26933 6 0 0 20 0 2 0 29048214 305078272 63856 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 550.93 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 255424 KiB

[startup+342.3 s]
/proc/loadavg: 8.19 6.00 2.86 9/267 11839
/proc/meminfo: memFree=128033516/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=255424 CPUtime=670.29 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) R 11725 11732 11416 0 -1 4194304 240998 0 0 0 67007 22 0 0 20 0 2 0 29047198 305078272 63856 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 63856 3360 6655 0 63111 0
[pid=11732/tid=11827] ppid=11725 vsize=297928 memory=255424 CPUtime=328.89 cores=1,3
/proc/11732/task/11827/stat : 11827 (LSIPExact) R 11725 11732 11416 0 -1 4194368 100049 0 0 0 32881 8 0 0 20 0 2 0 29048214 305078272 63856 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
Current children cumulated CPU time: 670.29 s
Current children cumulated vsize: 297928 KiB
Current children cumulated memory: 255424 KiB

[startup+402.3 s]

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

/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 26999 0 0 0 170980 101 0 0 20 0 1 0 29119817 135483392 30993 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33077 30993 1120 1011 0 31844 0
Current children cumulated CPU time: 3144.88 s
Current children cumulated vsize: 430236 KiB
Current children cumulated memory: 366652 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.49 5.06 5/268 12140
/proc/meminfo: memFree=127892256/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=133028 memory=126772 CPUtime=1770.61 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27192 0 0 0 176956 105 0 0 20 0 1 0 29119817 136220672 31693 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33257 31693 1120 1011 0 32024 0
Current children cumulated CPU time: 3204.68 s
Current children cumulated vsize: 430956 KiB
Current children cumulated memory: 369452 KiB

[startup+2562.3 s]
/proc/loadavg: 4.10 4.42 5.00 5/268 12142
/proc/meminfo: memFree=127869136/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=134504 memory=128180 CPUtime=1830.41 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27548 0 0 0 182933 108 0 0 20 0 1 0 29119817 137732096 32045 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33626 32045 1120 1011 0 32393 0
Current children cumulated CPU time: 3264.48 s
Current children cumulated vsize: 432432 KiB
Current children cumulated memory: 370860 KiB

[startup+2622.3 s]
/proc/loadavg: 4.11 4.36 4.94 5/268 12144
/proc/meminfo: memFree=127843908/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135264 memory=128948 CPUtime=1890.21 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27760 0 0 0 188910 111 0 0 20 0 1 0 29119817 138510336 32237 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33816 32237 1120 1011 0 32583 0
Current children cumulated CPU time: 3324.28 s
Current children cumulated vsize: 433192 KiB
Current children cumulated memory: 371628 KiB

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

# cumulated CPU time of all completed processes:  user=3375.88 s, system=1.42248 s

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

[startup+2636.8 s]
/proc/loadavg: 4.09 4.34 4.93 5/268 12144
/proc/meminfo: memFree=127845428/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135264 memory=128948 CPUtime=1904.66 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27760 0 0 0 190354 112 0 0 20 0 1 0 29119817 138510336 32237 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33816 32237 1120 1011 0 32583 0
Current children cumulated CPU time: 3338.73 s
Current children cumulated vsize: 433192 KiB
Current children cumulated memory: 371628 KiB

[startup+2662.4 s]
/proc/loadavg: 4.13 4.33 4.90 5/268 12144
/proc/meminfo: memFree=127855256/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1930.17 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 192904 113 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3364.24 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2668.8 s]
/proc/loadavg: 4.12 4.32 4.90 5/268 12145
/proc/meminfo: memFree=127847236/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1936.55 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 193541 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3370.62 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2672 s]*
/proc/loadavg: 4.11 4.31 4.89 5/268 12145
/proc/meminfo: memFree=127847560/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1939.75 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 193861 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3373.82 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2673.6 s]
/proc/loadavg: 4.11 4.31 4.89 5/268 12145
/proc/meminfo: memFree=127847560/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1941.34 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 194020 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3375.41 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2674.4 s]
/proc/loadavg: 4.11 4.31 4.89 5/268 12145
/proc/meminfo: memFree=127847560/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1942.13 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 194099 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3376.2 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2675.2 s]
/proc/loadavg: 4.11 4.31 4.89 5/268 12145
/proc/meminfo: memFree=127847812/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1942.93 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 194179 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3377 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

[startup+2675.4 s]
/proc/loadavg: 4.11 4.31 4.89 5/268 12145
/proc/meminfo: memFree=127847812/131249996 swapFree=33010684/33010684
[pid=11732] ppid=11725 vsize=297928 memory=242680 CPUtime=1434.07 cores=1,3
/proc/11732/stat : 11732 (LSIPExact) S 11725 11732 11416 0 -1 4194304 299046 0 0 0 143380 27 0 0 20 0 1 0 29047198 305078272 60670 18446744073709551615 94706170257408 94706197513809 140733304354224 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94706206016648 94706206448256 94706235654144 140733304363354 140733304363530 140733304363530 140733304369132 0
/proc/11732/statm: 74482 60670 3360 6655 0 63167 0
[pid=11910] ppid=11732 vsize=135788 memory=129460 CPUtime=1943.13 cores=1,3
/proc/11910/stat : 11910 (Exact) R 11732 11910 11910 0 -1 4194304 27869 0 0 0 194199 114 0 0 20 0 1 0 29119817 139046912 32365 18446744073709551615 4198400 8335837 140732521394672 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 46219264 140732521400507 140732521400861 140732521400861 140732521406415 0
/proc/11910/statm: 33947 32365 1120 1011 0 32714 0
Current children cumulated CPU time: 3377.2 s
Current children cumulated vsize: 433716 KiB
Current children cumulated memory: 372140 KiB

Child status: 0

Real time (s): 2675.48
CPU time (s): 3377.3
CPU user time (s): 3375.88
CPU system time (s): 1.42248
CPU usage (%): 126.231
Max. virtual memory (cumulated for all children) (KiB): 433716
Max. memory (cumulated for all children) (KiB): 372140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3375.88
system time used= 1.42248
maximum resident set size= 256064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331793
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= 340
involuntary context switches= 29884


# summary of solver processes directly reported to runsolver:
#   pid: 11732
#   total CPU time (s): 3377.3
#   total CPU user time (s): 3375.88
#   total CPU system time (s): 1.42248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.14012 second user time and 11.4557 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 20:01:26
IDJOB=4494443
IDBENCH=147891
IDSOLVER=3336
FILE ID=nodeC029/4494443-1751133685
RUNJOBID= nodeC029-1751133631-11433
SLURM_JOB_ID= 9587429
Free space on /tmp= 432956 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494443-1751133685/watcher-4494443-1751133685 -o /tmp/evaluation-result-4494443-1751133685/solver-4494443-1751133685 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11433 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4494443-1751133685.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1054116676

nodeC029 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.713
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.46
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.886
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.46
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		: 3599.736
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.46
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		: 3599.718
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.46
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.704
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.46
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		: 3600.644
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.46
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		: 3599.711
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.46
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		: 3824.242
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129062080 kB
MemAvailable:   128800692 kB
Buffers:            3280 kB
Cached:           550584 kB
SwapCached:            0 kB
Active:          1250136 kB
Inactive:         344100 kB
Active(anon):    1058432 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   344100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            101800 kB
Writeback:             8 kB
AnonPages:       1042652 kB
Mapped:           124520 kB
Shmem:             18060 kB
KReclaimable:      84092 kB
Slab:             166164 kB
SReclaimable:      84092 kB
SUnreclaim:        82072 kB
KernelStack:        4224 kB
PageTables:         5056 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1421456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC029 at 2025-06-28 20:46:03