Trace number 4527050

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
LSIPExact S1? (TO) 3600.14 2953.03

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K174.opb
MD5SUMc4faa5671d3144bef53831284f041277
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark278.497
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20706
Total number of constraints21056
Number of constraints which are clauses20882
Number of constraints which are cardinality constraints (but not clauses)174
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint174
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 175
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1379.51/726.12	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1379.51/726.12	c numVar: 20706
1379.51/726.12	c numCon: 21056
1379.51/726.12	c numEqual: 0
1379.51/726.12	c intSize: 8
1379.51/726.12	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1379.51/726.12	c ------------------- Paras list -------------------
1379.51/726.12	c Name                	 Type      	 Now       	 Default   	 Comment
1379.51/726.12	c timeout             	 double    	 3600.000000	 3600      	 
1379.51/726.12	c mip_time            	 double    	 0.200000  	 0.5       	 
1379.51/726.12	c ls_time             	 double    	 10.000000 	 10        	 
1379.51/726.12	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1379.51/726.12	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1379.51/726.12	c random_seed         	 int       	 0         	 0         	 
1379.51/726.12	c sample_size         	 int       	 50        	 50        	 
1379.51/726.12	c sub_score           	 int       	 1         	 1         	 
1379.51/726.12	c tabu_base           	 int       	 3         	 3         	 
1379.51/726.12	c tabu_variation      	 int       	 1         	 1         	 
1379.51/726.12	c sub_div             	 int       	 4         	 4         	 
1379.51/726.12	c nbcore              	 int       	 2         	 1         	 
1379.51/726.12	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1379.51/726.12	c print_sol           	 int       	 1         	 1         	 
1379.51/726.12	c tmpdir              	 string		 .         	 "."       	 
1379.51/726.12	c home                	 string		 HOME	 "."       	 
1379.51/726.12	c benchname           	 string		 HOME/instance-4527050-1752234072.opb	 ""        	 
1379.51/726.12	c --------------------------------------------------
1379.51/726.12	c Local Search solver
1379.51/726.12	c MIP solver
1379.51/726.12	c use Exact solver
3600.08/2952.90	c receive signal 15, try to interrupt solver...
3600.10/2953.01	c Exact solver (PID 114485) interrupted gracefully.
3600.10/2953.03	s UNKNOWN
3600.10/2953.03	c Total time: 2953

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4527050-1752234072/watcher-4527050-1752234072 -o /tmp/evaluation-result-4527050-1752234072/solver-4527050-1752234072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752232205-113065 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4527050-1752234072.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=114257, runsolver pid=114254

[startup+0.100071 s]*
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127929940/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=64232 memory=29440 CPUtime=0.09 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 6406 0 0 0 8 1 0 0 20 0 1 0 139085866 65773568 7360 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16058 7360 1120 6655 0 6293 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 64232 KiB
Current children cumulated memory: 29440 KiB

[startup+0.213738 s]*
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127929940/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=0.21 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 19 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+0.31385 s]*
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127929940/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=0.31 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 29 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+0.700293 s]
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127929940/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=0.68 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 66 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+1.50037 s]
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127929940/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=1.48 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 146 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+3.11376 s]
/proc/loadavg: 8.00 8.03 6.95 8/253 114258
/proc/meminfo: memFree=127930040/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=3.09 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 307 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+6.30034 s]
/proc/loadavg: 7.91 8.02 6.95 8/253 114258
/proc/meminfo: memFree=127930040/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=67712 memory=32768 CPUtime=6.26 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 7244 0 0 0 624 2 0 0 20 0 1 0 139085866 69337088 8192 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 16928 8192 1120 6655 0 7163 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 67712 KiB
Current children cumulated memory: 32768 KiB

[startup+12.7002 s]
/proc/loadavg: 7.84 8.00 6.95 9/254 114259
/proc/meminfo: memFree=127866788/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=225000 memory=138500 CPUtime=13.94 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 33040 0 0 0 1387 7 0 0 20 0 2 0 139085866 230400000 34625 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 56250 34625 3008 6655 0 35725 0
[pid=114257/tid=114259] ppid=114254 vsize=225000 memory=113876 CPUtime=1.57 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 5507 0 0 0 156 1 0 0 20 0 2 0 139086874 230400000 34625 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 13.94 s
Current children cumulated vsize: 225000 KiB
Current children cumulated memory: 138500 KiB

