Trace number 4430647

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
ParLS-PBO-1.1 2024-07-09? (TO) 3600.07 3581.12

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_14.opb
MD5SUM850b351e493109d76788c3bb5eecff4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark141
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3297
Total number of constraints6383
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 constraints6383
Minimum length of a constraint16
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1411
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.06/3581.11	c ------------------- Paras list -------------------
3600.06/3581.11	c Name                	 Type      	 Now       	 Default   	 Comment
3600.06/3581.11	c nbcore              	 int       	 1         	 8         	 Thread number
3600.06/3581.11	c pool_size           	 int       	 4         	 4         	 size of solution pool
3600.06/3581.11	c cross_base          	 int       	 3         	 3         	 0 for best model; 1 for cur sol; 2 for diversity; 3 for recent model
3600.06/3581.11	c cross_heuristic     	 int       	 0         	 0         	 0 for best; 1 for same prob; 2 for prefered prob
3600.06/3581.11	c cross_proportion    	 int       	 100       	 100       	 The probability of choosing the pick sol when crossing
3600.06/3581.11	c rankpara            	 int       	 30        	 30        	 same rank para
3600.06/3581.11	c sharing_period      	 int       	 100000    	 1e5       	 Max no improve steps to share
3600.06/3581.11	c punish_period       	 int       	 500000    	 5e5       	 Max no improve steps to punish recent obj
3600.06/3581.11	c restart_period      	 int       	 -1        	 -1        	 Max no improve steps to restart
3600.06/3581.11	c gs_bound            	 double    	 0.300000  	 0.3       	 global score bound
3600.06/3581.11	c gs_inc              	 double    	 0.000001  	 0.000001  	 global score inc
3600.06/3581.11	c gs_prob             	 int       	 50        	 50        	 global score probability
3600.06/3581.11	c UP                  	 int       	 1         	 1         	 unit propagation
3600.06/3581.11	c LA                  	 int       	 1         	 1         	 literal assume
3600.06/3581.11	c mem_limit           	 double    	 0.000000  	 0         	 
3600.06/3581.11	c time_limit          	 double    	 3600.000000	 300       	 
3600.06/3581.11	c random_seed         	 int       	 0         	 0         	 
3600.06/3581.11	c bms                 	 int       	 45        	 45        	 
3600.06/3581.11	c --------------------------------------------------
3600.06/3581.11	c HOME/instance-4430647-1721109085.opb
3600.06/3581.11	c numVar: 3297
3600.06/3581.11	c numCon: 6383
3600.06/3581.11	c numEqual: 0
3600.06/3581.11	c intSize: 11
3600.06/3581.11	c -----------------solve start----------------------
3600.06/3581.11	c ending solve
3600.06/3581.11	c ending join
3600.06/3581.11	s UNKNOWN

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: 64059 MiB (63267 MiB free)
  memory of node 1: 64510 MiB (63397 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430647-1721109085/watcher-4430647-1721109085 -o /tmp/evaluation-result-4430647-1721109085/solver-4430647-1721109085 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721109096-836228 --watchdog 3760 ./ParLS-PBO --benchName=HOME/instance-4430647-1721109085.opb --time_limit=3600 --nbcore=1 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=836274, runsolver pid=836271
Current StackSize limit: 8192 KiB


[startup+0.100859 s]*
/proc/loadavg: 2.83 3.79 4.02 7/245 836291
/proc/meminfo: memFree=129697444/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=24780 memory=6836 CPUtime=0.1 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) R 836271 836274 836216 0 -1 4194304 940 0 0 0 10 0 0 0 20 0 1 0 163067763 25374720 1709 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 6195 1709 963 32 0 933 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 24780 KiB
Current children cumulated memory: 6836 KiB

[startup+0.213864 s]*
/proc/loadavg: 2.83 3.79 4.02 5/246 836292
/proc/meminfo: memFree=129673000/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24248 CPUtime=0.21 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) R 836271 836274 836216 0 -1 1077936128 4796 0 0 0 20 1 0 0 20 0 2 0 163067763 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6062 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=8245937348197351555 CPUtime=0.02 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 1951 0 0 0 2 0 0 0 20 0 2 0 163067783 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24248 KiB

[startup+0.313637 s]*
/proc/loadavg: 2.83 3.79 4.02 5/246 836292
/proc/meminfo: memFree=129666904/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24248 CPUtime=0.3 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) R 836271 836274 836216 0 -1 1077936128 4796 0 0 0 29 1 0 0 20 0 2 0 163067763 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6062 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=-7734266860805193082 CPUtime=0.12 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 1951 0 0 0 12 0 0 0 20 0 2 0 163067783 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24248 KiB

