Trace number 4506895

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.06 2995.43

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K166.opb
MD5SUM50117bf6e22b142cc615b717d0d3b45a
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 benchmark462.134
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19754
Total number of constraints20088
Number of constraints which are clauses19922
Number of constraints which are cardinality constraints (but not clauses)166
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint166
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 167
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

1336.50/726.07	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1336.50/726.07	c numVar: 19754
1336.50/726.07	c numCon: 20088
1336.50/726.07	c numEqual: 0
1336.50/726.07	c intSize: 8
1336.50/726.07	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1336.50/726.07	c ------------------- Paras list -------------------
1336.50/726.07	c Name                	 Type      	 Now       	 Default   	 Comment
1336.50/726.07	c timeout             	 double    	 3600.000000	 3600      	 
1336.50/726.07	c mip_time            	 double    	 0.200000  	 0.5       	 
1336.50/726.07	c ls_time             	 double    	 10.000000 	 10        	 
1336.50/726.07	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1336.50/726.07	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1336.50/726.07	c random_seed         	 int       	 0         	 0         	 
1336.50/726.07	c sample_size         	 int       	 50        	 50        	 
1336.50/726.07	c sub_score           	 int       	 1         	 1         	 
1336.50/726.07	c tabu_base           	 int       	 3         	 3         	 
1336.50/726.07	c tabu_variation      	 int       	 1         	 1         	 
1336.50/726.07	c sub_div             	 int       	 4         	 4         	 
1336.50/726.07	c nbcore              	 int       	 2         	 1         	 
1336.50/726.07	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1336.50/726.07	c print_sol           	 int       	 1         	 1         	 
1336.50/726.07	c tmpdir              	 string		 .         	 "."       	 
1336.50/726.07	c home                	 string		 HOME	 "."       	 
1336.50/726.07	c benchname           	 string		 HOME/instance-4506895-1751134792.opb	 ""        	 
1336.50/726.07	c --------------------------------------------------
1336.50/726.07	c Local Search solver
1336.50/726.07	c MIP solver
1336.50/726.07	c use Exact solver
3600.01/2995.30	c receive signal 15, try to interrupt solver...
1336.57/2995.41	c Exact solver (PID 12620) interrupted gracefully.
1336.57/2995.42	s UNKNOWN
1336.57/2995.42	c Total time: 2996

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506895-1751134792/watcher-4506895-1751134792 -o /tmp/evaluation-result-4506895-1751134792/solver-4506895-1751134792 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751133631-11676 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506895-1751134792.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=12533, runsolver pid=12530

[startup+0.100063 s]*
/proc/loadavg: 6.78 7.02 5.31 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=0.09 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 8 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+0.205738 s]*
/proc/loadavg: 6.78 7.02 5.31 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=0.2 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 19 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+0.305647 s]*
/proc/loadavg: 6.78 7.02 5.31 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=0.3 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 29 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+0.700175 s]
/proc/loadavg: 6.78 7.02 5.31 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=0.68 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 67 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+1.50018 s]
/proc/loadavg: 6.78 7.02 5.31 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=1.48 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 147 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+3.10553 s]
/proc/loadavg: 6.79 7.02 5.32 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=3.08 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 307 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+6.30016 s]
/proc/loadavg: 6.79 7.02 5.32 7/265 12534
/proc/meminfo: memFree=128271080/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=66460 memory=31872 CPUtime=6.27 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 6931 0 0 0 626 1 0 0 20 0 1 0 29156718 68055040 7968 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 16615 7968 1184 6655 0 6850 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31872 KiB

[startup+12.7002 s]
/proc/loadavg: 6.75 7.01 5.34 8/267 12536
/proc/meminfo: memFree=128178676/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=223572 memory=142788 CPUtime=14.82 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 32997 0 0 0 1477 5 0 0 20 0 2 0 29156718 228937728 35697 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 55893 35697 3360 6655 0 35451 0
[pid=12533/tid=12536] ppid=12530 vsize=223572 memory=142788 CPUtime=2.17 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 4936 0 0 0 217 0 0 0 20 0 2 0 29157723 228937728 35697 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 14.82 s
Current children cumulated vsize: 223572 KiB
Current children cumulated memory: 142788 KiB

