Trace number 4496063

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? 3356.54 2653.49

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob3.opb
MD5SUMb3a7e12d93ab079a38c8d0bc0b1ef8cc
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.287969
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables52
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint52
Maximum length of a constraint52
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 5842800
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 78219574
Number of bits of the biggest sum of numbers27
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1434.84/726.01	c -------------------------Welcome to LSIPExcat Solver-------------------------------------
1434.84/726.01	c numVar: 52
1434.84/726.01	c numCon: 2
1434.84/726.01	c numEqual: 0
1434.84/726.01	c intSize: 27
1434.84/726.01	c ls_time: 10.0, mip_time: 716.0, exact_time: 2864.0
1434.84/726.01	c ------------------- Paras list -------------------
1434.84/726.01	c Name                	 Type      	 Now       	 Default   	 Comment
1434.84/726.01	c timeout             	 double    	 3600.000000	 3600      	 
1434.84/726.01	c mip_time            	 double    	 0.200000  	 0.5       	 
1434.84/726.01	c ls_time             	 double    	 10.000000 	 10        	 
1434.84/726.01	c safe_mode           	 int       	 1         	 1         	 1 trust; 2 feasible
1434.84/726.01	c mip_emphasis        	 int       	 5         	 -1        	 -1 default; 0 balance; 1 feasibility; 2 optimality; 3 bound; 4 hidden; 5 heuristic
1434.84/726.01	c random_seed         	 int       	 0         	 0         	 
1434.84/726.01	c sample_size         	 int       	 50        	 50        	 
1434.84/726.01	c sub_score           	 int       	 1         	 1         	 
1434.84/726.01	c tabu_base           	 int       	 3         	 3         	 
1434.84/726.01	c tabu_variation      	 int       	 1         	 1         	 
1434.84/726.01	c sub_div             	 int       	 4         	 4         	 
1434.84/726.01	c nbcore              	 int       	 2         	 1         	 
1434.84/726.01	c memlimit            	 int       	 31000     	 31744     	 memory limit in megabytes
1434.84/726.01	c print_sol           	 int       	 1         	 1         	 
1434.84/726.01	c tmpdir              	 string		 .         	 "."       	 
1434.84/726.01	c home                	 string		 HOME	 "."       	 
1434.84/726.01	c benchname           	 string		 HOME/instance-4496063-1751133735.opb	 ""        	 
1434.84/726.01	c --------------------------------------------------
1434.84/726.01	c Local Search solver
1434.84/726.01	c MIP solver
1434.84/726.01	c use Exact solver
3356.43/2653.48	s UNKNOWN
3356.43/2653.48	c Total time: 2654

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60685 MiB free)
  memory of node 1: 64507 MiB (64008 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=12137, runsolver pid=12134
Current StackSize limit: 8192 KiB


[startup+0.100054 s]*
/proc/loadavg: 3.45 1.28 0.52 6/263 12138
/proc/meminfo: memFree=127686772/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=0.09 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 9 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+0.204826 s]*
/proc/loadavg: 3.45 1.28 0.52 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=0.2 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 20 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+0.304706 s]*
/proc/loadavg: 3.45 1.28 0.52 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=0.3 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 30 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+0.700094 s]
/proc/loadavg: 3.58 1.34 0.54 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=0.69 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 69 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+1.50009 s]
/proc/loadavg: 3.58 1.34 0.54 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=1.49 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 149 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+3.10464 s]
/proc/loadavg: 3.58 1.34 0.54 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=3.09 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 309 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+6.30009 s]
/proc/loadavg: 3.69 1.40 0.56 6/263 12138
/proc/meminfo: memFree=127686708/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=39640 memory=5376 CPUtime=6.28 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 282 0 0 0 628 0 0 0 20 0 1 0 29051267 40591360 1344 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 9910 1344 1216 6655 0 145 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 39640 KiB
Current children cumulated memory: 5376 KiB

