Trace number 4506629

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.17 1834.39

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/graca/
normalized-ped3.G.recomb10-0.01-4.opb
MD5SUMa611e721b3043835272268c4e4584094
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17444
Best CPU time to get the best result obtained on this benchmark4.59711
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables79993
Total number of constraints614582
Number of constraints which are clauses614582
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint339
Number of terms in the objective function 10460
Biggest coefficient in the objective function 341
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 3451260
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 341
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 3451260
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

3600.01/1832.30	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.01/1832.30	c numVar: 79993
3600.01/1832.30	c numCon: 614582
3600.01/1832.30	c numEqual: 0
3600.01/1832.30	c intSize: 22
3600.01/1832.30	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.01/1832.30	c ------------------- Paras list -------------------
3600.01/1832.30	c Name                	 Type      	 Now       	 Default   	 Comment
3600.01/1832.30	c timeout             	 double    	 3600.000000	 3600      	 
3600.01/1832.30	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.01/1832.30	c ls_time             	 double    	 10.000000 	 10        	 
3600.01/1832.30	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.01/1832.30	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.01/1832.30	c random_seed         	 int       	 0         	 0         	 
3600.01/1832.30	c sample_size         	 int       	 50        	 50        	 
3600.01/1832.30	c sub_score           	 int       	 1         	 1         	 
3600.01/1832.30	c tabu_base           	 int       	 3         	 3         	 
3600.01/1832.30	c tabu_variation      	 int       	 1         	 1         	 
3600.01/1832.30	c sub_div             	 int       	 4         	 4         	 
3600.01/1832.30	c nbcore              	 int       	 2         	 1         	 
3600.01/1832.30	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.01/1832.30	c print_sol           	 int       	 1         	 1         	 
3600.01/1832.30	c tmpdir              	 string		 .         	 "."       	 
3600.01/1832.30	c home                	 string		 HOME	 "."       	 
3600.01/1832.30	c benchname           	 string		 HOME/instance-4506629-1751500320.opb	 ""        	 
3600.01/1832.30	c --------------------------------------------------
3600.01/1832.30	c Local Search solver
3600.01/1832.30	c LS find feasible solution for PBO with objective value 349381
3600.01/1832.30	c MIP solver
3600.01/1832.30	c receive signal 15, try to interrupt solver...
3600.21/1832.47	c MIP solver find feasible solution
3600.36/1832.51	c MIP solver objective value: 17445
3600.46/1832.64	c MIP find feasible solution for PBO with objective value 17445
3600.46/1832.64	c copy file: 0
3600.46/1832.64	c gen ub file: HOME/instance-4506629-1751500320.opb_ub.opb
3600.46/1832.64	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63080 MiB free)
  memory of node 1: 64465 MiB (63554 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=69329, runsolver pid=69326

[startup+0.100074 s]*
/proc/loadavg: 0.74 1.55 1.98 5/248 69330
/proc/meminfo: memFree=129597592/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=140500 memory=79268 CPUtime=0.1 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 14217 0 0 0 4 6 0 0 20 0 1 0 65710801 143872000 19817 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 35125 19817 1152 6655 0 25360 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 140500 KiB
Current children cumulated memory: 79268 KiB

[startup+0.214392 s]*
/proc/loadavg: 0.74 1.55 1.98 5/246 69330
/proc/meminfo: memFree=129521236/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=202004 memory=159140 CPUtime=0.2 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 30114 0 0 0 8 12 0 0 20 0 1 0 65710801 206852096 39785 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 50501 39785 1152 6655 0 40736 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 202004 KiB
Current children cumulated memory: 159140 KiB

[startup+0.314411 s]*
/proc/loadavg: 0.74 1.55 1.98 5/246 69330
/proc/meminfo: memFree=129513172/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=202004 memory=159140 CPUtime=0.3 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 30114 0 0 0 18 12 0 0 20 0 1 0 65710801 206852096 39785 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 50501 39785 1152 6655 0 40736 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 202004 KiB
Current children cumulated memory: 159140 KiB

[startup+0.700302 s]
/proc/loadavg: 0.74 1.55 1.98 5/246 69331
/proc/meminfo: memFree=129441008/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=271528 memory=236848 CPUtime=0.67 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 42902 0 0 0 48 19 0 0 20 0 1 0 65710801 278044672 59212 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 67915 59212 1152 6655 0 58150 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 271528 KiB
Current children cumulated memory: 236848 KiB

[startup+1.50036 s]
/proc/loadavg: 0.74 1.55 1.98 5/251 69340
/proc/meminfo: memFree=128968776/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=405268 memory=370224 CPUtime=1.47 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 76233 0 0 0 119 28 0 0 20 0 1 0 65710801 414994432 92556 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 101317 92556 1152 6655 0 91552 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 405268 KiB
Current children cumulated memory: 370224 KiB

[startup+3.11321 s]
/proc/loadavg: 0.74 1.55 1.98 5/251 69340
/proc/meminfo: memFree=128342156/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=416104 memory=381104 CPUtime=3.08 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 78982 0 0 0 279 29 0 0 20 0 1 0 65710801 426090496 95276 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 104026 95276 1152 6655 0 94261 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 416104 KiB
Current children cumulated memory: 381104 KiB

[startup+6.3003 s]
/proc/loadavg: 1.00 1.59 1.99 5/251 69340
/proc/meminfo: memFree=128035896/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=416104 memory=381104 CPUtime=6.25 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 79042 0 0 0 596 29 0 0 20 0 1 0 65710801 426090496 95276 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 104026 95276 1152 6655 0 94261 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 416104 KiB
Current children cumulated memory: 381104 KiB

[startup+12.7004 s]
/proc/loadavg: 1.24 1.63 2.00 7/254 69343
/proc/meminfo: memFree=127219684/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=990764 memory=875576 CPUtime=12.63 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 149906 0 0 0 1217 46 0 0 20 0 2 0 65710801 1014542336 218894 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 247691 218894 2752 6655 0 221574 0
[pid=69329/tid=69343] ppid=69326 vsize=990764 memory=835460 CPUtime=0 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) S 69326 69329 69270 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 65711917 1014542336 218894 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 990764 KiB
Current children cumulated memory: 875576 KiB

