Trace number 4527605

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 S1? (TO) 3602.17 1891.39

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_0_mh.opb
MD5SUM1805785d49293ee7708f7a2cbbe3381b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4336688
Best CPU time to get the best result obtained on this benchmark71257.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 145531576
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 65051092014
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 145531576
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 65051092014
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.10/1889.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.10/1889.30	c numVar: 250200
3600.10/1889.30	c numCon: 605407
3600.10/1889.30	c numEqual: 4907
3600.10/1889.30	c intSize: 36
3600.10/1889.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.10/1889.30	c ------------------- Paras list -------------------
3600.10/1889.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.10/1889.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.10/1889.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.10/1889.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.10/1889.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.10/1889.30	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.10/1889.30	c random_seed         	 int       	 0         	 0         	 
3600.10/1889.30	c sample_size         	 int       	 50        	 50        	 
3600.10/1889.30	c sub_score           	 int       	 1         	 1         	 
3600.10/1889.30	c tabu_base           	 int       	 3         	 3         	 
3600.10/1889.30	c tabu_variation      	 int       	 1         	 1         	 
3600.10/1889.30	c sub_div             	 int       	 4         	 4         	 
3600.10/1889.30	c nbcore              	 int       	 2         	 1         	 
3600.10/1889.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.10/1889.30	c print_sol           	 int       	 1         	 1         	 
3600.10/1889.30	c tmpdir              	 string		 .         	 "."       	 
3600.10/1889.30	c home                	 string		 HOME	 "."       	 
3600.10/1889.30	c benchname           	 string		 HOME/instance-4527605-1752234040.opb	 ""        	 
3600.10/1889.30	c --------------------------------------------------
3600.10/1889.30	c Local Search solver
3600.10/1889.30	c LS find feasible solution for PBO with objective value 419937681
3600.10/1889.30	c MIP solver
3600.10/1889.30	c receive signal 15, try to interrupt solver...
3600.10/1889.40	c MIP solver find feasible solution
3600.23/1889.44	c MIP solver objective value: 5.08044e+06
3600.33/1889.55	c MIP find feasible solution for PBO with objective value 5080440
3600.33/1889.55	c copy file: 0
3600.33/1889.55	c gen ub file: HOME/instance-4527605-1752234040.opb_ub.opb
3600.33/1889.55	c use Exact solver

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527605-1752234040/watcher-4527605-1752234040 -o /tmp/evaluation-result-4527605-1752234040/solver-4527605-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110829 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527605-1752234040.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=111312, runsolver pid=111309

[startup+0.100067 s]*
/proc/loadavg: 6.71 7.05 6.34 6/267 111313
/proc/meminfo: memFree=101936880/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=194048 memory=149292 CPUtime=0.06 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 27701 0 0 0 2 4 0 0 20 0 1 0 139082700 198705152 37323 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 48512 37323 1088 6655 0 38747 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 194048 KiB
Current children cumulated memory: 149292 KiB

[startup+0.20552 s]*
/proc/loadavg: 6.71 7.05 6.34 6/267 111313
/proc/meminfo: memFree=101916908/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=212888 memory=168712 CPUtime=0.16 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 33032 0 0 0 11 5 0 0 20 0 1 0 139082700 217997312 42178 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 0 0 0 0 17 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 53222 42178 1088 6655 0 43457 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 212888 KiB
Current children cumulated memory: 168712 KiB

[startup+0.305458 s]*
/proc/loadavg: 6.71 7.05 6.34 6/267 111313
/proc/meminfo: memFree=101791464/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=325148 memory=289372 CPUtime=0.26 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 51869 0 0 0 17 9 0 0 20 0 1 0 139082700 332951552 72343 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 81287 72343 1120 6655 0 71522 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 325148 KiB
Current children cumulated memory: 289372 KiB

[startup+0.70018 s]
/proc/loadavg: 6.71 7.05 6.34 6/267 111313
/proc/meminfo: memFree=101727204/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=457972 memory=421084 CPUtime=0.64 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 84827 0 0 0 51 13 0 0 20 0 1 0 139082700 468963328 105271 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 114526 105271 1120 6655 0 104761 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 457972 KiB
Current children cumulated memory: 421084 KiB

[startup+1.50017 s]
/proc/loadavg: 6.71 7.05 6.34 6/267 111313
/proc/meminfo: memFree=101606244/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=513264 memory=476380 CPUtime=1.44 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 98648 0 0 0 128 16 0 0 20 0 1 0 139082700 525582336 119095 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 128316 119095 1120 6655 0 118551 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476380 KiB

