Trace number 4512011

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (MO) 1087.69 807.536

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark13.8301
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1010.69/730.38	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1010.69/730.38	c numVar: 2766336
1010.69/730.38	c numCon: 11830
1010.69/730.38	c numEqual: 0
1010.69/730.38	c intSize: 23
1010.69/730.38	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1010.69/730.38	c ------------------- Paras list -------------------
1010.69/730.38	c Name                	 Type      	 Now       	 Default   	 Comment
1010.69/730.38	c timeout             	 double    	 3600.000000	 3600      	 
1010.69/730.38	c mip_time            	 double    	 0.200000  	 0.5       	 
1010.69/730.38	c ls_time             	 double    	 10.000000 	 10        	 
1010.69/730.38	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1010.69/730.38	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1010.69/730.38	c random_seed         	 int       	 0         	 0         	 
1010.69/730.38	c sample_size         	 int       	 50        	 50        	 
1010.69/730.38	c sub_score           	 int       	 1         	 1         	 
1010.69/730.38	c tabu_base           	 int       	 3         	 3         	 
1010.69/730.38	c tabu_variation      	 int       	 1         	 1         	 
1010.69/730.38	c sub_div             	 int       	 4         	 4         	 
1010.69/730.38	c nbcore              	 int       	 2         	 1         	 
1010.69/730.38	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1010.69/730.38	c print_sol           	 int       	 1         	 1         	 
1010.69/730.38	c tmpdir              	 string		 .         	 "."       	 
1010.69/730.38	c home                	 string		 HOME	 "."       	 
1010.69/730.38	c benchname           	 string		 HOME/instance-4512011-1751138201.opb	 ""        	 
1010.69/730.38	c --------------------------------------------------
1010.69/730.38	c Local Search solver
1010.69/730.38	c MIP solver
1010.69/730.38	c use Exact solver
1085.57/805.40	c receive signal 15, try to interrupt solver...
1010.78/805.71	c Exact solver (PID 12921) interrupted gracefully.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512011-1751138201/watcher-4512011-1751138201 -o /tmp/evaluation-result-4512011-1751138201/solver-4512011-1751138201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11431 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4512011-1751138201.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=12791, runsolver pid=12788

[startup+0.100058 s]*
/proc/loadavg: 6.35 6.11 5.58 7/267 12792
/proc/meminfo: memFree=129708984/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=110212 memory=42240 CPUtime=0.1 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 9571 0 0 0 8 2 0 0 20 0 1 0 29498702 112857088 10560 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 27553 10560 1152 6655 0 17788 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 110212 KiB
Current children cumulated memory: 42240 KiB

[startup+0.205636 s]*
/proc/loadavg: 6.35 6.11 5.58 7/267 12792
/proc/meminfo: memFree=129676728/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=172944 memory=78464 CPUtime=0.2 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 18627 0 0 0 16 4 0 0 20 0 1 0 29498702 177094656 19616 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 43236 19616 1152 6655 0 33471 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 172944 KiB
Current children cumulated memory: 78464 KiB

[startup+0.304732 s]*
/proc/loadavg: 6.35 6.11 5.58 7/267 12792
/proc/meminfo: memFree=129636408/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=226396 memory=114304 CPUtime=0.29 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 27587 0 0 0 24 5 0 0 20 0 1 0 29498702 231829504 28576 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 56599 28576 1152 6655 0 46834 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 226396 KiB
Current children cumulated memory: 114304 KiB

[startup+0.700183 s]
/proc/loadavg: 6.35 6.11 5.58 7/267 12792
/proc/meminfo: memFree=129555768/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=806296 memory=702636 CPUtime=0.69 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 64752 0 0 0 48 21 0 0 20 0 1 0 29498702 825647104 175627 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 201607 175659 1184 6655 0 191842 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 806296 KiB
Current children cumulated memory: 702636 KiB

