Trace number 4505157

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.81 1856.74

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark14112257
Best CPU time to get the best result obtained on this benchmark71204
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 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
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.09/1854.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.09/1854.60	c numVar: 1000400
3600.09/1854.60	c numCon: 2000307
3600.09/1854.60	c numEqual: 29707
3600.09/1854.60	c intSize: 38
3600.09/1854.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.09/1854.60	c ------------------- Paras list -------------------
3600.09/1854.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.09/1854.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.09/1854.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.09/1854.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.09/1854.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.09/1854.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.09/1854.60	c random_seed         	 int       	 0         	 0         	 
3600.09/1854.60	c sample_size         	 int       	 50        	 50        	 
3600.09/1854.60	c sub_score           	 int       	 1         	 1         	 
3600.09/1854.60	c tabu_base           	 int       	 3         	 3         	 
3600.09/1854.60	c tabu_variation      	 int       	 1         	 1         	 
3600.09/1854.60	c sub_div             	 int       	 4         	 4         	 
3600.09/1854.60	c nbcore              	 int       	 2         	 1         	 
3600.09/1854.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.09/1854.60	c print_sol           	 int       	 1         	 1         	 
3600.09/1854.60	c tmpdir              	 string		 .         	 "."       	 
3600.09/1854.60	c home                	 string		 HOME	 "."       	 
3600.09/1854.60	c benchname           	 string		 HOME/instance-4505157-1751444052.opb	 ""        	 
3600.09/1854.60	c --------------------------------------------------
3600.09/1854.60	c Local Search solver
3600.09/1854.60	c MIP solver
3600.09/1854.60	c receive signal 15, try to interrupt solver...
3601.67/1855.62	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 (58750 MiB free)
  memory of node 1: 64507 MiB (61641 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100067 s]*
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=123107780/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=313304 memory=192752 CPUtime=0.08 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 35438 0 0 0 3 5 0 0 20 0 1 0 60085571 320823296 48188 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 78326 48188 1152 6655 0 68561 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 313304 KiB
Current children cumulated memory: 192752 KiB

[startup+0.205939 s]*
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=122910016/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=471044 memory=403568 CPUtime=0.19 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 74870 0 0 0 7 12 0 0 20 0 1 0 60085571 482349056 100892 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 117761 100892 1152 6655 0 107996 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 471044 KiB
Current children cumulated memory: 403568 KiB

[startup+0.305783 s]*
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=122803036/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=550168 memory=507220 CPUtime=0.29 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 95248 0 0 0 13 16 0 0 20 0 1 0 60085571 563372032 126805 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 137542 126805 1152 6655 0 127777 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 550168 KiB
Current children cumulated memory: 507220 KiB

[startup+0.700142 s]
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=122803036/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=673800 memory=595604 CPUtime=0.68 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 108729 0 0 0 48 20 0 0 20 0 1 0 60085571 689971200 148901 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 168450 148901 1184 6655 0 158685 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 673800 KiB
Current children cumulated memory: 595604 KiB

[startup+1.50019 s]
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=122410552/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=1135712 memory=1101180 CPUtime=1.47 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 185060 0 0 0 111 36 0 0 20 0 1 0 60085571 1162969088 275295 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 283928 275295 1184 6655 0 274163 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1135712 KiB
Current children cumulated memory: 1101180 KiB

[startup+3.1058 s]
/proc/loadavg: 5.72 6.54 7.08 7/266 68682
/proc/meminfo: memFree=121785912/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=1615528 memory=1581044 CPUtime=3.08 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 302117 0 0 0 255 53 0 0 20 0 1 0 60085571 1654300672 395261 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 403882 395261 1184 6655 0 394117 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1615528 KiB
Current children cumulated memory: 1581044 KiB

[startup+6.3002 s]
/proc/loadavg: 5.74 6.53 7.07 7/266 68682
/proc/meminfo: memFree=121520312/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=1827636 memory=1793140 CPUtime=6.26 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 355326 0 0 0 566 60 0 0 20 0 1 0 60085571 1871499264 448285 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 456909 448285 1184 6655 0 447144 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1827636 KiB
Current children cumulated memory: 1793140 KiB

