Trace number 4506077

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.21 1835.69

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUMc3fbcb3bbc6f19a0312d063de4b77764
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-64400
Best CPU time to get the best result obtained on this benchmark72003.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
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 899428
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 998
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 899428
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.04/1833.60	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.04/1833.60	c numVar: 400896
3600.04/1833.60	c numCon: 402763
3600.04/1833.60	c numEqual: 0
3600.04/1833.60	c intSize: 20
3600.04/1833.60	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.04/1833.60	c ------------------- Paras list -------------------
3600.04/1833.60	c Name                	 Type      	 Now       	 Default   	 Comment
3600.04/1833.60	c timeout             	 double    	 3600.000000	 3600      	 
3600.04/1833.60	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.04/1833.60	c ls_time             	 double    	 10.000000 	 10        	 
3600.04/1833.60	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.04/1833.60	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.04/1833.60	c random_seed         	 int       	 0         	 0         	 
3600.04/1833.60	c sample_size         	 int       	 50        	 50        	 
3600.04/1833.60	c sub_score           	 int       	 1         	 1         	 
3600.04/1833.60	c tabu_base           	 int       	 3         	 3         	 
3600.04/1833.60	c tabu_variation      	 int       	 1         	 1         	 
3600.04/1833.60	c sub_div             	 int       	 4         	 4         	 
3600.04/1833.60	c nbcore              	 int       	 2         	 1         	 
3600.04/1833.60	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.04/1833.60	c print_sol           	 int       	 1         	 1         	 
3600.04/1833.60	c tmpdir              	 string		 .         	 "."       	 
3600.04/1833.60	c home                	 string		 HOME	 "."       	 
3600.04/1833.60	c benchname           	 string		 HOME/instance-4506077-1751482272.opb	 ""        	 
3600.04/1833.60	c --------------------------------------------------
3600.04/1833.60	c Local Search solver
3600.04/1833.60	c LS find feasible solution for PBO with objective value 0
3600.04/1833.60	c MIP solver
3600.04/1833.60	c receive signal 15, try to interrupt solver...
3600.25/1833.76	c MIP solver find feasible solution
3600.36/1833.81	c MIP solver objective value: -61540
3600.46/1833.93	c MIP find feasible solution for PBO with objective value -61540
3600.46/1833.93	c copy file: 0
3600.46/1833.93	c gen ub file: HOME/instance-4506077-1751482272.opb_ub.opb
3600.46/1833.93	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 (58587 MiB free)
  memory of node 1: 64507 MiB (59033 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506077-1751482272/watcher-4506077-1751482272 -o /tmp/evaluation-result-4506077-1751482272/solver-4506077-1751482272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70743 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506077-1751482272.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=71624, runsolver pid=71621

[startup+0.100114 s]*
/proc/loadavg: 6.50 7.14 7.41 7/254 71625
/proc/meminfo: memFree=120443828/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=131092 memory=84216 CPUtime=0.09 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 14959 0 0 0 5 4 0 0 20 0 1 0 63906982 134238208 21054 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 32806 21054 1152 6655 0 23041 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 131092 KiB
Current children cumulated memory: 84216 KiB

[startup+0.21148 s]*
/proc/loadavg: 6.50 7.14 7.41 7/254 71625
/proc/meminfo: memFree=120443828/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=150520 memory=107640 CPUtime=0.2 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 20305 0 0 0 14 6 0 0 20 0 1 0 63906982 154132480 26910 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 37630 26910 1152 6655 0 27865 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 150520 KiB
Current children cumulated memory: 107640 KiB

[startup+0.310806 s]*
/proc/loadavg: 6.50 7.14 7.41 7/254 71625
/proc/meminfo: memFree=120443828/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=150520 memory=107640 CPUtime=0.3 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 20305 0 0 0 24 6 0 0 20 0 1 0 63906982 154132480 26910 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 37630 26910 1152 6655 0 27865 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 150520 KiB
Current children cumulated memory: 107640 KiB

[startup+0.700341 s]
/proc/loadavg: 6.50 7.14 7.41 7/254 71625
/proc/meminfo: memFree=120399284/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=302004 memory=267380 CPUtime=0.67 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 45236 0 0 0 52 15 0 0 20 0 1 0 63906982 309252096 66845 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 75534 66845 1184 6655 0 65769 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 302004 KiB
Current children cumulated memory: 267380 KiB

[startup+1.50035 s]
/proc/loadavg: 6.50 7.14 7.41 7/254 71625
/proc/meminfo: memFree=120246068/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=516412 memory=481820 CPUtime=1.47 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 98310 0 0 0 120 27 0 0 20 0 1 0 63906982 528805888 120423 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 129103 120423 1184 6655 0 119338 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 516412 KiB
Current children cumulated memory: 481820 KiB

[startup+3.11344 s]
/proc/loadavg: 6.50 7.14 7.41 7/254 71626
/proc/meminfo: memFree=120085048/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=564640 memory=529948 CPUtime=3.08 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 110375 0 0 0 279 29 0 0 20 0 1 0 63906982 578191360 132487 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 141160 132487 1184 6655 0 131395 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 564640 KiB
Current children cumulated memory: 529948 KiB

[startup+6.30033 s]
/proc/loadavg: 6.46 7.12 7.40 7/254 71626
/proc/meminfo: memFree=120085304/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=564640 memory=529948 CPUtime=6.25 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 110415 0 0 0 596 29 0 0 20 0 1 0 63906982 578191360 132487 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 141160 132487 1184 6655 0 131395 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 564640 KiB
Current children cumulated memory: 529948 KiB

[startup+12.7004 s]
/proc/loadavg: 6.42 7.10 7.40 7/255 71627
/proc/meminfo: memFree=119577408/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=1259744 memory=1111708 CPUtime=12.63 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 179371 0 0 0 1215 48 0 0 20 0 2 0 63906982 1289977856 277927 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 314936 277927 2848 6655 0 288819 0
[pid=71624/tid=71627] ppid=71621 vsize=1259744 memory=969736 CPUtime=0 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) S 71621 71624 70730 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 63908153 1289977856 277927 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1259744 KiB
Current children cumulated memory: 1111708 KiB

