Trace number 4506823

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.05 2924.73

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K188.opb
MD5SUM416ae2bcad94d751017f8086501bbe46
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 benchmark28.0032
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22372
Total number of constraints22750
Number of constraints which are clauses22562
Number of constraints which are cardinality constraints (but not clauses)188
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint188
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 189
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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4506823-1751134620/watcher-4506823-1751134620 -o /tmp/evaluation-result-4506823-1751134620/solver-4506823-1751134620 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751133631-11432 --watchdog 3760 ./LSIPExact --benchname=HOME/instance-4506823-1751134620.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=12008, runsolver pid=12005

[startup+0.10007 s]*
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127475648/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=0.09 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 8 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+0.20602 s]*
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127475648/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=0.2 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 19 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+0.306024 s]*
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127475648/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=0.3 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 29 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+0.700217 s]
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127475648/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=0.68 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 67 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+1.50019 s]
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127475900/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=1.48 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 147 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+3.10582 s]
/proc/loadavg: 5.21 6.18 4.68 7/266 12009
/proc/meminfo: memFree=127476176/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=3.08 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 307 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+6.30019 s]
/proc/loadavg: 5.28 6.18 4.68 6/266 12009
/proc/meminfo: memFree=127476688/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=69904 memory=35072 CPUtime=6.25 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 7795 0 0 0 624 1 0 0 20 0 1 0 29140483 71581696 8768 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 17476 8768 1120 6655 0 7711 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 69904 KiB
Current children cumulated memory: 35072 KiB

[startup+12.7002 s]
/proc/loadavg: 5.34 6.17 4.69 7/267 12010
/proc/meminfo: memFree=127365700/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=239824 memory=159600 CPUtime=14.56 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 37159 0 0 0 1450 6 0 0 20 0 2 0 29140483 245579776 39900 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 59956 39900 3328 6655 0 40506 0
[pid=12008/tid=12010] ppid=12005 vsize=239824 memory=6256 CPUtime=1.94 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 5614 0 0 0 193 1 0 0 20 0 2 0 29141490 245579776 39900 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 239824 KiB
Current children cumulated memory: 159600 KiB

[startup+25.5002 s]
/proc/loadavg: 5.48 6.16 4.71 8/267 12010
/proc/meminfo: memFree=127331868/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=240224 memory=160368 CPUtime=39.91 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 48795 0 0 0 3984 7 0 0 20 0 2 0 29140483 245989376 40092 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 60056 40092 3328 6655 0 40606 0
[pid=12008/tid=12010] ppid=12005 vsize=240224 memory=14976 CPUtime=14.57 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 8601 0 0 0 1456 1 0 0 20 0 2 0 29141490 245989376 40092 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 39.91 s
Current children cumulated vsize: 240224 KiB
Current children cumulated memory: 160368 KiB

[startup+51.1058 s]
/proc/loadavg: 5.78 6.18 4.76 7/268 12012
/proc/meminfo: memFree=127302872/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=240356 memory=160624 CPUtime=75.42 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 49138 0 0 0 7535 7 0 0 20 0 2 0 29140483 246124544 40156 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 60089 40156 3328 6655 0 40639 0
[pid=12008/tid=12010] ppid=12005 vsize=240356 memory=160624 CPUtime=24.62 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) S 12005 12008 11416 0 -1 4194368 8710 0 0 0 2461 1 0 0 20 0 2 0 29141490 246124544 40156 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 75.42 s
Current children cumulated vsize: 240356 KiB
Current children cumulated memory: 160624 KiB

[startup+102.3 s]
/proc/loadavg: 6.55 6.33 4.88 8/268 12014
/proc/meminfo: memFree=127238356/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=285976 memory=207256 CPUtime=172.62 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 85442 0 0 0 17250 12 0 0 20 0 2 0 29140483 292839424 51814 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 71494 51814 3360 6655 0 53660 0
[pid=12008/tid=12010] ppid=12005 vsize=285976 memory=5632 CPUtime=70.97 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 17999 0 0 0 7094 3 0 0 20 0 2 0 29141490 292839424 51814 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 172.62 s
Current children cumulated vsize: 285976 KiB
Current children cumulated memory: 207256 KiB

[startup+162.3 s]
/proc/loadavg: 6.84 6.45 5.02 8/268 12016
/proc/meminfo: memFree=127241288/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=285976 memory=207384 CPUtime=291.32 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 101879 0 0 0 29115 17 0 0 20 0 2 0 29140483 292839424 51846 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 71494 51846 3360 6655 0 53660 0
[pid=12008/tid=12010] ppid=12005 vsize=285976 memory=207384 CPUtime=130.09 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 25950 0 0 0 13003 6 0 0 20 0 2 0 29141490 292839424 51846 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 291.32 s
Current children cumulated vsize: 285976 KiB
Current children cumulated memory: 207384 KiB