[startup+25.5004 s]
/proc/loadavg: 2.37 1.86 2.07 7/255 69345
/proc/meminfo: memFree=125199908/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1334092 memory=1257592 CPUtime=26.82 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 263449 0 0 0 2609 73 0 0 20 0 2 0 65710801 1366110208 314398 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 333523 314398 3392 6655 0 323294 0
[pid=69329/tid=69343] ppid=69326 vsize=1334092 memory=1229760 CPUtime=1.48 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) S 69326 69329 69270 0 -1 4194368 36682 0 0 0 136 12 0 0 20 0 2 0 65711917 1366110208 314398 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 26.82 s
Current children cumulated vsize: 1334092 KiB
Current children cumulated memory: 1257592 KiB

[startup+51.1055 s]
/proc/loadavg: 3.96 2.28 2.20 8/255 69345
/proc/meminfo: memFree=124552488/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1714676 memory=1565064 CPUtime=68.41 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 422528 0 0 0 6739 102 0 0 20 0 2 0 65710801 1755828224 391266 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 428669 391266 3456 6655 0 403435 0
[pid=69329/tid=69343] ppid=69326 vsize=1714676 memory=14576 CPUtime=17.58 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 85428 0 0 0 1736 22 0 0 20 0 2 0 65711917 1755828224 391266 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 68.41 s
Current children cumulated vsize: 1714676 KiB
Current children cumulated memory: 1565064 KiB

[startup+102.3 s]
/proc/loadavg: 5.75 3.02 2.46 8/256 69348
/proc/meminfo: memFree=124494740/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1565532 memory=1466580 CPUtime=169.93 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 548564 0 0 0 16870 123 0 0 20 0 2 0 65710801 1603104768 366645 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 391383 366645 3456 6655 0 371191 0
[pid=69329/tid=69343] ppid=69326 vsize=1565532 memory=-6586342280602423649 CPUtime=68.16 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 136216 0 0 0 6789 27 0 0 20 0 2 0 65711917 1603104768 366645 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 169.93 s
Current children cumulated vsize: 1565532 KiB
Current children cumulated memory: 1466580 KiB

[startup+162.3 s]
/proc/loadavg: 7.08 3.90 2.80 8/256 69350
/proc/meminfo: memFree=124030692/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1591208 memory=1505024 CPUtime=288.97 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 646860 0 0 0 28756 141 0 0 20 0 2 0 65710801 1629396992 376256 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 397802 376256 3456 6655 0 381157 0
[pid=69329/tid=69343] ppid=69326 vsize=1591208 memory=1483808 CPUtime=127.47 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 173511 0 0 0 12717 30 0 0 20 0 2 0 65711917 1629396992 376256 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 288.97 s
Current children cumulated vsize: 1591208 KiB
Current children cumulated memory: 1505024 KiB