[startup+12.7002 s]
/proc/loadavg: 5.76 6.52 7.06 7/266 68682
/proc/meminfo: memFree=120145308/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=3344196 memory=3243816 CPUtime=12.65 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 544775 0 0 0 1161 104 0 0 20 0 1 0 60085571 3424456704 810954 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 836049 810954 2272 6655 0 826284 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3344196 KiB
Current children cumulated memory: 3243816 KiB

[startup+25.5002 s]
/proc/loadavg: 5.89 6.51 7.05 7/267 68683
/proc/meminfo: memFree=119478012/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=4562708 memory=4214668 CPUtime=25.41 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 613289 0 0 0 2399 142 0 0 20 0 2 0 60085571 4672212992 1053667 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 1140677 1053667 2816 6655 0 1114560 0
[pid=68681/tid=68683] ppid=68678 vsize=4562708 memory=-6225210984994279775 CPUtime=0 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) S 68678 68681 67998 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 60086911 4672212992 1053667 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4562708 KiB
Current children cumulated memory: 4214668 KiB

[startup+51.1057 s]
/proc/loadavg: 5.91 6.47 7.02 6/265 68730
/proc/meminfo: memFree=117173828/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=7817344 memory=6760028 CPUtime=51.88 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 779651 0 0 0 4951 237 0 0 20 0 2 0 60085571 8004960256 1690007 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 1954336 1690007 3168 6655 0 1942123 0
[pid=68681/tid=68683] ppid=68678 vsize=7817344 memory=14720 CPUtime=0.92 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) S 68678 68681 67998 0 -1 4194368 12921 0 0 0 86 6 0 0 20 0 2 0 60086911 8004960256 1690007 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 1 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 51.88 s
Current children cumulated vsize: 7817344 KiB
Current children cumulated memory: 6760028 KiB

[startup+102.3 s]
/proc/loadavg: 5.41 6.24 6.91 6/268 68786
/proc/meminfo: memFree=107109856/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8927228 memory=7541872 CPUtime=128.98 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 953469 0 0 0 12591 307 0 0 20 0 2 0 60085571 9141481472 1885468 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2231807 1885468 3392 6655 0 2186507 0
[pid=68681/tid=68683] ppid=68678 vsize=8927228 memory=14720 CPUtime=27.12 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 63869 0 0 0 2685 27 0 0 20 0 2 0 60086911 9141481472 1885468 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 128.98 s
Current children cumulated vsize: 8927228 KiB
Current children cumulated memory: 7541872 KiB

[startup+162.3 s]
/proc/loadavg: 5.93 6.20 6.86 8/269 68789
/proc/meminfo: memFree=104791644/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8871220 memory=7492672 CPUtime=248.1 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 984358 0 0 0 24496 314 0 0 20 0 2 0 60085571 9084129280 1873168 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2217805 1873168 3392 6655 0 2188336 0
[pid=68681/tid=68683] ppid=68678 vsize=8871220 memory=14720 CPUtime=86.45 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 72173 0 0 0 8617 28 0 0 20 0 2 0 60086911 9084129280 1873168 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 248.1 s
Current children cumulated vsize: 8871220 KiB
Current children cumulated memory: 7492672 KiB

[startup+222.3 s]
/proc/loadavg: 6.61 6.35 6.87 8/269 68791
/proc/meminfo: memFree=104088944/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8938724 memory=7567520 CPUtime=367.25 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 1027088 0 0 0 36396 329 0 0 20 0 2 0 60085571 9153253376 1891880 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2234681 1891880 3392 6655 0 2188885 0
[pid=68681/tid=68683] ppid=68678 vsize=8938724 memory=14720 CPUtime=145.8 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 102827 0 0 0 14547 33 0 0 20 0 2 0 60086911 9153253376 1891880 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 367.25 s
Current children cumulated vsize: 8938724 KiB
Current children cumulated memory: 7567520 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 6.50 6.89 8/269 68793
/proc/meminfo: memFree=100515604/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12029864 memory=10430600 CPUtime=484.92 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 1405159 0 0 0 47987 505 0 0 20 0 2 0 60085571 12318580736 2607650 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3007466 2607650 3520 6655 0 2970773 0
[pid=68681/tid=68683] ppid=68678 vsize=12029864 memory=14720 CPUtime=203.7 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 218842 0 0 0 20290 80 0 0 20 0 2 0 60086911 12318580736 2607650 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 484.92 s
Current children cumulated vsize: 12029864 KiB
Current children cumulated memory: 10430600 KiB

