Trace number 4505387

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) 3603.54 2110.43

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUMfb79dc5ec425f6747fbd9d81f9d6ccc8
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 benchmark14278749
Best CPU time to get the best result obtained on this benchmark68921.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.11/2108.20	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.11/2108.20	c numVar: 2000400
3600.11/2108.20	c numCon: 4920807
3600.11/2108.20	c numEqual: 19807
3600.11/2108.20	c intSize: 39
3600.11/2108.20	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.11/2108.20	c ------------------- Paras list -------------------
3600.11/2108.20	c Name                	 Type      	 Now       	 Default   	 Comment
3600.11/2108.20	c timeout             	 double    	 3600.000000	 3600      	 
3600.11/2108.20	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.11/2108.20	c ls_time             	 double    	 10.000000 	 10        	 
3600.11/2108.20	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.11/2108.20	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.11/2108.20	c random_seed         	 int       	 0         	 0         	 
3600.11/2108.20	c sample_size         	 int       	 50        	 50        	 
3600.11/2108.20	c sub_score           	 int       	 1         	 1         	 
3600.11/2108.20	c tabu_base           	 int       	 3         	 3         	 
3600.11/2108.20	c tabu_variation      	 int       	 1         	 1         	 
3600.11/2108.20	c sub_div             	 int       	 4         	 4         	 
3600.11/2108.20	c nbcore              	 int       	 2         	 1         	 
3600.11/2108.20	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.11/2108.20	c print_sol           	 int       	 1         	 1         	 
3600.11/2108.20	c tmpdir              	 string		 .         	 "."       	 
3600.11/2108.20	c home                	 string		 HOME	 "."       	 
3600.11/2108.20	c benchname           	 string		 HOME/instance-4505387-1751445961.opb	 ""        	 
3600.11/2108.20	c --------------------------------------------------
3600.11/2108.20	c Local Search solver
3600.11/2108.20	c MIP solver
3600.11/2108.20	c receive signal 15, try to interrupt solver...
3603.00/2109.92	c MIP solver find feasible solution

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: 63665 MiB (51312 MiB free)
  memory of node 1: 64507 MiB (47117 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505387-1751445961/watcher-4505387-1751445961 -o /tmp/evaluation-result-4505387-1751445961/solver-4505387-1751445961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505387-1751445961.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=69009, runsolver pid=69006

[startup+0.100065 s]*
/proc/loadavg: 7.52 7.94 7.86 7/266 69010
/proc/meminfo: memFree=100663984/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=490028 memory=185116 CPUtime=0.09 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 34042 0 0 0 3 6 0 0 20 0 1 0 60276542 501788672 46279 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 122507 46279 1152 6655 0 112742 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 490028 KiB
Current children cumulated memory: 185116 KiB

[startup+0.205879 s]*
/proc/loadavg: 7.40 7.90 7.85 7/266 69010
/proc/meminfo: memFree=100494384/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=640112 memory=386332 CPUtime=0.19 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 71576 0 0 0 6 13 0 0 20 0 1 0 60276542 655474688 96583 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 160028 96583 1152 6655 0 150263 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 640112 KiB
Current children cumulated memory: 386332 KiB

[startup+0.305808 s]*
/proc/loadavg: 7.40 7.90 7.85 7/266 69010
/proc/meminfo: memFree=100279472/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=784388 memory=577692 CPUtime=0.29 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 107657 0 0 0 10 19 0 0 20 0 1 0 60276542 803213312 144423 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 196097 144423 1152 6655 0 186332 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 784388 KiB
Current children cumulated memory: 577692 KiB

[startup+0.700178 s]
/proc/loadavg: 7.40 7.90 7.85 7/266 69010
/proc/meminfo: memFree=99897288/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=1315616 memory=1270228 CPUtime=0.68 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 236232 0 0 0 26 42 0 0 20 0 1 0 60276542 1347190784 317557 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 328904 317557 1152 6655 0 319139 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1315616 KiB
Current children cumulated memory: 1270228 KiB

[startup+1.50019 s]
/proc/loadavg: 7.40 7.90 7.85 7/266 69010
/proc/meminfo: memFree=99565888/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=1373968 memory=1330260 CPUtime=1.48 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 251271 0 0 0 100 48 0 0 20 0 1 0 60276542 1406943232 332565 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 343492 332565 1152 6655 0 333727 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1373968 KiB
Current children cumulated memory: 1330260 KiB

[startup+3.10567 s]
/proc/loadavg: 7.40 7.90 7.85 7/266 69010
/proc/meminfo: memFree=98166312/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=2714664 memory=2670160 CPUtime=3.07 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 456241 0 0 0 218 89 0 0 20 0 1 0 60276542 2779815936 667540 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 678666 667540 1184 6655 0 668901 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 2714664 KiB
Current children cumulated memory: 2670160 KiB

[startup+6.30017 s]
/proc/loadavg: 7.29 7.87 7.83 7/266 69010
/proc/meminfo: memFree=96789668/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=3567416 memory=3523076 CPUtime=6.26 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 661726 0 0 0 502 124 0 0 20 0 1 0 60276542 3653033984 880769 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 891887 880769 1184 6655 0 882122 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3567416 KiB
Current children cumulated memory: 3523076 KiB

[startup+12.7002 s]
/proc/loadavg: 7.27 7.86 7.83 7/266 69010
/proc/meminfo: memFree=95733124/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=5064740 memory=5020528 CPUtime=12.64 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1003784 0 0 0 1086 178 0 0 20 0 1 0 60276542 5186293760 1255132 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 1266185 1255132 1248 6655 0 1256420 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 5064740 KiB
Current children cumulated memory: 5020528 KiB

[startup+25.5002 s]
/proc/loadavg: 6.92 7.76 7.80 6/266 69057
/proc/meminfo: memFree=98732720/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=8808300 memory=8156672 CPUtime=25.4 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1187712 0 0 0 2264 276 0 0 20 0 2 0 60276542 9019699200 2039168 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 2202075 2039168 2848 6655 0 2175958 0
[pid=69009/tid=69047] ppid=69006 vsize=8808300 memory=7968692 CPUtime=0 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60278260 9019699200 2039168 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 8808300 KiB
Current children cumulated memory: 8156672 KiB

[startup+51.1055 s]
/proc/loadavg: 6.46 7.56 7.73 7/268 69060
/proc/meminfo: memFree=94259312/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=8978996 memory=8220816 CPUtime=50.94 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1267373 0 0 0 4775 319 0 0 20 0 2 0 60276542 9194491904 2055204 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 2244749 2055204 2880 6655 0 2218632 0
[pid=69009/tid=69047] ppid=69006 vsize=8978996 memory=8220816 CPUtime=0 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60278260 9194491904 2055204 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 8978996 KiB
Current children cumulated memory: 8220816 KiB

[startup+102.3 s]
/proc/loadavg: 6.26 7.34 7.64 7/268 69061
/proc/meminfo: memFree=87528084/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=12298920 memory=11105344 CPUtime=102 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1398219 0 0 0 9774 426 0 0 20 0 2 0 60276542 12594094080 2776336 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 3074730 2776336 2976 6655 0 3048613 0
[pid=69009/tid=69047] ppid=69006 vsize=12298920 memory=14720 CPUtime=0 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60278260 12594094080 2776336 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 12298920 KiB
Current children cumulated memory: 11105344 KiB

[startup+162.3 s]
/proc/loadavg: 6.15 7.10 7.54 7/268 69063
/proc/meminfo: memFree=88543820/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=12738844 memory=11392720 CPUtime=163.51 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1543388 0 0 0 15819 532 0 0 20 0 2 0 60276542 13044576256 2848180 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 3184711 2848180 3008 6655 0 3151782 0
[pid=69009/tid=69047] ppid=69006 vsize=12738844 memory=9921496 CPUtime=1.97 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 20319 0 0 0 179 18 0 0 20 0 2 0 60278260 13044576256 2848180 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 163.51 s
Current children cumulated vsize: 12738844 KiB
Current children cumulated memory: 11392720 KiB

[startup+222.3 s]
/proc/loadavg: 6.32 6.97 7.46 8/268 69065
/proc/meminfo: memFree=85521272/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=18600100 memory=14814484 CPUtime=239.85 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1814223 0 0 0 23211 774 0 0 20 0 2 0 60276542 19046502400 3703621 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 4650025 3703621 3104 6655 0 4603214 0
[pid=69009/tid=69047] ppid=69006 vsize=18600100 memory=10307592 CPUtime=18.66 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 107308 0 0 0 1783 83 0 0 20 0 2 0 60278260 19046502400 3703621 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 239.85 s
Current children cumulated vsize: 18600100 KiB
Current children cumulated memory: 14814484 KiB

[startup+282.3 s]
/proc/loadavg: 7.13 7.10 7.48 8/267 69069
/proc/meminfo: memFree=79509000/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=22644456 memory=18590980 CPUtime=358.87 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 1981148 0 0 0 34779 1108 0 0 20 0 2 0 60276542 23187922944 4647745 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 5661114 4647745 3360 6655 0 5594690 0
[pid=69009/tid=69047] ppid=69006 vsize=22644456 memory=18665512 CPUtime=77.94 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 232674 0 0 0 7463 331 0 0 20 0 2 0 60278260 23187922944 4647745 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 358.87 s
Current children cumulated vsize: 22644456 KiB
Current children cumulated memory: 18590980 KiB

[startup+342.3 s]
/proc/loadavg: 6.08 6.83 7.36 6/268 69075
/proc/meminfo: memFree=84352600/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=19374280 memory=16360008 CPUtime=436.28 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 2001817 0 0 0 42509 1119 0 0 20 0 2 0 60276542 19839262720 4090002 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 4843570 4090002 3360 6655 0 4777146 0
[pid=69009/tid=69047] ppid=69006 vsize=19374280 memory=18213672 CPUtime=95.56 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 236452 0 0 0 9219 337 0 0 20 0 2 0 60278260 19839262720 4090002 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 436.28 s
Current children cumulated vsize: 19374280 KiB
Current children cumulated memory: 16360008 KiB

[startup+402.3 s]
/proc/loadavg: 5.50 6.53 7.22 6/267 69077
/proc/meminfo: memFree=84146428/131250000 swapFree=33010684/33010684

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

[startup+1722.3 s]
/proc/loadavg: 7.10 7.06 6.97 8/269 69197
/proc/meminfo: memFree=60018580/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26040464 memory=22798136 CPUtime=2835.68 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3444173 0 0 0 281721 1847 0 0 20 0 2 0 60276542 26665435136 5699534 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6510116 5699534 3424 6655 0 6446855 0
[pid=69009/tid=69047] ppid=69006 vsize=26040464 memory=22587632 CPUtime=1121.13 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 576829 0 0 0 111597 516 0 0 20 0 2 0 60278260 26665435136 5699534 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 2835.68 s
Current children cumulated vsize: 26040464 KiB
Current children cumulated memory: 22798136 KiB

[startup+1782.3 s]
/proc/loadavg: 7.07 7.06 6.98 8/269 69199
/proc/meminfo: memFree=61633520/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26074820 memory=22733664 CPUtime=2954.56 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3568148 0 0 0 293519 1937 0 0 20 0 2 0 60276542 26700615680 5683416 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6518705 5683416 3424 6655 0 6455444 0
[pid=69009/tid=69047] ppid=69006 vsize=26074820 memory=22731492 CPUtime=1180.33 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 589332 0 0 0 117512 521 0 0 20 0 2 0 60278260 26700615680 5683416 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 2954.56 s
Current children cumulated vsize: 26074820 KiB
Current children cumulated memory: 22733664 KiB

[startup+1842.3 s]
/proc/loadavg: 6.58 6.94 6.95 7/269 69248
/proc/meminfo: memFree=67727404/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26078272 memory=22743544 CPUtime=3073.48 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3602922 0 0 0 305399 1949 0 0 20 0 2 0 60276542 26704150528 5685886 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6519568 5685886 3424 6655 0 6456307 0
[pid=69009/tid=69047] ppid=69006 vsize=26078272 memory=14720 CPUtime=1239.58 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 600954 0 0 0 123429 529 0 0 20 0 2 0 60278260 26704150528 5685886 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3073.48 s
Current children cumulated vsize: 26078272 KiB
Current children cumulated memory: 22743544 KiB

[startup+1902.3 s]
/proc/loadavg: 7.20 7.03 6.98 9/269 69255
/proc/meminfo: memFree=57346712/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26078272 memory=22745844 CPUtime=3192.33 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3626432 0 0 0 317282 1951 0 0 20 0 2 0 60276542 26704150528 5686461 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6519568 5686461 3424 6655 0 6456307 0
[pid=69009/tid=69047] ppid=69006 vsize=26078272 memory=14720 CPUtime=1298.77 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 601476 0 0 0 129348 529 0 0 20 0 2 0 60278260 26704150528 5686461 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3192.33 s
Current children cumulated vsize: 26078272 KiB
Current children cumulated memory: 22745844 KiB

[startup+1962.3 s]
/proc/loadavg: 7.37 7.13 7.02 8/268 69257
/proc/meminfo: memFree=58582320/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26081524 memory=22765564 CPUtime=3311.14 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3710799 0 0 0 329149 1965 0 0 20 0 2 0 60276542 26707480576 5691391 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6520381 5691391 3424 6655 0 6457120 0
[pid=69009/tid=69047] ppid=69006 vsize=26081524 memory=14720 CPUtime=1357.92 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 602237 0 0 0 135263 529 0 0 20 0 2 0 60278260 26707480576 5691391 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3311.14 s
Current children cumulated vsize: 26081524 KiB
Current children cumulated memory: 22765564 KiB

[startup+2022.3 s]
/proc/loadavg: 7.14 7.10 7.01 8/267 69259
/proc/meminfo: memFree=58454752/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26083940 memory=22767960 CPUtime=3429.97 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3742204 0 0 0 341026 1971 0 0 20 0 2 0 60276542 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6520985 5691990 3424 6655 0 6457724 0
[pid=69009/tid=69047] ppid=69006 vsize=26083940 memory=22767960 CPUtime=1417.11 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 606957 0 0 0 141176 535 0 0 20 0 2 0 60278260 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3429.97 s
Current children cumulated vsize: 26083940 KiB
Current children cumulated memory: 22767960 KiB

[startup+2082.3 s]
/proc/loadavg: 7.15 7.11 7.02 8/268 69274
/proc/meminfo: memFree=58484520/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26083940 memory=22767960 CPUtime=3548.79 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3775327 0 0 0 352903 1976 0 0 20 0 2 0 60276542 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6520985 5691990 3424 6655 0 6457724 0
[pid=69009/tid=69047] ppid=69006 vsize=26083940 memory=22767960 CPUtime=1476.28 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 607429 0 0 0 147093 535 0 0 20 0 2 0 60278260 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3548.79 s
Current children cumulated vsize: 26083940 KiB
Current children cumulated memory: 22767960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2108.2 s]
/proc/loadavg: 7.10 7.10 7.02 8/268 69274
/proc/meminfo: memFree=58484300/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26083940 memory=22767960 CPUtime=3600.11 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3791215 0 0 0 358033 1978 0 0 20 0 2 0 60276542 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6520985 5691990 3424 6655 0 6457724 0
[pid=69009/tid=69047] ppid=69006 vsize=26083940 memory=3472609805661965005 CPUtime=1501.84 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 607660 0 0 0 149649 535 0 0 20 0 2 0 60278260 26709954560 5691990 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3600.11 s
Current children cumulated vsize: 26083940 KiB
Current children cumulated memory: 22767960 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3583.24 s, system=20.3023 s

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

