Trace number 4497547

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
LSIPExact S1? (TO) 3602.1 1828.12

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_9.opb
MD5SUMf8bb64a53a6bd967b0f0fe9129c8144f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark307.657
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14352
Total number of constraints53247
Number of constraints which are clauses53237
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint1
Maximum length of a constraint1036
Number of terms in the objective function 1036
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1036
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1068
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

3600.13/1826.11	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
3600.13/1826.11	c numVar: 14352
3600.13/1826.11	c numCon: 53247
3600.13/1826.11	c numEqual: 0
3600.13/1826.11	c intSize: 11
3600.13/1826.11	c ls_time: 10.0, mip_time: 2148.0, exact_time: 1432.0
3600.13/1826.11	c ------------------- Paras list -------------------
3600.13/1826.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.13/1826.11	c timeout             	 double    	 3600.000000	 3600      	 
3600.13/1826.11	c mip_time            	 double    	 0.600000  	 0.5       	 
3600.13/1826.11	c ls_time             	 double    	 10.000000 	 10        	 
3600.13/1826.11	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
3600.13/1826.11	c mip_emphasis        	 int       	 2         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
3600.13/1826.11	c random_seed         	 int       	 0         	 0         	 
3600.13/1826.11	c sample_size         	 int       	 50        	 50        	 
3600.13/1826.11	c sub_score           	 int       	 1         	 1         	 
3600.13/1826.11	c tabu_base           	 int       	 3         	 3         	 
3600.13/1826.11	c tabu_variation      	 int       	 1         	 1         	 
3600.13/1826.11	c sub_div             	 int       	 4         	 4         	 
3600.13/1826.11	c nbcore              	 int       	 2         	 1         	 
3600.13/1826.11	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
3600.13/1826.11	c print_sol           	 int       	 1         	 1         	 
3600.13/1826.11	c tmpdir              	 string		 .         	 "."       	 
3600.13/1826.11	c home                	 string		 HOME	 "."       	 
3600.13/1826.11	c benchname           	 string		 HOME/instance-4497547-1751372737.opb	 ""        	 
3600.13/1826.11	c --------------------------------------------------
3600.13/1826.11	c Local Search solver
3600.13/1826.11	c LS find feasible solution for PBO with objective value 32
3600.13/1826.11	c MIP solver
3600.13/1826.11	c receive signal 15, try to interrupt solver...
3600.13/1826.14	c MIP solver find feasible solution
3600.13/1826.14	c MIP solver objective value: 23
3600.21/1826.20	c MIP find feasible solution for PBO with objective value 23
3600.21/1826.20	c copy file: 0
3600.21/1826.20	c gen ub file: HOME/instance-4497547-1751372737.opb_ub.opb
3600.21/1826.20	c use Exact solver

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

solver pid=55068, runsolver pid=55065

[startup+0.100072 s]*
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127387276/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=68824 memory=34304 CPUtime=0.1 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 7544 0 0 0 8 2 0 0 20 0 1 0 52953170 70475776 8576 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 17206 8576 1184 6655 0 7441 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 68824 KiB
Current children cumulated memory: 34304 KiB

[startup+0.213961 s]*
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127387668/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=0.2 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 18 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+0.313628 s]*
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127387668/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=0.3 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 28 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+0.700372 s]
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127387668/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=0.67 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 65 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+1.50033 s]
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127375380/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=1.47 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 145 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+3.11361 s]
/proc/loadavg: 8.24 8.13 7.99 8/255 55069
/proc/meminfo: memFree=127374792/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=3.08 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 306 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+6.30034 s]
/proc/loadavg: 8.22 8.12 7.99 8/255 55069
/proc/meminfo: memFree=127375172/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=75424 memory=40960 CPUtime=6.25 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 9208 0 0 0 623 2 0 0 20 0 1 0 52953170 77234176 10240 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 18856 10240 1184 6655 0 9091 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 75424 KiB
Current children cumulated memory: 40960 KiB