[startup+25.5003 s]
/proc/loadavg: 6.47 7.08 7.38 8/255 71627
/proc/meminfo: memFree=118666548/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2214288 memory=1932544 CPUtime=29.78 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 309217 0 0 0 2885 93 0 0 20 0 2 0 63906982 2267430912 483136 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 553572 483136 3136 6655 0 539735 0
[pid=71624/tid=71627] ppid=71621 vsize=2214288 memory=1932416 CPUtime=4.79 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 12332 0 0 0 472 7 0 0 20 0 2 0 63908153 2267430912 483136 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 29.78 s
Current children cumulated vsize: 2214288 KiB
Current children cumulated memory: 1932544 KiB

[startup+51.1059 s]
/proc/loadavg: 6.64 7.07 7.37 7/255 71627
/proc/meminfo: memFree=118638472/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2214288 memory=1940352 CPUtime=80.36 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 311507 0 0 0 7942 94 0 0 20 0 2 0 63906982 2267430912 485088 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 553572 485088 3136 6655 0 539735 0
[pid=71624/tid=71627] ppid=71621 vsize=2214288 memory=1940352 CPUtime=30.05 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 13573 0 0 0 2998 7 0 0 20 0 2 0 63908153 2267430912 485088 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 80.36 s
Current children cumulated vsize: 2214288 KiB
Current children cumulated memory: 1940352 KiB

[startup+102.3 s]
/proc/loadavg: 6.82 7.04 7.35 8/255 71629
/proc/meminfo: memFree=118096136/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2214288 memory=1940480 CPUtime=180.96 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 319693 0 0 0 18000 96 0 0 20 0 2 0 63906982 2267430912 485120 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 553572 485120 3136 6655 0 539735 0
[pid=71624/tid=71627] ppid=71621 vsize=2214288 memory=1940480 CPUtime=80.58 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 21744 0 0 0 8049 9 0 0 20 0 2 0 63908153 2267430912 485120 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 180.96 s
Current children cumulated vsize: 2214288 KiB
Current children cumulated memory: 1940480 KiB

