Trace number 4506896

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 S2? (TO) 3600.09 2878.53

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

1810.71/1084.08	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1810.71/1084.08	c numVar: 19754
1810.71/1084.08	c numCon: 20088
1810.71/1084.08	c numEqual: 0
1810.71/1084.08	c intSize: 8
1810.71/1084.08	c ls_time: 10.0, mip_time: 1074.0, exact_time: 2506.0
1810.71/1084.08	c ------------------- Paras list -------------------
1810.71/1084.08	c Name                	 Type      	 Now       	 Default   	 Comment
1810.71/1084.08	c timeout             	 double    	 3600.000000	 3600      	 
1810.71/1084.08	c mip_time            	 double    	 0.300000  	 0.5       	 
1810.71/1084.08	c ls_time             	 double    	 10.000000 	 10        	 
1810.71/1084.08	c safe_mode           	 int       	 2         	 2         	 1 trust; 2 feasible
1810.71/1084.08	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1810.71/1084.08	c random_seed         	 int       	 0         	 0         	 
1810.71/1084.08	c sample_size         	 int       	 50        	 50        	 
1810.71/1084.08	c sub_score           	 int       	 1         	 1         	 
1810.71/1084.08	c tabu_base           	 int       	 3         	 3         	 
1810.71/1084.08	c tabu_variation      	 int       	 1         	 1         	 
1810.71/1084.08	c sub_div             	 int       	 4         	 4         	 
1810.71/1084.08	c nbcore              	 int       	 2         	 1         	 
1810.71/1084.08	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1810.71/1084.08	c print_sol           	 int       	 1         	 1         	 
1810.71/1084.08	c tmpdir              	 string		 .         	 "."       	 
1810.71/1084.08	c home                	 string		 HOME	 "."       	 
1810.71/1084.08	c benchname           	 string		 HOME/instance-4506896-1751141312.opb	 ""        	 
1810.71/1084.08	c --------------------------------------------------
1810.71/1084.08	c Local Search solver
1810.71/1084.08	c MIP solver
1810.71/1084.08	c use Exact solver
3600.03/2878.40	c receive signal 15, try to interrupt solver...
1810.79/2878.51	c Exact solver (PID 14633) interrupted gracefully.
1810.79/2878.53	s UNKNOWN
1810.79/2878.53	c Total time: 2879

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: 63665 MiB (62049 MiB free)
  memory of node 1: 64507 MiB (63819 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506896-1751141312/watcher-4506896-1751141312 -o /tmp/evaluation-result-4506896-1751141312/solver-4506896-1751141312 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11286 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506896-1751141312.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=14532, runsolver pid=14529

[startup+0.100068 s]*
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882388/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=0.09 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 8 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+0.205945 s]*
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882724/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=0.2 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 19 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+0.305911 s]*
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882724/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=0.3 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 29 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+0.70021 s]
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882724/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=0.68 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 67 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+1.5002 s]
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882724/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=1.48 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 147 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+3.10578 s]
/proc/loadavg: 6.33 5.91 5.94 8/267 14533
/proc/meminfo: memFree=128882976/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=3.08 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 307 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+6.30018 s]
/proc/loadavg: 6.39 5.93 5.94 8/267 14533
/proc/meminfo: memFree=128890152/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=66460 memory=31744 CPUtime=6.26 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 6927 0 0 0 625 1 0 0 20 0 1 0 29810071 68055040 7936 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 16615 7936 1152 6655 0 6850 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 66460 KiB
Current children cumulated memory: 31744 KiB

[startup+12.7002 s]
/proc/loadavg: 6.44 5.95 5.95 9/268 14534
/proc/meminfo: memFree=128794060/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=223572 memory=142768 CPUtime=14.75 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 33543 0 0 0 1469 6 0 0 20 0 2 0 29810071 228937728 35692 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 55893 35692 3328 6655 0 35451 0
[pid=14532/tid=14534] ppid=14529 vsize=223572 memory=142256 CPUtime=2.11 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 4937 0 0 0 211 0 0 0 20 0 2 0 29811076 228937728 35692 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 14.75 s
Current children cumulated vsize: 223572 KiB
Current children cumulated memory: 142768 KiB

