Trace number 4511831

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? (MO) 1629.98 956.417

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1401.54/727.35	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1401.54/727.35	c numVar: 685824
1401.54/727.35	c numCon: 5870
1401.54/727.35	c numEqual: 0
1401.54/727.35	c intSize: 22
1401.54/727.35	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1401.54/727.35	c ------------------- Paras list -------------------
1401.54/727.35	c Name                	 Type      	 Now       	 Default   	 Comment
1401.54/727.35	c timeout             	 double    	 3600.000000	 3600      	 
1401.54/727.35	c mip_time            	 double    	 0.200000  	 0.5       	 
1401.54/727.35	c ls_time             	 double    	 10.000000 	 10        	 
1401.54/727.35	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1401.54/727.35	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1401.54/727.35	c random_seed         	 int       	 0         	 0         	 
1401.54/727.35	c sample_size         	 int       	 50        	 50        	 
1401.54/727.35	c sub_score           	 int       	 1         	 1         	 
1401.54/727.35	c tabu_base           	 int       	 3         	 3         	 
1401.54/727.35	c tabu_variation      	 int       	 1         	 1         	 
1401.54/727.35	c sub_div             	 int       	 4         	 4         	 
1401.54/727.35	c nbcore              	 int       	 2         	 1         	 
1401.54/727.35	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1401.54/727.35	c print_sol           	 int       	 1         	 1         	 
1401.54/727.35	c tmpdir              	 string		 .         	 "."       	 
1401.54/727.35	c home                	 string		 HOME	 "."       	 
1401.54/727.35	c benchname           	 string		 HOME/instance-4511831-1751138167.opb	 ""        	 
1401.54/727.35	c --------------------------------------------------
1401.54/727.35	c Local Search solver
1401.54/727.35	c MIP solver
1401.54/727.35	c use Exact solver
1628.72/955.11	c receive signal 15, try to interrupt solver...
1401.60/955.62	c Exact solver (PID 13142) interrupted gracefully.
1629.85/956.36	s UNKNOWN
1629.85/956.36	c Total time: 956

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511831-1751138167/watcher-4511831-1751138167 -o /tmp/evaluation-result-4511831-1751138167/solver-4511831-1751138167 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11330 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4511831-1751138167.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
solver pid=13061, runsolver pid=13058
Current StackSize limit: 8192 KiB


[startup+0.100098 s]*
/proc/loadavg: 4.70 5.11 5.26 6/253 13062
/proc/meminfo: memFree=129290968/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=97484 memory=39168 CPUtime=0.1 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 8797 0 0 0 8 2 0 0 20 0 1 0 29496152 99823616 9792 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 24371 9792 1152 6655 0 14606 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 97484 KiB
Current children cumulated memory: 39168 KiB

[startup+0.213303 s]*
/proc/loadavg: 4.70 5.11 5.26 5/253 13062
/proc/meminfo: memFree=129161040/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=238240 memory=188260 CPUtime=0.21 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 20991 0 0 0 15 6 0 0 20 0 1 0 29496152 243957760 47065 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 59560 47065 1184 6655 0 49795 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 238240 KiB
Current children cumulated memory: 188260 KiB

[startup+0.313387 s]*
/proc/loadavg: 4.70 5.11 5.26 5/253 13062
/proc/meminfo: memFree=129072112/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=326976 memory=277092 CPUtime=0.31 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 43189 0 0 0 21 10 0 0 20 0 1 0 29496152 334823424 69241 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 81744 69273 1184 6655 0 71979 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 326976 KiB
Current children cumulated memory: 277092 KiB

[startup+0.700322 s]
/proc/loadavg: 4.70 5.11 5.26 5/253 13062
/proc/meminfo: memFree=128983408/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=468748 memory=418872 CPUtime=0.69 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 76087 0 0 0 53 16 0 0 20 0 1 0 29496152 479997952 104718 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 117220 104718 1184 6655 0 107455 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 468748 KiB
Current children cumulated memory: 418872 KiB

[startup+1.50031 s]
/proc/loadavg: 4.70 5.11 5.26 5/253 13062
/proc/meminfo: memFree=128801776/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=609084 memory=559160 CPUtime=1.48 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 111172 0 0 0 126 22 0 0 20 0 1 0 29496152 623702016 139790 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 152271 139790 1184 6655 0 142506 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559160 KiB