[startup+25.5002 s]
/proc/loadavg: 7.87 8.00 6.97 8/255 114267
/proc/meminfo: memFree=127755372/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=237892 memory=157380 CPUtime=39.35 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 54392 0 0 0 3925 10 0 0 20 0 2 0 139085866 243601408 39345 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 59473 39345 3328 6655 0 39747 0
[pid=114257/tid=114259] ppid=114254 vsize=237892 memory=157380 CPUtime=14.32 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 9043 0 0 0 1431 1 0 0 20 0 2 0 139086874 243601408 39345 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 39.35 s
Current children cumulated vsize: 237892 KiB
Current children cumulated memory: 157380 KiB

[startup+51.1135 s]
/proc/loadavg: 7.37 7.87 6.95 7/255 114268
/proc/meminfo: memFree=127700092/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=239624 memory=159044 CPUtime=68.36 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 55229 0 0 0 6826 10 0 0 20 0 2 0 139085866 245374976 39761 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 59906 39761 3328 6655 0 40180 0
[pid=114257/tid=114259] ppid=114254 vsize=239624 memory=158916 CPUtime=17.82 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) S 114254 114257 113044 0 -1 4194368 9155 0 0 0 1781 1 0 0 20 0 2 0 139086874 245374976 39761 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 -1 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 68.36 s
Current children cumulated vsize: 239624 KiB
Current children cumulated memory: 159044 KiB

[startup+102.3 s]
/proc/loadavg: 6.90 7.67 6.94 7/254 114363
/proc/meminfo: memFree=128033236/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=280568 memory=200072 CPUtime=140.78 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 91564 0 0 0 14060 18 0 0 20 0 2 0 139085866 287301632 50018 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 70142 50018 3360 6655 0 50798 0
[pid=114257/tid=114259] ppid=114254 vsize=280568 memory=16548 CPUtime=39.21 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 17839 0 0 0 3914 7 0 0 20 0 2 0 139086874 287301632 50018 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 140.78 s
Current children cumulated vsize: 280568 KiB
Current children cumulated memory: 200072 KiB

[startup+162.3 s]
/proc/loadavg: 6.79 7.49 6.92 8/255 114411
/proc/meminfo: memFree=127534720/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=280568 memory=200072 CPUtime=259.92 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 105241 0 0 0 25972 20 0 0 20 0 2 0 139085866 287301632 50018 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 70142 50018 3360 6655 0 50798 0
[pid=114257/tid=114259] ppid=114254 vsize=280568 memory=200072 CPUtime=98.56 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 22443 0 0 0 9848 8 0 0 20 0 2 0 139086874 287301632 50018 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 259.92 s
Current children cumulated vsize: 280568 KiB
Current children cumulated memory: 200072 KiB

[startup+222.3 s]
/proc/loadavg: 6.89 7.39 6.92 7/255 114414
/proc/meminfo: memFree=127378372/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=284672 memory=203784 CPUtime=379.04 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 118927 0 0 0 37882 22 0 0 20 0 2 0 139085866 291504128 50946 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 71168 50946 3360 6655 0 51824 0
[pid=114257/tid=114259] ppid=114254 vsize=284672 memory=16548 CPUtime=157.91 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 26023 0 0 0 15782 9 0 0 20 0 2 0 139086874 291504128 50946 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 379.04 s
Current children cumulated vsize: 284672 KiB
Current children cumulated memory: 203784 KiB

[startup+282.3 s]
/proc/loadavg: 6.91 7.29 6.92 8/255 114416
/proc/meminfo: memFree=127276908/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=311080 memory=226784 CPUtime=498.16 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 130714 0 0 0 49792 24 0 0 20 0 2 0 139085866 318545920 56696 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 77770 56696 3360 6655 0 58426 0
[pid=114257/tid=114259] ppid=114254 vsize=311080 memory=16548 CPUtime=217.25 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 26025 0 0 0 21715 10 0 0 20 0 2 0 139086874 318545920 56696 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 498.16 s
Current children cumulated vsize: 311080 KiB
Current children cumulated memory: 226784 KiB