[startup+25.5002 s]
/proc/loadavg: 6.86 6.07 5.99 9/268 14534
/proc/meminfo: memFree=128762056/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=225220 memory=144432 CPUtime=40.14 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 42931 0 0 0 4007 7 0 0 20 0 2 0 29810071 230625280 36108 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 56305 36108 3328 6655 0 35863 0
[pid=14532/tid=14534] ppid=14529 vsize=225220 memory=144432 CPUtime=14.75 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 7138 0 0 0 1475 0 0 0 20 0 2 0 29811076 230625280 36108 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 40.14 s
Current children cumulated vsize: 225220 KiB
Current children cumulated memory: 144432 KiB

[startup+51.1059 s]
/proc/loadavg: 6.91 6.14 6.02 8/268 14535
/proc/meminfo: memFree=128742468/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=227060 memory=146224 CPUtime=66.91 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 47319 0 0 0 6684 7 0 0 20 0 2 0 29810071 232509440 36556 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 56765 36556 3328 6655 0 36323 0
[pid=14532/tid=14534] ppid=14529 vsize=227060 memory=146224 CPUtime=16.03 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) S 14529 14532 11267 0 -1 4194368 7243 0 0 0 1603 0 0 0 20 0 2 0 29811076 232509440 36556 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 66.91 s
Current children cumulated vsize: 227060 KiB
Current children cumulated memory: 146224 KiB

[startup+102.3 s]
/proc/loadavg: 7.42 6.42 6.12 8/268 14538
/proc/meminfo: memFree=128605244/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=268084 memory=185992 CPUtime=165.84 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 75783 0 0 0 16574 10 0 0 20 0 2 0 29810071 274518016 46498 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 67021 46498 3360 6655 0 47437 0
[pid=14532/tid=14534] ppid=14529 vsize=268084 memory=14444 CPUtime=64.02 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 15568 0 0 0 6401 1 0 0 20 0 2 0 29811076 274518016 46498 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 165.84 s
Current children cumulated vsize: 268084 KiB
Current children cumulated memory: 185992 KiB

[startup+162.3 s]
/proc/loadavg: 7.27 6.56 6.19 8/267 14540
/proc/meminfo: memFree=128542068/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=269992 memory=188296 CPUtime=284.7 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 94776 0 0 0 28457 13 0 0 20 0 2 0 29810071 276471808 47074 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 67498 47074 3360 6655 0 47914 0
[pid=14532/tid=14534] ppid=14529 vsize=269992 memory=185992 CPUtime=123.2 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 22688 0 0 0 12318 2 0 0 20 0 2 0 29811076 276471808 47074 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 284.7 s
Current children cumulated vsize: 269992 KiB
Current children cumulated memory: 188296 KiB

[startup+222.3 s]
/proc/loadavg: 7.36 6.73 6.27 8/267 14542
/proc/meminfo: memFree=128500676/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=292388 memory=208388 CPUtime=403.53 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 101224 0 0 0 40338 15 0 0 20 0 2 0 29810071 299405312 52097 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 73097 52097 3392 6655 0 53513 0
[pid=14532/tid=14534] ppid=14529 vsize=292388 memory=14444 CPUtime=182.37 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 22702 0 0 0 18235 2 0 0 20 0 2 0 29811076 299405312 52097 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 403.53 s
Current children cumulated vsize: 292388 KiB
Current children cumulated memory: 208388 KiB

[startup+282.3 s]
/proc/loadavg: 7.31 6.83 6.34 8/267 14591
/proc/meminfo: memFree=129317964/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=297240 memory=215812 CPUtime=522.34 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 111462 0 0 0 52219 15 0 0 20 0 2 0 29810071 304373760 53953 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 74310 53953 3392 6655 0 54726 0
[pid=14532/tid=14534] ppid=14529 vsize=297240 memory=215812 CPUtime=241.55 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 26232 0 0 0 24152 3 0 0 20 0 2 0 29811076 304373760 53953 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 522.34 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 215812 KiB

[startup+342.3 s]
/proc/loadavg: 7.74 7.03 6.44 9/267 14593
/proc/meminfo: memFree=129252568/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=297240 memory=215812 CPUtime=641.17 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) R 14529 14532 11267 0 -1 4194304 119092 0 0 0 64101 16 0 0 20 0 2 0 29810071 304373760 53953 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 74310 53953 3392 6655 0 54726 0
[pid=14532/tid=14534] ppid=14529 vsize=297240 memory=215812 CPUtime=300.72 cores=5,7
/proc/14532/task/14534/stat : 14534 (LSIPExact) R 14529 14532 11267 0 -1 4194368 29786 0 0 0 30069 3 0 0 20 0 2 0 29811076 304373760 53953 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 0 0 0 -1 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
Current children cumulated CPU time: 641.17 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 215812 KiB


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