[startup+342.3 s]
/proc/loadavg: 7.05 6.61 6.91 8/269 68841
/proc/meminfo: memFree=94247220/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12032064 memory=10484688 CPUtime=604.07 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 1440308 0 0 0 59895 512 0 0 20 0 2 0 60085571 12320833536 2621172 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3008016 2621172 3520 6655 0 2971323 0
[pid=68681/tid=68683] ppid=68678 vsize=12032064 memory=14720 CPUtime=263.06 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 242381 0 0 0 26221 85 0 0 20 0 2 0 60086911 12320833536 2621172 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 604.07 s
Current children cumulated vsize: 12032064 KiB
Current children cumulated memory: 10484688 KiB

[startup+402.3 s]
/proc/loadavg: 7.22 6.73 6.93 9/269 68846

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

/proc/meminfo: memFree=86083488/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12052272 memory=10569028 CPUtime=2862.48 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2082924 0 0 0 285609 639 0 0 20 0 2 0 60085571 12341526528 2642257 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3013068 2642257 3520 6655 0 2976375 0
[pid=68681/tid=68683] ppid=68678 vsize=12052272 memory=10569000 CPUtime=1387.69 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 554937 0 0 0 138612 157 0 0 20 0 2 0 60086911 12341526528 2642257 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 2862.48 s
Current children cumulated vsize: 12052272 KiB
Current children cumulated memory: 10569028 KiB

[startup+1542.3 s]
/proc/loadavg: 8.13 8.08 7.79 9/266 68897
/proc/meminfo: memFree=86108816/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12052272 memory=10569028 CPUtime=2981.28 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2101425 0 0 0 297486 642 0 0 20 0 2 0 60085571 12341526528 2642257 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3013068 2642257 3520 6655 0 2976375 0
[pid=68681/tid=68683] ppid=68678 vsize=12052272 memory=10569000 CPUtime=1446.85 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 557082 0 0 0 144527 158 0 0 20 0 2 0 60086911 12341526528 2642257 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 2981.28 s
Current children cumulated vsize: 12052272 KiB
Current children cumulated memory: 10569028 KiB

[startup+1602.3 s]
/proc/loadavg: 8.09 8.08 7.81 9/268 68903
/proc/meminfo: memFree=86064232/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12053400 memory=10570268 CPUtime=3100.09 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2162482 0 0 0 309355 654 0 0 20 0 2 0 60085571 12342681600 2642567 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3013350 2642567 3520 6655 0 2976657 0
[pid=68681/tid=68683] ppid=68678 vsize=12053400 memory=10569000 CPUtime=1506.01 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 591042 0 0 0 150436 165 0 0 20 0 2 0 60086911 12342681600 2642567 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3100.09 s
Current children cumulated vsize: 12053400 KiB
Current children cumulated memory: 10570268 KiB

[startup+1662.3 s]
/proc/loadavg: 8.15 8.09 7.84 9/268 68905
/proc/meminfo: memFree=85883560/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12281180 memory=10728140 CPUtime=3218.91 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2217986 0 0 0 321220 671 0 0 20 0 2 0 60085571 12575928320 2682035 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3070295 2682035 3520 6655 0 3033602 0
[pid=68681/tid=68683] ppid=68678 vsize=12281180 memory=14720 CPUtime=1565.17 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 605235 0 0 0 156349 168 0 0 20 0 2 0 60086911 12575928320 2682035 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3218.91 s
Current children cumulated vsize: 12281180 KiB
Current children cumulated memory: 10728140 KiB

