Trace number 4527603

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.11 1826.81

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_2_mh.opb
MD5SUM4dd157bac1f926ce7283cc7b9966021e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6102808
Best CPU time to get the best result obtained on this benchmark1316.45
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 122763473
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 13620914685
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122763473
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 13620914685
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.12/1824.80	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.12/1824.80	c numVar: 31350
3600.12/1824.80	c numCon: 73332
3600.12/1824.80	c numEqual: 1207
3600.12/1824.80	c intSize: 34
3600.12/1824.80	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.12/1824.80	c ------------------- Paras list -------------------
3600.12/1824.80	c Name                	 Type      	 Now       	 Default   	 Comment
3600.12/1824.80	c timeout             	 double    	 3600.000000	 3600      	 
3600.12/1824.80	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.12/1824.80	c ls_time             	 double    	 10.000000 	 10        	 
3600.12/1824.80	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.12/1824.80	c mip_emphasis        	 int       	 1         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.12/1824.80	c random_seed         	 int       	 0         	 0         	 
3600.12/1824.80	c sample_size         	 int       	 50        	 50        	 
3600.12/1824.80	c sub_score           	 int       	 1         	 1         	 
3600.12/1824.80	c tabu_base           	 int       	 3         	 3         	 
3600.12/1824.80	c tabu_variation      	 int       	 1         	 1         	 
3600.12/1824.80	c sub_div             	 int       	 4         	 4         	 
3600.12/1824.80	c nbcore              	 int       	 2         	 1         	 
3600.12/1824.80	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.12/1824.80	c print_sol           	 int       	 1         	 1         	 
3600.12/1824.80	c tmpdir              	 string		 .         	 "."       	 
3600.12/1824.80	c home                	 string		 HOME	 "."       	 
3600.12/1824.80	c benchname           	 string		 HOME/instance-4527603-1752234040.opb	 ""        	 
3600.12/1824.80	c --------------------------------------------------
3600.12/1824.80	c Local Search solver
3600.12/1824.80	c LS find feasible solution for PBO with objective value 488135331
3600.12/1824.80	c MIP solver
3600.12/1824.80	c receive signal 15, try to interrupt solver...
3600.12/1824.81	c MIP solver find feasible solution
3600.12/1824.82	c MIP solver objective value: 6.10281e+06
3600.12/1824.86	c MIP find feasible solution for PBO with objective value 6102808
3600.12/1824.86	c copy file: 0
3600.12/1824.86	c gen ub file: HOME/instance-4527603-1752234040.opb_ub.opb
3600.12/1824.86	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (54061 MiB free)
  memory of node 1: 64465 MiB (59596 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=129157, runsolver pid=129150

[startup+0.100067 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116281760/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=90680 memory=55936 CPUtime=0.07 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 12564 0 0 0 5 2 0 0 20 0 1 0 139081623 92856320 13984 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 22670 13984 1216 6655 0 12905 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 90680 KiB
Current children cumulated memory: 55936 KiB

[startup+0.205585 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116281760/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98124 memory=63360 CPUtime=0.17 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14417 0 0 0 15 2 0 0 20 0 1 0 139081623 100478976 15840 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24531 15840 1216 6655 0 14766 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63360 KiB

[startup+0.3056 s]*
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116273696/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98124 memory=63360 CPUtime=0.27 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14417 0 0 0 25 2 0 0 20 0 1 0 139081623 100478976 15840 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24531 15840 1216 6655 0 14766 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63360 KiB

[startup+0.700193 s]
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116273696/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98124 memory=63360 CPUtime=0.66 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14419 0 0 0 64 2 0 0 20 0 1 0 139081623 100478976 15840 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24531 15840 1216 6655 0 14766 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 98124 KiB
Current children cumulated memory: 63360 KiB

[startup+1.50017 s]
/proc/loadavg: 7.79 7.87 6.72 7/268 129158
/proc/meminfo: memFree=116273696/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98296 memory=63488 CPUtime=1.46 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14448 0 0 0 144 2 0 0 20 0 1 0 139081623 100655104 15872 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24574 15872 1216 6655 0 14809 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63488 KiB

[startup+3.10486 s]
/proc/loadavg: 7.65 7.84 6.72 7/268 129158
/proc/meminfo: memFree=116273948/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98296 memory=63488 CPUtime=3.06 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14449 0 0 0 304 2 0 0 20 0 1 0 139081623 100655104 15872 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24574 15872 1216 6655 0 14809 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63488 KiB

[startup+6.30016 s]
/proc/loadavg: 7.65 7.84 6.72 7/268 129158
/proc/meminfo: memFree=116273952/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=98296 memory=63488 CPUtime=6.25 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 14449 0 0 0 623 2 0 0 20 0 1 0 139081623 100655104 15872 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 24574 15872 1216 6655 0 14809 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 98296 KiB
Current children cumulated memory: 63488 KiB

[startup+12.7001 s]
/proc/loadavg: 7.47 7.80 6.72 7/270 129161
/proc/meminfo: memFree=115986472/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=358696 memory=249696 CPUtime=12.66 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 54170 0 0 0 1257 9 0 0 20 0 2 0 139081623 367304704 62424 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 89674 62424 3264 6655 0 69291 0
[pid=129157/tid=129161] ppid=129150 vsize=358696 memory=-7808294779797732983 CPUtime=0.03 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) S 129150 129157 128431 0 -1 4194368 2875 0 0 0 3 0 0 0 20 0 2 0 139082637 367304704 62424 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 358696 KiB
Current children cumulated memory: 249696 KiB

[startup+25.5002 s]
/proc/loadavg: 7.55 7.80 6.73 9/270 129161
/proc/meminfo: memFree=115401060/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=550976 memory=481640 CPUtime=37.66 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 136671 0 0 0 3740 26 0 0 20 0 2 0 139081623 564199424 120410 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 137744 120410 3552 6655 0 119643 0
[pid=129157/tid=129161] ppid=129150 vsize=550976 memory=481512 CPUtime=12.3 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 39654 0 0 0 1223 7 0 0 20 0 2 0 139082637 564199424 120410 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 37.66 s
Current children cumulated vsize: 550976 KiB
Current children cumulated memory: 481640 KiB

[startup+51.1056 s]
/proc/loadavg: 7.70 7.82 6.77 9/270 129161
/proc/meminfo: memFree=115385832/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=572664 memory=523552 CPUtime=88.43 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 188485 0 0 0 8811 32 0 0 20 0 2 0 139081623 586407936 130888 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 143166 130888 3552 6655 0 130545 0
[pid=129157/tid=129161] ppid=129150 vsize=572664 memory=497892 CPUtime=37.6 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 70739 0 0 0 3750 10 0 0 20 0 2 0 139082637 586407936 130888 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 88.43 s
Current children cumulated vsize: 572664 KiB
Current children cumulated memory: 523552 KiB

[startup+102.3 s]
/proc/loadavg: 8.10 7.91 6.86 9/269 129163
/proc/meminfo: memFree=115320284/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=601088 memory=547240 CPUtime=183.95 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 290628 0 0 0 18353 42 0 0 20 0 2 0 139081623 615514112 136810 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 150272 136810 3552 6655 0 137651 0
[pid=129157/tid=129161] ppid=129150 vsize=601088 memory=547240 CPUtime=83.85 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 102332 0 0 0 8372 13 0 0 20 0 2 0 139082637 615514112 136810 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 183.95 s
Current children cumulated vsize: 601088 KiB
Current children cumulated memory: 547240 KiB

[startup+162.3 s]
/proc/loadavg: 7.95 7.90 6.93 9/269 129214
/proc/meminfo: memFree=115264136/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=601088 memory=557184 CPUtime=302.91 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 367388 0 0 0 30238 53 0 0 20 0 2 0 139081623 615514112 139296 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 150272 139296 3552 6655 0 140477 0
[pid=129157/tid=129161] ppid=129150 vsize=601088 memory=556928 CPUtime=143.52 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 140161 0 0 0 14334 18 0 0 20 0 2 0 139082637 615514112 139296 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 302.91 s
Current children cumulated vsize: 601088 KiB
Current children cumulated memory: 557184 KiB

[startup+222.3 s]
/proc/loadavg: 7.92 7.90 6.98 9/270 129218
/proc/meminfo: memFree=115237960/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=601088 memory=561272 CPUtime=421.9 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 430975 0 0 0 42131 59 0 0 20 0 2 0 139081623 615514112 140318 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 150272 140318 3552 6655 0 140477 0
[pid=129157/tid=129161] ppid=129150 vsize=601088 memory=559852 CPUtime=203.21 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 171441 0 0 0 20300 21 0 0 20 0 2 0 139082637 615514112 140318 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 421.9 s
Current children cumulated vsize: 601088 KiB
Current children cumulated memory: 561272 KiB

[startup+282.3 s]
/proc/loadavg: 7.79 7.86 7.03 8/269 129266
/proc/meminfo: memFree=116031884/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=601088 memory=562332 CPUtime=540.83 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 472920 0 0 0 54017 66 0 0 20 0 2 0 139081623 615514112 140583 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 150272 140583 3552 6655 0 140477 0
[pid=129157/tid=129161] ppid=129150 vsize=601088 memory=561272 CPUtime=262.87 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 194561 0 0 0 26264 23 0 0 20 0 2 0 139082637 615514112 140583 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 540.83 s
Current children cumulated vsize: 601088 KiB
Current children cumulated memory: 562332 KiB

[startup+342.3 s]
/proc/loadavg: 7.80 7.84 7.07 9/269 129361
/proc/meminfo: memFree=116029596/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=601088 memory=563480 CPUtime=659.73 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 514330 0 0 0 65881 92 0 0 20 0 2 0 139081623 615514112 140870 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 150272 140870 3552 6655 0 140477 0
[pid=129157/tid=129161] ppid=129150 vsize=601088 memory=561272 CPUtime=322.53 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 216147 0 0 0 32209 44 0 0 20 0 2 0 139082637 615514112 140870 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 659.73 s
Current children cumulated vsize: 601088 KiB
Current children cumulated memory: 563480 KiB

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

/proc/meminfo: memFree=109017208/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=617304 CPUtime=2801.39 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 710235 0 0 0 279925 214 0 0 20 0 2 0 139081623 698486784 154326 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 154326 3552 6655 0 152674 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=617304 CPUtime=1396.37 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 328384 0 0 0 139496 141 0 0 20 0 2 0 139082637 698486784 154326 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 2801.39 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 617304 KiB

[startup+1482.3 s]
/proc/loadavg: 7.06 7.33 7.45 8/269 129659
/proc/meminfo: memFree=108996144/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620504 CPUtime=2920.5 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 711719 0 0 0 291836 214 0 0 20 0 2 0 139081623 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155126 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=617304 CPUtime=1456.15 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 329597 0 0 0 145474 141 0 0 20 0 2 0 139082637 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 2920.5 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620504 KiB

[startup+1542.3 s]
/proc/loadavg: 7.25 7.33 7.45 8/269 129660
/proc/meminfo: memFree=106638116/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620504 CPUtime=3039.57 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 711789 0 0 0 303742 215 0 0 20 0 2 0 139081623 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155126 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=20608 CPUtime=1515.92 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 329660 0 0 0 151450 142 0 0 20 0 2 0 139082637 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3039.57 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620504 KiB

[startup+1602.3 s]
/proc/loadavg: 7.13 7.29 7.42 8/267 129662
/proc/meminfo: memFree=106573476/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620504 CPUtime=3158.63 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 711805 0 0 0 315648 215 0 0 20 0 2 0 139081623 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155126 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=20608 CPUtime=1575.68 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 329670 0 0 0 157426 142 0 0 20 0 2 0 139082637 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3158.63 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620504 KiB

[startup+1662.3 s]
/proc/loadavg: 7.65 7.40 7.46 10/268 129665
/proc/meminfo: memFree=103594120/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620504 CPUtime=3277.7 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 712046 0 0 0 327554 216 0 0 20 0 2 0 139081623 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155126 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=20608 CPUtime=1635.45 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 329708 0 0 0 163403 142 0 0 20 0 2 0 139082637 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3277.7 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620504 KiB

[startup+1722.3 s]
/proc/loadavg: 7.92 7.53 7.50 9/267 129667
/proc/meminfo: memFree=103572764/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620504 CPUtime=3396.76 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 712059 0 0 0 339460 216 0 0 20 0 2 0 139081623 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155126 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=20608 CPUtime=1695.22 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 329717 0 0 0 169380 142 0 0 20 0 2 0 139082637 698486784 155126 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3396.76 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620504 KiB

[startup+1782.3 s]
/proc/loadavg: 8.14 7.66 7.55 9/267 129669
/proc/meminfo: memFree=103548716/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620760 CPUtime=3515.81 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 713499 0 0 0 351365 216 0 0 20 0 2 0 139081623 698486784 155190 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155190 3552 6655 0 153539 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=14432 CPUtime=1754.98 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 330736 0 0 0 175356 142 0 0 20 0 2 0 139082637 698486784 155190 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3515.81 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1824.8 s]
/proc/loadavg: 8.14 7.73 7.58 9/267 129671
/proc/meminfo: memFree=103495016/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=682116 memory=620760 CPUtime=3600.12 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) R 129150 129157 128431 0 -1 4194304 714903 0 0 0 359795 217 0 0 20 0 2 0 139081623 698486784 155190 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 170529 155190 3552 6655 0 153604 0
[pid=129157/tid=129161] ppid=129150 vsize=682116 memory=620760 CPUtime=1797.31 cores=0,2
/proc/129157/task/129161/stat : 129161 (LSIPExact) R 129150 129157 128431 0 -1 4194368 331720 0 0 0 179589 142 0 0 20 0 2 0 139082637 698486784 155190 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 0 0 0 -1 0 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 682116 KiB
Current children cumulated memory: 620760 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3597.99 s, system=2.19301 s

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

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1825.6 s]
/proc/loadavg: 8.14 7.73 7.58 8/267 129673
/proc/meminfo: memFree=103524388/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=616580 memory=582276 CPUtime=3600.17 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) S 129150 129157 128431 0 -1 4194304 724135 229 0 0 359799 218 0 0 20 0 1 0 139081623 631377920 145569 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 154145 145569 3584 6655 0 144350 0
[pid=129673] ppid=129157 vsize=162168 memory=148376 CPUtime=0.71 cores=0,2
/proc/129673/stat : 129673 (Exact) R 129157 129673 129673 0 -1 4194304 29551 0 0 0 65 6 0 0 20 0 1 0 139264109 166060032 37094 18446744073709551615 4198400 8335837 140722792072160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 24698880 140722792081586 140722792081947 140722792081947 140722792087503 0
/proc/129673/statm: 40542 37094 1120 1011 0 39309 0
Current children cumulated CPU time: 3600.88 s
Current children cumulated vsize: 778748 KiB
Current children cumulated memory: 730652 KiB