[startup+162.3 s]
/proc/loadavg: 6.88 7.01 7.31 8/255 71631
/proc/meminfo: memFree=117384984/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2969528 memory=2666812 CPUtime=288.04 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 448943 0 0 0 28666 138 0 0 20 0 2 0 63906982 3040796672 666703 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 742382 666703 3392 6655 0 716170 0
[pid=71624/tid=71627] ppid=71621 vsize=2969528 memory=2666812 CPUtime=128.55 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 96333 0 0 0 12822 33 0 0 20 0 2 0 63908153 3040796672 666703 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 288.04 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2666812 KiB

[startup+222.3 s]
/proc/loadavg: 6.99 7.02 7.30 8/254 71637
/proc/meminfo: memFree=117388664/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2969528 memory=2667068 CPUtime=406.76 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 466239 0 0 0 40535 141 0 0 20 0 2 0 63906982 3040796672 666767 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 742382 666767 3392 6655 0 716170 0
[pid=71624/tid=71627] ppid=71621 vsize=2969528 memory=2666940 CPUtime=187.68 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 111463 0 0 0 18734 34 0 0 20 0 2 0 63908153 3040796672 666767 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 406.76 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667068 KiB

[startup+282.3 s]
/proc/loadavg: 7.04 7.03 7.28 8/253 71639
/proc/meminfo: memFree=117387712/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2969528 memory=2667068 CPUtime=525.51 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 473999 0 0 0 52409 142 0 0 20 0 2 0 63906982 3040796672 666767 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 742382 666767 3392 6655 0 716170 0
[pid=71624/tid=71627] ppid=71621 vsize=2969528 memory=2667068 CPUtime=246.83 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 119072 0 0 0 24648 35 0 0 20 0 2 0 63908153 3040796672 666767 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 525.51 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667068 KiB

[startup+342.3 s]
/proc/loadavg: 7.13 7.05 7.27 8/254 71642
/proc/meminfo: memFree=117383648/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=2969528 memory=2667196 CPUtime=644.28 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 492924 0 0 0 64283 145 0 0 20 0 2 0 63906982 3040796672 666799 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 742382 666799 3392 6655 0 716170 0
[pid=71624/tid=71627] ppid=71621 vsize=2969528 memory=2667068 CPUtime=305.99 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 119158 0 0 0 30563 36 0 0 20 0 2 0 63908153 3040796672 666799 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 644.28 s
Current children cumulated vsize: 2969528 KiB
Current children cumulated memory: 2667196 KiB


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

/proc/meminfo: memFree=117136880/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3662672 memory=3465488 CPUtime=2784.33 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1238544 0 0 0 278168 265 0 0 20 0 2 0 63906982 3750576128 866372 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 915668 866372 3488 6655 0 896884 0
[pid=71624/tid=71627] ppid=71621 vsize=3662672 memory=3424324 CPUtime=1371.71 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 456917 0 0 0 137091 80 0 0 20 0 2 0 63908153 3750576128 866372 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 2784.33 s
Current children cumulated vsize: 3662672 KiB
Current children cumulated memory: 3465488 KiB

[startup+1482.3 s]
/proc/loadavg: 6.84 6.71 6.91 8/255 71804
/proc/meminfo: memFree=116462568/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3439600 CPUtime=2903.44 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1289330 0 0 0 290073 271 0 0 20 0 2 0 63906982 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 859900 3488 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3439504 CPUtime=1431.07 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 473651 0 0 0 143024 83 0 0 20 0 2 0 63908153 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 2903.44 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3439600 KiB

[startup+1542.3 s]
/proc/loadavg: 6.78 6.73 6.90 7/255 71806
/proc/meminfo: memFree=116630916/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3439600 CPUtime=3022.36 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1313309 0 0 0 301962 274 0 0 20 0 2 0 63906982 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 859900 3488 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3439600 CPUtime=1490.3 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 479878 0 0 0 148946 84 0 0 20 0 2 0 63908153 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3022.36 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3439600 KiB

[startup+1602.3 s]
/proc/loadavg: 6.35 6.61 6.85 7/255 71808
/proc/meminfo: memFree=116629668/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3439600 CPUtime=3141.29 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1347888 0 0 0 313849 280 0 0 20 0 2 0 63906982 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 859900 3488 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3439600 CPUtime=1549.54 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 496155 0 0 0 154867 87 0 0 20 0 2 0 63908153 3703275520 859900 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3141.29 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3439600 KiB

