Trace number 4527014

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3601.24 2959.5

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark111.081
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1377.06/728.92	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1377.06/728.92	c numVar: 44846
1377.06/728.92	c numCon: 988104
1377.06/728.92	c numEqual: 1773
1377.06/728.92	c intSize: 10
1377.06/728.92	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1377.06/728.92	c ------------------- Paras list -------------------
1377.06/728.92	c Name                	 Type      	 Now       	 Default   	 Comment
1377.06/728.92	c timeout             	 double    	 3600.000000	 3600      	 
1377.06/728.92	c mip_time            	 double    	 0.200000  	 0.5       	 
1377.06/728.92	c ls_time             	 double    	 10.000000 	 10        	 
1377.06/728.92	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1377.06/728.92	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1377.06/728.92	c random_seed         	 int       	 0         	 0         	 
1377.06/728.92	c sample_size         	 int       	 50        	 50        	 
1377.06/728.92	c sub_score           	 int       	 1         	 1         	 
1377.06/728.92	c tabu_base           	 int       	 3         	 3         	 
1377.06/728.92	c tabu_variation      	 int       	 1         	 1         	 
1377.06/728.92	c sub_div             	 int       	 4         	 4         	 
1377.06/728.92	c nbcore              	 int       	 2         	 1         	 
1377.06/728.92	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1377.06/728.92	c print_sol           	 int       	 1         	 1         	 
1377.06/728.92	c tmpdir              	 string		 .         	 "."       	 
1377.06/728.92	c home                	 string		 HOME	 "."       	 
1377.06/728.92	c benchname           	 string		 HOME/instance-4527014-1752234036.opb	 ""        	 
1377.06/728.92	c --------------------------------------------------
1377.06/728.92	c Local Search solver
1377.06/728.92	c MIP solver
1377.06/728.92	c use Exact solver
3600.02/2958.20	c receive signal 15, try to interrupt solver...
1377.09/2958.31	c Exact solver (PID 111751) interrupted gracefully.
3601.11/2959.43	s UNKNOWN
3601.11/2959.43	c Total time: 2959

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=111431, runsolver pid=111428

[startup+0.100073 s]*
/proc/loadavg: 7.28 7.89 6.95 7/250 111432
/proc/meminfo: memFree=128363876/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=139824 memory=45548 CPUtime=0.05 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 7915 0 0 0 2 3 0 0 20 0 1 0 139083278 143179776 11387 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 34956 11387 1088 6655 0 25191 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 139824 KiB
Current children cumulated memory: 45548 KiB

[startup+0.213302 s]*
/proc/loadavg: 7.28 7.89 6.95 7/250 111432
/proc/meminfo: memFree=128274788/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=210576 memory=140908 CPUtime=0.15 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 25616 0 0 0 7 8 0 0 20 0 1 0 139083278 215629824 35227 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 52644 35227 1088 6655 0 42879 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 210576 KiB
Current children cumulated memory: 140908 KiB

[startup+0.313369 s]*
/proc/loadavg: 7.28 7.89 6.95 7/250 111432
/proc/meminfo: memFree=128181732/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=273144 memory=223852 CPUtime=0.26 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 41245 0 0 0 12 14 0 0 20 0 1 0 139083278 279699456 55963 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 68286 55963 1088 6655 0 58521 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 273144 KiB
Current children cumulated memory: 223852 KiB

[startup+0.700318 s]
/proc/loadavg: 7.18 7.86 6.94 7/250 111432
/proc/meminfo: memFree=128145380/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=295188 memory=252140 CPUtime=0.63 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 47281 0 0 0 46 17 0 0 20 0 1 0 139083278 302272512 63035 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 73797 63035 1088 6655 0 64032 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 295188 KiB
Current children cumulated memory: 252140 KiB