[startup+0.700267 s]
/proc/loadavg: 2.83 3.79 4.02 5/247 836293
/proc/meminfo: memFree=129626620/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24248 CPUtime=0.68 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 4796 0 0 0 67 1 0 0 20 0 2 0 163067763 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6062 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=5424 CPUtime=0.49 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 1951 0 0 0 49 0 0 0 20 0 2 0 163067783 113717248 6062 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24248 KiB

[startup+1.50028 s]
/proc/loadavg: 2.83 3.79 4.02 5/248 836294
/proc/meminfo: memFree=129569396/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24400 CPUtime=1.49 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 6596 0 0 0 147 2 0 0 20 0 2 0 163067763 113717248 6100 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6100 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=5424 CPUtime=1.29 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 3745 0 0 0 129 0 0 0 20 0 2 0 163067783 113717248 6100 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24400 KiB

[startup+3.11231 s]
/proc/loadavg: 2.83 3.79 4.02 5/248 836294
/proc/meminfo: memFree=129568824/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24404 CPUtime=3.11 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 6741 0 0 0 308 3 0 0 20 0 2 0 163067763 113717248 6101 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6101 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=0 CPUtime=2.89 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 3890 0 0 0 289 0 0 0 20 0 2 0 163067783 113717248 6101 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24404 KiB

[startup+6.30025 s]
/proc/loadavg: 2.92 3.80 4.02 5/248 836296
/proc/meminfo: memFree=129568636/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=24624 CPUtime=6.32 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 10565 0 0 0 627 5 0 0 20 0 2 0 163067763 113717248 6156 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6156 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=24404 CPUtime=6.07 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 7704 0 0 0 607 0 0 0 20 0 2 0 163067783 113717248 6156 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 6.32 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 24624 KiB

[startup+12.7002 s]
/proc/loadavg: 3.01 3.80 4.02 5/248 836296
/proc/meminfo: memFree=129568592/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=12.75 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 12563 0 0 0 1266 9 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=4532 CPUtime=12.46 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 9697 0 0 0 1245 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 12.75 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+25.5003 s]
/proc/loadavg: 3.23 3.81 4.02 5/248 836299
/proc/meminfo: memFree=129567848/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=25.61 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 16432 0 0 0 2542 19 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=24400 CPUtime=25.23 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 13550 0 0 0 2522 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 25.61 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+51.1122 s]
/proc/loadavg: 3.57 3.84 4.02 5/248 836302
/proc/meminfo: memFree=129565364/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=51.36 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 18441 0 0 0 5099 37 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=11648 CPUtime=50.78 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 15549 0 0 0 5077 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 51.36 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+102.3 s]
/proc/loadavg: 4.00 3.92 4.03 5/248 836310
/proc/meminfo: memFree=129563732/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=102.81 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 21351 0 0 0 10209 72 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=41076 CPUtime=101.85 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 18443 0 0 0 10184 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 102.81 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 3.95 4.03 5/248 836322
/proc/meminfo: memFree=129563456/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=163.14 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 22325 0 0 0 16200 114 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=161.72 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 19412 0 0 0 16171 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 163.14 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 3.99 4.04 5/248 836332
/proc/meminfo: memFree=129562752/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=223.45 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 24267 0 0 0 22191 154 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=221.59 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 21342 0 0 0 22158 1 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 223.45 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.02 4.04 5/248 836728
/proc/meminfo: memFree=129562112/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=283.76 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 25238 0 0 0 28185 191 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=281.46 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 22307 0 0 0 28144 2 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 283.76 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB


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

/proc/meminfo: memFree=129548980/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=2998.06 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 67967 0 0 0 297925 1881 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=2975.43 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 64805 0 0 0 297539 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 2998.06 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3042.3 s]
/proc/loadavg: 4.52 4.61 4.43 5/247 838033
/proc/meminfo: memFree=129548680/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3058.38 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 68938 0 0 0 303920 1918 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3035.29 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 65771 0 0 0 303525 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3058.38 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3102.3 s]
/proc/loadavg: 5.88 4.96 4.57 5/247 838044
/proc/meminfo: memFree=129548464/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3118.7 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 69909 0 0 0 309916 1954 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=11648 CPUtime=3095.16 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 66737 0 0 0 309512 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3118.7 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3162.3 s]
/proc/loadavg: 5.80 5.12 4.65 5/247 838056
/proc/meminfo: memFree=129548068/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3179.02 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 70880 0 0 0 315909 1993 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=11648 CPUtime=3155.03 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 67702 0 0 0 315499 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3179.02 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3222.3 s]
/proc/loadavg: 4.83 4.96 4.62 5/247 838067
/proc/meminfo: memFree=129547736/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3239.34 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 71851 0 0 0 321901 2033 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3214.89 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 68668 0 0 0 321485 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3239.34 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.40 4.81 4.59 5/245 838078
/proc/meminfo: memFree=129547144/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3299.65 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 72822 0 0 0 327894 2071 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=2620 CPUtime=3274.76 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 69634 0 0 0 327472 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3299.65 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.36 4.71 4.57 5/245 838089
/proc/meminfo: memFree=129547052/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3359.97 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 73793 0 0 0 333890 2107 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3334.62 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 70600 0 0 0 333458 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3359.97 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.51 4.69 4.57 5/245 838099
/proc/meminfo: memFree=129546912/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3420.29 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 74764 0 0 0 339884 2145 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3394.49 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 71566 0 0 0 339445 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3420.29 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.59 4.54 5/246 838112
/proc/meminfo: memFree=129546524/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3480.61 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 75735 0 0 0 345882 2179 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3454.35 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 72532 0 0 0 345431 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3480.61 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.51 4.52 6/246 838122
/proc/meminfo: memFree=129546276/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3540.93 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 76706 0 0 0 351878 2215 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3514.22 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 73497 0 0 0 351418 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3540.93 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3581.11 s]
/proc/loadavg: 4.18 4.45 4.49 5/248 838136
/proc/meminfo: memFree=129545956/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3600.06 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 77677 0 0 0 357750 2256 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3572.9 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 74462 0 0 0 357286 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.51 s, system=22.5663 s

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