[startup+25.5002 s]
/proc/loadavg: 6.79 7.00 5.36 7/267 12536
/proc/meminfo: memFree=128170228/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=225352 memory=144580 CPUtime=39.23 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 46349 0 0 0 3917 6 0 0 20 0 2 0 29156718 230760448 36145 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 56338 36145 3360 6655 0 35896 0
[pid=12533/tid=12536] ppid=12530 vsize=225352 memory=144452 CPUtime=13.83 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) S 12530 12533 11659 0 -1 4194368 7244 0 0 0 1383 0 0 0 20 0 2 0 29157723 230760448 36145 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 39.23 s
Current children cumulated vsize: 225352 KiB
Current children cumulated memory: 144580 KiB

[startup+51.1056 s]
/proc/loadavg: 6.58 6.94 5.38 8/268 12538
/proc/meminfo: memFree=128133288/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=265160 memory=179092 CPUtime=68.71 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 66375 0 0 0 6863 8 0 0 20 0 2 0 29156718 271523840 44773 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 66290 44773 3392 6655 0 45848 0
[pid=12533/tid=12536] ppid=12530 vsize=265160 memory=146244 CPUtime=17.81 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 10237 0 0 0 1780 1 0 0 20 0 2 0 29157723 271523840 44773 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 68.71 s
Current children cumulated vsize: 265160 KiB
Current children cumulated memory: 179092 KiB

[startup+102.3 s]
/proc/loadavg: 6.88 6.97 5.48 8/268 12540
/proc/meminfo: memFree=128127612/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=268084 memory=185620 CPUtime=170.24 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 88211 0 0 0 17014 10 0 0 20 0 2 0 29156718 274518016 46405 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 67021 46405 3392 6655 0 47437 0
[pid=12533/tid=12536] ppid=12530 vsize=268084 memory=185620 CPUtime=68.36 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 19943 0 0 0 6835 1 0 0 20 0 2 0 29157723 274518016 46405 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 170.24 s
Current children cumulated vsize: 268084 KiB
Current children cumulated memory: 185620 KiB

[startup+162.3 s]
/proc/loadavg: 7.40 7.09 5.61 8/269 12547
/proc/meminfo: memFree=128099988/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=269992 memory=188052 CPUtime=289.19 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 91416 0 0 0 28908 11 0 0 20 0 2 0 29156718 276471808 47013 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 67498 47013 3392 6655 0 47914 0
[pid=12533/tid=12536] ppid=12530 vsize=269992 memory=185620 CPUtime=127.62 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 19950 0 0 0 12760 2 0 0 20 0 2 0 29157723 276471808 47013 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 289.19 s
Current children cumulated vsize: 269992 KiB
Current children cumulated memory: 188052 KiB

[startup+222.3 s]
/proc/loadavg: 7.23 7.10 5.71 8/269 12551
/proc/meminfo: memFree=128074628/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=294536 memory=209612 CPUtime=408.17 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 116306 0 0 0 40803 14 0 0 20 0 2 0 29156718 301604864 52403 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 73634 52403 3392 6655 0 54050 0
[pid=12533/tid=12536] ppid=12530 vsize=294536 memory=14848 CPUtime=186.88 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 27009 0 0 0 18686 2 0 0 20 0 2 0 29157723 301604864 52403 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 408.17 s
Current children cumulated vsize: 294536 KiB
Current children cumulated memory: 209612 KiB

[startup+282.3 s]
/proc/loadavg: 7.12 7.09 5.80 8/269 12553
/proc/meminfo: memFree=128074716/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=297240 memory=214732 CPUtime=527.16 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 126256 0 0 0 52700 16 0 0 20 0 2 0 29156718 304373760 53683 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 74310 53683 3392 6655 0 54726 0
[pid=12533/tid=12536] ppid=12530 vsize=297240 memory=214732 CPUtime=246.15 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 30547 0 0 0 24612 3 0 0 20 0 2 0 29157723 304373760 53683 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 527.16 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 214732 KiB