[startup+1.50013 s]
/proc/loadavg: 6.35 6.11 5.58 7/267 12792
/proc/meminfo: memFree=128724096/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=1420008 memory=1316140 CPUtime=1.48 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 218154 0 0 0 105 43 0 0 20 0 1 0 29498702 1454088192 329035 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 355002 329035 1184 6655 0 345237 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1420008 KiB
Current children cumulated memory: 1316140 KiB

[startup+3.10539 s]
/proc/loadavg: 6.41 6.13 5.59 7/267 12792
/proc/meminfo: memFree=127918600/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=1990308 memory=1886452 CPUtime=3.08 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 348632 0 0 0 244 64 0 0 20 0 1 0 29498702 2038075392 471613 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 497577 471613 1184 6655 0 487812 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1990308 KiB
Current children cumulated memory: 1886452 KiB

[startup+6.30014 s]
/proc/loadavg: 6.41 6.13 5.59 8/267 12792
/proc/meminfo: memFree=127537240/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=2333932 memory=2230004 CPUtime=6.27 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 434725 0 0 0 550 77 0 0 20 0 1 0 29498702 2389946368 557501 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 583483 557501 1184 6655 0 573718 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2333932 KiB
Current children cumulated memory: 2230004 KiB

[startup+12.7001 s]
/proc/loadavg: 6.37 6.13 5.59 8/268 12794
/proc/meminfo: memFree=126476752/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=3569672 memory=3342624 CPUtime=12.65 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 569328 0 0 0 1151 114 0 0 20 0 1 0 29498702 3655344128 835144 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 892418 835656 2208 6655 0 882653 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3569672 KiB
Current children cumulated memory: 3342624 KiB

[startup+25.5001 s]
/proc/loadavg: 6.29 6.12 5.60 7/269 12795
/proc/meminfo: memFree=125617808/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=4509312 memory=4098096 CPUtime=25.43 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 599062 0 0 0 2401 142 0 0 20 0 2 0 29498702 4617535488 1024524 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1127328 1024524 2880 6655 0 1101211 0
[pid=12791/tid=12795] ppid=12788 vsize=4509312 memory=4098096 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 4617535488 1024524 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 4509312 KiB
Current children cumulated memory: 4098096 KiB

[startup+51.1055 s]
/proc/loadavg: 6.25 6.12 5.62 6/269 12796
/proc/meminfo: memFree=125638088/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=4509312 memory=4098096 CPUtime=50.96 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 610039 0 0 0 4954 142 0 0 20 0 2 0 29498702 4617535488 1024524 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1127328 1024524 2880 6655 0 1101211 0
[pid=12791/tid=12795] ppid=12788 vsize=4509312 memory=4098096 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 4617535488 1024524 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 4509312 KiB
Current children cumulated memory: 4098096 KiB

[startup+102.3 s]
/proc/loadavg: 5.21 5.87 5.56 5/269 12799
/proc/meminfo: memFree=123586916/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=7112900 memory=6057748 CPUtime=102.04 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 715212 0 0 0 9988 216 0 0 20 0 2 0 29498702 7283609600 1514437 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1778225 1514437 2976 6655 0 1752108 0
[pid=12791/tid=12795] ppid=12788 vsize=7112900 memory=6057748 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 7283609600 1514437 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 7112900 KiB
Current children cumulated memory: 6057748 KiB

[startup+162.3 s]
/proc/loadavg: 4.71 5.59 5.48 6/269 12847
/proc/meminfo: memFree=123874500/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=6655940 memory=5748156 CPUtime=161.89 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 785598 0 0 0 15942 247 0 0 20 0 2 0 29498702 6815682560 1437039 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1663985 1437039 2976 6655 0 1637868 0
[pid=12791/tid=12795] ppid=12788 vsize=6655940 memory=6064952 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 6815682560 1437039 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 6655940 KiB
Current children cumulated memory: 5748156 KiB

