Trace number 4502726

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 NameAnswerobjective functionCPU timeWall clock time
LSIPExact S2SAT159 2777.54 2159.89

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUM75f9ad7c30513194432fdca99f15ae89
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1007.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
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 constraint2
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1264.50/642.63	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1264.50/642.63	c numVar: 200
1264.50/642.63	c numCon: 1999
1264.50/642.63	c numEqual: 0
1264.50/642.63	c intSize: 8
1264.50/642.63	c ls_time: 10.0, mip_time: 1790.0, exact_time: 1790.0
1264.50/642.63	c ------------------- Paras list -------------------
1264.50/642.63	c Name                	 Type      	 Now       	 Default   	 Comment
1264.50/642.63	c timeout             	 double    	 3600.000000	 3600      	 
1264.50/642.63	c mip_time            	 double    	 0.500000  	 0.5       	 
1264.50/642.63	c ls_time             	 double    	 10.000000 	 10        	 
1264.50/642.63	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1264.50/642.63	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1264.50/642.63	c random_seed         	 int       	 0         	 0         	 
1264.50/642.63	c sample_size         	 int       	 50        	 50        	 
1264.50/642.63	c sub_score           	 int       	 1         	 1         	 
1264.50/642.63	c tabu_base           	 int       	 3         	 3         	 
1264.50/642.63	c tabu_variation      	 int       	 1         	 1         	 
1264.50/642.63	c sub_div             	 int       	 4         	 4         	 
1264.50/642.63	c nbcore              	 int       	 2         	 1         	 
1264.50/642.63	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1264.50/642.63	c print_sol           	 int       	 1         	 1         	 
1264.50/642.63	c tmpdir              	 string		 .         	 "."       	 
1264.50/642.63	c home                	 string		 HOME	 "."       	 
1264.50/642.63	c benchname           	 string		 HOME/instance-4502726-1751434856.opb	 ""        	 
1264.50/642.63	c --------------------------------------------------
1264.50/642.63	c Local Search solver
1264.50/642.63	c LS find feasible solution for PBO with objective value 159
1264.50/642.63	c MIP solver
1264.50/642.63	c Branch and Bound solver find optimal solution
1264.50/642.63	c MIP solver objective value: 159
1264.50/642.66	c MIP find feasible solution for PBO with objective value 159
1264.50/642.66	c copy file: 0
1264.50/642.66	c gen ub file: HOME/instance-4502726-1751434856.opb_ub.opb
1264.50/642.66	c use Exact solver
2777.42/2159.88	o 159
2777.42/2159.88	s SATISFIABLE
2777.42/2159.88	v x1 x2 x3 x4 -x5 x6 x7 x8 x9 -x10 x11 x12 x13 -x14 x15 x16 x17 x18 x19 x20 -x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 x32 -x33 x34 x35 x36 x37 x38 x39 -x40 x41 x42 -x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 -x53 x54 x55 x56 -x57 x58 -x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 -x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 -x81 x82 x83 -x84 x85 x86 -x87 x88 -x89 x90 x91 x92 -x93 -x94 -x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 -x106 x107 x108 -x109 -x110 -x111 x112 x113 x114 x115 x116 x117 x118 -x119 -x120 x121 -x122 x123 x124 x125 x126 x127 x128 -x129 -x130 x131 -x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 -x145 x146 -x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 -x158 x159 x160 x161 x162 x163 x164 x165 -x166 x167 -x168 -x169 x170 -x171 x172 -x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 -x183 x184 x185 x186 x187 x188 -x189 -x190 x191 x192 x193 x194 x195 x196 -x197 x198 x199 x200 
2777.42/2159.88	c Total time: 2160

Verifier Data

OK	159

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502726-1751434856/watcher-4502726-1751434856 -o /tmp/evaluation-result-4502726-1751434856/solver-4502726-1751434856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751434855-65019 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4502726-1751434856.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=65065, runsolver pid=65054
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.24 2.55 2.97 5/259 65067
/proc/meminfo: memFree=127721548/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=0.09 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 9 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+0.205423 s]*
/proc/loadavg: 1.24 2.55 2.97 4/262 65071
/proc/meminfo: memFree=127721056/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=0.2 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 20 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+0.305384 s]*
/proc/loadavg: 1.24 2.55 2.97 5/264 65076
/proc/meminfo: memFree=127689608/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=0.3 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 30 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+0.700168 s]
/proc/loadavg: 1.24 2.55 2.97 5/264 65076
/proc/meminfo: memFree=127584276/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=0.69 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 69 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+1.50016 s]
/proc/loadavg: 1.24 2.55 2.97 5/264 65076
/proc/meminfo: memFree=127447448/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=1.48 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 148 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+3.10541 s]
/proc/loadavg: 1.24 2.55 2.97 5/264 65076
/proc/meminfo: memFree=127044572/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=3.09 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 309 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+6.30016 s]
/proc/loadavg: 1.46 2.58 2.98 5/264 65076
/proc/meminfo: memFree=127044740/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=40776 memory=6144 CPUtime=6.27 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 555 0 0 0 627 0 0 0 20 0 1 0 59164994 41754624 1536 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 10194 1536 1152 6655 0 429 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 40776 KiB
Current children cumulated memory: 6144 KiB