[startup+222.3 s]
/proc/loadavg: 7.44 4.57 3.10 8/256 69352
/proc/meminfo: memFree=123886524/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1772596 memory=1700416 CPUtime=407.99 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 685867 0 0 0 40641 158 0 0 20 0 2 0 65710801 1815138304 425104 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 443149 425104 3456 6655 0 430261 0
[pid=69329/tid=69343] ppid=69326 vsize=1772596 memory=11136 CPUtime=186.78 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 185184 0 0 0 18639 39 0 0 20 0 2 0 65711917 1815138304 425104 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 407.99 s
Current children cumulated vsize: 1772596 KiB
Current children cumulated memory: 1700416 KiB

[startup+282.3 s]
/proc/loadavg: 7.82 5.20 3.41 8/256 69356
/proc/meminfo: memFree=123839292/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1775980 memory=1707636 CPUtime=527.03 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 792836 0 0 0 52528 175 0 0 20 0 2 0 65710801 1818603520 426909 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 443995 426909 3456 6655 0 431107 0
[pid=69329/tid=69343] ppid=69326 vsize=1775980 memory=1701196 CPUtime=246.1 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 226722 0 0 0 24561 49 0 0 20 0 2 0 65711917 1818603520 426909 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 527.03 s
Current children cumulated vsize: 1775980 KiB
Current children cumulated memory: 1707636 KiB

[startup+342.3 s]
/proc/loadavg: 7.98 5.72 3.70 9/254 69358
/proc/meminfo: memFree=123719236/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1772596 memory=1706832 CPUtime=646.03 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 840636 0 0 0 64412 191 0 0 20 0 2 0 65710801 1815138304 426708 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 443149 426708 3456 6655 0 430261 0
[pid=69329/tid=69343] ppid=69326 vsize=1772596 memory=1701196 CPUtime=305.4 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 249684 0 0 0 30479 61 0 0 20 0 2 0 65711917 1815138304 426708 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 646.03 s
Current children cumulated vsize: 1772596 KiB
Current children cumulated memory: 1706832 KiB


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

[pid=69329] ppid=69326 vsize=2115552 memory=2070900 CPUtime=2905.41 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1480313 0 0 0 290198 343 0 0 20 0 2 0 65710801 2166325248 517725 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 528888 517725 3456 6655 0 518262 0
[pid=69329/tid=69343] ppid=69326 vsize=2115552 memory=2055020 CPUtime=1430.82 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 607734 0 0 0 142908 174 0 0 20 0 2 0 65711917 2166325248 517725 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 2905.41 s
Current children cumulated vsize: 2115552 KiB
Current children cumulated memory: 2070900 KiB

[startup+1542.3 s]
/proc/loadavg: 7.96 8.02 6.88 9/255 69613
/proc/meminfo: memFree=126552092/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2165324 memory=2124220 CPUtime=3024.44 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1496455 0 0 0 302090 354 0 0 20 0 2 0 65710801 2217291776 531055 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 541331 531055 3456 6655 0 530705 0
[pid=69329/tid=69343] ppid=69326 vsize=2165324 memory=297752902831825 CPUtime=1490.14 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 618585 0 0 0 148835 179 0 0 20 0 2 0 65711917 2217291776 531055 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3024.44 s
Current children cumulated vsize: 2165324 KiB
Current children cumulated memory: 2124220 KiB

[startup+1602.3 s]
/proc/loadavg: 8.01 8.03 6.96 9/255 69660
/proc/meminfo: memFree=126444956/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2165324 memory=2124628 CPUtime=3143.49 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1519941 0 0 0 313981 368 0 0 20 0 2 0 65710801 2217291776 531157 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 541331 531157 3456 6655 0 530705 0
[pid=69329/tid=69343] ppid=69326 vsize=2165324 memory=2124628 CPUtime=1549.46 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 638180 0 0 0 154760 186 0 0 20 0 2 0 65711917 2217291776 531157 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3143.49 s
Current children cumulated vsize: 2165324 KiB
Current children cumulated memory: 2124628 KiB

[startup+1662.3 s]
/proc/loadavg: 7.75 7.94 7.00 8/254 69707
/proc/meminfo: memFree=126886284/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2196352 memory=2155528 CPUtime=3262.51 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1527470 0 0 0 325872 379 0 0 20 0 2 0 65710801 2249064448 538882 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 549088 538882 3456 6655 0 538462 0
[pid=69329/tid=69343] ppid=69326 vsize=2196352 memory=2155528 CPUtime=1608.74 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 643773 0 0 0 160679 195 0 0 20 0 2 0 65711917 2249064448 538882 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3262.51 s
Current children cumulated vsize: 2196352 KiB
Current children cumulated memory: 2155528 KiB