[startup+3.11312 s]
/proc/loadavg: 4.64 5.09 5.25 5/253 13062
/proc/meminfo: memFree=128769552/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=609084 memory=559160 CPUtime=3.09 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 111225 0 0 0 287 22 0 0 20 0 1 0 29496152 623702016 139790 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 152271 139790 1184 6655 0 142506 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559160 KiB

[startup+6.3003 s]
/proc/loadavg: 4.64 5.09 5.25 5/253 13062
/proc/meminfo: memFree=128769552/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=609084 memory=559160 CPUtime=6.26 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 111331 0 0 0 604 22 0 0 20 0 1 0 29496152 623702016 139790 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 152271 139790 1184 6655 0 142506 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 609084 KiB
Current children cumulated memory: 559160 KiB

[startup+12.7003 s]
/proc/loadavg: 4.59 5.07 5.25 5/254 13063
/proc/meminfo: memFree=128316708/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=1210460 memory=1048088 CPUtime=12.65 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 169398 0 0 0 1226 39 0 0 20 0 2 0 29496152 1239511040 262022 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 302615 262022 2816 6655 0 276498 0
[pid=13061/tid=13063] ppid=13058 vsize=1210460 memory=6516 CPUtime=0 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) S 13058 13061 11315 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29497243 1239511040 262022 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1210460 KiB
Current children cumulated memory: 1048088 KiB

[startup+25.5003 s]
/proc/loadavg: 4.46 5.02 5.22 5/254 13063
/proc/meminfo: memFree=127690064/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=1952376 memory=1644088 CPUtime=25.42 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 272140 0 0 0 2472 70 0 0 20 0 2 0 29496152 1999233024 411022 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 488094 411022 2912 6655 0 461977 0
[pid=13061/tid=13063] ppid=13058 vsize=1952376 memory=1459052 CPUtime=0 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) S 13058 13061 11315 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 29497243 1999233024 411022 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1952376 KiB
Current children cumulated memory: 1644088 KiB

[startup+51.1055 s]
/proc/loadavg: 4.51 4.98 5.21 6/254 13064
/proc/meminfo: memFree=126931704/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=2778496 memory=2368596 CPUtime=61.21 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 417131 0 0 0 6014 107 0 0 20 0 2 0 29496152 2845179904 592149 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 694624 592149 3392 6655 0 679452 0
[pid=13061/tid=13063] ppid=13058 vsize=2778496 memory=2052908 CPUtime=10.32 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) S 13058 13061 11315 0 -1 4194368 49731 0 0 0 1015 17 0 0 20 0 2 0 29497243 2845179904 592149 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 61.21 s
Current children cumulated vsize: 2778496 KiB
Current children cumulated memory: 2368596 KiB

[startup+102.3 s]
/proc/loadavg: 4.80 4.99 5.19 6/254 13066
/proc/meminfo: memFree=126169472/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3594060 memory=3143476 CPUtime=160.76 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 589517 0 0 0 15937 139 0 0 20 0 2 0 29496152 3680317440 785869 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 898515 785869 3424 6655 0 883343 0
[pid=13061/tid=13063] ppid=13058 vsize=3594060 memory=17152 CPUtime=58.85 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 97201 0 0 0 5861 24 0 0 20 0 2 0 29497243 3680317440 785869 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 160.76 s
Current children cumulated vsize: 3594060 KiB
Current children cumulated memory: 3143476 KiB

[startup+162.3 s]
/proc/loadavg: 5.00 5.01 5.18 6/254 13068
/proc/meminfo: memFree=126147332/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3636444 memory=3173056 CPUtime=279.94 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 702955 0 0 0 27845 149 0 0 20 0 2 0 29496152 3723718656 793264 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 909111 793264 3456 6655 0 893939 0
[pid=13061/tid=13063] ppid=13058 vsize=3636444 memory=14352 CPUtime=118.23 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 137647 0 0 0 11795 28 0 0 20 0 2 0 29497243 3723718656 793264 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 279.94 s
Current children cumulated vsize: 3636444 KiB
Current children cumulated memory: 3173056 KiB