[startup+222.3 s]
/proc/loadavg: 5.01 5.51 5.45 6/269 12849
/proc/meminfo: memFree=123228740/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=7460504 memory=6326500 CPUtime=221.73 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 822074 0 0 0 21897 276 0 0 20 0 2 0 29498702 7639556096 1581625 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1865126 1581625 2976 6655 0 1839009 0
[pid=12791/tid=12795] ppid=12788 vsize=7460504 memory=6323556 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 7639556096 1581625 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 7460504 KiB
Current children cumulated memory: 6326500 KiB

[startup+282.3 s]
/proc/loadavg: 5.23 5.47 5.44 7/268 12897
/proc/meminfo: memFree=123252708/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=7483284 memory=6349156 CPUtime=281.58 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 834039 0 0 0 27880 278 0 0 20 0 2 0 29498702 7662882816 1587289 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1870821 1587289 2976 6655 0 1844704 0
[pid=12791/tid=12795] ppid=12788 vsize=7483284 memory=6343140 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 7662882816 1587289 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 7483284 KiB
Current children cumulated memory: 6349156 KiB

[startup+342.3 s]
/proc/loadavg: 5.76 5.58 5.48 7/268 12900
/proc/meminfo: memFree=123168312/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=7497968 memory=6364004 CPUtime=341.43 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 847154 0 0 0 33864 279 0 0 20 0 2 0 29498702 7677919232 1591001 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 1874492 1591001 2976 6655 0 1848375 0
[pid=12791/tid=12795] ppid=12788 vsize=7497968 memory=6343140 CPUtime=0 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29500049 7677919232 1591001 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 341.43 s
Current children cumulated vsize: 7497968 KiB
Current children cumulated memory: 6364004 KiB

[startup+402.3 s]
/proc/loadavg: 6.27 5.77 5.56 7/269 12907
/proc/meminfo: memFree=120750796/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=10699016 memory=8738528 CPUtime=417.37 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1120256 0 0 0 41331 406 0 0 20 0 2 0 29498702 10955792384 2184632 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 2674754 2184632 3360 6655 0 2618264 0
[pid=12791/tid=12795] ppid=12788 vsize=10699016 memory=6343140 CPUtime=16.29 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) S 12788 12791 11416 0 -1 4194368 106510 0 0 0 1582 47 0 0 20 0 2 0 29500049 10955792384 2184632 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 417.37 s
Current children cumulated vsize: 10699016 KiB
Current children cumulated memory: 8738528 KiB

[startup+462.3 s]
/proc/loadavg: 6.09 5.81 5.58 8/269 12912
/proc/meminfo: memFree=118053404/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=13872032 memory=11423160 CPUtime=479.25 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1326023 0 0 0 47435 490 0 0 20 0 2 0 29498702 14204960768 2855790 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3468008 2855790 3360 6655 0 3411518 0
[pid=12791/tid=12795] ppid=12788 vsize=13872032 memory=8743180 CPUtime=18.36 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) R 12788 12791 11416 0 -1 4194368 126610 0 0 0 1781 55 0 0 20 0 2 0 29500049 14204960768 2855790 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 479.25 s
Current children cumulated vsize: 13872032 KiB
Current children cumulated memory: 11423160 KiB

[startup+522.3 s]
/proc/loadavg: 6.74 6.05 5.68 8/269 12914
/proc/meminfo: memFree=117560064/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=14257572 memory=11896484 CPUtime=598.31 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1478115 0 0 0 59312 519 0 0 20 0 2 0 29498702 14599753728 2974121 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3564393 2974121 3392 6655 0 3507903 0
[pid=12791/tid=12795] ppid=12788 vsize=14257572 memory=11896100 CPUtime=77.67 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) R 12788 12791 11416 0 -1 4194368 152093 0 0 0 7707 60 0 0 20 0 2 0 29500049 14599753728 2974121 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 598.31 s
Current children cumulated vsize: 14257572 KiB
Current children cumulated memory: 11896484 KiB