[startup+1722.3 s]
/proc/loadavg: 7.89 7.94 7.06 9/255 69710
/proc/meminfo: memFree=126560524/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2229420 memory=2188600 CPUtime=3381.64 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1549678 0 0 0 337777 387 0 0 20 0 2 0 65710801 2282926080 547150 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 557355 547150 3456 6655 0 546729 0
[pid=69329/tid=69343] ppid=69326 vsize=2229420 memory=2155528 CPUtime=1668.06 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 657749 0 0 0 166605 201 0 0 20 0 2 0 65711917 2282926080 547150 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3381.64 s
Current children cumulated vsize: 2229420 KiB
Current children cumulated memory: 2188600 KiB

[startup+1782.3 s]
/proc/loadavg: 8.02 7.97 7.13 9/256 69717
/proc/meminfo: memFree=126397292/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2284228 memory=2243376 CPUtime=3500.71 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1556289 0 0 0 349680 391 0 0 20 0 2 0 65710801 2339049472 560844 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 571057 560844 3456 6655 0 560431 0
[pid=69329/tid=69343] ppid=69326 vsize=2284228 memory=2243260 CPUtime=1727.38 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 661521 0 0 0 172534 204 0 0 20 0 2 0 65711917 2339049472 560844 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3500.71 s
Current children cumulated vsize: 2284228 KiB
Current children cumulated memory: 2243376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1832.3 s]
/proc/loadavg: 7.60 7.87 7.13 8/255 69718
/proc/meminfo: memFree=126364212/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=2305824 memory=2265000 CPUtime=3600.01 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) R 69326 69329 69270 0 -1 4194304 1581573 0 0 0 359599 402 0 0 20 0 2 0 65710801 2361163776 566250 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 576456 566250 3456 6655 0 565830 0
[pid=69329/tid=69343] ppid=69326 vsize=2305824 memory=18432 CPUtime=1776.86 cores=5,7
/proc/69329/task/69343/stat : 69343 (LSIPExact) R 69326 69329 69270 0 -1 4194368 675547 0 0 0 177474 212 0 0 20 0 2 0 65711917 2361163776 566250 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2305824 KiB
Current children cumulated memory: 2265000 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=4.14685 s

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

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

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

[startup+1833.6 s]
/proc/loadavg: 7.60 7.87 7.13 7/255 69720
/proc/meminfo: memFree=127050944/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1517008 memory=1477756 CPUtime=3600.46 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) S 69326 69329 69270 0 -1 4194304 1656635 229 0 0 359639 407 0 0 20 0 1 0 65710801 1553416192 369439 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 379252 369439 3488 6655 0 369317 0
[pid=69720] ppid=69329 vsize=126448 memory=115264 CPUtime=0.91 cores=5,7
/proc/69720/stat : 69720 (Exact) R 69329 69720 69720 0 -1 4194304 17459 0 1 0 88 3 0 0 20 0 1 0 65894065 129482752 28816 18446744073709551615 4198400 8335837 140720888287824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27037696 140720888289460 140720888289821 140720888289821 140720888295375 0
/proc/69720/statm: 31612 28816 928 1011 0 30379 0
Current children cumulated CPU time: 3601.37 s
Current children cumulated vsize: 1643456 KiB
Current children cumulated memory: 1593020 KiB

[startup+1834 s]*
/proc/loadavg: 7.47 7.84 7.13 7/255 69720
/proc/meminfo: memFree=126954672/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1517008 memory=1477756 CPUtime=3600.46 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) S 69326 69329 69270 0 -1 4194304 1656635 229 0 0 359639 407 0 0 20 0 1 0 65710801 1553416192 369439 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 379252 369439 3488 6655 0 369317 0
[pid=69720] ppid=69329 vsize=176396 memory=165384 CPUtime=1.33 cores=5,7
/proc/69720/stat : 69720 (Exact) R 69329 69720 69720 0 -1 4194304 27587 0 1 0 127 6 0 0 20 0 1 0 65894065 180629504 41346 18446744073709551615 4198400 8335837 140720888287824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27037696 140720888289460 140720888289821 140720888289821 140720888295375 0
/proc/69720/statm: 44099 41346 960 1011 0 42866 0
Current children cumulated CPU time: 3601.79 s
Current children cumulated vsize: 1693404 KiB
Current children cumulated memory: 1643140 KiB