[startup+3581.11 s]
/proc/loadavg: 4.18 4.45 4.49 5/248 838136
/proc/meminfo: memFree=129545956/131655788 swapFree=131071996/131071996
[pid=836274] ppid=836271 vsize=111052 memory=25168 CPUtime=3600.06 cores=1,3
/proc/836274/stat : 836274 (ParLS-PBO) S 836271 836274 836216 0 -1 1077936128 77677 0 0 0 357750 2256 0 0 20 0 2 0 163067763 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 17 3 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
/proc/836274/statm: 27763 6292 979 32 0 7457 0
[pid=836274/tid=836292] ppid=836271 vsize=111052 memory=25168 CPUtime=3572.9 cores=1,3
/proc/836274/task/836292/stat : 836292 (ParLS-PBO) R 836271 836274 836216 0 -1 4194368 74462 0 0 0 357286 4 0 0 20 0 2 0 163067783 113717248 6292 134679101440 4194304 4322517 140732929727568 0 0 0 0 0 16384 0 0 0 -1 1 0 0 0 0 0 4356072 4359040 31277056 140732929733645 140732929733765 140732929733765 140732929740780 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 111052 KiB
Current children cumulated memory: 25168 KiB

Child status: 0

Real time (s): 3581.12
CPU time (s): 3600.07
CPU user time (s): 3577.51
CPU system time (s): 22.5663
CPU usage (%): 100.529
Max. virtual memory (cumulated for all children) (KiB): 111052
Max. memory (cumulated for all children) (KiB): 25168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.51
system time used= 22.5663
maximum resident set size= 25488
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77731
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= 3259853
involuntary context switches= 946


# summary of solver processes directly reported to runsolver:
#   pid: 836274
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3577.51
#   total CPU system time (s): 22.5663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3074 second user time and 31.0594 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-16 07:51:37
IDJOB=4430647
IDBENCH=147627
IDSOLVER=3054
FILE ID=nodeC010/4430647-1721109085
RUNJOBID= nodeC010-1721109096-836228
SLURM_JOB_ID= 7505642
Free space on /tmp= 723776 MiB

SOLVER NAME= ParLS-PBO-1.1 2024-07-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_14.opb
COMMAND LINE= ./ParLS-PBO --benchName=BENCHNAME --time_limit=TIMELIMIT --nbcore=1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430647-1721109085/watcher-4430647-1721109085 -o /tmp/evaluation-result-4430647-1721109085/solver-4430647-1721109085 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721109096-836228 --watchdog 3760  ./ParLS-PBO --benchName=HOME/instance-4430647-1721109085.opb --time_limit=3600 --nbcore=1

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

MD5SUM BENCH= 850b351e493109d76788c3bb5eecff4d
RANDOM SEED=915925256

nodeC010.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 1197.173
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
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		: 1197.176
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 1197.312
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
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		: 1197.176
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.173
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
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		: 1197.200
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.473
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.51
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		: 1197.174
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129698656 kB
MemAvailable:   129954044 kB
Buffers:          399532 kB
Cached:           699212 kB
SwapCached:            0 kB
Active:           735380 kB
Inactive:         700392 kB
Active(anon):       1348 kB
Inactive(anon):   373412 kB
Active(file):     734032 kB
Inactive(file):   326980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8536 kB
Writeback:            68 kB
AnonPages:        337796 kB
Mapped:           104148 kB
Shmem:             37704 kB
KReclaimable:      68816 kB
Slab:             161928 kB
SReclaimable:      68816 kB
SUnreclaim:        93112 kB
KernelStack:        3772 kB
PageTables:         9616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     743012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52128 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    18591744 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC010 at 2024-07-16 08:51:18