Trace number 4505525

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.22 1859.15

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_ic.opb
MD5SUM7da1f94ee5ce9c5dcd6f1f8ed9344299
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 benchmark18610873
Best CPU time to get the best result obtained on this benchmark71145.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 207142313218
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 207142313218
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.07/1857.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.07/1857.01	c numVar: 1000400
3600.07/1857.01	c numCon: 2000307
3600.07/1857.01	c numEqual: 29707
3600.07/1857.01	c intSize: 38
3600.07/1857.01	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.07/1857.01	c ------------------- Paras list -------------------
3600.07/1857.01	c Name                	 Type      	 Now       	 Default   	 Comment
3600.07/1857.01	c timeout             	 double    	 3600.000000	 3600      	 
3600.07/1857.01	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.07/1857.01	c ls_time             	 double    	 10.000000 	 10        	 
3600.07/1857.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.07/1857.01	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.07/1857.01	c random_seed         	 int       	 0         	 0         	 
3600.07/1857.01	c sample_size         	 int       	 50        	 50        	 
3600.07/1857.01	c sub_score           	 int       	 1         	 1         	 
3600.07/1857.01	c tabu_base           	 int       	 3         	 3         	 
3600.07/1857.01	c tabu_variation      	 int       	 1         	 1         	 
3600.07/1857.01	c sub_div             	 int       	 4         	 4         	 
3600.07/1857.01	c nbcore              	 int       	 2         	 1         	 
3600.07/1857.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.07/1857.01	c print_sol           	 int       	 1         	 1         	 
3600.07/1857.01	c tmpdir              	 string		 .         	 "."       	 
3600.07/1857.01	c home                	 string		 HOME	 "."       	 
3600.07/1857.01	c benchname           	 string		 HOME/instance-4505525-1751447774.opb	 ""        	 
3600.07/1857.01	c --------------------------------------------------
3600.07/1857.01	c Local Search solver
3600.07/1857.01	c MIP solver
3600.07/1857.01	c receive signal 15, try to interrupt solver...
3602.48/1858.44	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (17271 MiB free)
  memory of node 1: 64507 MiB (51890 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505525-1751447774/watcher-4505525-1751447774 -o /tmp/evaluation-result-4505525-1751447774/solver-4505525-1751447774 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68010 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4505525-1751447774.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100068 s]*
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=70756692/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=309608 memory=188792 CPUtime=0.08 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 34494 0 0 0 2 6 0 0 20 0 1 0 60457718 317038592 47198 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 77402 47198 1120 6655 0 67637 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 309608 KiB
Current children cumulated memory: 188792 KiB

[startup+0.20593 s]*
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=70554704/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=463916 memory=394360 CPUtime=0.2 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 73110 0 0 0 6 14 0 0 20 0 1 0 60457718 475049984 98590 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 115979 98590 1120 6655 0 106214 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 463916 KiB
Current children cumulated memory: 394360 KiB

[startup+0.305844 s]*
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=70433360/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=550168 memory=507100 CPUtime=0.29 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 95246 0 0 0 12 17 0 0 20 0 1 0 60457718 563372032 126775 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 137542 126775 1120 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507100 KiB

[startup+0.700185 s]
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=70433360/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=673800 memory=585228 CPUtime=0.68 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 108714 0 0 0 47 21 0 0 20 0 1 0 60457718 689971200 146275 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 168450 146307 1152 6655 0 158685 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 673800 KiB
Current children cumulated memory: 585228 KiB

[startup+1.50013 s]
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=70026984/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=1144160 memory=1109448 CPUtime=1.48 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 187157 0 0 0 112 36 0 0 20 0 1 0 60457718 1171619840 277362 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 286040 277362 1152 6655 0 276275 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1144160 KiB
Current children cumulated memory: 1109448 KiB

[startup+3.10581 s]
/proc/loadavg: 6.96 7.04 6.98 7/268 69246
/proc/meminfo: memFree=69377664/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=1651960 memory=1617364 CPUtime=3.08 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 310705 0 0 0 252 56 0 0 20 0 1 0 60457718 1691607040 404341 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 412990 404341 1152 6655 0 403225 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1651960 KiB
Current children cumulated memory: 1617364 KiB