[startup+1834.2 s]
/proc/loadavg: 7.47 7.84 7.13 7/255 69720
/proc/meminfo: memFree=126954672/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1517008 memory=1477756 CPUtime=3600.46 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) S 69326 69329 69270 0 -1 4194304 1656635 229 0 0 359639 407 0 0 20 0 1 0 65710801 1553416192 369439 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 379252 369439 3488 6655 0 369317 0
[pid=69720] ppid=69329 vsize=237856 memory=211200 CPUtime=1.52 cores=5,7
/proc/69720/stat : 69720 (Exact) R 69329 69720 69720 0 -1 4194304 34835 0 1 0 144 8 0 0 20 0 1 0 65894065 243564544 52800 18446744073709551615 4198400 8335837 140720888287824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27037696 140720888289460 140720888289821 140720888289821 140720888295375 0
/proc/69720/statm: 59464 52800 960 1011 0 58231 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 1754864 KiB
Current children cumulated memory: 1688956 KiB

[startup+1834.3 s]
/proc/loadavg: 7.47 7.84 7.13 7/255 69720
/proc/meminfo: memFree=126954672/131382120 swapFree=33010416/33010684
[pid=69329] ppid=69326 vsize=1517008 memory=1477756 CPUtime=3600.46 cores=5,7
/proc/69329/stat : 69329 (LSIPExact) S 69326 69329 69270 0 -1 4194304 1656635 229 0 0 359639 407 0 0 20 0 1 0 65710801 1553416192 369439 18446744073709551615 94065397837824 94065425094225 140733261986688 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94065433597064 94065434028672 94065465860096 140733261990234 140733261990410 140733261990410 140733261996012 0
/proc/69329/statm: 379252 369439 3488 6655 0 369317 0
[pid=69720] ppid=69329 vsize=243004 memory=220600 CPUtime=1.61 cores=5,7
/proc/69720/stat : 69720 (Exact) R 69329 69720 69720 0 -1 4194304 36152 0 1 0 153 8 0 0 20 0 1 0 65894065 248836096 55150 18446744073709551615 4198400 8335837 140720888287824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 27037696 140720888289460 140720888289821 140720888289821 140720888295375 0
/proc/69720/statm: 60751 55150 960 1011 0 59518 0
Current children cumulated CPU time: 3602.07 s
Current children cumulated vsize: 1760012 KiB
Current children cumulated memory: 1698356 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1834.39
CPU time (s): 3602.17
CPU user time (s): 3597.93
CPU system time (s): 4.2407
CPU usage (%): 196.369
Max. virtual memory (cumulated for all children) (KiB): 2349956
Max. memory (cumulated for all children) (KiB): 2269344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.93
system time used= 4.2407
maximum resident set size= 2269344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1693020
page faults= 1
swaps= 0
block input operations= 38680
block output operations= 248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 505
involuntary context switches= 136855


# summary of solver processes directly reported to runsolver:
#   pid: 69329,69720
#   total CPU time (s): 3602.17
#   total CPU user time (s): 3597.93
#   total CPU system time (s): 4.2407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.92522 second user time and 8.61831 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-03 01:52:01
IDJOB=4506629
IDBENCH=158251
IDSOLVER=3336
FILE ID=nodeC003/4506629-1751500320
RUNJOBID= nodeC003-1751500320-69283
SLURM_JOB_ID= 9598582
Free space on /tmp= 431880 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/graca/normalized-ped3.G.recomb10-0.01-4.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506629-1751500320/watcher-4506629-1751500320 -o /tmp/evaluation-result-4506629-1751500320/solver-4506629-1751500320 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751500320-69283 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506629-1751500320.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= a611e721b3043835272268c4e4584094
RANDOM SEED=2056102799

nodeC003 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		: 1197.158
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.44
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		: 1197.119
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.44
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.165
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.44
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.157
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.44
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.433
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.44
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.163
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.44
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		: 1795.754
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.44
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.182
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129713448 kB
MemAvailable:   129855472 kB
Buffers:            2736 kB
Cached:           939760 kB
SwapCached:           36 kB
Active:           574676 kB
Inactive:         447692 kB
Active(anon):      90236 kB
Inactive(anon):     7608 kB
Active(file):     484440 kB
Inactive(file):   440084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            200328 kB
Writeback:             4 kB
AnonPages:         80968 kB
Mapped:           103908 kB
Shmem:             17924 kB
KReclaimable:     114252 kB
Slab:             200220 kB
SReclaimable:     114252 kB
SUnreclaim:        85968 kB
KernelStack:        3920 kB
PageTables:         2984 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     390800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431824 MiB
End job on nodeC003 at 2025-07-03 02:22:36