[startup+12.7002 s]
/proc/loadavg: 1.66 2.60 2.99 7/268 65082
/proc/meminfo: memFree=126585856/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=129184 memory=34868 CPUtime=15.14 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 5206 0 0 0 1514 0 0 0 20 0 2 0 59164994 132284416 8717 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 32296 8717 3424 6655 0 7389 0
[pid=65065/tid=65078] ppid=65054 vsize=129184 memory=16440 CPUtime=2.48 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 1276 0 0 0 248 0 0 0 20 0 2 0 59165995 132284416 8717 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 129184 KiB
Current children cumulated memory: 34868 KiB

[startup+25.5002 s]
/proc/loadavg: 2.85 2.82 3.05 7/269 65129
/proc/meminfo: memFree=125303764/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=131452 memory=35764 CPUtime=40.52 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 13272 0 0 0 4051 1 0 0 20 0 2 0 59164994 134606848 8941 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 32863 8941 3424 6655 0 8008 0
[pid=65065/tid=65078] ppid=65054 vsize=131452 memory=35636 CPUtime=15.12 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 4888 0 0 0 1512 0 0 0 20 0 2 0 59165995 134606848 8941 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 40.52 s
Current children cumulated vsize: 131452 KiB
Current children cumulated memory: 35764 KiB

[startup+51.1057 s]
/proc/loadavg: 4.35 3.17 3.16 9/269 65130
/proc/meminfo: memFree=123913404/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=151952 memory=54708 CPUtime=91.05 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 28668 0 0 0 9103 2 0 0 20 0 2 0 59164994 155598848 13677 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 37988 13677 3424 6655 0 15118 0
[pid=65065/tid=65078] ppid=65054 vsize=151952 memory=50100 CPUtime=40.23 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 11036 0 0 0 4022 1 0 0 20 0 2 0 59165995 155598848 13677 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 91.05 s
Current children cumulated vsize: 151952 KiB
Current children cumulated memory: 54708 KiB

[startup+102.3 s]
/proc/loadavg: 6.42 3.92 3.42 9/269 65132
/proc/meminfo: memFree=123465600/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=412456 memory=326196 CPUtime=192.69 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 110424 0 0 0 19242 27 0 0 20 0 2 0 59164994 422354944 81549 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 103114 81549 3424 6655 0 81316 0
[pid=65065/tid=65078] ppid=65054 vsize=412456 memory=316468 CPUtime=91.24 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 53818 0 0 0 9109 15 0 0 20 0 2 0 59165995 422354944 81549 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 192.69 s
Current children cumulated vsize: 412456 KiB
Current children cumulated memory: 326196 KiB

[startup+162.3 s]
/proc/loadavg: 7.47 4.68 3.71 9/269 65134
/proc/meminfo: memFree=123166924/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=710820 memory=662420 CPUtime=311.77 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 215951 0 0 0 31116 61 0 0 20 0 2 0 59164994 727879680 165605 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 177705 165605 3424 6655 0 165378 0
[pid=65065/tid=65078] ppid=65054 vsize=710820 memory=619156 CPUtime=151 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 106227 0 0 0 15064 36 0 0 20 0 2 0 59165995 727879680 165605 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 311.77 s
Current children cumulated vsize: 710820 KiB
Current children cumulated memory: 662420 KiB

[startup+222.3 s]
/proc/loadavg: 7.90 5.31 3.99 9/268 65136
/proc/meminfo: memFree=122905688/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=972372 memory=924052 CPUtime=430.81 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 312331 0 0 0 42986 95 0 0 20 0 2 0 59164994 995708928 231013 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 243093 231013 3424 6655 0 230797 0
[pid=65065/tid=65078] ppid=65054 vsize=972372 memory=860564 CPUtime=210.71 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 156207 0 0 0 21015 56 0 0 20 0 2 0 59165995 995708928 231013 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 430.81 s
Current children cumulated vsize: 972372 KiB
Current children cumulated memory: 924052 KiB