Current children cumulated memory: 676264 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.15 4.84 5/267 14699
/proc/meminfo: memFree=127406952/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=473628 memory=455032 CPUtime=1294.42 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 62716 0 0 0 129334 108 0 0 20 0 1 0 29918479 484995072 113758 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 118407 113758 1120 1011 0 117174 0
Current children cumulated CPU time: 3105.21 s
Current children cumulated vsize: 773792 KiB
Current children cumulated memory: 679592 KiB

[startup+2442.3 s]
/proc/loadavg: 4.14 4.15 4.80 5/267 14701
/proc/meminfo: memFree=127399288/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=476836 memory=458232 CPUtime=1354.27 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 63642 0 0 0 135306 121 0 0 20 0 1 0 29918479 488280064 114558 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 119209 114558 1120 1011 0 117976 0
Current children cumulated CPU time: 3165.06 s
Current children cumulated vsize: 777000 KiB
Current children cumulated memory: 682792 KiB

[startup+2502.3 s]
/proc/loadavg: 3.39 3.94 4.68 3/253 14766
/proc/meminfo: memFree=128849116/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=478820 memory=460280 CPUtime=1414.12 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 64213 0 0 0 141291 121 0 0 20 0 1 0 29918479 490311680 115070 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 119705 115070 1120 1011 0 118472 0
Current children cumulated CPU time: 3224.91 s
Current children cumulated vsize: 778984 KiB
Current children cumulated memory: 684840 KiB

[startup+2562.3 s]
/proc/loadavg: 2.56 3.60 4.52 3/254 14769
/proc/meminfo: memFree=128842688/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=482696 memory=464120 CPUtime=1473.96 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 65302 0 0 0 147275 121 0 0 20 0 1 0 29918479 494280704 116030 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 120674 116030 1120 1011 0 119441 0
Current children cumulated CPU time: 3284.75 s
Current children cumulated vsize: 782860 KiB
Current children cumulated memory: 688680 KiB

[startup+2622.3 s]
/proc/loadavg: 2.30 3.33 4.37 3/254 14771
/proc/meminfo: memFree=128833756/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=486532 memory=467960 CPUtime=1533.8 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 66340 0 0 0 153253 127 0 0 20 0 1 0 29918479 498208768 116990 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 121633 116990 1120 1011 0 120400 0
Current children cumulated CPU time: 3344.59 s
Current children cumulated vsize: 786696 KiB
Current children cumulated memory: 692520 KiB

[startup+2682.3 s]
/proc/loadavg: 2.16 3.10 4.22 3/254 14773
/proc/meminfo: memFree=128825748/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=489308 memory=470776 CPUtime=1593.64 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 67034 0 0 0 159226 138 0 0 20 0 1 0 29918479 501051392 117694 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 122327 117694 1120 1011 0 121094 0
Current children cumulated CPU time: 3404.43 s
Current children cumulated vsize: 789472 KiB
Current children cumulated memory: 695336 KiB

[startup+2742.3 s]
/proc/loadavg: 2.17 2.93 4.09 3/255 14776
/proc/meminfo: memFree=128809316/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=491908 memory=473336 CPUtime=1653.47 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 67695 0 0 0 165209 138 0 0 20 0 1 0 29918479 503713792 118334 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 122977 118334 1120 1011 0 121744 0
Current children cumulated CPU time: 3464.26 s
Current children cumulated vsize: 792072 KiB
Current children cumulated memory: 697896 KiB

[startup+2802.3 s]
/proc/loadavg: 2.12 2.77 3.96 3/255 14778
/proc/meminfo: memFree=128809896/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=495032 memory=476408 CPUtime=1713.31 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 68597 0 0 0 171193 138 0 0 20 0 1 0 29918479 506912768 119102 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 123758 119102 1120 1011 0 122525 0
Current children cumulated CPU time: 3524.1 s
Current children cumulated vsize: 795196 KiB
Current children cumulated memory: 700968 KiB