[startup+3.10553 s]
/proc/loadavg: 6.57 7.01 6.33 6/267 111313
/proc/meminfo: memFree=101601284/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=513264 memory=476380 CPUtime=3.04 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 98688 0 0 0 288 16 0 0 20 0 1 0 139082700 525582336 119095 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 128316 119095 1120 6655 0 118551 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 513264 KiB
Current children cumulated memory: 476380 KiB

[startup+6.30017 s]
/proc/loadavg: 6.57 7.01 6.33 6/267 111313
/proc/meminfo: memFree=101593332/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=514332 memory=477276 CPUtime=6.23 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 99005 0 0 0 607 16 0 0 20 0 1 0 139082700 526675968 119319 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 128583 119319 1120 6655 0 118818 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 514332 KiB
Current children cumulated memory: 477276 KiB

[startup+12.7002 s]
/proc/loadavg: 6.33 6.95 6.32 6/269 111315
/proc/meminfo: memFree=100405768/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=1170976 memory=1044968 CPUtime=12.61 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 189420 0 0 0 1225 36 0 0 20 0 2 0 139082700 1199079424 261242 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 292744 261242 2816 6655 0 266627 0
[pid=111312/tid=111315] ppid=111309 vsize=1170976 memory=6384 CPUtime=0 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) S 111309 111312 110812 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083792 1199079424 261242 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1170976 KiB
Current children cumulated memory: 1044968 KiB

[startup+25.5002 s]
/proc/loadavg: 6.05 6.87 6.30 6/266 111317
/proc/meminfo: memFree=105383472/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=1438876 memory=1305964 CPUtime=25.38 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 267488 0 0 0 2486 52 0 0 20 0 2 0 139082700 1473409024 326491 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 359719 326491 2912 6655 0 333602 0
[pid=111312/tid=111315] ppid=111309 vsize=1438876 memory=1305964 CPUtime=0 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) S 111309 111312 110812 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139083792 1473409024 326491 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1438876 KiB
Current children cumulated memory: 1305964 KiB

[startup+51.1049 s]
/proc/loadavg: 5.91 6.76 6.28 6/266 111317
/proc/meminfo: memFree=104025784/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=2854716 memory=2590276 CPUtime=58.69 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 467017 0 0 0 5753 116 0 0 20 0 2 0 139082700 2923229184 647569 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 713679 647569 3360 6655 0 685797 0
[pid=111312/tid=111315] ppid=111309 vsize=2854716 memory=2582004 CPUtime=7.82 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) S 111309 111312 110812 0 -1 4194368 87885 0 0 0 759 23 0 0 20 0 2 0 139083792 2923229184 647569 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 58.69 s
Current children cumulated vsize: 2854716 KiB
Current children cumulated memory: 2590276 KiB

[startup+102.3 s]
/proc/loadavg: 5.95 6.62 6.25 7/266 111320
/proc/meminfo: memFree=103319240/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3509892 memory=3309440 CPUtime=154.09 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 791319 0 0 0 15229 180 0 0 20 0 2 0 139082700 3594129408 827360 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 877473 827360 3456 6655 0 849596 0
[pid=111312/tid=111315] ppid=111309 vsize=3509892 memory=3237868 CPUtime=52.19 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 171205 0 0 0 5182 37 0 0 20 0 2 0 139083792 3594129408 827360 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 154.09 s
Current children cumulated vsize: 3509892 KiB
Current children cumulated memory: 3309440 KiB

[startup+162.3 s]
/proc/loadavg: 5.99 6.51 6.24 7/267 111323
/proc/meminfo: memFree=102652892/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3715788 memory=3515316 CPUtime=269.68 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 987614 0 0 0 26740 228 0 0 20 0 2 0 139082700 3804966912 878829 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 928947 878829 3456 6655 0 900274 0
[pid=111312/tid=111315] ppid=111309 vsize=3715788 memory=3183208 CPUtime=108.03 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 228762 0 0 0 10754 49 0 0 20 0 2 0 139083792 3804966912 878829 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 269.68 s
Current children cumulated vsize: 3715788 KiB
Current children cumulated memory: 3515316 KiB