[startup+342.3 s]
/proc/loadavg: 6.65 6.98 5.85 7/268 12557
/proc/meminfo: memFree=127993492/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=297240 memory=214732 CPUtime=646.13 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) R 12530 12533 11659 0 -1 4194304 126352 0 0 0 64597 16 0 0 20 0 2 0 29156718 304373760 53683 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 74310 53683 3392 6655 0 54726 0
[pid=12533/tid=12536] ppid=12530 vsize=297240 memory=214732 CPUtime=305.42 cores=5,7
/proc/12533/task/12536/stat : 12536 (LSIPExact) R 12530 12533 11659 0 -1 4194368 30633 0 0 0 30539 3 0 0 20 0 2 0 29157723 304373760 53683 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
Current children cumulated CPU time: 646.13 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 214732 KiB


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

Current children cumulated memory: 704712 KiB

[startup+2502.3 s]
/proc/loadavg: 3.05 3.19 3.88 4/260 12728
/proc/meminfo: memFree=128022040/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=496952 memory=478268 CPUtime=1771.73 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 69385 0 0 0 177036 137 0 0 20 0 1 0 29229325 508878848 119567 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 124238 119567 1120 1011 0 123005 0
Current children cumulated CPU time: 3108.3 s
Current children cumulated vsize: 797116 KiB
Current children cumulated memory: 706632 KiB

[startup+2562.3 s]
/proc/loadavg: 3.13 3.19 3.84 4/260 12730
/proc/meminfo: memFree=128015628/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=498800 memory=480188 CPUtime=1831.59 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 69849 0 0 0 183009 150 0 0 20 0 1 0 29229325 510771200 120047 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 124700 120047 1120 1011 0 123467 0
Current children cumulated CPU time: 3168.16 s
Current children cumulated vsize: 798964 KiB
Current children cumulated memory: 708552 KiB

[startup+2622.3 s]
/proc/loadavg: 3.49 3.25 3.82 5/261 12785
/proc/meminfo: memFree=128563944/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=500836 memory=486244 CPUtime=1891.44 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 70381 0 0 0 188994 150 0 0 20 0 1 0 29229325 512856064 121561 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 125209 121561 1120 1011 0 123976 0
Current children cumulated CPU time: 3228.01 s
Current children cumulated vsize: 801000 KiB
Current children cumulated memory: 714608 KiB

[startup+2682.3 s]
/proc/loadavg: 3.86 3.40 3.83 5/262 12790
/proc/meminfo: memFree=128557416/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=512688 memory=498192 CPUtime=1951.32 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 70912 0 0 0 194981 151 0 0 20 0 1 0 29229325 524992512 124548 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 128172 124548 1120 1011 0 126939 0
Current children cumulated CPU time: 3287.89 s
Current children cumulated vsize: 812852 KiB
Current children cumulated memory: 726556 KiB

[startup+2742.3 s]
/proc/loadavg: 4.06 3.55 3.86 5/262 12792
/proc/meminfo: memFree=128569164/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=514696 memory=500112 CPUtime=2011.19 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 71516 0 0 0 200968 151 0 0 20 0 1 0 29229325 527048704 125028 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 128674 125028 1120 1011 0 127441 0
Current children cumulated CPU time: 3347.76 s
Current children cumulated vsize: 814860 KiB
Current children cumulated memory: 728476 KiB

[startup+2802.3 s]
/proc/loadavg: 4.07 3.65 3.87 5/263 12795
/proc/meminfo: memFree=128557268/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=515784 memory=501264 CPUtime=2071.03 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 71915 0 0 0 206938 165 0 0 20 0 1 0 29229325 528162816 125316 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 128946 125316 1120 1011 0 127713 0
Current children cumulated CPU time: 3407.6 s
Current children cumulated vsize: 815948 KiB
Current children cumulated memory: 729628 KiB

[startup+2862.3 s]
/proc/loadavg: 4.07 3.73 3.89 5/263 12797
/proc/meminfo: memFree=128521484/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=518696 memory=512364 CPUtime=2130.85 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 72753 0 0 0 212919 166 0 0 20 0 1 0 29229325 531144704 128091 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 129674 128091 1120 1011 0 128441 0
Current children cumulated CPU time: 3467.42 s
Current children cumulated vsize: 818860 KiB
Current children cumulated memory: 740728 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 3.81 3.91 5/262 12799
/proc/meminfo: memFree=128508872/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=522036 memory=515732 CPUtime=2190.66 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 74652 0 0 0 218895 171 0 0 20 0 1 0 29229325 534564864 128933 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 130509 128933 1120 1011 0 129276 0
Current children cumulated CPU time: 3527.23 s
Current children cumulated vsize: 822200 KiB
Current children cumulated memory: 744096 KiB