[startup+1.50033 s]
/proc/loadavg: 7.18 7.86 6.94 7/250 111432
/proc/meminfo: memFree=128048980/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=515540 memory=479000 CPUtime=1.42 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 94254 0 0 0 115 27 0 0 20 0 1 0 139083278 527912960 119718 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 128885 119750 1120 6655 0 119120 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 515540 KiB
Current children cumulated memory: 479000 KiB

[startup+3.11299 s]
/proc/loadavg: 7.18 7.86 6.94 7/250 111432
/proc/meminfo: memFree=127645780/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=748160 memory=710040 CPUtime=3.04 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 152061 0 0 0 265 39 0 0 20 0 1 0 139083278 766115840 177510 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 187040 177510 1120 6655 0 177275 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 748160 KiB
Current children cumulated memory: 710040 KiB

[startup+6.30033 s]
/proc/loadavg: 7.08 7.83 6.94 7/250 111432
/proc/meminfo: memFree=127553376/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=748160 memory=710040 CPUtime=6.21 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 152097 0 0 0 582 39 0 0 20 0 1 0 139083278 766115840 177510 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 187040 177510 1120 6655 0 177275 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 748160 KiB
Current children cumulated memory: 710040 KiB

[startup+12.7003 s]
/proc/loadavg: 7.08 7.81 6.94 7/251 111434
/proc/meminfo: memFree=126801804/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=1576696 memory=1462144 CPUtime=12.6 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 243444 0 0 0 1199 61 0 0 20 0 2 0 139083278 1614536704 365536 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 394174 365536 2656 6655 0 368057 0
[pid=111431/tid=111434] ppid=111428 vsize=1576696 memory=1249912 CPUtime=0 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) S 111428 111431 110907 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 139084459 1614536704 365536 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 1576696 KiB
Current children cumulated memory: 1462144 KiB

[startup+25.5004 s]
/proc/loadavg: 6.91 7.75 6.93 6/246 111479
/proc/meminfo: memFree=126420928/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=1958012 memory=1859328 CPUtime=25.41 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 312648 0 0 0 2457 84 0 0 20 0 2 0 139083278 2005004288 464832 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 489503 464832 2880 6655 0 473879 0
[pid=111431/tid=111434] ppid=111428 vsize=1958012 memory=1811920 CPUtime=0.08 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) S 111428 111431 110907 0 -1 4194368 4813 0 0 0 5 3 0 0 20 0 2 0 139084459 2005004288 464832 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1958012 KiB
Current children cumulated memory: 1859328 KiB

[startup+51.1134 s]
/proc/loadavg: 6.47 7.57 6.89 6/252 111489
/proc/meminfo: memFree=125040364/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=3264752 memory=2827252 CPUtime=59.43 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 399503 0 0 0 5816 127 0 0 20 0 2 0 139083278 3343106048 706813 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 816188 706813 3328 6655 0 792109 0
[pid=111431/tid=111434] ppid=111428 vsize=3264752 memory=2827252 CPUtime=22.65 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 33850 0 0 0 2248 17 0 0 20 0 2 0 139084459 3343106048 706813 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 59.43 s
Current children cumulated vsize: 3264752 KiB
Current children cumulated memory: 2827252 KiB

[startup+102.3 s]
/proc/loadavg: 6.46 7.37 6.86 7/251 111537
/proc/meminfo: memFree=123172604/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=4075560 memory=3628888 CPUtime=133.27 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 501152 0 0 0 13164 163 0 0 20 0 2 0 139083278 4173373440 907222 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 1018890 907222 3328 6655 0 996066 0
[pid=111431/tid=111434] ppid=111428 vsize=4075560 memory=-8888805407864955580 CPUtime=73.24 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 70611 0 0 0 7289 35 0 0 20 0 2 0 139084459 4173373440 907222 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 133.27 s
Current children cumulated vsize: 4075560 KiB
Current children cumulated memory: 3628888 KiB