[startup+222.3 s]
/proc/loadavg: 6.03 6.43 6.22 7/267 111327
/proc/meminfo: memFree=102957260/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3738388 memory=3547400 CPUtime=388.85 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 1059921 0 0 0 38638 247 0 0 20 0 2 0 139082700 3828109312 886850 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 934597 886850 3456 6655 0 905924 0
[pid=111312/tid=111315] ppid=111309 vsize=3738388 memory=3542332 CPUtime=167.41 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 273825 0 0 0 16683 58 0 0 20 0 2 0 139083792 3828109312 886850 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 388.85 s
Current children cumulated vsize: 3738388 KiB
Current children cumulated memory: 3547400 KiB

[startup+282.3 s]
/proc/loadavg: 6.06 6.36 6.21 7/267 111329
/proc/meminfo: memFree=102942088/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3699632 memory=3513860 CPUtime=508.05 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 1140447 0 0 0 50543 262 0 0 20 0 2 0 139082700 3788423168 878465 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 924908 878465 3456 6655 0 896235 0
[pid=111312/tid=111315] ppid=111309 vsize=3699632 memory=3513860 CPUtime=226.81 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 283621 0 0 0 22618 63 0 0 20 0 2 0 139083792 3788423168 878465 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 508.05 s
Current children cumulated vsize: 3699632 KiB
Current children cumulated memory: 3513860 KiB

[startup+342.3 s]
/proc/loadavg: 6.06 6.31 6.20 7/267 111331
/proc/meminfo: memFree=102914240/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3765628 memory=3541068 CPUtime=627.25 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 1201601 0 0 0 62451 274 0 0 20 0 2 0 139082700 3856003072 885267 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 941407 885267 3456 6655 0 905132 0
[pid=111312/tid=111315] ppid=111309 vsize=3765628 memory=3513728 CPUtime=286.22 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 304453 0 0 0 28553 69 0 0 20 0 2 0 139083792 3856003072 885267 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 627.25 s
Current children cumulated vsize: 3765628 KiB
Current children cumulated memory: 3541068 KiB

[startup+402.3 s]

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

/proc/loadavg: 6.99 6.27 6.07 8/266 111495
/proc/meminfo: memFree=105547824/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3896904 memory=3723636 CPUtime=3030.11 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3109170 0 0 0 302000 1011 0 0 20 0 2 0 139082700 3990429696 930909 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 974226 930909 3456 6655 0 945450 0
[pid=111312/tid=111315] ppid=111309 vsize=3896904 memory=11136 CPUtime=1433.41 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 980465 0 0 0 142717 624 0 0 20 0 2 0 139083792 3990429696 930909 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3030.11 s
Current children cumulated vsize: 3896904 KiB
Current children cumulated memory: 3723636 KiB

[startup+1662.3 s]
/proc/loadavg: 7.05 6.42 6.14 8/266 111497
/proc/meminfo: memFree=105510004/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3951228 memory=3779912 CPUtime=3149.31 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3204578 0 0 0 313901 1030 0 0 20 0 2 0 139082700 4046057472 944978 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 987807 944978 3456 6655 0 959031 0
[pid=111312/tid=111315] ppid=111309 vsize=3951228 memory=11136 CPUtime=1492.81 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 986533 0 0 0 148652 629 0 0 20 0 2 0 139083792 4046057472 944978 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3149.31 s
Current children cumulated vsize: 3951228 KiB
Current children cumulated memory: 3779912 KiB

[startup+1722.3 s]
/proc/loadavg: 7.20 6.60 6.22 7/265 111500
/proc/meminfo: memFree=105478988/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3951380 memory=3780032 CPUtime=3268.51 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3286616 0 0 0 325800 1051 0 0 20 0 2 0 139082700 4046213120 945008 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 987845 945008 3456 6655 0 959069 0
[pid=111312/tid=111315] ppid=111309 vsize=3951380 memory=11136 CPUtime=1552.21 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 1019413 0 0 0 154578 643 0 0 20 0 2 0 139083792 4046213120 945008 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3268.51 s
Current children cumulated vsize: 3951380 KiB
Current children cumulated memory: 3780032 KiB

[startup+1782.3 s]
/proc/loadavg: 7.30 6.71 6.28 9/267 111639
/proc/meminfo: memFree=105552724/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3989996 memory=3818804 CPUtime=3387.61 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3324594 0 0 0 337692 1069 0 0 20 0 2 0 139082700 4085755904 954701 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 997499 954701 3456 6655 0 968723 0
[pid=111312/tid=111315] ppid=111309 vsize=3989996 memory=3818708 CPUtime=1611.6 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 1031363 0 0 0 160507 653 0 0 20 0 2 0 139083792 4085755904 954701 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3387.61 s
Current children cumulated vsize: 3989996 KiB
Current children cumulated memory: 3818804 KiB