[startup+282.3 s]
/proc/loadavg: 8.01 5.82 4.25 9/269 65142
/proc/meminfo: memFree=122728740/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1198360 memory=1113560 CPUtime=549.9 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 382860 0 0 0 54869 121 0 0 20 0 2 0 59164994 1227120640 278390 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 299590 278390 3424 6655 0 278123 0
[pid=65065/tid=65078] ppid=65054 vsize=1198360 memory=1009044 CPUtime=270.47 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 192828 0 0 0 26976 71 0 0 20 0 2 0 59165995 1227120640 278390 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 549.9 s
Current children cumulated vsize: 1198360 KiB
Current children cumulated memory: 1113560 KiB

[startup+342.3 s]
/proc/loadavg: 8.12 6.25 4.50 9/268 65144
/proc/meminfo: memFree=122778772/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1316716 memory=1215704 CPUtime=668.96 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) R 65054 65065 64562 0 -1 4194304 462382 0 0 0 66753 143 0 0 20 0 2 0 59164994 1348317184 303926 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 17 3 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 329179 303926 3424 6655 0 303799 0
[pid=65065/tid=65078] ppid=65054 vsize=1316716 memory=1168216 CPUtime=330.22 cores=1,3
/proc/65065/task/65078/stat : 65078 (LSIPExact) R 65054 65065 64562 0 -1 4194368 231058 0 0 0 32937 85 0 0 20 0 2 0 59165995 1348317184 303926 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 0 0 0 -1 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
Current children cumulated CPU time: 668.96 s
Current children cumulated vsize: 1316716 KiB
Current children cumulated memory: 1215704 KiB


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

/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13447 0 0 0 118686 921 0 0 20 0 1 0 59229260 95354880 17176 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23280 17176 1120 1011 0 22047 0
Current children cumulated CPU time: 2460.63 s
Current children cumulated vsize: 1365316 KiB
Current children cumulated memory: 1304396 KiB

[startup+1902.3 s]
/proc/loadavg: 3.10 5.81 6.26 2/247 65344
/proc/meminfo: memFree=125785556/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93504 memory=68960 CPUtime=1255.92 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13520 0 0 0 124618 974 0 0 20 0 1 0 59229260 95748096 17240 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23376 17240 1120 1011 0 22143 0
Current children cumulated CPU time: 2520.48 s
Current children cumulated vsize: 1365700 KiB
Current children cumulated memory: 1305164 KiB

[startup+1962.3 s]
/proc/loadavg: 1.77 4.93 5.93 2/247 65347
/proc/meminfo: memFree=125787064/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93504 memory=68960 CPUtime=1315.79 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13520 0 0 0 130551 1028 0 0 20 0 1 0 59229260 95748096 17240 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23376 17240 1120 1011 0 22143 0
Current children cumulated CPU time: 2580.35 s
Current children cumulated vsize: 1365700 KiB
Current children cumulated memory: 1305164 KiB

[startup+2022.3 s]
/proc/loadavg: 1.39 4.24 5.63 2/247 65349
/proc/meminfo: memFree=125792644/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93504 memory=69088 CPUtime=1375.66 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13535 0 0 0 136479 1087 0 0 20 0 1 0 59229260 95748096 17272 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23376 17272 1120 1011 0 22143 0
Current children cumulated CPU time: 2640.22 s
Current children cumulated vsize: 1365700 KiB
Current children cumulated memory: 1305292 KiB

[startup+2082.3 s]
/proc/loadavg: 1.20 3.67 5.34 2/247 65351
/proc/meminfo: memFree=125767752/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93504 memory=69088 CPUtime=1435.53 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13535 0 0 0 142412 1141 0 0 20 0 1 0 59229260 95748096 17272 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23376 17272 1120 1011 0 22143 0
Current children cumulated CPU time: 2700.09 s
Current children cumulated vsize: 1365700 KiB
Current children cumulated memory: 1305292 KiB

[startup+2142.3 s]
/proc/loadavg: 1.15 3.21 5.08 2/248 65356
/proc/meminfo: memFree=125765680/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1495.4 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13634 0 0 0 148346 1194 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2759.96 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

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

# cumulated CPU time of all completed processes:  user=2762.86 s, system=14.6775 s

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