[startup+222.3 s]
/proc/loadavg: 5.08 5.02 5.18 7/253 13117
/proc/meminfo: memFree=126851980/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3636444 memory=3185348 CPUtime=399.11 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 778252 0 0 0 39756 155 0 0 20 0 2 0 29496152 3723718656 796337 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 909111 796337 3456 6655 0 893939 0
[pid=13061/tid=13063] ppid=13058 vsize=3636444 memory=3173184 CPUtime=177.61 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 162635 0 0 0 17730 31 0 0 20 0 2 0 29497243 3723718656 796337 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 399.11 s
Current children cumulated vsize: 3636444 KiB
Current children cumulated memory: 3185348 KiB

[startup+282.3 s]
/proc/loadavg: 5.71 5.22 5.24 7/254 13120
/proc/meminfo: memFree=126568560/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3873064 memory=3454712 CPUtime=518.26 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 865693 0 0 0 51650 176 0 0 20 0 2 0 29496152 3966017536 863678 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 968266 863678 3456 6655 0 953094 0
[pid=13061/tid=13063] ppid=13058 vsize=3873064 memory=3443172 CPUtime=236.97 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 190495 0 0 0 23663 34 0 0 20 0 2 0 29497243 3966017536 863678 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 518.26 s
Current children cumulated vsize: 3873064 KiB
Current children cumulated memory: 3454712 KiB

[startup+342.3 s]
/proc/loadavg: 5.97 5.39 5.30 7/254 13122
/proc/meminfo: memFree=126609628/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3819540 memory=3426884 CPUtime=637.35 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 917882 0 0 0 63547 188 0 0 20 0 2 0 29496152 3911208960 856721 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 954885 856721 3456 6655 0 939713 0
[pid=13061/tid=13063] ppid=13058 vsize=3819540 memory=3461636 CPUtime=296.3 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 208861 0 0 0 29593 37 0 0 20 0 2 0 29497243 3911208960 856721 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 637.35 s
Current children cumulated vsize: 3819540 KiB
Current children cumulated memory: 3426884 KiB

[startup+402.3 s]

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

Current children cumulated memory: 3664144 KiB

[startup+522.3 s]
/proc/loadavg: 6.04 5.71 5.44 7/255 13134
/proc/meminfo: memFree=126473144/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3871164 memory=3544652 CPUtime=994.8 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 1187488 0 0 0 99255 225 0 0 20 0 2 0 29496152 3964071936 886163 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 967791 886163 3456 6655 0 952619 0
[pid=13061/tid=13063] ppid=13058 vsize=3871164 memory=3544652 CPUtime=474.47 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 273738 0 0 0 47399 48 0 0 20 0 2 0 29497243 3964071936 886163 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 994.8 s
Current children cumulated vsize: 3871164 KiB
Current children cumulated memory: 3544652 KiB

[startup+582.3 s]
/proc/loadavg: 6.06 5.78 5.48 7/255 13136
/proc/meminfo: memFree=126551940/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3753664 memory=3452712 CPUtime=1113.92 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 1236015 0 0 0 111157 235 0 0 20 0 2 0 29496152 3843751936 863178 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 938416 863178 3456 6655 0 923760 0
[pid=13061/tid=13063] ppid=13058 vsize=3753664 memory=3544652 CPUtime=533.84 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 286943 0 0 0 53333 51 0 0 20 0 2 0 29497243 3843751936 863178 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 1113.92 s
Current children cumulated vsize: 3753664 KiB
Current children cumulated memory: 3452712 KiB

[startup+642.3 s]
/proc/loadavg: 6.12 5.85 5.53 7/255 13138
/proc/meminfo: memFree=126489124/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3819200 memory=3497324 CPUtime=1233.14 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 1313811 0 0 0 123070 244 0 0 20 0 2 0 29496152 3910860800 874331 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 954800 874331 3456 6655 0 934876 0
[pid=13061/tid=13063] ppid=13058 vsize=3819200 memory=3544652 CPUtime=593.26 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 316412 0 0 0 59270 56 0 0 20 0 2 0 29497243 3910860800 874331 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 1233.14 s
Current children cumulated vsize: 3819200 KiB
Current children cumulated memory: 3497324 KiB

[startup+702.3 s]
/proc/loadavg: 6.05 5.88 5.56 7/255 13140
/proc/meminfo: memFree=126323468/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=4023920 memory=3667084 CPUtime=1352.27 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 1421766 0 0 0 134955 272 0 0 20 0 2 0 29496152 4120494080 916771 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 1005980 916771 3456 6655 0 980671 0
[pid=13061/tid=13063] ppid=13058 vsize=4023920 memory=3544652 CPUtime=652.59 cores=0,2
/proc/13061/task/13063/stat : 13063 (LSIPExact) R 13058 13061 11315 0 -1 4194368 361100 0 0 0 65193 66 0 0 20 0 2 0 29497243 4120494080 916771 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
Current children cumulated CPU time: 1352.27 s
Current children cumulated vsize: 4023920 KiB
Current children cumulated memory: 3667084 KiB