[startup+1842.3 s]
/proc/loadavg: 7.68 6.92 6.38 9/268 111688
/proc/meminfo: memFree=105257760/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3990140 memory=3819356 CPUtime=3506.74 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3398147 0 0 0 349591 1083 0 0 20 0 2 0 139082700 4085903360 954839 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 997535 954839 3456 6655 0 968759 0
[pid=111312/tid=111315] ppid=111309 vsize=3990140 memory=3818712 CPUtime=1670.94 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 1047348 0 0 0 166435 659 0 0 20 0 2 0 139083792 4085903360 954839 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3506.74 s
Current children cumulated vsize: 3990140 KiB
Current children cumulated memory: 3819356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1889.3 s]
/proc/loadavg: 7.90 7.09 6.47 9/269 111697
/proc/meminfo: memFree=105168304/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3990140 memory=3820892 CPUtime=3600.1 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) R 111309 111312 110812 0 -1 4194304 3427872 0 0 0 358923 1087 0 0 20 0 2 0 139082700 4085903360 955223 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 997535 955223 3456 6655 0 968759 0
[pid=111312/tid=111315] ppid=111309 vsize=3990140 memory=3818712 CPUtime=1717.44 cores=0,2
/proc/111312/task/111315/stat : 111315 (LSIPExact) R 111309 111312 110812 0 -1 4194368 1056065 0 0 0 171084 660 0 0 20 0 2 0 139083792 4085903360 955223 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 3990140 KiB
Current children cumulated memory: 3820892 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+1891.39 s]
# the end of solver process 111312 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3589.44 s, system=11.0201 s

[startup+1891.39 s]
# the end of solver process 111699 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3590.98 s, system=11.1867 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
Dumping a history of the last processes samples

[startup+1889.6 s]
/proc/loadavg: 7.90 7.09 6.47 9/269 111697
/proc/meminfo: memFree=105168304/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3166108 memory=3065512 CPUtime=3600.36 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) S 111309 111312 110812 0 -1 4194304 3534624 228 0 0 358943 1093 0 0 20 0 1 0 139082700 3242094592 766378 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 791527 766378 3488 6655 0 767744 0
Current children cumulated CPU time: 3600.36 s
Current children cumulated vsize: 3166108 KiB
Current children cumulated memory: 3065512 KiB

[startup+1890.4 s]
/proc/loadavg: 7.90 7.09 6.47 8/269 111699
/proc/meminfo: memFree=105663076/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3166108 memory=3065512 CPUtime=3600.36 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) S 111309 111312 110812 0 -1 4194304 3534624 228 0 0 358943 1093 0 0 20 0 1 0 139082700 3242094592 766378 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 791527 766378 3488 6655 0 767744 0
[pid=111699] ppid=111312 vsize=314116 memory=306068 CPUtime=0.78 cores=0,2
/proc/111699/stat : 111699 (Exact) R 111312 111699 111699 0 -1 4194304 47433 0 0 0 68 10 0 0 20 0 1 0 139271656 321654784 76517 18446744073709551615 4198400 8335837 140736069583824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13598720 140736069593266 140736069593627 140736069593627 140736069599183 0
/proc/111699/statm: 78529 76517 960 1011 0 77296 0
Current children cumulated CPU time: 3601.14 s
Current children cumulated vsize: 3480224 KiB
Current children cumulated memory: 3371580 KiB

[startup+1890.8 s]
/proc/loadavg: 7.90 7.09 6.47 8/269 111699
/proc/meminfo: memFree=105663076/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3166108 memory=3065512 CPUtime=3600.36 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) S 111309 111312 110812 0 -1 4194304 3534624 228 0 0 358943 1093 0 0 20 0 1 0 139082700 3242094592 766378 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 791527 766378 3488 6655 0 767744 0
[pid=111699] ppid=111312 vsize=366096 memory=354128 CPUtime=1.19 cores=0,2
/proc/111699/stat : 111699 (Exact) R 111312 111699 111699 0 -1 4194304 57654 0 0 0 106 13 0 0 20 0 1 0 139271656 374882304 88532 18446744073709551615 4198400 8335837 140736069583824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13598720 140736069593266 140736069593627 140736069593627 140736069599183 0
/proc/111699/statm: 91524 88532 960 1011 0 90291 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 3532204 KiB
Current children cumulated memory: 3419640 KiB