[startup+12.7001 s]
/proc/loadavg: 3.88 1.48 0.59 7/264 12139
/proc/meminfo: memFree=127682928/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=118220 memory=22448 CPUtime=15.33 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 1920 0 0 0 1533 0 0 0 20 0 2 0 29051267 121057280 5612 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 29555 5612 3552 6655 0 3872 0
[pid=12137/tid=12139] ppid=12134 vsize=118220 memory=22448 CPUtime=2.66 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 586 0 0 0 266 0 0 0 20 0 2 0 29052268 121057280 5612 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 118220 KiB
Current children cumulated memory: 22448 KiB

[startup+25.5001 s]
/proc/loadavg: 4.28 1.64 0.66 7/264 12139
/proc/meminfo: memFree=127662776/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120824 memory=24496 CPUtime=40.66 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 5377 0 0 0 4066 0 0 0 20 0 2 0 29051267 123723776 6124 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30206 6124 3552 6655 0 4523 0
[pid=12137/tid=12139] ppid=12134 vsize=120824 memory=24496 CPUtime=15.36 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 1682 0 0 0 1536 0 0 0 20 0 2 0 29052268 123723776 6124 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 40.66 s
Current children cumulated vsize: 120824 KiB
Current children cumulated memory: 24496 KiB

[startup+51.1048 s]
/proc/loadavg: 4.96 2.06 0.83 7/264 12140
/proc/meminfo: memFree=127512636/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120824 memory=25008 CPUtime=91.63 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 6711 0 0 0 9163 0 0 0 20 0 2 0 29051267 123723776 6252 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30206 6252 3552 6655 0 4680 0
[pid=12137/tid=12139] ppid=12134 vsize=120824 memory=24880 CPUtime=40.77 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 2333 0 0 0 4077 0 0 0 20 0 2 0 29052268 123723776 6252 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 91.63 s
Current children cumulated vsize: 120824 KiB
Current children cumulated memory: 25008 KiB

[startup+102.3 s]
/proc/loadavg: 5.66 2.70 1.11 7/264 12141
/proc/meminfo: memFree=127481792/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=121136 memory=26928 CPUtime=193.53 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 9713 0 0 0 19352 1 0 0 20 0 2 0 29051267 124043264 6732 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30284 6732 3552 6655 0 5043 0
[pid=12137/tid=12139] ppid=12134 vsize=121136 memory=14824 CPUtime=91.58 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 3928 0 0 0 9158 0 0 0 20 0 2 0 29052268 124043264 6732 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 193.53 s
Current children cumulated vsize: 121136 KiB
Current children cumulated memory: 26928 KiB

[startup+162.3 s]
/proc/loadavg: 5.90 3.31 1.42 7/264 12143
/proc/meminfo: memFree=126812180/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=126964 memory=33712 CPUtime=312.94 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 14131 0 0 0 31293 1 0 0 20 0 2 0 29051267 130011136 8428 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 31741 8428 3552 6655 0 7121 0
[pid=12137/tid=12139] ppid=12134 vsize=126964 memory=17280 CPUtime=151.13 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 5764 0 0 0 15113 0 0 0 20 0 2 0 29052268 130011136 8428 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 312.94 s
Current children cumulated vsize: 126964 KiB
Current children cumulated memory: 33712 KiB

[startup+222.3 s]
/proc/loadavg: 6.01 3.81 1.72 7/260 12145
/proc/meminfo: memFree=126769332/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=129388 memory=40496 CPUtime=432.36 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 18970 0 0 0 43234 2 0 0 20 0 2 0 29051267 132493312 10124 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 32347 10124 3552 6655 0 8892 0
[pid=12137/tid=12139] ppid=12134 vsize=129388 memory=40368 CPUtime=210.68 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 8507 0 0 0 21068 0 0 0 20 0 2 0 29052268 132493312 10124 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 432.36 s
Current children cumulated vsize: 129388 KiB
Current children cumulated memory: 40496 KiB

[startup+282.3 s]
/proc/loadavg: 6.11 4.24 2.00 7/260 12148
/proc/meminfo: memFree=126805868/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=143388 memory=57536 CPUtime=551.77 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 21852 0 0 0 55174 3 0 0 20 0 2 0 29051267 146829312 14384 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 35847 14384 3552 6655 0 14722 0
[pid=12137/tid=12139] ppid=12134 vsize=143388 memory=57280 CPUtime=270.23 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 10579 0 0 0 27022 1 0 0 20 0 2 0 29052268 146829312 14384 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 551.77 s
Current children cumulated vsize: 143388 KiB
Current children cumulated memory: 57536 KiB