[startup+342.3 s]
/proc/loadavg: 7.03 7.25 6.93 8/254 114418
/proc/meminfo: memFree=127239196/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=313616 memory=232544 CPUtime=617.28 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 148941 0 0 0 61701 27 0 0 20 0 2 0 139085866 321142784 58136 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78404 58136 3360 6655 0 59060 0
[pid=114257/tid=114259] ppid=114254 vsize=313616 memory=231392 CPUtime=276.59 cores=5,7
/proc/114257/task/114259/stat : 114259 (LSIPExact) R 114254 114257 113044 0 -1 4194368 33020 0 0 0 27647 12 0 0 20 0 2 0 139086874 321142784 58136 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
Current children cumulated CPU time: 617.28 s
Current children cumulated vsize: 313616 KiB
Current children cumulated memory: 232544 KiB

[startup+402.3 s]

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

Current children cumulated memory: 820084 KiB

[startup+2442.3 s]
/proc/loadavg: 4.56 4.74 5.30 5/246 114692
/proc/meminfo: memFree=127758704/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=627844 memory=577296 CPUtime=1711.48 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 69181 0 0 0 170993 155 0 0 20 0 1 0 139158478 642912256 144324 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 156961 144324 1120 1011 0 155728 0
Current children cumulated CPU time: 3091.01 s
Current children cumulated vsize: 942732 KiB
Current children cumulated memory: 823588 KiB

[startup+2502.3 s]
/proc/loadavg: 4.26 4.62 5.22 5/247 114701
/proc/meminfo: memFree=127751156/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=632276 memory=581648 CPUtime=1771.33 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 70527 0 0 0 176978 155 0 0 20 0 1 0 139158478 647450624 145412 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 158069 145412 1120 1011 0 156836 0
Current children cumulated CPU time: 3150.86 s
Current children cumulated vsize: 947164 KiB
Current children cumulated memory: 827940 KiB

[startup+2562.3 s]
/proc/loadavg: 4.13 4.52 5.15 5/247 114703
/proc/meminfo: memFree=127701008/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=634232 memory=583696 CPUtime=1831.19 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 71021 0 0 0 182959 160 0 0 20 0 1 0 139158478 649453568 145924 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 158558 145924 1120 1011 0 157325 0
Current children cumulated CPU time: 3210.72 s
Current children cumulated vsize: 949120 KiB
Current children cumulated memory: 829988 KiB

[startup+2622.3 s]
/proc/loadavg: 4.10 4.44 5.08 5/247 114705
/proc/meminfo: memFree=127503980/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=634232 memory=583696 CPUtime=1891.05 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 71027 0 0 0 188934 171 0 0 20 0 1 0 139158478 649453568 145924 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 158558 145924 1120 1011 0 157325 0
Current children cumulated CPU time: 3270.58 s
Current children cumulated vsize: 949120 KiB
Current children cumulated memory: 829988 KiB

[startup+2682.3 s]
/proc/loadavg: 4.08 4.37 5.01 5/247 114707
/proc/meminfo: memFree=127260780/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=637664 memory=587128 CPUtime=1950.89 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 73171 0 0 0 194916 173 0 0 20 0 1 0 139158478 652967936 146782 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 159416 146782 1120 1011 0 158183 0
Current children cumulated CPU time: 3330.42 s
Current children cumulated vsize: 952552 KiB
Current children cumulated memory: 833420 KiB

[startup+2742.3 s]
/proc/loadavg: 4.14 4.33 4.96 5/247 114709
/proc/meminfo: memFree=127056364/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=640616 memory=590080 CPUtime=2010.67 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 75106 0 0 0 200893 174 0 0 20 0 1 0 139158478 655990784 147520 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 160154 147520 1120 1011 0 158921 0
Current children cumulated CPU time: 3390.2 s
Current children cumulated vsize: 955504 KiB
Current children cumulated memory: 836372 KiB

[startup+2802.3 s]
/proc/loadavg: 4.05 4.27 4.90 5/246 114711
/proc/meminfo: memFree=126880288/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=677644 memory=627108 CPUtime=2070.47 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 76824 0 0 0 206871 176 0 0 20 0 1 0 139158478 693907456 156777 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 169411 156777 1120 1011 0 168178 0
Current children cumulated CPU time: 3450 s
Current children cumulated vsize: 992532 KiB
Current children cumulated memory: 873400 KiB

[startup+2862.3 s]
/proc/loadavg: 4.13 4.25 4.85 5/246 114713
/proc/meminfo: memFree=126695500/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=645616 memory=595080 CPUtime=2130.26 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 78586 0 0 0 212848 178 0 0 20 0 1 0 139158478 661110784 148770 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 161404 148770 1120 1011 0 160171 0
Current children cumulated CPU time: 3509.79 s
Current children cumulated vsize: 960504 KiB
Current children cumulated memory: 841372 KiB