[startup+2150.4 s]
/proc/loadavg: 1.13 3.13 5.03 2/248 65356
/proc/meminfo: memFree=125765932/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1503.48 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 149149 1199 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2768.04 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

[startup+2156.8 s]
/proc/loadavg: 1.12 3.10 5.01 2/248 65356
/proc/meminfo: memFree=125765804/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1509.87 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 149781 1206 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2774.43 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

[startup+2158.4 s]
/proc/loadavg: 1.12 3.10 5.01 2/248 65356
/proc/meminfo: memFree=125765804/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1511.47 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 149938 1209 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2776.03 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

[startup+2159.2 s]
/proc/loadavg: 1.11 3.06 4.99 2/248 65356
/proc/meminfo: memFree=125765804/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1512.26 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 150017 1209 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2776.82 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

[startup+2159.6 s]
/proc/loadavg: 1.11 3.06 4.99 2/248 65356
/proc/meminfo: memFree=125765804/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1512.67 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 150057 1210 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2777.23 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

[startup+2159.8 s]
/proc/loadavg: 1.11 3.06 4.99 2/248 65356
/proc/meminfo: memFree=125765804/131250000 swapFree=33009904/33010684
[pid=65065] ppid=65054 vsize=1272196 memory=1236204 CPUtime=1264.56 cores=1,3
/proc/65065/stat : 65065 (LSIPExact) S 65054 65065 64562 0 -1 4194304 948499 226 0 0 126201 255 0 0 20 0 1 0 59164994 1302728704 309051 18446744073709551615 94103028154368 94103055410769 140731372782032 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94103063913608 94103064345216 94103095644160 140731372783962 140731372784138 140731372784138 140731372789740 0
/proc/65065/statm: 318049 309051 3456 6655 0 308267 0
[pid=65162] ppid=65065 vsize=93888 memory=69472 CPUtime=1512.86 cores=1,3
/proc/65162/stat : 65162 (Exact) R 65065 65162 65162 0 -1 4194304 13637 0 0 0 150076 1210 0 0 20 0 1 0 59229260 96141312 17368 18446744073709551615 4198400 8335837 140732620429776 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 40042496 140732620437684 140732620438045 140732620438045 140732620443599 0
/proc/65162/statm: 23472 17368 1120 1011 0 22239 0
Current children cumulated CPU time: 2777.42 s
Current children cumulated vsize: 1366084 KiB
Current children cumulated memory: 1305676 KiB

Child status: 0

Real time (s): 2159.89
CPU time (s): 2777.54
CPU user time (s): 2762.86
CPU system time (s): 14.6775
CPU usage (%): 128.596
Max. virtual memory (cumulated for all children) (KiB): 1366084
Max. memory (cumulated for all children) (KiB): 1305676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2762.86
system time used= 14.6775
maximum resident set size= 1255756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 962376
page faults= 0
swaps= 0
block input operations= 96
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13554
involuntary context switches= 29829


# summary of solver processes directly reported to runsolver:
#   pid: 65065
#   total CPU time (s): 2777.54
#   total CPU user time (s): 2762.86
#   total CPU system time (s): 14.6775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.31439 second user time and 9.95404 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-02 07:40:56
IDJOB=4502726
IDBENCH=155375
IDSOLVER=3337
FILE ID=nodeC033/4502726-1751434856
RUNJOBID= nodeC033-1751434855-65019
SLURM_JOB_ID= 9598376
Free space on /tmp= 430768 MiB

SOLVER NAME= LSIPExact  S2
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502726-1751434856/watcher-4502726-1751434856 -o /tmp/evaluation-result-4502726-1751434856/solver-4502726-1751434856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751434855-65019 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4502726-1751434856.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 75f9ad7c30513194432fdca99f15ae89
RANDOM SEED=2125365358

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127787752 kB
MemAvailable:   129726172 kB
Buffers:            2128 kB
Cached:          2735292 kB
SwapCached:           68 kB
Active:           325080 kB
Inactive:        2482876 kB
Active(anon):      64132 kB
Inactive(anon):    24484 kB
Active(file):     260948 kB
Inactive(file):  2458392 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            168156 kB
Writeback:             0 kB
AnonPages:         73592 kB
Mapped:           104324 kB
Shmem:             18028 kB
KReclaimable:     116636 kB
Slab:             206460 kB
SReclaimable:     116636 kB
SUnreclaim:        89824 kB
KernelStack:        4048 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     339472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429956 MiB
End job on nodeC033 at 2025-07-02 08:16:56