[startup+12.7003 s]
/proc/loadavg: 8.12 8.10 7.98 9/256 55070
/proc/meminfo: memFree=127189328/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=276748 memory=227264 CPUtime=13.71 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 55838 0 0 0 1359 12 0 0 20 0 2 0 52953170 283389952 56816 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 69187 56816 3328 6655 0 58415 0
[pid=55068/tid=55070] ppid=55065 vsize=276748 memory=226240 CPUtime=1.09 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 12684 0 0 0 106 3 0 0 20 0 2 0 52954182 283389952 56816 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 13.71 s
Current children cumulated vsize: 276748 KiB
Current children cumulated memory: 227264 KiB

[startup+25.5004 s]
/proc/loadavg: 7.94 8.07 7.97 8/256 55070
/proc/meminfo: memFree=127183968/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=277856 memory=229568 CPUtime=29.63 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 76993 0 0 0 2949 14 0 0 20 0 2 0 52953170 284524544 57392 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 69464 57392 3328 6655 0 58692 0
[pid=55068/tid=55070] ppid=55065 vsize=277856 memory=229568 CPUtime=4.26 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) S 55065 55068 52290 0 -1 4194368 12713 0 0 0 423 3 0 0 20 0 2 0 52954182 284524544 57392 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 1 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 277856 KiB
Current children cumulated memory: 229568 KiB

[startup+51.1056 s]
/proc/loadavg: 8.02 8.08 7.98 9/256 55070
/proc/meminfo: memFree=127081952/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=344632 memory=291880 CPUtime=79.67 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 148075 0 0 0 7943 24 0 0 20 0 2 0 52953170 352903168 72970 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 86158 72970 3456 6655 0 75543 0
[pid=55068/tid=55070] ppid=55065 vsize=344632 memory=291496 CPUtime=28.83 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 40196 0 0 0 2876 7 0 0 20 0 2 0 52954182 352903168 72970 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 79.67 s
Current children cumulated vsize: 344632 KiB
Current children cumulated memory: 291880 KiB

[startup+102.3 s]
/proc/loadavg: 8.06 8.08 7.99 9/256 55072
/proc/meminfo: memFree=127050944/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=415204 memory=320068 CPUtime=181.05 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 212286 0 0 0 18073 32 0 0 20 0 2 0 52953170 425168896 80017 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 103801 80017 3456 6655 0 80420 0
[pid=55068/tid=55070] ppid=55065 vsize=415204 memory=320068 CPUtime=79.26 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 73233 0 0 0 7914 12 0 0 20 0 2 0 52954182 425168896 80017 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 181.05 s
Current children cumulated vsize: 415204 KiB
Current children cumulated memory: 320068 KiB

[startup+162.3 s]
/proc/loadavg: 8.06 8.08 8.00 9/255 55078
/proc/meminfo: memFree=126966412/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=419864 memory=334980 CPUtime=299.97 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 220177 0 0 0 29964 33 0 0 20 0 2 0 52953170 429940736 83745 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 104966 83745 3456 6655 0 82781 0
[pid=55068/tid=55070] ppid=55065 vsize=419864 memory=324036 CPUtime=138.66 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 76986 0 0 0 13853 13 0 0 20 0 2 0 52954182 429940736 83745 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 299.97 s
Current children cumulated vsize: 419864 KiB
Current children cumulated memory: 334980 KiB

[startup+222.3 s]
/proc/loadavg: 8.11 8.09 8.01 9/255 55080
/proc/meminfo: memFree=126884400/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=419864 memory=337156 CPUtime=418.88 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 238257 0 0 0 41853 35 0 0 20 0 2 0 52953170 429940736 84289 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 104966 84289 3456 6655 0 82781 0
[pid=55068/tid=55070] ppid=55065 vsize=419864 memory=336900 CPUtime=197.99 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 89646 0 0 0 19785 14 0 0 20 0 2 0 52954182 429940736 84289 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 418.88 s
Current children cumulated vsize: 419864 KiB
Current children cumulated memory: 337156 KiB

[startup+282.3 s]
/proc/loadavg: 8.08 8.09 8.01 9/255 55082
/proc/meminfo: memFree=126858964/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=419864 memory=339972 CPUtime=537.82 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 247518 0 0 0 53746 36 0 0 20 0 2 0 52953170 429940736 84993 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 104966 84993 3456 6655 0 83254 0
[pid=55068/tid=55070] ppid=55065 vsize=419864 memory=14720 CPUtime=257.24 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 98392 0 0 0 25709 15 0 0 20 0 2 0 52954182 429940736 84993 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 537.82 s
Current children cumulated vsize: 419864 KiB
Current children cumulated memory: 339972 KiB