[startup+2982.3 s]
/proc/loadavg: 4.09 3.86 3.92 5/260 12801
/proc/meminfo: memFree=128509028/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=524744 memory=518540 CPUtime=2250.48 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 75378 0 0 0 224871 177 0 0 20 0 1 0 29229325 537337856 129635 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 131186 129635 1120 1011 0 129953 0
Current children cumulated CPU time: 3587.05 s
Current children cumulated vsize: 824908 KiB
Current children cumulated memory: 746904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2995.3 s]
/proc/loadavg: 4.15 3.88 3.93 5/260 12801
/proc/meminfo: memFree=128509028/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158661 0 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
[pid=12620] ppid=12533 vsize=524744 memory=518540 CPUtime=2263.44 cores=5,7
/proc/12620/stat : 12620 (Exact) R 12533 12620 12620 0 -1 4194304 75907 0 0 0 226166 178 0 0 20 0 1 0 29229325 537337856 129635 18446744073709551615 4198400 8335837 140730877253920 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 24854528 140730877262011 140730877262365 140730877262365 140730877267919 0
/proc/12620/statm: 131186 129635 1120 1011 0 129953 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 824908 KiB
Current children cumulated memory: 746904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.08 s, system=1.97832 s

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

[startup+2995.4 s]
/proc/loadavg: 4.15 3.88 3.93 5/260 12801
/proc/meminfo: memFree=128509028/131249996 swapFree=33010684/33010684
[pid=12533] ppid=12530 vsize=300164 memory=228364 CPUtime=1336.57 cores=5,7
/proc/12533/stat : 12533 (LSIPExact) S 12530 12533 11659 0 -1 4194304 158662 136 0 0 133639 18 0 0 20 0 1 0 29156718 307367936 57091 18446744073709551615 94343497527296 94343524783697 140731944440416 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94343533286536 94343533718144 94343547465728 140731944442202 140731944442378 140731944442378 140731944447980 0
/proc/12533/statm: 75041 57091 3424 6655 0 55477 0
Current children cumulated CPU time: 1336.57 s
Current children cumulated vsize: 300164 KiB
Current children cumulated memory: 228364 KiB

Child status: 0

Real time (s): 2995.43
CPU time (s): 3600.06
CPU user time (s): 3598.08
CPU system time (s): 1.97832
CPU usage (%): 120.185
Max. virtual memory (cumulated for all children) (KiB): 859728
Max. memory (cumulated for all children) (KiB): 781724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 1.97832
maximum resident set size= 553360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 238242
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= 523
involuntary context switches= 17519


# summary of solver processes directly reported to runsolver:
#   pid: 12533
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3598.08
#   total CPU system time (s): 1.97832

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.15468 second user time and 14.4644 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-28 20:19:52
IDJOB=4506895
IDBENCH=158308
IDSOLVER=3336
FILE ID=nodeC015/4506895-1751134792
RUNJOBID= nodeC015-1751133631-11676
SLURM_JOB_ID= 9587415
Free space on /tmp= 432920 MiB

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

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=55591479

nodeC015 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	: 0xb00002a
cpu MHz		: 3600.126
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.087
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3599.819
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.024
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.074
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3600.044
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3584.337
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
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	: 0xb00002a
cpu MHz		: 3617.221
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128298244 kB
MemAvailable:   128031272 kB
Buffers:            3280 kB
Cached:           544900 kB
SwapCached:            0 kB
Active:          1989804 kB
Inactive:         338380 kB
Active(anon):    1798080 kB
Inactive(anon):        0 kB
Active(file):     191724 kB
Inactive(file):   338380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45968 kB
Writeback:             0 kB
AnonPages:       1778492 kB
Mapped:           143544 kB
Shmem:             18076 kB
KReclaimable:      84328 kB
Slab:             166420 kB
SReclaimable:      84328 kB
SUnreclaim:        82092 kB
KernelStack:        4272 kB
PageTables:         6620 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2156860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC015 at 2025-06-28 21:09:48