[startup+342.3 s]
/proc/loadavg: 6.04 4.57 2.25 7/260 12150
/proc/meminfo: memFree=126811008/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=143388 memory=58304 CPUtime=671.19 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) R 12134 12137 11488 0 -1 4194304 25645 0 0 0 67116 3 0 0 20 0 2 0 29051267 146829312 14576 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 17 1 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 35847 14576 3552 6655 0 14722 0
[pid=12137/tid=12139] ppid=12134 vsize=143388 memory=57664 CPUtime=329.78 cores=1,3
/proc/12137/task/12139/stat : 12139 (LSIPExact) R 12134 12137 11488 0 -1 4194368 12065 0 0 0 32977 1 0 0 20 0 2 0 29052268 146829312 14576 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 0 0 0 -1 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
Current children cumulated CPU time: 671.19 s
Current children cumulated vsize: 143388 KiB
Current children cumulated memory: 58304 KiB


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

/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10108 0 0 0 162561 2568 0 0 20 0 1 0 29123869 76591104 15233 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 18699 15233 1152 1011 0 17466 0
Current children cumulated CPU time: 3086.14 s
Current children cumulated vsize: 195324 KiB
Current children cumulated memory: 92916 KiB

[startup+2442.3 s]
/proc/loadavg: 3.12 3.50 3.77 4/260 12349
/proc/meminfo: memFree=125181544/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=74796 memory=60932 CPUtime=1711.1 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10108 0 0 0 168481 2629 0 0 20 0 1 0 29123869 76591104 15233 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 18699 15233 1152 1011 0 17466 0
Current children cumulated CPU time: 3145.95 s
Current children cumulated vsize: 195324 KiB
Current children cumulated memory: 92916 KiB

[startup+2502.3 s]
/proc/loadavg: 3.09 3.42 3.72 4/260 12353
/proc/meminfo: memFree=125134928/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=75340 memory=61444 CPUtime=1770.93 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10244 0 0 0 174418 2675 0 0 20 0 1 0 29123869 77148160 15361 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 18835 15361 1152 1011 0 17602 0
Current children cumulated CPU time: 3205.78 s
Current children cumulated vsize: 195868 KiB
Current children cumulated memory: 93428 KiB

[startup+2562.3 s]
/proc/loadavg: 3.13 3.37 3.69 4/260 12355
/proc/meminfo: memFree=125109428/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=75340 memory=63528 CPUtime=1830.75 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10245 0 0 0 180332 2743 0 0 20 0 1 0 29123869 77148160 15882 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 18835 15882 1152 1011 0 17602 0
Current children cumulated CPU time: 3265.6 s
Current children cumulated vsize: 195868 KiB
Current children cumulated memory: 95512 KiB

[startup+2622.3 s]
/proc/loadavg: 3.35 3.40 3.67 4/260 12357
/proc/meminfo: memFree=125073932/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1890.57 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 186237 2820 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3325.42 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

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

# cumulated CPU time of all completed processes:  user=3327.86 s, system=28.6815 s

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

[startup+2636.8 s]
/proc/loadavg: 3.29 3.38 3.67 4/260 12358
/proc/meminfo: memFree=125073196/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1905.03 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 187665 2838 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3339.88 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2643.2 s]
/proc/loadavg: 3.33 3.39 3.66 4/260 12358
/proc/meminfo: memFree=125072120/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1911.42 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 188296 2846 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3346.27 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2649.6 s]
/proc/loadavg: 3.30 3.38 3.66 4/260 12358
/proc/meminfo: memFree=125072120/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1917.8 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 188922 2858 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3352.65 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2651.2 s]
/proc/loadavg: 3.30 3.38 3.66 4/260 12359
/proc/meminfo: memFree=125070280/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1919.39 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 189079 2860 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3354.24 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2652.8 s]
/proc/loadavg: 3.28 3.37 3.66 4/260 12359
/proc/meminfo: memFree=125069964/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1920.99 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 189237 2862 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3355.84 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2653.2 s]
/proc/loadavg: 3.28 3.37 3.66 4/260 12359
/proc/meminfo: memFree=125069964/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1921.39 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 189277 2862 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3356.24 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

