Trace number 4506031

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.02 2047.96

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUM00fa528bfee1582f0c8a78997b3aaa78
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83802
Best CPU time to get the best result obtained on this benchmark71301.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 998
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 158449780
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 158449780
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.05/2045.90	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.05/2045.90	c numVar: 399113
3600.05/2045.90	c numCon: 400980
3600.05/2045.90	c numEqual: 0
3600.05/2045.90	c intSize: 28
3600.05/2045.90	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.05/2045.90	c ------------------- Paras list -------------------
3600.05/2045.90	c Name                	 Type      	 Now       	 Default   	 Comment
3600.05/2045.90	c timeout             	 double    	 3600.000000	 3600      	 
3600.05/2045.90	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.05/2045.90	c ls_time             	 double    	 10.000000 	 10        	 
3600.05/2045.90	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.05/2045.90	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.05/2045.90	c random_seed         	 int       	 0         	 0         	 
3600.05/2045.90	c sample_size         	 int       	 50        	 50        	 
3600.05/2045.90	c sub_score           	 int       	 1         	 1         	 
3600.05/2045.90	c tabu_base           	 int       	 3         	 3         	 
3600.05/2045.90	c tabu_variation      	 int       	 1         	 1         	 
3600.05/2045.90	c sub_div             	 int       	 4         	 4         	 
3600.05/2045.90	c nbcore              	 int       	 2         	 1         	 
3600.05/2045.90	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.05/2045.90	c print_sol           	 int       	 1         	 1         	 
3600.05/2045.90	c tmpdir              	 string		 .         	 "."       	 
3600.05/2045.90	c home                	 string		 HOME	 "."       	 
3600.05/2045.90	c benchname           	 string		 HOME/instance-4506031-1751482165.opb	 ""        	 
3600.05/2045.90	c --------------------------------------------------
3600.05/2045.90	c Local Search solver
3600.05/2045.90	c LS find feasible solution for PBO with objective value 0
3600.05/2045.90	c MIP solver
3600.05/2045.90	c receive signal 15, try to interrupt solver...
3600.27/2046.19	c MIP solver find feasible solution
3600.35/2046.23	c MIP solver objective value: 0
3600.45/2046.39	c MIP find feasible solution for PBO with objective value 0
3600.45/2046.39	c copy file: 0
3600.45/2046.39	c gen ub file: HOME/instance-4506031-1751482165.opb_ub.opb
3600.45/2046.39	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: 63794 MiB (60351 MiB free)
  memory of node 1: 64507 MiB (56878 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506031-1751482165/watcher-4506031-1751482165 -o /tmp/evaluation-result-4506031-1751482165/solver-4506031-1751482165 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506031-1751482165.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=71571, runsolver pid=71568

[startup+0.100069 s]*
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119957868/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=153544 memory=110532 CPUtime=0.09 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 21480 0 0 0 5 4 0 0 20 0 1 0 63896363 157229056 27633 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 38386 27633 1152 6655 0 28621 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153544 KiB
Current children cumulated memory: 110532 KiB

[startup+0.208519 s]*
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119957868/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=165504 memory=122328 CPUtime=0.2 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 24712 0 0 0 15 5 0 0 20 0 1 0 63896363 169476096 30582 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 41376 30582 1152 6655 0 31611 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 165504 KiB
Current children cumulated memory: 122328 KiB

[startup+0.308498 s]*
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119957868/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=170652 memory=127576 CPUtime=0.3 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 25999 0 0 0 24 6 0 0 20 0 1 0 63896363 174747648 31894 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 42663 31894 1152 6655 0 32898 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 170652 KiB
Current children cumulated memory: 127576 KiB

[startup+0.700306 s]
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119957868/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=313652 memory=276760 CPUtime=0.68 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 48888 0 0 0 54 14 0 0 20 0 1 0 63896363 321179648 69190 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 78413 69190 1152 6655 0 68648 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 313652 KiB
Current children cumulated memory: 276760 KiB

[startup+1.50029 s]
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119832936/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=504904 memory=468036 CPUtime=1.48 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 96209 0 0 0 124 24 0 0 20 0 1 0 63896363 517021696 117009 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 126226 117009 1152 6655 0 116461 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 504904 KiB
Current children cumulated memory: 468036 KiB

[startup+3.11344 s]
/proc/loadavg: 7.02 7.43 7.53 7/254 71572
/proc/meminfo: memFree=119643888/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=577988 memory=540244 CPUtime=3.09 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 113784 0 0 0 283 26 0 0 20 0 1 0 63896363 591859712 135061 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 144497 135061 1152 6655 0 134732 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 577988 KiB
Current children cumulated memory: 540244 KiB

[startup+6.3003 s]
/proc/loadavg: 6.94 7.40 7.52 7/254 71572
/proc/meminfo: memFree=119644392/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=577988 memory=540244 CPUtime=6.26 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 113829 0 0 0 600 26 0 0 20 0 1 0 63896363 591859712 135061 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 144497 135061 1152 6655 0 134732 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 577988 KiB
Current children cumulated memory: 540244 KiB

[startup+12.7003 s]
/proc/loadavg: 6.87 7.38 7.51 7/254 71572
/proc/meminfo: memFree=119198804/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1190912 memory=1076632 CPUtime=12.64 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 179861 0 0 0 1220 44 0 0 20 0 2 0 63896363 1219493888 269158 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 297728 269158 2720 6655 0 271611 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1190912 KiB
Current children cumulated memory: 1076632 KiB

[startup+25.5002 s]
/proc/loadavg: 6.82 7.35 7.50 8/255 71573
/proc/meminfo: memFree=118519552/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1777668 memory=1634576 CPUtime=30.94 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 380355 0 0 0 3001 93 0 0 20 0 2 0 63896363 1820332032 408644 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 444417 408644 3680 6655 0 434102 0
[pid=71571/tid=71573] ppid=71568 vsize=1777668 memory=14336 CPUtime=5.56 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 12367 0 0 0 552 4 0 0 20 0 2 0 63897578 1820332032 408644 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 30.94 s
Current children cumulated vsize: 1777668 KiB
Current children cumulated memory: 1634576 KiB

[startup+51.1058 s]
/proc/loadavg: 6.75 7.29 7.47 9/254 71574
/proc/meminfo: memFree=118152936/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2260928 memory=2047204 CPUtime=72.46 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 478665 0 0 0 7136 110 0 0 20 0 2 0 63896363 2315190272 511801 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 565232 511801 3744 6655 0 555331 0
[pid=71571/tid=71573] ppid=71568 vsize=2260928 memory=2041444 CPUtime=22.04 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 25243 0 0 0 2194 10 0 0 20 0 2 0 63897578 2315190272 511801 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 72.46 s
Current children cumulated vsize: 2260928 KiB
Current children cumulated memory: 2047204 KiB

[startup+102.3 s]
/proc/loadavg: 6.54 7.16 7.42 7/255 71578
/proc/meminfo: memFree=118247044/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2260928 memory=2047204 CPUtime=173.95 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 515318 0 0 0 17282 113 0 0 20 0 2 0 63896363 2315190272 511801 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 565232 511801 3744 6655 0 555331 0
[pid=71571/tid=71573] ppid=71568 vsize=2260928 memory=14336 CPUtime=72.56 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 46083 0 0 0 7244 12 0 0 20 0 2 0 63897578 2315190272 511801 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 173.95 s
Current children cumulated vsize: 2260928 KiB
Current children cumulated memory: 2047204 KiB

[startup+162.3 s]
/proc/loadavg: 6.59 7.05 7.36 7/255 71627
/proc/meminfo: memFree=118638732/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2260928 memory=2089220 CPUtime=282.61 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 561749 0 0 0 28142 119 0 0 20 0 2 0 63896363 2315190272 522305 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 565232 522305 3744 6655 0 555331 0
[pid=71571/tid=71573] ppid=71568 vsize=2260928 memory=2047332 CPUtime=122.55 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 55528 0 0 0 12241 14 0 0 20 0 2 0 63897578 2315190272 522305 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 282.61 s
Current children cumulated vsize: 2260928 KiB
Current children cumulated memory: 2089220 KiB

[startup+222.3 s]
/proc/loadavg: 6.64 6.99 7.33 8/255 71629
/proc/meminfo: memFree=117653644/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2967788 memory=2640496 CPUtime=398.04 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 750322 0 0 0 39643 161 0 0 20 0 2 0 63896363 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 741947 660124 3776 6655 0 720101 0
[pid=71571/tid=71573] ppid=71568 vsize=2967788 memory=18304 CPUtime=178.31 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 152173 0 0 0 17786 45 0 0 20 0 2 0 63897578 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 398.04 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2640496 KiB

[startup+282.3 s]
/proc/loadavg: 6.98 7.02 7.31 8/254 71631
/proc/meminfo: memFree=117384992/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2967788 memory=2640496 CPUtime=517.06 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 763836 0 0 0 51543 163 0 0 20 0 2 0 63896363 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 741947 660124 3776 6655 0 720101 0
[pid=71571/tid=71573] ppid=71568 vsize=2967788 memory=18304 CPUtime=237.58 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 158609 0 0 0 23712 46 0 0 20 0 2 0 63897578 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 517.06 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2640496 KiB

[startup+342.3 s]
/proc/loadavg: 6.99 7.02 7.29 8/254 71637
/proc/meminfo: memFree=117388696/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2967788 memory=2640496 CPUtime=636.04 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 767661 0 0 0 63440 164 0 0 20 0 2 0 63896363 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 741947 660124 3776 6655 0 720101 0
[pid=71571/tid=71573] ppid=71568 vsize=2967788 memory=2640496 CPUtime=296.83 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) R 71568 71571 70730 0 -1 4194368 159466 0 0 0 29636 47 0 0 20 0 2 0 63897578 3039014912 660124 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 636.04 s
Current children cumulated vsize: 2967788 KiB
Current children cumulated memory: 2640496 KiB