[startup+162.3 s]
/proc/loadavg: 6.74 7.28 6.86 8/252 111540
/proc/meminfo: memFree=123284720/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=3787956 memory=3439896 CPUtime=252.41 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 584635 0 0 0 25057 184 0 0 20 0 2 0 139083278 3878866944 859974 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 946989 859974 3328 6655 0 924165 0
[pid=111431/tid=111434] ppid=111428 vsize=3787956 memory=3628888 CPUtime=132.58 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 98124 0 0 0 13214 44 0 0 20 0 2 0 139084459 3878866944 859974 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 252.41 s
Current children cumulated vsize: 3787956 KiB
Current children cumulated memory: 3439896 KiB

[startup+222.3 s]
/proc/loadavg: 6.95 7.24 6.88 8/252 111543
/proc/meminfo: memFree=122498272/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=4628132 memory=4227068 CPUtime=371.54 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 719493 0 0 0 36897 257 0 0 20 0 2 0 139083278 4739207168 1056767 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 1157033 1056767 3360 6655 0 1134209 0
[pid=111431/tid=111434] ppid=111428 vsize=4628132 memory=3648028 CPUtime=191.9 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 125420 0 0 0 19138 52 0 0 20 0 2 0 139084459 4739207168 1056767 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 371.54 s
Current children cumulated vsize: 4628132 KiB
Current children cumulated memory: 4227068 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 7.19 6.89 8/252 111590
/proc/meminfo: memFree=122517428/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=4018944 memory=3822332 CPUtime=490.67 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 755189 0 0 0 48788 279 0 0 20 0 2 0 139083278 4115398656 955583 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 1004736 955583 3392 6655 0 981912 0
[pid=111431/tid=111434] ppid=111428 vsize=4018944 memory=4208636 CPUtime=251.25 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 132719 0 0 0 25065 60 0 0 20 0 2 0 139084459 4115398656 955583 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 490.67 s
Current children cumulated vsize: 4018944 KiB
Current children cumulated memory: 3822332 KiB

[startup+342.3 s]
/proc/loadavg: 6.70 7.09 6.88 7/251 111684
/proc/meminfo: memFree=122880572/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=3997292 memory=3817336 CPUtime=609.89 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 788394 0 0 0 60699 290 0 0 20 0 2 0 139083278 4093227008 954334 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 999323 954334 3392 6655 0 976499 0
[pid=111431/tid=111434] ppid=111428 vsize=3997292 memory=4208636 CPUtime=310.64 cores=4,6
/proc/111431/task/111434/stat : 111434 (LSIPExact) R 111428 111431 110907 0 -1 4194368 165916 0 0 0 30993 71 0 0 20 0 2 0 139084459 4093227008 954334 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
Current children cumulated CPU time: 609.89 s
Current children cumulated vsize: 3997292 KiB
Current children cumulated memory: 3817336 KiB

[startup+402.3 s]

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

/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1449292 memory=1362488 CPUtime=1768.29 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 164765 0 0 0 176720 109 0 0 20 0 1 0 139156171 1484075008 340622 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 362323 340622 1088 1011 0 361090 0
Current children cumulated CPU time: 3145.38 s
Current children cumulated vsize: 4035632 KiB
Current children cumulated memory: 3878324 KiB

[startup+2562.3 s]
/proc/loadavg: 4.23 4.97 5.18 5/249 112071
/proc/meminfo: memFree=121383844/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1452460 memory=1367704 CPUtime=1828.12 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 166409 0 0 0 182702 110 0 0 20 0 1 0 139156171 1487319040 341926 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 363115 341926 1088 1011 0 361882 0
Current children cumulated CPU time: 3205.21 s
Current children cumulated vsize: 4038800 KiB
Current children cumulated memory: 3883540 KiB