[startup+2653.4 s]
/proc/loadavg: 3.28 3.37 3.66 4/260 12359
/proc/meminfo: memFree=125069964/131249996 swapFree=33010684/33010684
[pid=12137] ppid=12134 vsize=120528 memory=31984 CPUtime=1434.85 cores=1,3
/proc/12137/stat : 12137 (LSIPExact) S 12134 12137 11488 0 -1 4194304 44990 0 0 0 143480 5 0 0 20 0 1 0 29051267 123420672 7996 18446744073709551615 94115439079424 94115466335825 140735344843072 0 0 0 0 0 16386 1 0 0 17 3 0 0 0 0 0 94115474838664 94115475270272 94115506368512 140735344847194 140735344847370 140735344847370 140735344852972 0
/proc/12137/statm: 30132 7996 3584 6655 0 10031 0
[pid=12220] ppid=12137 vsize=79852 memory=67968 CPUtime=1921.58 cores=1,3
/proc/12220/stat : 12220 (Exact) R 12137 12220 12220 0 -1 4194304 10351 0 0 0 189296 2862 0 0 20 0 1 0 29123869 81768448 16992 18446744073709551615 4198400 8335837 140724526466240 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 9148648 9230840 34885632 140724526475451 140724526475805 140724526475805 140724526481359 0
/proc/12220/statm: 19963 16992 1152 1011 0 18730 0
Current children cumulated CPU time: 3356.43 s
Current children cumulated vsize: 200380 KiB
Current children cumulated memory: 99952 KiB

Child status: 0

Real time (s): 2653.49
CPU time (s): 3356.54
CPU user time (s): 3327.86
CPU system time (s): 28.6815
CPU usage (%): 126.496
Max. virtual memory (cumulated for all children) (KiB): 200380
Max. memory (cumulated for all children) (KiB): 99952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3327.86
system time used= 28.6815
maximum resident set size= 68096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55357
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= 321
involuntary context switches= 13401


# summary of solver processes directly reported to runsolver:
#   pid: 12137
#   total CPU time (s): 3356.54
#   total CPU user time (s): 3327.86
#   total CPU system time (s): 28.6815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.75241 second user time and 9.73264 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-28 20:02:15
IDJOB=4496063
IDBENCH=148106
IDSOLVER=3336
FILE ID=nodeC017/4496063-1751133735
RUNJOBID= nodeC017-1751133631-11505
SLURM_JOB_ID= 9587417
Free space on /tmp= 432892 MiB

SOLVER NAME= LSIPExact S1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob3.opb
COMMAND LINE= ./LSIPExact --benchname=BENCHNAME --home=HOME --timeout=TIMEOUT --memlimit=MEMLIMIT --nbcore=NBCORE 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4496063-1751133735/watcher-4496063-1751133735 -o /tmp/evaluation-result-4496063-1751133735/solver-4496063-1751133735 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751133631-11505 --watchdog 3760  ./LSIPExact --benchname=HOME/instance-4496063-1751133735.opb --home=HOME --timeout=3600 --memlimit=31000 --nbcore=2 

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

MD5SUM BENCH= b3a7e12d93ab079a38c8d0bc0b1ef8cc
RANDOM SEED=1248656310

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127686724 kB
MemAvailable:   127436432 kB
Buffers:            3280 kB
Cached:           572900 kB
SwapCached:            0 kB
Active:          2619324 kB
Inactive:         366340 kB
Active(anon):    2427564 kB
Inactive(anon):        0 kB
Active(file):     191760 kB
Inactive(file):   366340 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44636 kB
Writeback:            52 kB
AnonPages:       2412564 kB
Mapped:           125708 kB
Shmem:             18080 kB
KReclaimable:      61292 kB
Slab:             142572 kB
SReclaimable:      61292 kB
SUnreclaim:        81280 kB
KernelStack:        4240 kB
PageTables:         7672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2891444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1187840 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432844 MiB
End job on nodeC017 at 2025-06-28 20:46:29