[startup+1722.3 s]
/proc/loadavg: 8.12 8.09 7.86 9/268 68907
/proc/meminfo: memFree=85320108/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12412044 memory=10811468 CPUtime=3337.85 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2249517 0 0 0 333103 682 0 0 20 0 2 0 60085571 12709933056 2702867 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3103011 2702867 3520 6655 0 3066318 0
[pid=68681/tid=68683] ppid=68678 vsize=12412044 memory=10696784 CPUtime=1624.42 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 636761 0 0 0 162262 180 0 0 20 0 2 0 60086911 12709933056 2702867 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3337.85 s
Current children cumulated vsize: 12412044 KiB
Current children cumulated memory: 10811468 KiB

[startup+1782.3 s]
/proc/loadavg: 8.08 8.09 7.87 9/268 68909
/proc/meminfo: memFree=85319680/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12412044 memory=10811484 CPUtime=3456.79 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2267645 0 0 0 344992 687 0 0 20 0 2 0 60085571 12709933056 2702871 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3103011 2702871 3520 6655 0 3066318 0
[pid=68681/tid=68683] ppid=68678 vsize=12412044 memory=10811484 CPUtime=1683.66 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 654858 0 0 0 168181 185 0 0 20 0 2 0 60086911 12709933056 2702871 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3456.79 s
Current children cumulated vsize: 12412044 KiB
Current children cumulated memory: 10811484 KiB

[startup+1842.3 s]
/proc/loadavg: 8.13 8.10 7.90 9/268 68911
/proc/meminfo: memFree=85426396/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12281180 memory=10730064 CPUtime=3575.71 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2285377 0 0 0 356877 694 0 0 20 0 2 0 60085571 12575928320 2682516 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3070295 2682516 3520 6655 0 3033602 0
[pid=68681/tid=68683] ppid=68678 vsize=12281180 memory=10730064 CPUtime=1742.89 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 672550 0 0 0 174097 192 0 0 20 0 2 0 60086911 12575928320 2682516 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3575.71 s
Current children cumulated vsize: 12281180 KiB
Current children cumulated memory: 10730064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1854.6 s]
/proc/loadavg: 8.11 8.09 7.90 9/268 68911
/proc/meminfo: memFree=85430776/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=12281180 memory=10730064 CPUtime=3600.09 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) R 68678 68681 67998 0 -1 4194304 2285482 0 0 0 359315 694 0 0 20 0 2 0 60085571 12575928320 2682516 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 3070295 2682516 3520 6655 0 3033602 0
[pid=68681/tid=68683] ppid=68678 vsize=12281180 memory=10730064 CPUtime=1755.04 cores=1,3
/proc/68681/task/68683/stat : 68683 (LSIPExact) R 68678 68681 67998 0 -1 4194368 672647 0 0 0 175312 192 0 0 20 0 2 0 60086911 12575928320 2682516 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 12281180 KiB
Current children cumulated memory: 10730064 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.63 s, system=7.2123 s

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

# cumulated CPU time of all completed processes:  user=3595.43 s, system=7.37387 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+1856 s]*
/proc/loadavg: 8.10 8.09 7.90 8/268 68912
/proc/meminfo: memFree=87890024/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8431536 memory=7706260 CPUtime=3601.7 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) S 68678 68681 67998 0 -1 4194304 2475381 0 0 0 359463 707 0 0 20 0 1 0 60085571 8633892864 1926565 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2107884 1926565 3584 6655 0 2075786 0
[pid=68912] ppid=68681 vsize=578632 memory=558476 CPUtime=0.35 cores=1,3
/proc/68912/stat : 68912 (Exact) R 68681 68912 68912 0 -1 4194304 23017 0 0 0 23 12 0 0 20 0 1 0 60271133 592519168 139619 18446744073709551615 4198400 8335837 140733215017920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32534528 140733215025339 140733215025693 140733215025693 140733215031247 0
/proc/68912/statm: 144658 139619 960 1011 0 143425 0
Current children cumulated CPU time: 3602.05 s
Current children cumulated vsize: 9010168 KiB
Current children cumulated memory: 8264736 KiB