[startup+6.30019 s]
/proc/loadavg: 6.88 7.02 6.98 7/268 69246
/proc/meminfo: memFree=69361192/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=1827636 memory=1792980 CPUtime=6.26 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 354814 0 0 0 563 63 0 0 20 0 1 0 60457718 1871499264 448245 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 456909 448245 1152 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1792980 KiB

[startup+12.7002 s]
/proc/loadavg: 6.81 7.00 6.97 7/268 69246
/proc/meminfo: memFree=67972620/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=3344196 memory=3248192 CPUtime=12.64 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 544876 0 0 0 1155 109 0 0 20 0 1 0 60457718 3424456704 812048 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 836049 812048 2240 6655 0 826284 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3344196 KiB
Current children cumulated memory: 3248192 KiB

[startup+25.5002 s]
/proc/loadavg: 6.63 6.95 6.95 7/269 69248
/proc/meminfo: memFree=65820464/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=4308972 memory=3991956 CPUtime=25.4 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 611169 0 0 0 2396 144 0 0 20 0 2 0 60457718 4412387328 997989 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 1077243 997989 2848 6655 0 1051126 0
[pid=69245/tid=69247] ppid=69242 vsize=4308972 memory=279401447813408 CPUtime=0 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) S 69242 69245 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60459053 4412387328 997989 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 4308972 KiB
Current children cumulated memory: 3991956 KiB

[startup+51.1061 s]
/proc/loadavg: 6.78 6.96 6.96 8/268 69248
/proc/meminfo: memFree=57256748/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=7817344 memory=6591216 CPUtime=51.92 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 794540 0 0 0 4945 247 0 0 20 0 2 0 60457718 8004960256 1647804 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 1954336 1647804 3104 6655 0 1942123 0
[pid=69245/tid=69247] ppid=69242 vsize=7817344 memory=5930264 CPUtime=1.03 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) S 69242 69245 67998 0 -1 4194368 13789 0 0 0 96 7 0 0 20 0 2 0 60459053 8004960256 1647804 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 51.92 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6591216 KiB

[startup+102.3 s]
/proc/loadavg: 7.32 7.06 6.99 9/268 69255
/proc/meminfo: memFree=56376384/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8860244 memory=7501972 CPUtime=122.14 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 969303 0 0 0 11888 326 0 0 20 0 2 0 60457718 9072889856 1875493 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2215061 1875493 3232 6655 0 2184752 0
[pid=69245/tid=69247] ppid=69242 vsize=8860244 memory=14720 CPUtime=20.42 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 63185 0 0 0 2013 29 0 0 20 0 2 0 60459053 9072889856 1875493 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 122.14 s
Current children cumulated vsize: 8860244 KiB
Current children cumulated memory: 7501972 KiB

[startup+162.3 s]
/proc/loadavg: 7.32 7.12 7.02 8/268 69257
/proc/meminfo: memFree=58484832/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8871640 memory=7484480 CPUtime=241.03 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 1005138 0 0 0 23765 338 0 0 20 0 2 0 60457718 9084559360 1871120 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2217910 1871120 3328 6655 0 2188441 0
[pid=69245/tid=69247] ppid=69242 vsize=8871640 memory=14720 CPUtime=79.63 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 66608 0 0 0 7931 32 0 0 20 0 2 0 60459053 9084559360 1871120 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 241.03 s
Current children cumulated vsize: 8871640 KiB
Current children cumulated memory: 7484480 KiB