[startup+342.3 s]
/proc/loadavg: 8.14 8.10 8.01 9/254 55084
/proc/meminfo: memFree=126826032/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=419864 memory=343044 CPUtime=656.79 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 249589 0 0 0 65642 37 0 0 20 0 2 0 52953170 429940736 85761 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 104966 85761 3456 6655 0 84289 0
[pid=55068/tid=55070] ppid=55065 vsize=419864 memory=339844 CPUtime=316.52 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 99996 0 0 0 31636 16 0 0 20 0 2 0 52954182 429940736 85761 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 656.79 s
Current children cumulated vsize: 419864 KiB
Current children cumulated memory: 343044 KiB

[startup+402.3 s]

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

Current children cumulated CPU time: 2799.21 s
Current children cumulated vsize: 565976 KiB
Current children cumulated memory: 494700 KiB

[startup+1482.3 s]
/proc/loadavg: 8.07 8.03 8.00 9/254 55279
/proc/meminfo: memFree=126116104/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=577004 memory=518944 CPUtime=2918.23 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 338263 0 0 0 291748 75 0 0 20 0 2 0 52953170 590852096 129736 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 144251 129736 3456 6655 0 128441 0
[pid=55068/tid=55070] ppid=55065 vsize=577004 memory=14720 CPUtime=1443.48 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 155030 0 0 0 144302 46 0 0 20 0 2 0 52954182 590852096 129736 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 2918.23 s
Current children cumulated vsize: 577004 KiB
Current children cumulated memory: 518944 KiB

[startup+1542.3 s]
/proc/loadavg: 8.10 8.04 8.00 9/254 55282
/proc/meminfo: memFree=126105324/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=581816 memory=524192 CPUtime=3037.27 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 339587 0 0 0 303652 75 0 0 20 0 2 0 52953170 595779584 131048 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 145454 131048 3456 6655 0 129644 0
[pid=55068/tid=55070] ppid=55065 vsize=581816 memory=524192 CPUtime=1502.81 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 155163 0 0 0 150235 46 0 0 20 0 2 0 52954182 595779584 131048 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3037.27 s
Current children cumulated vsize: 581816 KiB
Current children cumulated memory: 524192 KiB

[startup+1602.3 s]
/proc/loadavg: 8.09 8.04 8.00 9/255 55287
/proc/meminfo: memFree=126030740/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=595580 memory=539784 CPUtime=3156.27 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 342978 0 0 0 315551 76 0 0 20 0 2 0 52953170 609873920 134946 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 148895 134946 3456 6655 0 133303 0
[pid=55068/tid=55070] ppid=55065 vsize=595580 memory=524960 CPUtime=1562.12 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 155607 0 0 0 156166 46 0 0 20 0 2 0 52954182 609873920 134946 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3156.27 s
Current children cumulated vsize: 595580 KiB
Current children cumulated memory: 539784 KiB

[startup+1662.3 s]
/proc/loadavg: 8.08 8.05 8.00 9/255 55289
/proc/meminfo: memFree=125956848/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=596384 memory=544904 CPUtime=3275.27 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 344246 0 0 0 327450 77 0 0 20 0 2 0 52953170 610697216 136226 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 149096 136226 3456 6655 0 134506 0
[pid=55068/tid=55070] ppid=55065 vsize=596384 memory=524960 CPUtime=1621.43 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 156667 0 0 0 162096 47 0 0 20 0 2 0 52954182 610697216 136226 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3275.27 s
Current children cumulated vsize: 596384 KiB
Current children cumulated memory: 544904 KiB