[startup+2622.3 s]
/proc/loadavg: 4.13 4.80 5.11 5/249 112074
/proc/meminfo: memFree=121363808/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1454156 memory=1375544 CPUtime=1887.94 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 167653 0 0 0 188684 110 0 0 20 0 1 0 139156171 1489055744 343886 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 363539 343886 1088 1011 0 362306 0
Current children cumulated CPU time: 3265.03 s
Current children cumulated vsize: 4040496 KiB
Current children cumulated memory: 3891380 KiB

[startup+2682.3 s]
/proc/loadavg: 4.16 4.69 5.04 5/249 112076
/proc/meminfo: memFree=121345912/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1456588 memory=1377976 CPUtime=1947.76 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 169001 0 0 0 194665 111 0 0 20 0 1 0 139156171 1491546112 344494 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 364147 344494 1088 1011 0 362914 0
Current children cumulated CPU time: 3324.85 s
Current children cumulated vsize: 4042928 KiB
Current children cumulated memory: 3893812 KiB

[startup+2742.3 s]
/proc/loadavg: 4.12 4.57 4.98 5/249 112078
/proc/meminfo: memFree=121338612/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1457384 memory=1378772 CPUtime=2007.58 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 169956 0 0 0 200646 112 0 0 20 0 1 0 139156171 1492361216 344693 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 364346 344693 1088 1011 0 363113 0
Current children cumulated CPU time: 3384.67 s
Current children cumulated vsize: 4043724 KiB
Current children cumulated memory: 3894608 KiB

[startup+2802.3 s]
/proc/loadavg: 4.04 4.47 4.92 5/249 112083
/proc/meminfo: memFree=121314500/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1458816 memory=1382252 CPUtime=2067.41 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 171203 0 0 0 206628 113 0 0 20 0 1 0 139156171 1493827584 345563 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 364704 345563 1088 1011 0 363471 0
Current children cumulated CPU time: 3444.5 s
Current children cumulated vsize: 4045156 KiB
Current children cumulated memory: 3898088 KiB

[startup+2862.3 s]
/proc/loadavg: 4.11 4.41 4.87 5/248 112085
/proc/meminfo: memFree=121286404/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1461432 memory=1388964 CPUtime=2127.27 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 173245 0 0 0 212612 115 0 0 20 0 1 0 139156171 1496506368 347241 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 365358 347241 1088 1011 0 364125 0
Current children cumulated CPU time: 3504.36 s
Current children cumulated vsize: 4047772 KiB
Current children cumulated memory: 3904800 KiB

[startup+2922.3 s]
/proc/loadavg: 4.09 4.35 4.82 5/248 112087
/proc/meminfo: memFree=121290480/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1462052 memory=1389700 CPUtime=2187.12 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 174702 0 0 0 218596 116 0 0 20 0 1 0 139156171 1497141248 347425 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 365513 347425 1088 1011 0 364280 0
Current children cumulated CPU time: 3564.21 s
Current children cumulated vsize: 4048392 KiB
Current children cumulated memory: 3905536 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2958.2 s]
/proc/loadavg: 4.11 4.32 4.79 5/248 112088
/proc/meminfo: memFree=121291864/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=1377.09 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) S 111428 111431 110907 0 -1 4194304 1236625 0 0 0 137263 446 0 0 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
[pid=111751] ppid=111431 vsize=1462796 memory=1390328 CPUtime=2222.93 cores=4,6
/proc/111751/stat : 111751 (Exact) R 111431 111751 111751 0 -1 4194304 175565 0 0 0 222176 117 0 0 20 0 1 0 139156171 1497903104 347582 18446744073709551615 4198400 8335837 140723837447104 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 32083968 140723837454521 140723837454875 140723837454875 140723837460431 0
/proc/111751/statm: 365699 347582 1088 1011 0 364466 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 4049136 KiB
Current children cumulated memory: 3906164 KiB

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

[startup+2959.5 s]
# the end of solver process 111431 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3595.37 s, system=5.8724 s

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