[startup+222.3 s]
/proc/loadavg: 7.19 7.11 7.02 8/267 69259
/proc/meminfo: memFree=58471136/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8872216 memory=7485012 CPUtime=360.05 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 1021460 0 0 0 35663 342 0 0 20 0 2 0 60457718 9085149184 1871253 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2218054 1871253 3328 6655 0 2188585 0
[pid=69245/tid=69247] ppid=69242 vsize=8872216 memory=7485012 CPUtime=138.92 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 66612 0 0 0 13860 32 0 0 20 0 2 0 60459053 9085149184 1871253 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 360.05 s
Current children cumulated vsize: 8872216 KiB
Current children cumulated memory: 7485012 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.11 7.02 8/268 69274
/proc/meminfo: memFree=58484552/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8939776 memory=7558584 CPUtime=479.03 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 1088795 0 0 0 47551 352 0 0 20 0 2 0 60457718 9154330624 1889646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2234944 1889646 3328 6655 0 2189164 0
[pid=69245/tid=69247] ppid=69242 vsize=8939776 memory=7558584 CPUtime=198.18 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 103034 0 0 0 19782 36 0 0 20 0 2 0 60459053 9154330624 1889646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 479.03 s
Current children cumulated vsize: 8939776 KiB
Current children cumulated memory: 7558584 KiB

[startup+342.3 s]
/proc/loadavg: 6.41 6.93 6.96 6/268 69370
/proc/meminfo: memFree=98820308/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=9400664 memory=8092456 CPUtime=598.08 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 1242301 0 0 0 59419 389 0 0 20 0 2 0 60457718 9626279936 2023114 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2350166 2023114 3392 6655 0 2314012 0
[pid=69245/tid=69247] ppid=69242 vsize=9400664 memory=7558584 CPUtime=257.47 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 243591 0 0 0 25677 70 0 0 20 0 2 0 60459053 9626279936 2023114 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 598.08 s
Current children cumulated vsize: 9400664 KiB
Current children cumulated memory: 8092456 KiB

[startup+402.3 s]
/proc/loadavg: 6.41 6.82 6.92 8/269 69373
/proc/meminfo: memFree=96060964/131250000 swapFree=33010684/33010684

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

Current children cumulated CPU time: 2857.09 s
Current children cumulated vsize: 12058180 KiB
Current children cumulated memory: 10778272 KiB

[startup+1542.3 s]
/proc/loadavg: 8.14 8.16 7.81 9/268 69428
/proc/meminfo: memFree=83177400/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12058180 memory=10778272 CPUtime=2976.02 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2135937 0 0 0 296968 634 0 0 20 0 2 0 60457718 12347576320 2694568 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3014545 2694568 3392 6655 0 2978391 0
[pid=69245/tid=69247] ppid=69242 vsize=12058180 memory=14720 CPUtime=1441.51 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 480195 0 0 0 143990 161 0 0 20 0 2 0 60459053 12347576320 2694568 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 2976.02 s
Current children cumulated vsize: 12058180 KiB
Current children cumulated memory: 10778272 KiB

[startup+1602.3 s]
/proc/loadavg: 8.22 8.18 7.84 9/268 69430
/proc/meminfo: memFree=83188148/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12060004 memory=10780408 CPUtime=3094.98 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2162434 0 0 0 308857 641 0 0 20 0 2 0 60457718 12349444096 2695102 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015001 2695102 3392 6655 0 2978847 0
[pid=69245/tid=69247] ppid=69242 vsize=12060004 memory=10780408 CPUtime=1500.77 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 483346 0 0 0 149913 164 0 0 20 0 2 0 60459053 12349444096 2695102 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3094.98 s
Current children cumulated vsize: 12060004 KiB
Current children cumulated memory: 10780408 KiB

[startup+1662.3 s]
/proc/loadavg: 8.22 8.17 7.86 9/267 69432
/proc/meminfo: memFree=83706300/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12060988 memory=10780476 CPUtime=3213.94 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2181418 0 0 0 320748 646 0 0 20 0 2 0 60457718 12350451712 2695119 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015247 2695119 3392 6655 0 2979093 0
[pid=69245/tid=69247] ppid=69242 vsize=12060988 memory=14720 CPUtime=1560.05 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 487225 0 0 0 155837 168 0 0 20 0 2 0 60459053 12350451712 2695119 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3213.94 s
Current children cumulated vsize: 12060988 KiB
Current children cumulated memory: 10780476 KiB