[startup+582.3 s]
/proc/loadavg: 6.96 6.24 5.77 8/269 12916
/proc/meminfo: memFree=117551464/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=14257572 memory=11898276 CPUtime=717.43 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1526540 0 0 0 71218 525 0 0 20 0 2 0 29498702 14599753728 2974569 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3564393 2974569 3392 6655 0 3507903 0
[pid=12791/tid=12795] ppid=12788 vsize=14257572 memory=11896100 CPUtime=137.01 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) R 12788 12791 11416 0 -1 4194368 188921 0 0 0 13636 65 0 0 20 0 2 0 29500049 14599753728 2974569 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 717.43 s
Current children cumulated vsize: 14257572 KiB
Current children cumulated memory: 11898276 KiB

[startup+642.3 s]
/proc/loadavg: 7.03 6.39 5.86 8/268 12918
/proc/meminfo: memFree=117518436/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=14257572 memory=11933100 CPUtime=836.38 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1641163 0 0 0 83105 533 0 0 20 0 2 0 29498702 14599753728 2983275 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3564393 2983275 3392 6655 0 3507903 0
[pid=12791/tid=12795] ppid=12788 vsize=14257572 memory=11933100 CPUtime=196.26 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) R 12788 12791 11416 0 -1 4194368 210674 0 0 0 19559 67 0 0 20 0 2 0 29500049 14599753728 2983275 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 836.38 s
Current children cumulated vsize: 14257572 KiB
Current children cumulated memory: 11933100 KiB

[startup+702.3 s]
/proc/loadavg: 7.04 6.52 5.94 8/268 12920
/proc/meminfo: memFree=117472036/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=14230752 memory=11976716 CPUtime=955.33 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 1747756 0 0 0 94989 544 0 0 20 0 2 0 29498702 14572290048 2994179 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3557688 2994179 3424 6655 0 3501198 0
[pid=12791/tid=12795] ppid=12788 vsize=14230752 memory=11933100 CPUtime=255.51 cores=0,2
/proc/12791/task/12795/stat : 12795 (LSIPExact) R 12788 12791 11416 0 -1 4194368 237782 0 0 0 25479 72 0 0 20 0 2 0 29500049 14572290048 2994179 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
Current children cumulated CPU time: 955.33 s
Current children cumulated vsize: 14230752 KiB
Current children cumulated memory: 11976716 KiB

[startup+762.3 s]
/proc/loadavg: 6.67 6.53 5.98 7/267 12923
/proc/meminfo: memFree=111050436/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=12373136 memory=10328012 CPUtime=1010.78 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) S 12788 12791 11416 0 -1 4194304 1908481 0 0 0 100524 554 0 0 20 0 1 0 29498702 12670091264 2582003 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3093284 2582003 3424 6655 0 3048356 0
[pid=12921] ppid=12791 vsize=8012524 memory=7309828 CPUtime=31.81 cores=0,2
/proc/12921/stat : 12921 (Exact) R 12791 12921 12921 0 -1 4194304 1003969 0 0 0 2906 275 0 0 20 0 1 0 29571741 8204824576 1827457 18446744073709551615 4198400 8335837 140722101603344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40980480 140722101606587 140722101606941 140722101606941 140722101612495 0
/proc/12921/statm: 2003131 1827457 960 1011 0 2001898 0
Current children cumulated CPU time: 1042.59 s
Current children cumulated vsize: 20385660 KiB
Current children cumulated memory: 17637840 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+805.4 s]
/proc/loadavg: 6.36 6.47 5.99 7/267 12924
/proc/meminfo: memFree=104221900/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=12373136 memory=10328012 CPUtime=1010.78 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) S 12788 12791 11416 0 -1 4194304 1908481 0 0 0 100524 554 0 0 20 0 1 0 29498702 12670091264 2582003 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3093284 2582003 3424 6655 0 3048356 0
[pid=12921] ppid=12791 vsize=19414296 memory=14814524 CPUtime=74.79 cores=0,2
/proc/12921/stat : 12921 (Exact) R 12791 12921 12921 0 -1 4194304 2041158 0 0 0 6901 578 0 0 20 0 1 0 29571741 19880239104 3703631 18446744073709551615 4198400 8335837 140722101603344 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 40980480 140722101606587 140722101606941 140722101606941 140722101612495 0
/proc/12921/statm: 4853574 3703631 960 1011 0 4852341 0
Current children cumulated CPU time: 1085.57 s
Current children cumulated vsize: 31787432 KiB
Current children cumulated memory: 25142536 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=1075.8 s, system=11.8961 s

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