[startup+762.3 s]
/proc/loadavg: 5.62 5.81 5.56 6/255 13143
/proc/meminfo: memFree=120066008/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3344404 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 0 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 836101 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 836101 3456 6655 0 896042 0
[pid=13142] ppid=13061 vsize=6548608 memory=6185792 CPUtime=34.83 cores=0,2
/proc/13142/stat : 13142 (Exact) R 13061 13142 13142 0 -1 4194304 931729 0 0 0 3211 272 0 0 20 0 1 0 29568888 6705774592 1546448 18446744073709551615 4198400 8335837 140736491468672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18739200 140736491477179 140736491477533 140736491477533 140736491483087 0
/proc/13142/statm: 1637152 1546448 960 1011 0 1635919 0
Current children cumulated CPU time: 1436.43 s
Current children cumulated vsize: 10191004 KiB
Current children cumulated memory: 9530196 KiB

[startup+822.3 s]
/proc/loadavg: 5.66 5.77 5.56 6/254 13145
/proc/meminfo: memFree=110657076/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3345684 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 0 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 836421 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 836421 3456 6655 0 896042 0
[pid=13142] ppid=13061 vsize=17288104 memory=15678080 CPUtime=94.67 cores=0,2
/proc/13142/stat : 13142 (Exact) R 13061 13142 13142 0 -1 4194304 2540575 0 0 0 8747 720 0 0 20 0 1 0 29568888 17703018496 3919520 18446744073709551615 4198400 8335837 140736491468672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18739200 140736491477179 140736491477533 140736491477533 140736491483087 0
/proc/13142/statm: 4322026 3919520 960 1011 0 4320793 0
Current children cumulated CPU time: 1496.27 s
Current children cumulated vsize: 20930500 KiB
Current children cumulated memory: 19023764 KiB

[startup+882.3 s]
/proc/loadavg: 5.67 5.78 5.57 6/253 13149
/proc/meminfo: memFree=106640100/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3347732 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 0 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 836933 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 836933 3456 6655 0 896042 0
[pid=13142] ppid=13061 vsize=20530456 memory=19951248 CPUtime=154.51 cores=0,2
/proc/13142/stat : 13142 (Exact) R 13061 13142 13142 0 -1 4194304 3264884 0 0 0 14570 881 0 0 20 0 1 0 29568888 21023186944 4987812 18446744073709551615 4198400 8335837 140736491468672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18739200 140736491477179 140736491477533 140736491477533 140736491483087 0
/proc/13142/statm: 5132614 4987812 1088 1011 0 5131381 0
Current children cumulated CPU time: 1556.11 s
Current children cumulated vsize: 24172852 KiB
Current children cumulated memory: 23298980 KiB

[startup+942.3 s]
/proc/loadavg: 5.20 5.63 5.53 5/254 13153
/proc/meminfo: memFree=105985244/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3358228 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 0 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 839557 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 839557 3456 6655 0 896042 0
[pid=13142] ppid=13061 vsize=20869576 memory=20547580 CPUtime=214.35 cores=0,2
/proc/13142/stat : 13142 (Exact) R 13061 13142 13142 0 -1 4194304 3348125 0 0 0 20529 906 0 0 20 0 1 0 29568888 21370445824 5136895 18446744073709551615 4198400 8335837 140736491468672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18739200 140736491477179 140736491477533 140736491477533 140736491483087 0
/proc/13142/statm: 5217394 5136895 1088 1011 0 5216161 0
Current children cumulated CPU time: 1615.95 s
Current children cumulated vsize: 24511972 KiB
Current children cumulated memory: 23905808 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+955.113 s]
/proc/loadavg: 4.93 5.55 5.51 5/254 13153
/proc/meminfo: memFree=105819400/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3358228 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 0 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 839557 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 839557 3456 6655 0 896042 0
[pid=13142] ppid=13061 vsize=29096136 memory=20920728 CPUtime=227.12 cores=0,2
/proc/13142/stat : 13142 (Exact) R 13061 13142 13142 0 -1 4194304 3369682 0 0 0 21796 916 0 0 20 0 1 0 29568888 29794443264 5230182 18446744073709551615 4198400 8335837 140736491468672 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 18739200 140736491477179 140736491477533 140736491477533 140736491483087 0
/proc/13142/statm: 7274034 5230182 1088 1011 0 7272801 0
Current children cumulated CPU time: 1628.72 s
Current children cumulated vsize: 32738532 KiB
Current children cumulated memory: 24278956 KiB

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

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