[startup+1722.3 s]
/proc/loadavg: 8.20 8.17 7.88 9/267 69434
/proc/meminfo: memFree=83548052/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12060988 memory=10780480 CPUtime=3332.92 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2218248 0 0 0 332640 652 0 0 20 0 2 0 60457718 12350451712 2695120 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015247 2695120 3392 6655 0 2979093 0
[pid=69245/tid=69247] ppid=69242 vsize=12060988 memory=10780476 CPUtime=1619.32 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 488568 0 0 0 161764 168 0 0 20 0 2 0 60459053 12350451712 2695120 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3332.92 s
Current children cumulated vsize: 12060988 KiB
Current children cumulated memory: 10780480 KiB

[startup+1782.3 s]
/proc/loadavg: 8.14 8.16 7.90 9/266 69436
/proc/meminfo: memFree=83692696/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12062416 memory=10782596 CPUtime=3451.92 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2236274 0 0 0 344536 656 0 0 20 0 2 0 60457718 12351913984 2695649 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015604 2695649 3392 6655 0 2979450 0
[pid=69245/tid=69247] ppid=69242 vsize=12062416 memory=10782596 CPUtime=1678.62 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 496366 0 0 0 167690 172 0 0 20 0 2 0 60459053 12351913984 2695649 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3451.92 s
Current children cumulated vsize: 12062416 KiB
Current children cumulated memory: 10782596 KiB

[startup+1842.3 s]
/proc/loadavg: 8.10 8.14 7.92 9/266 69438
/proc/meminfo: memFree=83707732/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12062416 memory=10782584 CPUtime=3570.91 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2265978 0 0 0 356430 661 0 0 20 0 2 0 60457718 12351913984 2695646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015604 2695646 3392 6655 0 2979450 0
[pid=69245/tid=69247] ppid=69242 vsize=12062416 memory=10782596 CPUtime=1737.92 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 498314 0 0 0 173619 173 0 0 20 0 2 0 60459053 12351913984 2695646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3570.91 s
Current children cumulated vsize: 12062416 KiB
Current children cumulated memory: 10782584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1857 s]*
/proc/loadavg: 8.16 8.15 7.92 9/266 69438
/proc/meminfo: memFree=83279124/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12062416 memory=10782584 CPUtime=3600.07 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2267237 0 0 0 359346 661 0 0 20 0 2 0 60457718 12351913984 2695646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015604 2695646 3392 6655 0 2979450 0
[pid=69245/tid=69247] ppid=69242 vsize=12062416 memory=5632 CPUtime=1752.44 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 498438 0 0 0 175071 173 0 0 20 0 2 0 60459053 12351913984 2695646 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 12062416 KiB
Current children cumulated memory: 10782584 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3595.73 s, system=6.94144 s

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

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

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

[startup+1857.6 s]
/proc/loadavg: 8.16 8.15 7.92 9/266 69438
/proc/meminfo: memFree=83279124/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=12063880 memory=10782592 CPUtime=3601.26 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2275205 0 0 0 359461 665 0 0 20 0 2 0 60457718 12353413120 2695648 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 3015970 2695648 3392 6655 0 2979816 0
[pid=69245/tid=69247] ppid=69242 vsize=12063880 memory=5632 CPUtime=1753.03 cores=1,3
/proc/69245/task/69247/stat : 69247 (LSIPExact) R 69242 69245 67998 0 -1 4194368 502323 0 0 0 175130 173 0 0 20 0 2 0 60459053 12353413120 2695648 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
Current children cumulated CPU time: 3601.26 s
Current children cumulated vsize: 12063880 KiB
Current children cumulated memory: 10782592 KiB

[startup+1858.4 s]
/proc/loadavg: 8.16 8.15 7.92 9/266 69438
/proc/meminfo: memFree=83249012/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8787036 memory=8041532 CPUtime=3602.48 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) R 69242 69245 67998 0 -1 4194304 2449725 0 0 0 359570 678 0 0 20 0 1 0 60457718 8997924864 2010383 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2196759 2010383 3424 6655 0 2160605 0
Current children cumulated CPU time: 3602.48 s
Current children cumulated vsize: 8787036 KiB
Current children cumulated memory: 8041532 KiB