[startup+2108.8 s]
/proc/loadavg: 7.10 7.10 7.02 8/268 69274
/proc/meminfo: memFree=58484300/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26410700 memory=22972432 CPUtime=3601.3 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3801241 0 0 0 358147 1983 0 0 20 0 2 0 60276542 27044556800 5743108 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6602675 5743108 3424 6655 0 6539414 0
[pid=69009/tid=69047] ppid=69006 vsize=26410700 memory=22767960 CPUtime=1502.43 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) R 69006 69009 67998 0 -1 4194368 608953 0 0 0 149708 535 0 0 20 0 2 0 60278260 27044556800 5743108 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3601.3 s
Current children cumulated vsize: 26410700 KiB
Current children cumulated memory: 22972432 KiB

[startup+2109.6 s]
/proc/loadavg: 7.10 7.10 7.02 8/268 69274
/proc/meminfo: memFree=58459240/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=26054916 memory=22738976 CPUtime=3602.71 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3832925 0 0 0 358280 1991 0 0 20 0 2 0 60276542 26680233984 5684744 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 6513729 5684744 3424 6655 0 6450468 0
[pid=69009/tid=69047] ppid=69006 vsize=26054916 memory=3200 CPUtime=1503.21 cores=0,2
/proc/69009/task/69047/stat : 69047 (LSIPExact) S 69006 69009 67998 0 -1 4194368 623419 0 0 0 149779 542 0 0 20 0 2 0 60278260 26680233984 5684744 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
Current children cumulated CPU time: 3602.71 s
Current children cumulated vsize: 26054916 KiB
Current children cumulated memory: 22738976 KiB