[startup+402.3 s]
/proc/loadavg: 7.11 7.04 7.28 8/254 71640

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

/proc/loadavg: 6.22 6.50 6.79 7/255 71810
/proc/meminfo: memFree=116605044/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2441164 CPUtime=3337.77 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1049389 0 0 0 333584 193 0 0 20 0 2 0 63896363 2720690176 610291 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 610291 3776 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2441164 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 610291 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3337.77 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2441164 KiB

[startup+1842.3 s]
/proc/loadavg: 6.22 6.44 6.75 7/255 71814
/proc/meminfo: memFree=116402608/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2472872 CPUtime=3397.43 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1066841 0 0 0 339547 196 0 0 20 0 2 0 63896363 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 618218 3840 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2468680 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3397.43 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2472872 KiB

[startup+1902.3 s]
/proc/loadavg: 6.12 6.37 6.71 7/254 71816
/proc/meminfo: memFree=115915536/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2472872 CPUtime=3457.13 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1066862 0 0 0 345517 196 0 0 20 0 2 0 63896363 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 618218 3840 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2468680 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3457.13 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2472872 KiB

[startup+1962.3 s]
/proc/loadavg: 5.92 6.28 6.65 6/253 71867
/proc/meminfo: memFree=117780672/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2472872 CPUtime=3516.84 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1086959 0 0 0 351487 197 0 0 20 0 2 0 63896363 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 618218 3840 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2472872 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3516.84 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2472872 KiB