# cumulated CPU time of all completed processes:  user=1617.34 s, system=12.647 s

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

[startup+955.205 s]
/proc/loadavg: 4.93 5.55 5.51 5/254 13153
/proc/meminfo: memFree=105819400/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3642396 memory=3358228 CPUtime=1401.6 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) S 13058 13061 11315 0 -1 4194304 1520767 136 0 0 139874 286 0 0 20 0 1 0 29496152 3729813504 839557 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 16384 0 16386 1 0 0 17 2 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 910599 839557 3456 6655 0 896042 0
Current children cumulated CPU time: 1401.6 s
Current children cumulated vsize: 3642396 KiB
Current children cumulated memory: 3358228 KiB

[startup+956 s]*
/proc/loadavg: 4.93 5.55 5.51 5/253 13155
/proc/meminfo: memFree=126554700/131382116 swapFree=33010684/33010684
[pid=13061] ppid=13058 vsize=3604888 memory=3320720 CPUtime=1629.56 cores=0,2
/proc/13061/stat : 13061 (LSIPExact) R 13058 13061 11315 0 -1 4194304 1572968 3369861 0 0 139904 293 21797 962 20 0 1 0 29496152 3691405312 830180 18446744073709551615 93900152254464 93900179510865 140733141321696 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 93900188013704 93900188445312 93900205899776 140733141326170 140733141326346 140733141326346 140733141331948 0
/proc/13061/statm: 901222 830180 3456 6655 0 886665 0
Current children cumulated CPU time: 1629.56 s
Current children cumulated vsize: 3604888 KiB
Current children cumulated memory: 3320720 KiB

[startup+956.4 s]*
/proc/loadavg: 4.93 5.55 5.51 5/253 13155
/proc/meminfo: memFree=128881848/131382116 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 956.417
CPU time (s): 1629.98
CPU user time (s): 1617.34
CPU system time (s): 12.647
CPU usage (%): 170.426
Max. virtual memory (cumulated for all children) (KiB): 32738532
Max. memory (cumulated for all children) (KiB): 24278956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1617.34
system time used= 12.647
maximum resident set size= 20965784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4991015
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= 383
involuntary context switches= 11547


# summary of solver processes directly reported to runsolver:
#   pid: 13061
#   total CPU time (s): 1629.98
#   total CPU user time (s): 1617.34
#   total CPU system time (s): 12.647

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.55275 second user time and 6.04961 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-06-28 21:16:07
IDJOB=4511831
IDBENCH=160485
IDSOLVER=3336
FILE ID=nodeC010/4511831-1751138167
RUNJOBID= nodeC010-1751133631-11330
SLURM_JOB_ID= 9587410
Free space on /tmp= 432896 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511831-1751138167/watcher-4511831-1751138167 -o /tmp/evaluation-result-4511831-1751138167/solver-4511831-1751138167 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751133631-11330 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4511831-1751138167.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=1248656310

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		: 2893.090
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		: 3691.197
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		: 1197.380
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		: 1197.263
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		: 3662.434
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		: 3691.191
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.430
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		: 1197.199
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:        129323148 kB
MemAvailable:   129080020 kB
Buffers:            3280 kB
Cached:           569472 kB
SwapCached:            0 kB
Active:          1155224 kB
Inactive:         363312 kB
Active(anon):     963744 kB
Inactive(anon):        0 kB
Active(file):     191480 kB
Inactive(file):   363312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75912 kB
Writeback:             0 kB
AnonPages:        948900 kB
Mapped:           152200 kB
Shmem:             17960 kB
KReclaimable:      83416 kB
Slab:             162272 kB
SReclaimable:      83416 kB
SUnreclaim:        78856 kB
KernelStack:        4112 kB
PageTables:         5004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1443288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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= 432856 MiB
End job on nodeC010 at 2025-06-28 21:32:04