[startup+2958.4 s]
/proc/loadavg: 4.11 4.32 4.79 5/248 112088
/proc/meminfo: memFree=121291864/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2586340 memory=2515836 CPUtime=3600.12 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 1259662 175702 0 0 137268 449 222178 117 20 0 1 0 139083278 2648412160 628959 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 646585 628959 3424 6655 0 629066 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 2586340 KiB
Current children cumulated memory: 2515836 KiB

[startup+2959.2 s]
/proc/loadavg: 4.11 4.32 4.79 5/247 112089
/proc/meminfo: memFree=122703360/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2563180 memory=2492680 CPUtime=3600.91 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 1323403 175702 0 0 137340 456 222178 117 20 0 1 0 139083278 2624696320 623170 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 640795 623170 3424 6655 0 623276 0
Current children cumulated CPU time: 3600.91 s
Current children cumulated vsize: 2563180 KiB
Current children cumulated memory: 2492680 KiB

[startup+2959.4 s]
/proc/loadavg: 4.11 4.32 4.79 5/247 112089
/proc/meminfo: memFree=122703360/131382116 swapFree=33005528/33010684
[pid=111431] ppid=111428 vsize=2563180 memory=2492680 CPUtime=3601.11 cores=4,6
/proc/111431/stat : 111431 (LSIPExact) R 111428 111431 110907 0 -1 4194304 1372696 175702 0 0 137355 461 222178 117 20 0 1 0 139083278 2624696320 623170 18446744073709551615 94367308181504 94367335438673 140737194091568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94367343940744 94367344372352 94367366279168 140737194096984 140737194097160 140737194097160 140737194102764 0
/proc/111431/statm: 640795 623170 3424 6655 0 623276 0
Current children cumulated CPU time: 3601.11 s
Current children cumulated vsize: 2563180 KiB
Current children cumulated memory: 2492680 KiB

Child status: 0

Real time (s): 2959.5
CPU time (s): 3601.24
CPU user time (s): 3595.37
CPU system time (s): 5.8724
CPU usage (%): 121.684
Max. virtual memory (cumulated for all children) (KiB): 4749588
Max. memory (cumulated for all children) (KiB): 4473308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.37
system time used= 5.8724
maximum resident set size= 4473480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1557400
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= 545
involuntary context switches= 16092


# summary of solver processes directly reported to runsolver:
#   pid: 111431
#   total CPU time (s): 3601.24
#   total CPU user time (s): 3595.37
#   total CPU system time (s): 5.8724

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.738 second user time and 26.2517 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-11 13:40:38
IDJOB=4527014
IDBENCH=155532
IDSOLVER=3384
FILE ID=nodeC010/4527014-1752234036
RUNJOBID= nodeC010-1752232205-110925
SLURM_JOB_ID= 9682521
Free space on /tmp= 429648 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527014-1752234036/watcher-4527014-1752234036 -o /tmp/evaluation-result-4527014-1752234036/solver-4527014-1752234036 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1752232205-110925 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527014-1752234036.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=1101230875

nodeC010 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	: 0xb00001f
cpu MHz		: 3591.409
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3590.203
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3591.446
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 2992.864
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.148
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.690
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 1197.387
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
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	: 0xb00001f
cpu MHz		: 3509.645
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128395564 kB
MemAvailable:   128811208 kB
Buffers:             228 kB
Cached:          1209948 kB
SwapCached:         4296 kB
Active:          1350576 kB
Inactive:         958000 kB
Active(anon):    1059756 kB
Inactive(anon):    52272 kB
Active(file):     290820 kB
Inactive(file):   905728 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             88868 kB
Writeback:             0 kB
AnonPages:       1097176 kB
Mapped:           130768 kB
Shmem:             13628 kB
KReclaimable:     117444 kB
Slab:             204608 kB
SReclaimable:     117444 kB
SUnreclaim:        87164 kB
KernelStack:        4032 kB
PageTables:         5204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1502316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    696320 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 429612 MiB
End job on nodeC010 at 2025-07-11 14:29:58