[startup+2022.3 s]
/proc/loadavg: 5.99 6.23 6.61 7/254 71916
/proc/meminfo: memFree=118915600/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2472872 CPUtime=3576.57 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1106805 0 0 0 357458 199 0 0 20 0 2 0 63896363 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 618218 3840 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2472872 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3576.57 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2472872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2045.9 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71917
/proc/meminfo: memFree=118725212/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=2656924 memory=2472872 CPUtime=3600.05 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) R 71568 71571 70730 0 -1 4194304 1120333 0 0 0 359805 200 0 0 20 0 2 0 63896363 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 0 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 664231 618218 3840 6655 0 653593 0
[pid=71571/tid=71573] ppid=71568 vsize=2656924 memory=2472872 CPUtime=1565.45 cores=0,2
/proc/71571/task/71573/stat : 71573 (LSIPExact) S 71568 71571 70730 0 -1 4194368 220099 0 0 0 156489 56 0 0 20 0 2 0 63897578 2720690176 618218 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 -1 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 2656924 KiB
Current children cumulated memory: 2472872 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3598.45 s, system=2.13626 s

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

# cumulated CPU time of all completed processes:  user=3599.69 s, system=2.33156 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+2046.4 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71917
/proc/meminfo: memFree=118684368/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1661432 memory=1596012 CPUtime=3600.51 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) S 71568 71571 70730 0 -1 4194304 1198000 226 0 0 359845 206 0 0 20 0 1 0 63896363 1701306368 399003 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 17 0 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 415358 399003 3904 6655 0 405458 0
Current children cumulated CPU time: 3600.51 s
Current children cumulated vsize: 1661432 KiB
Current children cumulated memory: 1596012 KiB