[startup+2862.3 s]
/proc/loadavg: 1.60 2.52 3.80 2/247 14811
/proc/meminfo: memFree=129457576/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=498080 memory=479480 CPUtime=1773.17 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 69446 0 0 0 177179 138 0 0 20 0 1 0 29918479 510033920 119870 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 124520 119870 1120 1011 0 123287 0
Current children cumulated CPU time: 3583.96 s
Current children cumulated vsize: 798244 KiB
Current children cumulated memory: 704040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2878.4 s]
/proc/loadavg: 1.53 2.46 3.76 2/247 14811
/proc/meminfo: memFree=129457324/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147106 0 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 0 0 16386 1 0 0 17 5 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
[pid=14633] ppid=14532 vsize=498080 memory=479480 CPUtime=1789.24 cores=5,7
/proc/14633/stat : 14633 (Exact) R 14532 14633 14633 0 -1 4194304 69446 0 0 0 178786 138 0 0 20 0 1 0 29918479 510033920 119870 18446744073709551615 4198400 8335837 140725262135824 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 9148648 9230840 26914816 140725262141627 140725262141981 140725262141981 140725262147535 0
/proc/14633/statm: 124520 119870 1120 1011 0 123287 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 798244 KiB
Current children cumulated memory: 704040 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.49 s, system=1.59695 s

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

[startup+2878.5 s]
/proc/loadavg: 1.53 2.46 3.76 2/247 14811
/proc/meminfo: memFree=129457324/131249988 swapFree=33010684/33010684
[pid=14532] ppid=14529 vsize=300164 memory=224560 CPUtime=1810.79 cores=5,7
/proc/14532/stat : 14532 (LSIPExact) S 14529 14532 11267 0 -1 4194304 147107 135 0 0 181059 20 0 0 20 0 1 0 29810071 307367936 56140 18446744073709551615 94033712836608 94033740093009 140730078425632 0 0 0 16384 0 16386 1 0 0 17 7 0 0 0 0 0 94033748595848 94033749027456 94033772449792 140730078427482 140730078427658 140730078427658 140730078433260 0
/proc/14532/statm: 75041 56140 3424 6655 0 55476 0
Current children cumulated CPU time: 1810.79 s
Current children cumulated vsize: 300164 KiB
Current children cumulated memory: 224560 KiB

Child status: 0

Real time (s): 2878.53
CPU time (s): 3600.09
CPU user time (s): 3598.49
CPU system time (s): 1.59695
CPU usage (%): 125.067
Max. virtual memory (cumulated for all children) (KiB): 798244
Max. memory (cumulated for all children) (KiB): 704040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.49
system time used= 1.59694
maximum resident set size= 479480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220799
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= 547
involuntary context switches= 37227


# summary of solver processes directly reported to runsolver:
#   pid: 14532
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.49
#   total CPU system time (s): 1.59695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.99028 second user time and 13.3566 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-28 22:08:32
IDJOB=4506896
IDBENCH=158308
IDSOLVER=3337
FILE ID=nodeC034/4506896-1751141312
RUNJOBID= nodeC034-1751133631-11286
SLURM_JOB_ID= 9587434
Free space on /tmp= 432920 MiB

SOLVER NAME= LSIPExact  S2
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-4506896-1751141312/watcher-4506896-1751141312 -o /tmp/evaluation-result-4506896-1751141312/solver-4506896-1751141312 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751133631-11286 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4506896-1751141312.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2

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

MD5SUM BENCH= 50117bf6e22b142cc615b717d0d3b45a
RANDOM SEED=2059004868

nodeC034 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		: 3599.750
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	: 6999.53
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		: 3599.782
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	: 6999.53
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.532
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	: 6999.53
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		: 3599.864
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	: 6999.53
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		: 3599.914
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	: 6999.53
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		: 3618.141
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	: 6999.53
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		: 3600.147
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	: 6999.53
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		: 3599.954
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	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128890280 kB
MemAvailable:   128638040 kB
Buffers:            3280 kB
Cached:           559112 kB
SwapCached:            0 kB
Active:          1403960 kB
Inactive:         350316 kB
Active(anon):    1209988 kB
Inactive(anon):        0 kB
Active(file):     193972 kB
Inactive(file):   350316 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             45752 kB
Writeback:            20 kB
AnonPages:       1190032 kB
Mapped:           138976 kB
Shmem:             18104 kB
KReclaimable:      85024 kB
Slab:             168648 kB
SReclaimable:      85024 kB
SUnreclaim:        83624 kB
KernelStack:        4332 kB
PageTables:         5516 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1569452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC034 at 2025-06-28 22:56:31