[startup+1891.2 s]
/proc/loadavg: 7.90 7.09 6.47 8/269 111699
/proc/meminfo: memFree=105558364/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3166108 memory=3065512 CPUtime=3600.36 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) S 111309 111312 110812 0 -1 4194304 3534624 228 0 0 358943 1093 0 0 20 0 1 0 139082700 3242094592 766378 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 791527 766378 3488 6655 0 767744 0
[pid=111699] ppid=111312 vsize=424492 memory=397272 CPUtime=1.59 cores=0,2
/proc/111699/stat : 111699 (Exact) R 111312 111699 111699 0 -1 4194304 66280 0 0 0 144 15 0 0 20 0 1 0 139271656 434679808 99318 18446744073709551615 4198400 8335837 140736069583824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13598720 140736069593266 140736069593627 140736069593627 140736069599183 0
/proc/111699/statm: 106123 99318 960 1011 0 104890 0
Current children cumulated CPU time: 3601.95 s
Current children cumulated vsize: 3590600 KiB
Current children cumulated memory: 3462784 KiB

[startup+1891.3 s]
/proc/loadavg: 7.90 7.09 6.47 8/269 111699
/proc/meminfo: memFree=105558364/131249996 swapFree=33010160/33010684
[pid=111312] ppid=111309 vsize=3166108 memory=3065512 CPUtime=3600.36 cores=0,2
/proc/111312/stat : 111312 (LSIPExact) S 111309 111312 110812 0 -1 4194304 3534624 228 0 0 358943 1093 0 0 20 0 1 0 139082700 3242094592 766378 18446744073709551615 94277785747456 94277813004625 140730854408992 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94277821506696 94277821938304 94277831016448 140730854410584 140730854410760 140730854410760 140730854416364 0
/proc/111312/statm: 791527 766378 3488 6655 0 767744 0
[pid=111699] ppid=111312 vsize=454980 memory=429776 CPUtime=1.69 cores=0,2
/proc/111699/stat : 111699 (Exact) R 111312 111699 111699 0 -1 4194304 71827 0 0 0 154 15 0 0 20 0 1 0 139271656 465899520 107444 18446744073709551615 4198400 8335837 140736069583824 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 13598720 140736069593266 140736069593627 140736069593627 140736069599183 0
/proc/111699/statm: 113745 107444 960 1011 0 112512 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 3621088 KiB
Current children cumulated memory: 3495288 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1891.39
CPU time (s): 3602.17
CPU user time (s): 3590.98
CPU system time (s): 11.1867
CPU usage (%): 190.451
Max. virtual memory (cumulated for all children) (KiB): 4302200
Max. memory (cumulated for all children) (KiB): 4055012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.98
system time used= 11.1867
maximum resident set size= 4079668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3606679
page faults= 0
swaps= 0
block input operations= 51240
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 550
involuntary context switches= 40723


# summary of solver processes directly reported to runsolver:
#   pid: 111312,111699
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3590.98
#   total CPU system time (s): 11.1867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.83032 second user time and 8.62278 second system time

The end

Launcher Data

Begin job on nodeC032 at 2025-07-11 13:40:40
IDJOB=4527605
IDBENCH=155668
IDSOLVER=3384
FILE ID=nodeC032/4527605-1752234040
RUNJOBID= nodeC032-1752232205-110829
SLURM_JOB_ID= 9682543
Free space on /tmp= 428864 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_0_mh.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527605-1752234040/watcher-4527605-1752234040 -o /tmp/evaluation-result-4527605-1752234040/solver-4527605-1752234040 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC032-1752232205-110829 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527605-1752234040.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 1805785d49293ee7708f7a2cbbe3381b
RANDOM SEED=1101230875

nodeC032 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.628
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.69
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.837
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.69
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.845
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.69
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.420
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.69
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.842
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.804
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.69
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.841
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.69
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		: 3588.431
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        102126948 kB
MemAvailable:   122267572 kB
Buffers:            2728 kB
Cached:         20816648 kB
SwapCached:           20 kB
Active:          7786396 kB
Inactive:       20443456 kB
Active(anon):    7425404 kB
Inactive(anon):     3124 kB
Active(file):     360992 kB
Inactive(file): 20440332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            147740 kB
Writeback:             0 kB
AnonPages:       7413592 kB
Mapped:           137544 kB
Shmem:             18048 kB
KReclaimable:     357076 kB
Slab:             453848 kB
SReclaimable:     357076 kB
SUnreclaim:        96772 kB
KernelStack:        4304 kB
PageTables:        17744 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7946020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4724736 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 428848 MiB
End job on nodeC032 at 2025-07-11 14:12:12