[startup+1858.8 s]
/proc/loadavg: 8.16 8.15 7.92 9/266 69438
/proc/meminfo: memFree=83249012/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8787036 memory=8041532 CPUtime=3602.53 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) S 69242 69245 67998 0 -1 4194304 2471579 0 0 0 359573 680 0 0 20 0 1 0 60457718 8997924864 2010383 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2196759 2010383 3424 6655 0 2160605 0
Current children cumulated CPU time: 3602.53 s
Current children cumulated vsize: 8787036 KiB
Current children cumulated memory: 8041532 KiB

[startup+1859 s]*
/proc/loadavg: 8.16 8.15 7.92 8/266 69439
/proc/meminfo: memFree=85443332/131250000 swapFree=33010684/33010684
[pid=69245] ppid=69242 vsize=8787036 memory=8041532 CPUtime=3602.53 cores=1,3
/proc/69245/stat : 69245 (LSIPExact) S 69242 69245 67998 0 -1 4194304 2471579 0 0 0 359573 680 0 0 20 0 1 0 60457718 8997924864 2010383 18446744073709551615 94293574938624 94293602195025 140733033141536 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94293610697864 94293611129472 94293638733824 140733033150810 140733033150986 140733033150986 140733033156588 0
/proc/69245/statm: 2196759 2010383 3424 6655 0 2160605 0
[pid=69439] ppid=69245 vsize=590544 memory=572908 CPUtime=0.52 cores=1,3
/proc/69439/stat : 69439 (Exact) R 69245 69439 69439 0 -1 4194304 25098 0 0 0 40 12 0 0 20 0 1 0 60643563 604717056 143227 18446744073709551615 4198400 8335837 140736021125312 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 25305088 140736021133499 140736021133853 140736021133853 140736021139407 0
/proc/69439/statm: 147636 143227 960 1011 0 146403 0
Current children cumulated CPU time: 3603.05 s
Current children cumulated vsize: 9377580 KiB
Current children cumulated memory: 8614440 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1859.15
CPU time (s): 3603.22
CPU user time (s): 3596.14
CPU system time (s): 7.07426
CPU usage (%): 193.809
Max. virtual memory (cumulated for all children) (KiB): 13156748
Max. memory (cumulated for all children) (KiB): 11152180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.14
system time used= 7.07426
maximum resident set size= 11183716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2496679
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= 352
involuntary context switches= 69141


# summary of solver processes directly reported to runsolver:
#   pid: 69245,69439
#   total CPU time (s): 3603.22
#   total CPU user time (s): 3596.14
#   total CPU system time (s): 7.07426

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8115 second user time and 9.3877 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 11:16:15
IDJOB=4505525
IDBENCH=155760
IDSOLVER=3336
FILE ID=nodeC013/4505525-1751447774
RUNJOBID= nodeC013-1751440305-68010
SLURM_JOB_ID= 9598399
Free space on /tmp= 431816 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_3_ic.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505525-1751447774/watcher-4505525-1751447774 -o /tmp/evaluation-result-4505525-1751447774/solver-4505525-1751447774 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751440305-68010 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4505525-1751447774.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 7da1f94ee5ce9c5dcd6f1f8ed9344299
RANDOM SEED=658720864

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		: 3599.308
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.829
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.963
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		: 3595.723
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.623
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		: 3599.809
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.725
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		: 3556.613
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:        70821672 kB
MemAvailable:   72537468 kB
Buffers:            3280 kB
Cached:          2514304 kB
SwapCached:            0 kB
Active:         57344856 kB
Inactive:        2269384 kB
Active(anon):   57109940 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2269384 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144460 kB
Writeback:             4 kB
AnonPages:      57092588 kB
Mapped:           133492 kB
Shmem:             13284 kB
KReclaimable:     101072 kB
Slab:             189896 kB
SReclaimable:     101072 kB
SUnreclaim:        88824 kB
KernelStack:        4320 kB
PageTables:       116464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   64484244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  38647808 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= 432108 MiB
End job on nodeC013 at 2025-07-02 11:47:14