[startup+222.3 s]
/proc/loadavg: 6.98 6.57 5.15 8/269 12019
/proc/meminfo: memFree=127233108/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=288380 memory=209176 CPUtime=410.03 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 106929 0 0 0 40981 22 0 0 20 0 2 0 29140483 295301120 52294 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 72095 52294 3360 6655 0 54261 0
[pid=12008/tid=12010] ppid=12005 vsize=288380 memory=209048 CPUtime=189.21 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 25961 0 0 0 18912 9 0 0 20 0 2 0 29141490 295301120 52294 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 410.03 s
Current children cumulated vsize: 288380 KiB
Current children cumulated memory: 209176 KiB

[startup+282.3 s]
/proc/loadavg: 7.09 6.68 5.28 8/269 12026
/proc/meminfo: memFree=127199492/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=318212 memory=237080 CPUtime=528.73 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 123632 0 0 0 52844 29 0 0 20 0 2 0 29140483 325849088 59270 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 79553 59270 3392 6655 0 61719 0
[pid=12008/tid=12010] ppid=12005 vsize=318212 memory=235928 CPUtime=248.31 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 29870 0 0 0 24819 12 0 0 20 0 2 0 29141490 325849088 59270 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 528.73 s
Current children cumulated vsize: 318212 KiB
Current children cumulated memory: 237080 KiB

[startup+342.3 s]
/proc/loadavg: 7.08 6.76 5.40 8/269 12031
/proc/meminfo: memFree=127197292/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=319952 memory=241176 CPUtime=647.46 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) R 12005 12008 11416 0 -1 4194304 137361 0 0 0 64712 34 0 0 20 0 2 0 29140483 327630848 60294 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 79988 60294 3392 6655 0 62154 0
[pid=12008/tid=12010] ppid=12005 vsize=319952 memory=241176 CPUtime=307.44 cores=4,6
/proc/12008/task/12010/stat : 12010 (LSIPExact) R 12005 12008 11416 0 -1 4194368 33836 0 0 0 30729 15 0 0 20 0 2 0 29141490 327630848 60294 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
Current children cumulated CPU time: 647.46 s
Current children cumulated vsize: 319952 KiB
Current children cumulated memory: 241176 KiB


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

Current children cumulated memory: 758484 KiB

[startup+2442.3 s]
/proc/loadavg: 5.11 5.02 5.00 6/267 12358
/proc/meminfo: memFree=127852016/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=511776 memory=505136 CPUtime=1711.05 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 71794 0 0 0 170959 146 0 0 20 0 1 0 29213095 524058624 126284 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 127944 126284 1120 1011 0 126711 0
Current children cumulated CPU time: 3118.97 s
Current children cumulated vsize: 835200 KiB
Current children cumulated memory: 762708 KiB

[startup+2502.3 s]
/proc/loadavg: 5.37 5.12 5.04 6/266 12360
/proc/meminfo: memFree=127874132/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=514460 memory=507824 CPUtime=1770.9 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 72538 0 0 0 176939 151 0 0 20 0 1 0 29213095 526807040 126956 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 128615 126956 1120 1011 0 127382 0
Current children cumulated CPU time: 3178.82 s
Current children cumulated vsize: 837884 KiB
Current children cumulated memory: 765396 KiB

[startup+2562.3 s]
/proc/loadavg: 5.23 5.12 5.04 6/267 12363
/proc/meminfo: memFree=127863772/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=516200 memory=509616 CPUtime=1830.74 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 73097 0 0 0 182922 152 0 0 20 0 1 0 29213095 528588800 127404 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 129050 127404 1120 1011 0 127817 0
Current children cumulated CPU time: 3238.66 s
Current children cumulated vsize: 839624 KiB
Current children cumulated memory: 767188 KiB

[startup+2622.3 s]
/proc/loadavg: 5.13 5.11 5.04 6/267 12365
/proc/meminfo: memFree=127836984/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=640228 memory=514896 CPUtime=1890.59 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 74608 0 0 0 188896 163 0 0 20 0 1 0 29213095 655593472 128724 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 160057 128724 1120 1011 0 158824 0
Current children cumulated CPU time: 3298.51 s
Current children cumulated vsize: 963652 KiB
Current children cumulated memory: 772468 KiB

[startup+2682.3 s]
/proc/loadavg: 5.16 5.12 5.05 6/267 12378
/proc/meminfo: memFree=127791892/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=652496 memory=527164 CPUtime=1950.43 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 75669 0 0 0 194873 170 0 0 20 0 1 0 29213095 668155904 131791 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 163124 131791 1120 1011 0 161891 0
Current children cumulated CPU time: 3358.35 s
Current children cumulated vsize: 975920 KiB
Current children cumulated memory: 784736 KiB

[startup+2742.3 s]
/proc/loadavg: 4.73 5.02 5.01 5/268 12386
/proc/meminfo: memFree=127776656/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=652496 memory=557884 CPUtime=2010.27 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 76868 0 0 0 200855 172 0 0 20 0 1 0 29213095 668155904 139471 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 163124 139471 1120 1011 0 161891 0
Current children cumulated CPU time: 3418.19 s
Current children cumulated vsize: 975920 KiB
Current children cumulated memory: 815456 KiB