[startup+1722.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/255 55291
/proc/meminfo: memFree=125880372/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=600192 memory=551728 CPUtime=3394.25 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 345423 0 0 0 339348 77 0 0 20 0 2 0 52953170 614596608 137932 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 150048 137932 3456 6655 0 136210 0
[pid=55068/tid=55070] ppid=55065 vsize=600192 memory=524960 CPUtime=1680.74 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 156907 0 0 0 168027 47 0 0 20 0 2 0 52954182 614596608 137932 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3394.25 s
Current children cumulated vsize: 600192 KiB
Current children cumulated memory: 551728 KiB

[startup+1782.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/255 55293
/proc/meminfo: memFree=125749948/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=602596 memory=554928 CPUtime=3513.26 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 346345 0 0 0 351248 78 0 0 20 0 2 0 52953170 617058304 138732 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 150649 138732 3456 6655 0 137011 0
[pid=55068/tid=55070] ppid=55065 vsize=602596 memory=554928 CPUtime=1740.06 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 157112 0 0 0 173959 47 0 0 20 0 2 0 52954182 617058304 138732 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3513.26 s
Current children cumulated vsize: 602596 KiB
Current children cumulated memory: 554928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1826.11 s]
/proc/loadavg: 8.08 8.06 8.01 9/255 55294
/proc/meminfo: memFree=125627228/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=611728 memory=568568 CPUtime=3600.13 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) R 55065 55068 52290 0 -1 4194304 352888 0 0 0 359934 79 0 0 20 0 2 0 52953170 626409472 142142 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 152932 142142 3456 6655 0 140830 0
[pid=55068/tid=55070] ppid=55065 vsize=611728 memory=562296 CPUtime=1783.36 cores=4,6
/proc/55068/task/55070/stat : 55070 (LSIPExact) R 55065 55068 52290 0 -1 4194368 158321 0 0 0 178289 47 0 0 20 0 2 0 52954182 626409472 142142 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 0 0 0 -1 6 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 611728 KiB
Current children cumulated memory: 568568 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3601.24 s, system=0.866093 s

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

[startup+1827.2 s]
/proc/loadavg: 8.08 8.06 8.01 8/255 55296
/proc/meminfo: memFree=125793916/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=362080 memory=310224 CPUtime=3600.21 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) S 55065 55068 52290 0 -1 4194304 359699 229 0 0 359941 80 0 0 20 0 1 0 52953170 370769920 77556 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 90520 77556 3456 6655 0 80745 0
[pid=55296] ppid=55068 vsize=86612 memory=69288 CPUtime=0.95 cores=4,6
/proc/55296/stat : 55296 (Exact) R 55068 55296 55296 0 -1 4194304 16429 0 0 0 91 4 0 0 20 0 1 0 53135791 88690688 17322 18446744073709551615 4198400 8335837 140730064895584 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41504768 140730064902324 140730064902685 140730064902685 140730064908239 0
/proc/55296/statm: 21653 17322 1120 1011 0 20420 0
Current children cumulated CPU time: 3601.16 s
Current children cumulated vsize: 448692 KiB
Current children cumulated memory: 379512 KiB

[startup+1827.6 s]
/proc/loadavg: 8.08 8.06 8.01 8/255 55296
/proc/meminfo: memFree=125793916/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=362080 memory=310224 CPUtime=3600.21 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) S 55065 55068 52290 0 -1 4194304 359699 229 0 0 359941 80 0 0 20 0 1 0 52953170 370769920 77556 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 90520 77556 3456 6655 0 80745 0
[pid=55296] ppid=55068 vsize=87280 memory=72112 CPUtime=1.34 cores=4,6
/proc/55296/stat : 55296 (Exact) R 55068 55296 55296 0 -1 4194304 16602 0 0 0 130 4 0 0 20 0 1 0 53135791 89374720 18028 18446744073709551615 4198400 8335837 140730064895584 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41504768 140730064902324 140730064902685 140730064902685 140730064908239 0
/proc/55296/statm: 21820 18028 1120 1011 0 20587 0
Current children cumulated CPU time: 3601.55 s
Current children cumulated vsize: 449360 KiB
Current children cumulated memory: 382336 KiB