[startup+2922.3 s]
/proc/loadavg: 4.17 4.23 4.80 5/246 114715
/proc/meminfo: memFree=126512832/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=646716 memory=596180 CPUtime=2190.05 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 79600 0 0 0 218816 189 0 0 20 0 1 0 139158478 662237184 149045 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 161679 149045 1120 1011 0 160446 0
Current children cumulated CPU time: 3569.58 s
Current children cumulated vsize: 961604 KiB
Current children cumulated memory: 842472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2952.9 s]
/proc/loadavg: 4.24 4.24 4.79 5/247 114718
/proc/meminfo: memFree=126429640/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=1379.53 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) S 114254 114257 113044 0 -1 4194304 161670 0 0 0 137919 34 0 0 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
[pid=114485] ppid=114257 vsize=648320 memory=597784 CPUtime=2220.55 cores=5,7
/proc/114485/stat : 114485 (Exact) R 114257 114485 114485 0 -1 4194304 80550 0 0 0 221863 192 0 0 20 0 1 0 139158478 663879680 149446 18446744073709551615 4198400 8335837 140725377831152 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 36724736 140725377833145 140725377833499 140725377833499 140725377839055 0
/proc/114485/statm: 162080 149446 1120 1011 0 160847 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 963208 KiB
Current children cumulated memory: 844076 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.86 s, system=2.2833 s

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

[startup+2953.01 s]*
/proc/loadavg: 4.24 4.24 4.79 4/247 114719
/proc/meminfo: memFree=127019600/131382120 swapFree=33010416/33010684
[pid=114257] ppid=114254 vsize=314888 memory=246292 CPUtime=3600.1 cores=5,7
/proc/114257/stat : 114257 (LSIPExact) R 114254 114257 113044 0 -1 4194304 162129 80687 0 0 137919 34 221864 193 20 0 1 0 139085866 322445312 61573 18446744073709551615 94761458790400 94761486047569 140722294482112 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94761494549640 94761494981248 94761519943680 140722294487384 140722294487560 140722294487560 140722294493164 0
/proc/114257/statm: 78722 61573 3392 6655 0 59913 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 314888 KiB
Current children cumulated memory: 246292 KiB

Child status: 0

Real time (s): 2953.03
CPU time (s): 3600.14
CPU user time (s): 3597.86
CPU system time (s): 2.2833
CPU usage (%): 121.913
Max. virtual memory (cumulated for all children) (KiB): 998028
Max. memory (cumulated for all children) (KiB): 878896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.86
system time used= 2.2833
maximum resident set size= 632604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246045
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 525
involuntary context switches= 13836


# summary of solver processes directly reported to runsolver:
#   pid: 114257
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3597.86
#   total CPU system time (s): 2.2833

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8396 second user time and 25.145 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 13:41:12
IDJOB=4527050
IDBENCH=158316
IDSOLVER=3384
FILE ID=nodeC003/4527050-1752234072
RUNJOBID= nodeC003-1752232205-113065
SLURM_JOB_ID= 9682514
Free space on /tmp= 431892 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K174.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4527050-1752234072/watcher-4527050-1752234072 -o /tmp/evaluation-result-4527050-1752234072/solver-4527050-1752234072 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752232205-113065 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4527050-1752234072.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= c4faa5671d3144bef53831284f041277
RANDOM SEED=1287912451

nodeC003 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.754
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.722
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3501.706
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.244
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.480
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.354
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.341
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.155
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127945816 kB
MemAvailable:   128438396 kB
Buffers:            2736 kB
Cached:          1286036 kB
SwapCached:           36 kB
Active:          2026760 kB
Inactive:         790164 kB
Active(anon):    1538472 kB
Inactive(anon):     7604 kB
Active(file):     488288 kB
Inactive(file):   782560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46044 kB
Writeback:             4 kB
AnonPages:       1531260 kB
Mapped:           142416 kB
Shmem:             17924 kB
KReclaimable:     122716 kB
Slab:             210796 kB
SReclaimable:     122716 kB
SUnreclaim:        88080 kB
KernelStack:        4080 kB
PageTables:         6120 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1928676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    784384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431900 MiB
End job on nodeC003 at 2025-07-11 14:30:25