[startup+1662.3 s]
/proc/loadavg: 6.17 6.51 6.80 7/255 71810
/proc/meminfo: memFree=116604328/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3662672 memory=3476596 CPUtime=3260.2 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1366947 0 0 0 325738 282 0 0 20 0 2 0 63906982 3750576128 869149 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 915668 869149 3488 6655 0 896884 0
[pid=71624/tid=71627] ppid=71621 vsize=3662672 memory=3439600 CPUtime=1608.78 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 512384 0 0 0 160790 88 0 0 20 0 2 0 63908153 3750576128 869149 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3260.2 s
Current children cumulated vsize: 3662672 KiB
Current children cumulated memory: 3476596 KiB

[startup+1722.3 s]
/proc/loadavg: 6.18 6.45 6.76 7/255 71814
/proc/meminfo: memFree=116913340/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3441860 CPUtime=3379.12 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1415874 0 0 0 337624 288 0 0 20 0 2 0 63906982 3703275520 860465 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 860465 3488 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3439600 CPUtime=1668.01 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 529642 0 0 0 166711 90 0 0 20 0 2 0 63908153 3703275520 860465 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3379.12 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3441860 KiB

[startup+1782.3 s]
/proc/loadavg: 6.16 6.39 6.72 7/254 71815
/proc/meminfo: memFree=115915268/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3445152 CPUtime=3498.25 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1503161 0 0 0 349526 299 0 0 20 0 2 0 63906982 3703275520 861288 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 861288 3584 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3445024 CPUtime=1727.37 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 569981 0 0 0 172643 94 0 0 20 0 2 0 63908153 3703275520 861288 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3498.25 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3445152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1833.6 s]
/proc/loadavg: 6.11 6.35 6.68 7/254 71816
/proc/meminfo: memFree=115912212/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3616480 memory=3445152 CPUtime=3600.04 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) R 71621 71624 70730 0 -1 4194304 1518759 0 0 0 359703 301 0 0 20 0 2 0 63906982 3703275520 861288 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 904120 861288 3584 6655 0 885336 0
[pid=71624/tid=71627] ppid=71621 vsize=3616480 memory=3445152 CPUtime=1778.09 cores=5,7
/proc/71624/task/71627/stat : 71627 (LSIPExact) R 71621 71624 70730 0 -1 4194368 585415 0 0 0 177714 95 0 0 20 0 2 0 63908153 3703275520 861288 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 3616480 KiB
Current children cumulated memory: 3445152 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.43 s, system=3.12999 s

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

# cumulated CPU time of all completed processes:  user=3598.91 s, system=3.30432 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+1834.4 s]
/proc/loadavg: 6.11 6.34 6.68 6/254 71818
/proc/meminfo: memFree=116031736/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3409056 memory=3241236 CPUtime=3600.47 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) S 71621 71624 70730 0 -1 4194304 1600490 228 0 0 359743 304 0 0 20 0 1 0 63906982 3490873344 810309 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 852264 810309 3616 6655 0 833480 0
[pid=71818] ppid=71624 vsize=318988 memory=303396 CPUtime=0.43 cores=5,7
/proc/71818/stat : 71818 (Exact) R 71624 71818 71818 0 -1 4194304 24805 0 0 0 35 8 0 0 20 0 1 0 64090375 326643712 75849 18446744073709551615 4198400 8335837 140734081537200 0 0 0 0 0 8404994 0 0 0 17 7 0 0 0 0 0 9148648 9230840 13627392 140734081542324 140734081542685 140734081542685 140734081548239 0
/proc/71818/statm: 79747 75849 960 1011 0 78514 0
Current children cumulated CPU time: 3600.9 s
Current children cumulated vsize: 3728044 KiB
Current children cumulated memory: 3544632 KiB