[startup+1828 s]*
/proc/loadavg: 8.08 8.06 8.01 8/255 55296
/proc/meminfo: memFree=125790432/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=362080 memory=310224 CPUtime=3600.21 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) S 55065 55068 52290 0 -1 4194304 359699 229 0 0 359941 80 0 0 20 0 1 0 52953170 370769920 77556 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 90520 77556 3456 6655 0 80745 0
[pid=55296] ppid=55068 vsize=90724 memory=74928 CPUtime=1.75 cores=4,6
/proc/55296/stat : 55296 (Exact) R 55068 55296 55296 0 -1 4194304 17327 0 0 0 171 4 0 0 20 0 1 0 53135791 92901376 18732 18446744073709551615 4198400 8335837 140730064895584 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41504768 140730064902324 140730064902685 140730064902685 140730064908239 0
/proc/55296/statm: 22681 18732 1120 1011 0 21448 0
Current children cumulated CPU time: 3601.96 s
Current children cumulated vsize: 452804 KiB
Current children cumulated memory: 385152 KiB

[startup+1828.11 s]
/proc/loadavg: 8.08 8.06 8.01 8/255 55296
/proc/meminfo: memFree=125790432/131382112 swapFree=33010684/33010684
[pid=55068] ppid=55065 vsize=362080 memory=310224 CPUtime=3600.21 cores=4,6
/proc/55068/stat : 55068 (LSIPExact) S 55065 55068 52290 0 -1 4194304 359699 229 0 0 359941 80 0 0 20 0 1 0 52953170 370769920 77556 18446744073709551615 94076149370880 94076176627281 140725049892272 0 0 0 0 0 16386 1 0 0 17 4 0 0 0 0 0 94076185130120 94076185561728 94076192006144 140725049899354 140725049899530 140725049899530 140725049905132 0
/proc/55068/statm: 90520 77556 3456 6655 0 80745 0
[pid=55296] ppid=55068 vsize=90988 memory=75184 CPUtime=1.85 cores=4,6
/proc/55296/stat : 55296 (Exact) R 55068 55296 55296 0 -1 4194304 17392 0 0 0 181 4 0 0 20 0 1 0 53135791 93171712 18796 18446744073709551615 4198400 8335837 140730064895584 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 9148648 9230840 41504768 140730064902324 140730064902685 140730064902685 140730064908239 0
/proc/55296/statm: 22747 18796 1120 1011 0 21514 0
Current children cumulated CPU time: 3602.06 s
Current children cumulated vsize: 453068 KiB
Current children cumulated memory: 385408 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 1828.12
CPU time (s): 3602.1
CPU user time (s): 3601.24
CPU system time (s): 0.866093
CPU usage (%): 197.038
Max. virtual memory (cumulated for all children) (KiB): 611728
Max. memory (cumulated for all children) (KiB): 568568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3601.24
system time used= 0.866093
maximum resident set size= 568696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377320
page faults= 0
swaps= 0
block input operations= 3096
block output operations= 24
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 535
involuntary context switches= 85632


# summary of solver processes directly reported to runsolver:
#   pid: 55068
#   total CPU time (s): 3602.1
#   total CPU user time (s): 3601.24
#   total CPU system time (s): 0.866093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.8777 second user time and 8.77848 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 14:25:38
IDJOB=4497547
IDBENCH=148188
IDSOLVER=3336
FILE ID=nodeC005/4497547-1751372737
RUNJOBID= nodeC005-1751365444-52301
SLURM_JOB_ID= 9598182
Free space on /tmp= 430532 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_9.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497547-1751372737/watcher-4497547-1751372737 -o /tmp/evaluation-result-4497547-1751372737/solver-4497547-1751372737 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751365444-52301 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4497547-1751372737.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= f8bb64a53a6bd967b0f0fe9129c8144f
RANDOM SEED=1494461100

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127391324 kB
MemAvailable:   128273952 kB
Buffers:            2752 kB
Cached:          1681500 kB
SwapCached:            0 kB
Active:          2014404 kB
Inactive:        1332852 kB
Active(anon):    1672800 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1324688 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             46180 kB
Writeback:            48 kB
AnonPages:       1666104 kB
Mapped:           138956 kB
Shmem:             17960 kB
KReclaimable:     111924 kB
Slab:             196540 kB
SReclaimable:     111924 kB
SUnreclaim:        84616 kB
KernelStack:        4112 kB
PageTables:         6372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2036524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430480 MiB
End job on nodeC005 at 2025-07-01 14:56:06