[startup+2802.3 s]
/proc/loadavg: 4.31 4.84 4.95 5/268 12390
/proc/meminfo: memFree=127767112/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=654816 memory=560204 CPUtime=2070.12 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 78621 0 0 0 206837 175 0 0 20 0 1 0 29213095 670531584 140051 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 163704 140051 1120 1011 0 162471 0
Current children cumulated CPU time: 3478.04 s
Current children cumulated vsize: 978240 KiB
Current children cumulated memory: 817776 KiB

[startup+2862.3 s]
/proc/loadavg: 4.21 4.72 4.90 5/268 12392
/proc/meminfo: memFree=127752020/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=660088 memory=565572 CPUtime=2129.96 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 79708 0 0 0 212820 176 0 0 20 0 1 0 29213095 675930112 141393 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 165022 141393 1120 1011 0 163789 0
Current children cumulated CPU time: 3537.88 s
Current children cumulated vsize: 983512 KiB
Current children cumulated memory: 823144 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.62 4.86 6/268 12442
/proc/meminfo: memFree=128372824/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=661460 memory=566848 CPUtime=2189.78 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 80586 0 0 0 218788 190 0 0 20 0 1 0 29213095 677335040 141712 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 165365 141712 1120 1011 0 164132 0
Current children cumulated CPU time: 3597.7 s
Current children cumulated vsize: 984884 KiB
Current children cumulated memory: 824420 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2924.6 s]
/proc/loadavg: 4.21 4.62 4.86 6/268 12442
/proc/meminfo: memFree=128372824/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159334 0 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
[pid=12091] ppid=12008 vsize=661460 memory=566848 CPUtime=2192.08 cores=4,6
/proc/12091/stat : 12091 (Exact) R 12008 12091 12091 0 -1 4194304 80586 0 0 0 219018 190 0 0 20 0 1 0 29213095 677335040 141712 18446744073709551615 4198400 8335837 140724900814992 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 19771392 140724900821179 140724900821533 140724900821533 140724900827087 0
/proc/12091/statm: 165365 141712 1120 1011 0 164132 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 984884 KiB
Current children cumulated memory: 824420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.67 s, system=2.37716 s

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

[startup+2924.7 s]
/proc/loadavg: 4.21 4.62 4.86 6/268 12442
/proc/meminfo: memFree=128372824/131249996 swapFree=33010684/33010684
[pid=12008] ppid=12005 vsize=323424 memory=257572 CPUtime=1407.92 cores=4,6
/proc/12008/stat : 12008 (LSIPExact) S 12005 12008 11416 0 -1 4194304 159335 135 0 0 140746 46 0 0 20 0 1 0 29140483 331186176 64393 18446744073709551615 94624283295744 94624310552145 140724514913568 0 0 0 16384 0 16386 1 0 0 17 6 0 0 0 0 0 94624319054984 94624319486592 94624330743808 140724514920794 140724514920970 140724514920970 140724514926572 0
/proc/12008/statm: 80856 64393 3424 6655 0 63022 0
Current children cumulated CPU time: 1407.92 s
Current children cumulated vsize: 323424 KiB
Current children cumulated memory: 257572 KiB

Child status: 0

Real time (s): 2924.73
CPU time (s): 3600.05
CPU user time (s): 3597.67
CPU system time (s): 2.37716
CPU usage (%): 123.09
Max. virtual memory (cumulated for all children) (KiB): 1122820
Max. memory (cumulated for all children) (KiB): 859240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.67
system time used= 2.37716
maximum resident set size= 674060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243796
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= 509
involuntary context switches= 16840


# summary of solver processes directly reported to runsolver:
#   pid: 12008
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3597.67
#   total CPU system time (s): 2.37716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.16684 second user time and 14.9331 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-06-28 20:17:00
IDJOB=4506823
IDBENCH=158284
IDSOLVER=3336
FILE ID=nodeC029/4506823-1751134620
RUNJOBID= nodeC029-1751133631-11432
SLURM_JOB_ID= 9587429
Free space on /tmp= 432900 MiB

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

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

MD5SUM BENCH= 416ae2bcad94d751017f8086501bbe46
RANDOM SEED=753056809

nodeC029 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.008
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.46
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.721
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.46
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		: 3600.098
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.46
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		: 3662.693
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.46
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		: 3605.413
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.46
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		: 3599.722
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.46
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		: 3599.884
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.46
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.715
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127506644 kB
MemAvailable:   127256968 kB
Buffers:            3280 kB
Cached:           562192 kB
SwapCached:            0 kB
Active:          2787932 kB
Inactive:         355708 kB
Active(anon):    2596228 kB
Inactive(anon):        0 kB
Active(file):     191704 kB
Inactive(file):   355708 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46024 kB
Writeback:             0 kB
AnonPages:       2575716 kB
Mapped:           142572 kB
Shmem:             18060 kB
KReclaimable:      84300 kB
Slab:             166260 kB
SReclaimable:      84300 kB
SUnreclaim:        81960 kB
KernelStack:        4288 kB
PageTables:         8436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3009096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1099776 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432884 MiB
End job on nodeC029 at 2025-06-28 21:05:45