[startup+1826.4 s]
/proc/loadavg: 8.14 7.73 7.58 8/267 129673
/proc/meminfo: memFree=103407828/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=616580 memory=582276 CPUtime=3600.17 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) S 129150 129157 128431 0 -1 4194304 724135 229 0 0 359799 218 0 0 20 0 1 0 139081623 631377920 145569 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 154145 145569 3584 6655 0 144350 0
[pid=129673] ppid=129157 vsize=163780 memory=153752 CPUtime=1.5 cores=0,2
/proc/129673/stat : 129673 (Exact) R 129157 129673 129673 0 -1 4194304 30914 0 0 0 144 6 0 0 20 0 1 0 139264109 167710720 38438 18446744073709551615 4198400 8335837 140722792072160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 24698880 140722792081586 140722792081947 140722792081947 140722792087503 0
/proc/129673/statm: 40945 38438 1120 1011 0 39712 0
Current children cumulated CPU time: 3601.67 s
Current children cumulated vsize: 780360 KiB
Current children cumulated memory: 736028 KiB

[startup+1826.8 s]
/proc/loadavg: 8.14 7.73 7.58 8/267 129673
/proc/meminfo: memFree=103407828/131250000 swapFree=33010160/33010684
[pid=129157] ppid=129150 vsize=616580 memory=582276 CPUtime=3600.17 cores=0,2
/proc/129157/stat : 129157 (LSIPExact) S 129150 129157 128431 0 -1 4194304 724135 229 0 0 359799 218 0 0 20 0 1 0 139081623 631377920 145569 18446744073709551615 94425643835392 94425671092561 140731533836720 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94425679594632 94425680026240 94425681010688 140731533842776 140731533842952 140731533842952 140731533848556 0
/proc/129157/statm: 154145 145569 3584 6655 0 144350 0
[pid=129673] ppid=129157 vsize=167740 memory=159744 CPUtime=1.91 cores=0,2
/proc/129673/stat : 129673 (Exact) R 129157 129673 129673 0 -1 4194304 31902 0 0 0 184 7 0 0 20 0 1 0 139264109 171765760 39936 18446744073709551615 4198400 8335837 140722792072160 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 24698880 140722792081586 140722792081947 140722792081947 140722792087503 0
/proc/129673/statm: 41935 39936 1120 1011 0 40702 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 784320 KiB
Current children cumulated memory: 742020 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1826.81
CPU time (s): 3602.11
CPU user time (s): 3599.84
CPU system time (s): 2.26988
CPU usage (%): 197.18
Max. virtual memory (cumulated for all children) (KiB): 784320
Max. memory (cumulated for all children) (KiB): 742020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.84
system time used= 2.26988
maximum resident set size= 620888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 756266
page faults= 0
swaps= 0
block input operations= 5816
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 594
involuntary context switches= 100129