[startup+2047.2 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71919
/proc/meminfo: memFree=119147540/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1661432 memory=1596012 CPUtime=3600.51 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) S 71568 71571 70730 0 -1 4194304 1198000 226 0 0 359845 206 0 0 20 0 1 0 63896363 1701306368 399003 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 415358 399003 3904 6655 0 405458 0
[pid=71919] ppid=71571 vsize=452548 memory=422312 CPUtime=0.71 cores=0,2
/proc/71919/stat : 71919 (Exact) R 71571 71919 71919 0 -1 4194304 39645 0 0 0 57 14 0 0 20 0 1 0 64101003 463409152 105578 18446744073709551615 4198400 8335837 140727003981504 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41517056 140727003986100 140727003986461 140727003986461 140727003992015 0
/proc/71919/statm: 113137 105578 960 1011 0 111904 0
Current children cumulated CPU time: 3601.22 s
Current children cumulated vsize: 2113980 KiB
Current children cumulated memory: 2018324 KiB

[startup+2047.6 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71919
/proc/meminfo: memFree=119147540/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1661432 memory=1596012 CPUtime=3600.51 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) S 71568 71571 70730 0 -1 4194304 1198000 226 0 0 359845 206 0 0 20 0 1 0 63896363 1701306368 399003 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 415358 399003 3904 6655 0 405458 0
[pid=71919] ppid=71571 vsize=561788 memory=535640 CPUtime=1.11 cores=0,2
/proc/71919/stat : 71919 (Exact) R 71571 71919 71919 0 -1 4194304 66976 0 0 0 93 18 0 0 20 0 1 0 64101003 575270912 133910 18446744073709551615 4198400 8335837 140727003981504 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41517056 140727003986100 140727003986461 140727003986461 140727003992015 0
/proc/71919/statm: 140447 133910 960 1011 0 139214 0
Current children cumulated CPU time: 3601.62 s
Current children cumulated vsize: 2223220 KiB
Current children cumulated memory: 2131652 KiB

[startup+2047.8 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71919
/proc/meminfo: memFree=119147540/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1661432 memory=1596012 CPUtime=3600.51 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) S 71568 71571 70730 0 -1 4194304 1198000 226 0 0 359845 206 0 0 20 0 1 0 63896363 1701306368 399003 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 415358 399003 3904 6655 0 405458 0
[pid=71919] ppid=71571 vsize=564744 memory=542412 CPUtime=1.31 cores=0,2
/proc/71919/stat : 71919 (Exact) R 71571 71919 71919 0 -1 4194304 67626 0 0 0 113 18 0 0 20 0 1 0 64101003 578297856 135603 18446744073709551615 4198400 8335837 140727003981504 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41517056 140727003986100 140727003986461 140727003986461 140727003992015 0
/proc/71919/statm: 141186 135603 960 1011 0 139953 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 2226176 KiB
Current children cumulated memory: 2138424 KiB