[startup+1856.4 s]
/proc/loadavg: 8.10 8.09 7.90 8/268 68912
/proc/meminfo: memFree=87890024/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8431536 memory=7706260 CPUtime=3601.7 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) S 68678 68681 67998 0 -1 4194304 2475381 0 0 0 359463 707 0 0 20 0 1 0 60085571 8633892864 1926565 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2107884 1926565 3584 6655 0 2075786 0
[pid=68912] ppid=68681 vsize=609024 memory=597088 CPUtime=0.75 cores=1,3
/proc/68912/stat : 68912 (Exact) R 68681 68912 68912 0 -1 4194304 30640 0 0 0 61 14 0 0 20 0 1 0 60271133 623640576 149272 18446744073709551615 4198400 8335837 140733215017920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32534528 140733215025339 140733215025693 140733215025693 140733215031247 0
/proc/68912/statm: 152289 149272 960 1011 0 151056 0
Current children cumulated CPU time: 3602.45 s
Current children cumulated vsize: 9040560 KiB
Current children cumulated memory: 8303348 KiB

[startup+1856.6 s]
/proc/loadavg: 8.10 8.09 7.90 8/268 68912
/proc/meminfo: memFree=87890024/131250000 swapFree=33010684/33010684
[pid=68681] ppid=68678 vsize=8431536 memory=7706260 CPUtime=3601.7 cores=1,3
/proc/68681/stat : 68681 (LSIPExact) S 68678 68681 67998 0 -1 4194304 2475381 0 0 0 359463 707 0 0 20 0 1 0 60085571 8633892864 1926565 18446744073709551615 94433681047552 94433708303953 140724032673616 0 0 0 0 0 16386 1 0 0 17 1 0 0 0 0 0 94433716806792 94433717238400 94433749942272 140724032678234 140724032678410 140724032678410 140724032684012 0
/proc/68681/statm: 2107884 1926565 3584 6655 0 2075786 0
[pid=68912] ppid=68681 vsize=625044 memory=614780 CPUtime=0.95 cores=1,3
/proc/68912/stat : 68912 (Exact) R 68681 68912 68912 0 -1 4194304 34536 0 0 0 80 15 0 0 20 0 1 0 60271133 640045056 153695 18446744073709551615 4198400 8335837 140733215017920 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 32534528 140733215025339 140733215025693 140733215025693 140733215031247 0
/proc/68912/statm: 156261 153695 960 1011 0 155028 0
Current children cumulated CPU time: 3602.65 s
Current children cumulated vsize: 9056580 KiB
Current children cumulated memory: 8321040 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1856.74
CPU time (s): 3602.81
CPU user time (s): 3595.43
CPU system time (s): 7.37387
CPU usage (%): 194.039
Max. virtual memory (cumulated for all children) (KiB): 13148504
Max. memory (cumulated for all children) (KiB): 11176100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.43
system time used= 7.37387
maximum resident set size= 11195880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2509918
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= 409
involuntary context switches= 83554


# summary of solver processes directly reported to runsolver:
#   pid: 68681,68912
#   total CPU time (s): 3602.81
#   total CPU user time (s): 3595.43
#   total CPU system time (s): 7.37387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06822 second user time and 9.55129 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 10:14:13
IDJOB=4505157
IDBENCH=155745
IDSOLVER=3336
FILE ID=nodeC013/4505157-1751444052
RUNJOBID= nodeC013-1751440305-68010
SLURM_JOB_ID= 9598399
Free space on /tmp= 432440 MiB

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

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=48801606

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.734
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		: 3600.165
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		: 3599.994
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		: 3599.865
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		: 3600.047
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.821
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		: 3598.784
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.590
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:        123281400 kB
MemAvailable:   124339708 kB
Buffers:            3280 kB
Cached:          1857240 kB
SwapCached:            0 kB
Active:          5699372 kB
Inactive:        1612320 kB
Active(anon):    5464456 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  1612320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            144464 kB
Writeback:             4 kB
AnonPages:       5452220 kB
Mapped:           142000 kB
Shmem:             13284 kB
KReclaimable:     100220 kB
Slab:             189116 kB
SReclaimable:     100220 kB
SUnreclaim:        88896 kB
KernelStack:        4288 kB
PageTables:        14064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    6010304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3098624 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= 432132 MiB
End job on nodeC013 at 2025-07-02 10:45:10