[startup+1835.2 s]
/proc/loadavg: 6.11 6.34 6.68 6/254 71818
/proc/meminfo: memFree=115708640/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3409056 memory=3241236 CPUtime=3600.47 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) S 71621 71624 70730 0 -1 4194304 1600490 228 0 0 359743 304 0 0 20 0 1 0 63906982 3490873344 810309 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 852264 810309 3616 6655 0 833480 0
[pid=71818] ppid=71624 vsize=422796 memory=404596 CPUtime=1.22 cores=5,7
/proc/71818/stat : 71818 (Exact) R 71624 71818 71818 0 -1 4194304 48700 0 0 0 109 13 0 0 20 0 1 0 64090375 432943104 101149 18446744073709551615 4198400 8335837 140734081537200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13627392 140734081542324 140734081542685 140734081542685 140734081548239 0
/proc/71818/statm: 105699 101149 960 1011 0 104466 0
Current children cumulated CPU time: 3601.69 s
Current children cumulated vsize: 3831852 KiB
Current children cumulated memory: 3645832 KiB

[startup+1835.6 s]
/proc/loadavg: 6.11 6.34 6.68 6/254 71818
/proc/meminfo: memFree=115708640/131382116 swapFree=33010684/33010684
[pid=71624] ppid=71621 vsize=3409056 memory=3241236 CPUtime=3600.47 cores=5,7
/proc/71624/stat : 71624 (LSIPExact) S 71621 71624 70730 0 -1 4194304 1600490 228 0 0 359743 304 0 0 20 0 1 0 63906982 3490873344 810309 18446744073709551615 94664048132096 94664075388497 140722843860448 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94664083891336 94664084322944 94664095064064 140722843863386 140722843863562 140722843863562 140722843869164 0
/proc/71624/statm: 852264 810309 3616 6655 0 833480 0
[pid=71818] ppid=71624 vsize=450800 memory=436984 CPUtime=1.62 cores=5,7
/proc/71818/stat : 71818 (Exact) R 71624 71818 71818 0 -1 4194304 55769 0 0 0 147 15 0 0 20 0 1 0 64090375 461619200 109246 18446744073709551615 4198400 8335837 140734081537200 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 13627392 140734081542324 140734081542685 140734081542685 140734081548239 0
/proc/71818/statm: 112700 109246 960 1011 0 111467 0
Current children cumulated CPU time: 3602.09 s
Current children cumulated vsize: 3859856 KiB
Current children cumulated memory: 3678220 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1835.69
CPU time (s): 3602.21
CPU user time (s): 3598.91
CPU system time (s): 3.30432
CPU usage (%): 196.232
Max. virtual memory (cumulated for all children) (KiB): 3859856
Max. memory (cumulated for all children) (KiB): 3678220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.91
system time used= 3.30432
maximum resident set size= 3546412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1656487
page faults= 0
swaps= 0
block input operations= 55152
block output operations= 56
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 463
involuntary context switches= 48126


# summary of solver processes directly reported to runsolver:
#   pid: 71624,71818
#   total CPU time (s): 3602.21
#   total CPU user time (s): 3598.91
#   total CPU system time (s): 3.30432

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.86335 second user time and 9.37561 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-02 20:51:12
IDJOB=4506077
IDBENCH=157811
IDSOLVER=3336
FILE ID=nodeC011/4506077-1751482272
RUNJOBID= nodeC011-1751477276-70743
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_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506077-1751482272/watcher-4506077-1751482272 -o /tmp/evaluation-result-4506077-1751482272/solver-4506077-1751482272 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751477276-70743 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506077-1751482272.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= c3fbcb3bbc6f19a0312d063de4b77764
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		: 3492.098
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		: 3495.028
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		: 3491.727
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.917
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		: 3491.746
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		: 1198.019
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		: 3700.000
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		: 1596.415
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:        120443828 kB
MemAvailable:   122588076 kB
Buffers:            3276 kB
Cached:          2946448 kB
SwapCached:            0 kB
Active:          7651848 kB
Inactive:        2518008 kB
Active(anon):    7235988 kB
Inactive(anon):     2104 kB
Active(file):     415860 kB
Inactive(file):  2515904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             72220 kB
Writeback:             4 kB
AnonPages:       7220276 kB
Mapped:           143280 kB
Shmem:             17960 kB
KReclaimable:     103836 kB
Slab:             188544 kB
SReclaimable:     103836 kB
SUnreclaim:        84708 kB
KernelStack:        4096 kB
PageTables:        17840 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8168200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3379200 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= 430248 MiB
End job on nodeC011 at 2025-07-02 21:21:48