[startup+2110 s]*
/proc/loadavg: 7.10 7.10 7.02 7/267 69274
/proc/meminfo: memFree=65403144/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=17376012 memory=15846580 CPUtime=3603.11 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 3908377 0 0 0 358312 1999 0 0 20 0 1 0 60276542 17793036288 3961645 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 4344003 3961645 3456 6655 0 4301827 0
Current children cumulated CPU time: 3603.11 s
Current children cumulated vsize: 17376012 KiB
Current children cumulated memory: 15846580 KiB

[startup+2110.2 s]
/proc/loadavg: 7.10 7.10 7.02 7/267 69274
/proc/meminfo: memFree=65403144/131250000 swapFree=33010684/33010684
[pid=69009] ppid=69006 vsize=17376012 memory=15846580 CPUtime=3603.3 cores=0,2
/proc/69009/stat : 69009 (LSIPExact) R 69006 69009 67998 0 -1 4194304 4075541 0 0 0 358323 2007 0 0 20 0 1 0 60276542 17793036288 3961645 18446744073709551615 94384435175424 94384462431825 140734673641600 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94384470934664 94384471366272 94384477278208 140734673647962 140734673648138 140734673648138 140734673653740 0
/proc/69009/statm: 4344003 3961645 3456 6655 0 4301827 0
Current children cumulated CPU time: 3603.3 s
Current children cumulated vsize: 17376012 KiB
Current children cumulated memory: 15846580 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2110.43
CPU time (s): 3603.54
CPU user time (s): 3583.24
CPU system time (s): 20.3023
CPU usage (%): 170.749
Max. virtual memory (cumulated for all children) (KiB): 30916432
Max. memory (cumulated for all children) (KiB): 25947840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.24
system time used= 20.3023
maximum resident set size= 26038168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4075631
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= 396
involuntary context switches= 37290