[startup+806.4 s]
/proc/loadavg: 6.36 6.47 5.99 7/266 12925
/proc/meminfo: memFree=118492252/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=12178616 memory=10133492 CPUtime=1086.55 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 2105822 2041311 0 0 100581 565 6902 607 20 0 1 0 29498702 12470902784 2533373 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3044654 2533373 3424 6655 0 2999726 0
Current children cumulated CPU time: 1086.55 s
Current children cumulated vsize: 12178616 KiB
Current children cumulated memory: 10133492 KiB

[startup+807.2 s]
/proc/loadavg: 6.36 6.47 5.99 7/266 12926
/proc/meminfo: memFree=118737604/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=12092160 memory=10047036 CPUtime=1087.34 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 2116225 2041311 0 0 100660 565 6902 607 20 0 1 0 29498702 12382371840 2511759 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3023040 2511759 3424 6655 0 2978112 0
Current children cumulated CPU time: 1087.34 s
Current children cumulated vsize: 12092160 KiB
Current children cumulated memory: 10047036 KiB

[startup+807.4 s]
/proc/loadavg: 6.36 6.47 5.99 7/266 12926
/proc/meminfo: memFree=118737604/131249996 swapFree=33010684/33010684
[pid=12791] ppid=12788 vsize=12070544 memory=10025460 CPUtime=1087.54 cores=0,2
/proc/12791/stat : 12791 (LSIPExact) R 12788 12791 11416 0 -1 4194304 2175434 2041311 0 0 100677 568 6902 607 20 0 1 0 29498702 12360237056 2506365 18446744073709551615 94920387465216 94920414721617 140729583038096 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94920423224456 94920423656064 94920452481024 140729583044954 140729583045130 140729583045130 140729583050732 0
/proc/12791/statm: 3017636 2506365 3424 6655 0 2972708 0
Current children cumulated CPU time: 1087.54 s
Current children cumulated vsize: 12070544 KiB
Current children cumulated memory: 10025460 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 807.536
CPU time (s): 1087.69
CPU user time (s): 1075.8
CPU system time (s): 11.8961
CPU usage (%): 134.693
Max. virtual memory (cumulated for all children) (KiB): 31787432
Max. memory (cumulated for all children) (KiB): 25142536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1075.8
system time used= 11.8961
maximum resident set size= 14851388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4216745
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 397
involuntary context switches= 8840


# summary of solver processes directly reported to runsolver:
#   pid: 12791
#   total CPU time (s): 1087.69
#   total CPU user time (s): 1075.8
#   total CPU system time (s): 11.8961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79606 second user time and 3.56566 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 21:16:43
IDJOB=4512011
IDBENCH=160490
IDSOLVER=3336
FILE ID=nodeC029/4512011-1751138201
RUNJOBID= nodeC029-1751133631-11431
SLURM_JOB_ID= 9587429
Free space on /tmp= 432796 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512011-1751138201/watcher-4512011-1751138201 -o /tmp/evaluation-result-4512011-1751138201/solver-4512011-1751138201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11431 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4512011-1751138201.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=89245473

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129749052 kB
MemAvailable:   129614900 kB
Buffers:            3280 kB
Cached:           677528 kB
SwapCached:            0 kB
Active:           426284 kB
Inactive:         471044 kB
Active(anon):     234580 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   471044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            179864 kB
Writeback:             0 kB
AnonPages:        219304 kB
Mapped:           143980 kB
Shmem:             18060 kB
KReclaimable:      84680 kB
Slab:             166828 kB
SReclaimable:      84680 kB
SUnreclaim:        82148 kB
KernelStack:        4304 kB
PageTables:         3568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     588504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432752 MiB
End job on nodeC029 at 2025-06-28 21:30:10