# summary of solver processes directly reported to runsolver:
#   pid: 129157,129673
#   total CPU time (s): 3602.11
#   total CPU user time (s): 3599.84
#   total CPU system time (s): 2.26988

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.32627 second user time and 8.02634 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-11 13:40:40
IDJOB=4527603
IDBENCH=155663
IDSOLVER=3384
FILE ID=nodeC016/4527603-1752234040
RUNJOBID= nodeC016-1752232205-128448
SLURM_JOB_ID= 9682527
Free space on /tmp= 430532 MiB

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

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

MD5SUM BENCH= 4dd157bac1f926ce7283cc7b9966021e
RANDOM SEED=1287912451

nodeC016 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.883
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.48
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.008
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.48
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		: 3883.205
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.48
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.986
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.48
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		: 3617.547
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.48
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.740
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.48
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		: 3600.011
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.48
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		: 3600.062
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        116385332 kB
MemAvailable:   128655308 kB
Buffers:            2144 kB
Cached:         12982284 kB
SwapCached:           28 kB
Active:          1707436 kB
Inactive:       12297656 kB
Active(anon):    1036596 kB
Inactive(anon):     2112 kB
Active(file):     670840 kB
Inactive(file): 12295544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             89536 kB
Writeback:             0 kB
AnonPages:       1023280 kB
Mapped:           130368 kB
Shmem:             18044 kB
KReclaimable:     285664 kB
Slab:             383268 kB
SReclaimable:     285664 kB
SUnreclaim:        97604 kB
KernelStack:        4240 kB
PageTables:         5008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1364200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430320 MiB
End job on nodeC016 at 2025-07-11 14:11:08