# summary of solver processes directly reported to runsolver:
#   pid: 69009
#   total CPU time (s): 3603.54
#   total CPU user time (s): 3583.24
#   total CPU system time (s): 20.3023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32048 second user time and 9.83731 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 10:46:03
IDJOB=4505387
IDBENCH=155756
IDSOLVER=3336
FILE ID=nodeC013/4505387-1751445961
RUNJOBID= nodeC013-1751440305-68008
SLURM_JOB_ID= 9598399
Free space on /tmp= 432056 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_1_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-4505387-1751445961/watcher-4505387-1751445961 -o /tmp/evaluation-result-4505387-1751445961/solver-4505387-1751445961 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68008 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505387-1751445961.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= fb79dc5ec425f6747fbd9d81f9d6ccc8
RANDOM SEED=800044856

nodeC013 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		: 3601.293
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.67
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.927
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.67
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.008
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.67
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		: 3600.209
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.67
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.850
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        100792756 kB
MemAvailable:   102253212 kB
Buffers:            3280 kB
Cached:          2259324 kB
SwapCached:            0 kB
Active:         27593892 kB
Inactive:        2014404 kB
Active(anon):   27358976 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2014404 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            250260 kB
Writeback:             4 kB
AnonPages:      27340880 kB
Mapped:           134208 kB
Shmem:             13284 kB
KReclaimable:     100348 kB
Slab:             189116 kB
SReclaimable:     100348 kB
SUnreclaim:        88768 kB
KernelStack:        4288 kB
PageTables:        57740 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   30865448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17688576 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431772 MiB
End job on nodeC013 at 2025-07-02 11:21:13