[startup+2047.9 s]
/proc/loadavg: 6.27 6.28 6.62 8/254 71919
/proc/meminfo: memFree=119147540/131382116 swapFree=33010684/33010684
[pid=71571] ppid=71568 vsize=1661432 memory=1596012 CPUtime=3600.51 cores=0,2
/proc/71571/stat : 71571 (LSIPExact) S 71568 71571 70730 0 -1 4194304 1198000 226 0 0 359845 206 0 0 20 0 1 0 63896363 1701306368 399003 18446744073709551615 94923583664128 94923610920529 140732868316688 0 0 0 0 0 16386 1 0 0 17 2 0 0 0 0 0 94923619423368 94923619854976 94923647127552 140732868319578 140732868319754 140732868319754 140732868325356 0
/proc/71571/statm: 415358 399003 3904 6655 0 405458 0
[pid=71919] ppid=71571 vsize=565936 memory=545688 CPUtime=1.41 cores=0,2
/proc/71919/stat : 71919 (Exact) R 71571 71919 71919 0 -1 4194304 67955 0 0 0 123 18 0 0 20 0 1 0 64101003 579518464 136422 18446744073709551615 4198400 8335837 140727003981504 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 9148648 9230840 41517056 140727003986100 140727003986461 140727003986461 140727003992015 0
/proc/71919/statm: 141484 136422 960 1011 0 140251 0
Current children cumulated CPU time: 3601.92 s
Current children cumulated vsize: 2227368 KiB
Current children cumulated memory: 2141700 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2047.96
CPU time (s): 3602.02
CPU user time (s): 3599.69
CPU system time (s): 2.33156
CPU usage (%): 175.883
Max. virtual memory (cumulated for all children) (KiB): 2967788
Max. memory (cumulated for all children) (KiB): 2642548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 2.33156
maximum resident set size= 2642548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1266181
page faults= 0
swaps= 0
block input operations= 48456
block output operations= 7536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 511
involuntary context switches= 26996


# summary of solver processes directly reported to runsolver:
#   pid: 71571,71919
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3599.69
#   total CPU system time (s): 2.33156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72527 second user time and 11.1617 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 20:49:26
IDJOB=4506031
IDBENCH=157779
IDSOLVER=3336
FILE ID=nodeC011/4506031-1751482165
RUNJOBID= nodeC011-1751477276-70740
SLURM_JOB_ID= 9598512
Free space on /tmp= 430292 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506031-1751482165/watcher-4506031-1751482165 -o /tmp/evaluation-result-4506031-1751482165/solver-4506031-1751482165 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70740 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506031-1751482165.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= 00fa528bfee1582f0c8a78997b3aaa78
RANDOM SEED=1277773819

nodeC011 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.665
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	: 6984.20
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		: 3492.135
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	: 6984.20
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		: 1796.062
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	: 6984.20
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		: 3591.856
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	: 6984.20
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		: 3492.089
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	: 6984.20
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		: 3492.108
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	: 6984.20
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		: 3591.876
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	: 6984.20
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.386
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        120044292 kB
MemAvailable:   122190944 kB
Buffers:            3276 kB
Cached:          2948852 kB
SwapCached:            0 kB
Active:          8054748 kB
Inactive:        2520412 kB
Active(anon):    7638888 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2518308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             75900 kB
Writeback:             0 kB
AnonPages:       7622672 kB
Mapped:           142360 kB
Shmem:             17960 kB
KReclaimable:     103836 kB
Slab:             188564 kB
SReclaimable:     103836 kB
SUnreclaim:        84728 kB
KernelStack:        4096 kB
PageTables:        18632 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8520660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3620864 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:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430260 MiB
End job on nodeC011 at 2025-07-02 21:23:35